{"info":{"_postman_id":"f031387e-d5ad-4101-94dc-d8bd84384ffc","name":"STM Developer Environment","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"16855737","collectionId":"f031387e-d5ad-4101-94dc-d8bd84384ffc","publishedId":"2s93Y5RLWR","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-04-24T21:12:29.000Z"},"item":[{"name":"PM4: Get Token Password Mode","event":[{"listen":"test","script":{"id":"df052a2d-3a40-423a-ab05-c637cffa8416","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"pm4-access-token\", data.access_token);","postman.setEnvironmentVariable(\"pm4-refresh-token\", data.refresh_token);"],"type":"text/javascript"}}],"id":"21399ab5-ed44-423c-8b57-3394c5207017","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"grant_type\": \"password\",\n    \"client_id\": \"{{pm4-client-id}}\",\n    \"client_secret\": \"{{pm4-client-secret}}\",\n    \"username\": \"{{pm4-user}}\",\n    \"password\": \"{{pm4-password}}\",\n    \"scope\": \"*\"\n}"},"url":"http://{{pm4-server}}/oauth/token","urlObject":{"protocol":"http","path":["oauth","token"],"host":["{{pm4-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"21399ab5-ed44-423c-8b57-3394c5207017"},{"name":"PM4: Get Token Client Mode","event":[{"listen":"test","script":{"id":"e5dccd4e-cb9c-4067-a0ee-d34e7311ae6d","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"pm4-access-token\", data.access_token);","postman.setEnvironmentVariable(\"pm4-refresh-token\", data.refresh_token);"],"type":"text/javascript"}}],"id":"f8cff04e-a255-41c0-91c2-d7db28077414","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"grant_type\": \"client_credentials\",\n    \"client_id\": \"{{pm4-client-id}}\",\n    \"client_secret\": \"{{pm4-client-secret}}\",\n    \"scope\": \"*\"\n}"},"url":"http://{{subdomain}}{{subdomain-separator}}{{pm4-server}}/oauth/token","urlObject":{"protocol":"http","path":["oauth","token"],"host":["{{subdomain}}{{subdomain-separator}}{{pm4-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8cff04e-a255-41c0-91c2-d7db28077414"},{"name":"PM4: Create Request","id":"a2826e8d-9f61-427b-a94c-62631fbcedf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pm4-access-token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"Gustavo\",\n    \"cost\":100\n}"},"url":"{{pm4-server}}/api/1.0/process_events/2?event=node_1","urlObject":{"path":["api","1.0","process_events","2"],"host":["{{pm4-server}}"],"query":[{"key":"event","value":"node_1"}],"variable":[]}},"response":[],"_postman_id":"a2826e8d-9f61-427b-a94c-62631fbcedf4"},{"name":"PM4: Create Request with Package","id":"99b86977-12d8-4df4-8670-c06ed81777e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"Enrique\",\n    \"cost\":500\n}","options":{"raw":{"language":"json"}}},"url":"{{pm4-server}}/api/1.0/package-ellucian-ethos/events/processes/2?event=node_1","urlObject":{"path":["api","1.0","package-ellucian-ethos","events","processes","2"],"host":["{{pm4-server}}"],"query":[{"key":"event","value":"node_1"}],"variable":[]}},"response":[],"_postman_id":"99b86977-12d8-4df4-8670-c06ed81777e0"},{"name":"PM4: Create OAuth2 Token","id":"48604846-4808-4fa0-90db-86273a0abd99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pm4-access-token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"user_identity\": \"gustavo.silva@processmaker.com\",\n    \"scope\":\"*\"\n}"},"url":"http://{{pm4-server}}/api/1.0/ethos/generateoauthtoken/create","urlObject":{"protocol":"http","path":["api","1.0","ethos","generateoauthtoken","create"],"host":["{{pm4-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"48604846-4808-4fa0-90db-86273a0abd99"},{"name":"PM4: Get Workspace Stats","event":[{"listen":"test","script":{"id":"17a6a827-9050-4903-b7dc-95bfc0df85b5","exec":[""],"type":"text/javascript"}}],"id":"81e3bbc0-7456-4c5b-926c-4421c5518ef5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pm4-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://{{subdomain}}{{subdomain-separator}}{{pm4-server}}/api/stm/workspace/stats","urlObject":{"protocol":"https","path":["api","stm","workspace","stats"],"host":["{{subdomain}}{{subdomain-separator}}{{pm4-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"81e3bbc0-7456-4c5b-926c-4421c5518ef5"},{"name":"PM: Create cases","id":"dce3ff56-051c-40ce-a518-127405e9450c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pm-access-token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pro_uid\": \"5895407845ee5a1658995d8021632490\",\n  \"evn_uid\": \"5208720155ee5a186d1fc67053977592\",\n  \"fields\": {\n    \"metadata_modifiedOn\": \"2016-12-13T18:50:50.826Z\",\n    \"metadata_createdBy\": \"tenant-management-api\",\n    \"metadata_modifiedBy\": \"tenant-management-api\",\n    \"metadata_version\": \"2.0.0\",\n    \"metadata_createdOn\": \"2017-05-18T18:50:50.826Z\",\n    \"addresses_0_address_id\": \"bfd3e5ee-a176-4402-a2f9-c615b1bade9c\",\n    \"addresses_0_preference\": \"primary\",\n    \"addresses_0_startOn\": \"2013-04-04T00:00:00\",\n    \"addresses_0_type_addressType\": \"other\",\n    \"addresses_0_type_detail_id\": \"5d0bf1a3-57cf-487c-88e6-f3eda55d339e\",\n    \"gender\": \"male\",\n    \"ethnicity_ethnicGroup_id\": \"30f37c92-56b2-4356-9611-98e0238a87f4\",\n    \"ethnicity_reporting_0_country_code\": \"USA\",\n    \"ethnicity_reporting_0_country_ethnicCategory\": \"nonHispanic\",\n    \"credentials_0_type\": \"colleaguePersonId\",\n    \"credentials_0_value\": \"0191460\",\n    \"credentials_1_type\": \"colleagueUserName\",\n    \"credentials_1_value\": \"daniel.gondek\",\n    \"roles_0_role\": \"vendor\",\n    \"roles_1_role\": \"employee\",\n    \"roles_2_role\": \"student\",\n    \"privacyStatus_privacyCategory\": \"unrestricted\",\n    \"phones_0_number\": \"5086887346\",\n    \"phones_0_type_phoneType\": \"other\",\n    \"phones_0_type_detail_id\": \"5d8c53a3-4342-4519-aadf-5e4ed739350e\",\n    \"dateOfBirth\": \"2017-04-03\",\n    \"emails_0_address\": \"daniel.gondek@mymail.becker.edu\",\n    \"emails_0_preference\": \"primary\",\n    \"emails_0_type_emailType\": \"other\",\n    \"emails_0_type_detail_id\": \"1a577659-8c19-48f7-825d-cfda10686ea9\",\n    \"emails_1_address\": \"dgondek@gmail.com\",\n    \"emails_1_type_emailType\": \"other\",\n    \"emails_1_type_detail_id\": \"27c46117-f649-4d5a-b647-e224bca4fbb5\",\n    \"emails_2_address\": \"daniel.gondek@mail.me\",\n    \"emails_2_type_emailType\": \"other\",\n    \"emails_2_type_detail_id\": \"963e5628-448b-40a2-b169-54a8798f63e7\",\n    \"names_0_lastName\": \"Gondek\",\n    \"names_0_firstName\": \"Daniel\",\n    \"names_0_preference\": \"preferred\",\n    \"names_0_fullName\": \"Mr. Daniel D. Gondek\",\n    \"names_0_middleName\": \"Dtg\",\n    \"names_0_type_detail_id\": \"f5a141ba-cf72-431b-a1c0-9a99ce07625a\",\n    \"names_0_type_category\": \"legal\",\n    \"names_0_title\": \"Mr.\",\n    \"names_1_lastName\": \"Gondek\",\n    \"names_1_firstName\": \"Daniel\",\n    \"names_1_fullName\": \"Daniel T. Gondek\",\n    \"names_1_middleName\": \"T\",\n    \"names_1_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_1_type_category\": \"personal\",\n    \"names_2_lastName\": \"Gondek\",\n    \"names_2_firstName\": \"Daniel\",\n    \"names_2_fullName\": \"Daniel HelloWorld Gondek\",\n    \"names_2_middleName\": \"HelloWorld\",\n    \"names_2_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_2_type_category\": \"personal\",\n    \"names_3_lastName\": \"Gondek\",\n    \"names_3_firstName\": \"Daniel\",\n    \"names_3_fullName\": \"Daniel Helloworld12 Gondek\",\n    \"names_3_middleName\": \"Helloworld12\",\n    \"names_3_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_3_type_category\": \"personal\",\n    \"names_4_lastName\": \"Gondek\",\n    \"names_4_firstName\": \"Daniel\",\n    \"names_4_fullName\": \"Daniel HelloWorld Gondek\",\n    \"names_4_middleName\": \"HelloWorld\",\n    \"names_4_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_4_type_category\": \"personal\",\n    \"names_5_lastName\": \"Gondek\",\n    \"names_5_firstName\": \"Daniel\",\n    \"names_5_fullName\": \"Daniel Ttt Gondek\",\n    \"names_5_middleName\": \"Ttt\",\n    \"names_5_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_5_type_category\": \"personal\",\n    \"names_6_lastName\": \"Gondek\",\n    \"names_6_firstName\": \"Daniel\",\n    \"names_6_fullName\": \"Daniel Tt Gondek\",\n    \"names_6_middleName\": \"Tt\",\n    \"names_6_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_6_type_category\": \"personal\",\n    \"names_7_lastName\": \"Gondek\",\n    \"names_7_firstName\": \"Daniel\",\n    \"names_7_fullName\": \"Daniel Dtg Gondek\",\n    \"names_7_middleName\": \"Dtg\",\n    \"names_7_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_7_type_category\": \"personal\",\n    \"names_8_lastName\": \"Gondek\",\n    \"names_8_firstName\": \"Daniel\",\n    \"names_8_fullName\": \"Daniel Tg Gondek\",\n    \"names_8_middleName\": \"Tg\",\n    \"names_8_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_8_type_category\": \"personal\",\n    \"names_9_lastName\": \"Gondek\",\n    \"names_9_firstName\": \"Daniel\",\n    \"names_9_fullName\": \"Daniel Tt Gondek\",\n    \"names_9_middleName\": \"Tt\",\n    \"names_9_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_9_type_category\": \"personal\",\n    \"names_10_lastName\": \"Gondek\",\n    \"names_10_firstName\": \"Daniel\",\n    \"names_10_fullName\": \"Daniel Thomas Gondek\",\n    \"names_10_middleName\": \"Thomas\",\n    \"names_10_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_10_type_category\": \"personal\",\n    \"names_11_lastName\": \"Gondek\",\n    \"names_11_firstName\": \"Daniel\",\n    \"names_11_fullName\": \"Daniel T. Gondek\",\n    \"names_11_middleName\": \"T\",\n    \"names_11_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_11_type_category\": \"personal\",\n    \"names_12_lastName\": \"Gondek\",\n    \"names_12_firstName\": \"Daniel\",\n    \"names_12_fullName\": \"Daniel Th. Gondek\",\n    \"names_12_middleName\": \"Th.\",\n    \"names_12_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_12_type_category\": \"personal\",\n    \"names_13_lastName\": \"Gondek\",\n    \"names_13_firstName\": \"Daniel\",\n    \"names_13_fullName\": \"Daniel T. Gondek\",\n    \"names_13_middleName\": \"T\",\n    \"names_13_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_13_type_category\": \"personal\",\n    \"names_14_lastName\": \"Gondek\",\n    \"names_14_firstName\": \"Daniel\",\n    \"names_14_fullName\": \"Daniel Tho Gondek\",\n    \"names_14_middleName\": \"Tho\",\n    \"names_14_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_14_type_category\": \"personal\",\n    \"names_15_lastName\": \"Gondek\",\n    \"names_15_firstName\": \"Daniel\",\n    \"names_15_fullName\": \"Daniel A1 Gondek\",\n    \"names_15_middleName\": \"A1\",\n    \"names_15_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_15_type_category\": \"personal\",\n    \"names_16_lastName\": \"Gondek\",\n    \"names_16_firstName\": \"Daniel\",\n    \"names_16_fullName\": \"Daniel 12 Gondek\",\n    \"names_16_middleName\": \"12\",\n    \"names_16_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_16_type_category\": \"personal\",\n    \"names_17_lastName\": \"Gondek\",\n    \"names_17_firstName\": \"Daniel\",\n    \"names_17_fullName\": \"Daniel Hi Gondek\",\n    \"names_17_middleName\": \"Hi\",\n    \"names_17_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_17_type_category\": \"personal\",\n    \"names_18_lastName\": \"Gondek\",\n    \"names_18_firstName\": \"Daniel\",\n    \"names_18_fullName\": \"Daniel Aa Gondek\",\n    \"names_18_middleName\": \"Aa\",\n    \"names_18_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_18_type_category\": \"personal\",\n    \"names_19_lastName\": \"Gondek\",\n    \"names_19_firstName\": \"Daniel\",\n    \"names_19_fullName\": \"Daniel Abcde Gondek\",\n    \"names_19_middleName\": \"Abcde\",\n    \"names_19_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_19_type_category\": \"personal\",\n    \"names_20_lastName\": \"Gondek\",\n    \"names_20_firstName\": \"Daniel\",\n    \"names_20_fullName\": \"Daniel HelloWorld Gondek\",\n    \"names_20_middleName\": \"HelloWorld\",\n    \"names_20_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_20_type_category\": \"personal\",\n    \"names_21_lastName\": \"Gondek\",\n    \"names_21_firstName\": \"Daniel\",\n    \"names_21_fullName\": \"Daniel Hello Gondek\",\n    \"names_21_middleName\": \"Hello\",\n    \"names_21_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_21_type_category\": \"personal\",\n    \"names_22_lastName\": \"Gondek\",\n    \"names_22_firstName\": \"Daniel\",\n    \"names_22_fullName\": \"Daniel New Gondek\",\n    \"names_22_middleName\": \"New\",\n    \"names_22_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_22_type_category\": \"personal\",\n    \"names_23_lastName\": \"Gondek\",\n    \"names_23_firstName\": \"Daniel\",\n    \"names_23_fullName\": \"Daniel NewMiddle Gondek\",\n    \"names_23_middleName\": \"NewMiddle\",\n    \"names_23_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_23_type_category\": \"personal\",\n    \"names_24_lastName\": \"Gondek\",\n    \"names_24_firstName\": \"Daniel\",\n    \"names_24_fullName\": \"Daniel HelloWorld Gondek\",\n    \"names_24_middleName\": \"HelloWorld\",\n    \"names_24_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_24_type_category\": \"personal\",\n    \"names_25_lastName\": \"Gondek\",\n    \"names_25_firstName\": \"Daniel\",\n    \"names_25_fullName\": \"Daniel Abcdefg Gondek\",\n    \"names_25_middleName\": \"Abcdefg\",\n    \"names_25_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_25_type_category\": \"personal\",\n    \"names_26_lastName\": \"Gondek\",\n    \"names_26_firstName\": \"Daniel\",\n    \"names_26_fullName\": \"Daniel Tldr Gondek\",\n    \"names_26_middleName\": \"Tldr\",\n    \"names_26_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_26_type_category\": \"personal\",\n    \"names_27_lastName\": \"Gondek\",\n    \"names_27_firstName\": \"Daniel\",\n    \"names_27_fullName\": \"Daniel T. Gondek\",\n    \"names_27_middleName\": \"T\",\n    \"names_27_type_detail_id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n    \"names_27_type_category\": \"personal\",\n    \"races_0_race_id\": \"0030c7e5-a5c4-447b-9945-e8a53156291d\",\n    \"races_0_reporting_0_country_code\": \"USA\",\n    \"races_0_reporting_0_country_racialCategory\": \"white\",\n    \"id\": \"8874b288-7cba-45ef-958a-8b090e111b5e\",\n    \"metadata\": {\n      \"createdBy\": \"tenant-management-api\",\n      \"createdBy_label\": \"tenant-management-api\",\n      \"createdOn\": \"2017-05-18T18:50:50.826Z\",\n      \"createdOn_label\": \"2017-05-18T18:50:50.826Z\",\n      \"modifiedBy\": \"tenant-management-api\",\n      \"modifiedBy_label\": \"tenant-management-api\",\n      \"modifiedOn\": \"2016-12-13T18:50:50.826Z\",\n      \"modifiedOn_label\": \"2016-12-13T18:50:50.826Z\",\n      \"version\": \"2.0.0\",\n      \"version_label\": \"2.0.0\"\n    },\n    \"addresses\": [\n      {\n        \"address\": {\n          \"id\": \"bfd3e5ee-a176-4402-a2f9-c615b1bade9c\",\n          \"id_label\": \"bfd3e5ee-a176-4402-a2f9-c615b1bade9c\"\n        },\n        \"preference\": \"primary\",\n        \"preference_label\": \"primary\",\n        \"startOn\": \"2013-04-04T00:00:00\",\n        \"startOn_label\": \"2013-04-04T00:00:00\",\n        \"type\": {\n          \"addressType\": \"other\",\n          \"addressType_label\": \"other\",\n          \"detail\": {\n            \"id\": \"5d0bf1a3-57cf-487c-88e6-f3eda55d339e\",\n            \"id_label\": \"5d0bf1a3-57cf-487c-88e6-f3eda55d339e\"\n          }\n        }\n      }\n    ],\n    \"ethnicity\": {\n      \"ethnicGroup\": {\n        \"id\": \"30f37c92-56b2-4356-9611-98e0238a87f4\",\n        \"id_label\": \"30f37c92-56b2-4356-9611-98e0238a87f4\"\n      },\n      \"reporting\": [\n        {\n          \"country\": {\n            \"code\": \"USA\",\n            \"code_label\": \"USA\",\n            \"ethnicCategory\": \"nonHispanic\",\n            \"ethnicCategory_label\": \"nonHispanic\"\n          }\n        }\n      ]\n    },\n    \"credentials\": [\n      {\n        \"type\": \"colleaguePersonId\",\n        \"type_label\": \"colleaguePersonId\",\n        \"value\": \"0191460\",\n        \"value_label\": \"0191460\"\n      },\n      {\n        \"type\": \"colleagueUserName\",\n        \"type_label\": \"colleagueUserName\",\n        \"value\": \"daniel.gondek\",\n        \"value_label\": \"daniel.gondek\"\n      }\n    ],\n    \"roles\": [\n      {\n        \"role\": \"vendor\",\n        \"role_label\": \"vendor\"\n      },\n      {\n        \"role\": \"employee\",\n        \"role_label\": \"employee\"\n      },\n      {\n        \"role\": \"student\",\n        \"role_label\": \"student\"\n      }\n    ],\n    \"privacyStatus\": {\n      \"privacyCategory\": \"unrestricted\",\n      \"privacyCategory_label\": \"unrestricted\"\n    },\n    \"phones\": [\n      {\n        \"number\": \"5086887346\",\n        \"number_label\": \"5086887346\",\n        \"type\": {\n          \"detail\": {\n            \"id\": \"5d8c53a3-4342-4519-aadf-5e4ed739350e\",\n            \"id_label\": \"5d8c53a3-4342-4519-aadf-5e4ed739350e\"\n          },\n          \"phoneType\": \"other\",\n          \"phoneType_label\": \"other\"\n        }\n      }\n    ],\n    \"emails\": [\n      {\n        \"address\": \"daniel.gondek@mymail.becker.edu\",\n        \"address_label\": \"daniel.gondek@mymail.becker.edu\",\n        \"preference\": \"primary\",\n        \"preference_label\": \"primary\",\n        \"type\": {\n          \"detail\": {\n            \"id\": \"1a577659-8c19-48f7-825d-cfda10686ea9\",\n            \"id_label\": \"1a577659-8c19-48f7-825d-cfda10686ea9\"\n          },\n          \"emailType\": \"other\",\n          \"emailType_label\": \"other\"\n        }\n      },\n      {\n        \"address\": \"dgondek@gmail.com\",\n        \"address_label\": \"dgondek@gmail.com\",\n        \"type\": {\n          \"detail\": {\n            \"id\": \"27c46117-f649-4d5a-b647-e224bca4fbb5\",\n            \"id_label\": \"27c46117-f649-4d5a-b647-e224bca4fbb5\"\n          },\n          \"emailType\": \"other\",\n          \"emailType_label\": \"other\"\n        }\n      },\n      {\n        \"address\": \"daniel.gondek@mail.me\",\n        \"address_label\": \"daniel.gondek@mail.me\",\n        \"type\": {\n          \"detail\": {\n            \"id\": \"963e5628-448b-40a2-b169-54a8798f63e7\",\n            \"id_label\": \"963e5628-448b-40a2-b169-54a8798f63e7\"\n          },\n          \"emailType\": \"other\",\n          \"emailType_label\": \"other\"\n        }\n      }\n    ],\n    \"names\": [\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Mr. Daniel D. Gondek\",\n        \"fullName_label\": \"Mr. Daniel D. Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"Dtg\",\n        \"middleName_label\": \"Dtg\",\n        \"preference\": \"preferred\",\n        \"preference_label\": \"preferred\",\n        \"title\": \"Mr.\",\n        \"title_label\": \"Mr.\",\n        \"type\": {\n          \"category\": \"legal\",\n          \"category_label\": \"legal\",\n          \"detail\": {\n            \"id\": \"f5a141ba-cf72-431b-a1c0-9a99ce07625a\",\n            \"id_label\": \"f5a141ba-cf72-431b-a1c0-9a99ce07625a\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel T. Gondek\",\n        \"fullName_label\": \"Daniel T. Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"T\",\n        \"middleName_label\": \"T\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel HelloWorld Gondek\",\n        \"fullName_label\": \"Daniel HelloWorld Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"HelloWorld\",\n        \"middleName_label\": \"HelloWorld\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel Helloworld12 Gondek\",\n        \"fullName_label\": \"Daniel Helloworld12 Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"Helloworld12\",\n        \"middleName_label\": \"Helloworld12\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel HelloWorld Gondek\",\n        \"fullName_label\": \"Daniel HelloWorld Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"HelloWorld\",\n        \"middleName_label\": \"HelloWorld\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel Ttt Gondek\",\n        \"fullName_label\": \"Daniel Ttt Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"Ttt\",\n        \"middleName_label\": \"Ttt\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel Tt Gondek\",\n        \"fullName_label\": \"Daniel Tt Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"Tt\",\n        \"middleName_label\": \"Tt\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel Dtg Gondek\",\n        \"fullName_label\": \"Daniel Dtg Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"Dtg\",\n        \"middleName_label\": \"Dtg\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel Tg Gondek\",\n        \"fullName_label\": \"Daniel Tg Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"Tg\",\n        \"middleName_label\": \"Tg\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel Tt Gondek\",\n        \"fullName_label\": \"Daniel Tt Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"Tt\",\n        \"middleName_label\": \"Tt\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel Thomas Gondek\",\n        \"fullName_label\": \"Daniel Thomas Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"Thomas\",\n        \"middleName_label\": \"Thomas\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel T. Gondek\",\n        \"fullName_label\": \"Daniel T. Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"T\",\n        \"middleName_label\": \"T\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel Th. Gondek\",\n        \"fullName_label\": \"Daniel Th. Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"Th.\",\n        \"middleName_label\": \"Th.\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel T. Gondek\",\n        \"fullName_label\": \"Daniel T. Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"T\",\n        \"middleName_label\": \"T\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel Tho Gondek\",\n        \"fullName_label\": \"Daniel Tho Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"Tho\",\n        \"middleName_label\": \"Tho\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel A1 Gondek\",\n        \"fullName_label\": \"Daniel A1 Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"A1\",\n        \"middleName_label\": \"A1\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel 12 Gondek\",\n        \"fullName_label\": \"Daniel 12 Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"12\",\n        \"middleName_label\": \"12\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel Hi Gondek\",\n        \"fullName_label\": \"Daniel Hi Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"Hi\",\n        \"middleName_label\": \"Hi\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel Aa Gondek\",\n        \"fullName_label\": \"Daniel Aa Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"Aa\",\n        \"middleName_label\": \"Aa\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel Abcde Gondek\",\n        \"fullName_label\": \"Daniel Abcde Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"Abcde\",\n        \"middleName_label\": \"Abcde\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel HelloWorld Gondek\",\n        \"fullName_label\": \"Daniel HelloWorld Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"HelloWorld\",\n        \"middleName_label\": \"HelloWorld\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel Hello Gondek\",\n        \"fullName_label\": \"Daniel Hello Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"Hello\",\n        \"middleName_label\": \"Hello\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel New Gondek\",\n        \"fullName_label\": \"Daniel New Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"New\",\n        \"middleName_label\": \"New\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel NewMiddle Gondek\",\n        \"fullName_label\": \"Daniel NewMiddle Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"NewMiddle\",\n        \"middleName_label\": \"NewMiddle\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel HelloWorld Gondek\",\n        \"fullName_label\": \"Daniel HelloWorld Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"HelloWorld\",\n        \"middleName_label\": \"HelloWorld\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel Abcdefg Gondek\",\n        \"fullName_label\": \"Daniel Abcdefg Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"Abcdefg\",\n        \"middleName_label\": \"Abcdefg\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel Tldr Gondek\",\n        \"fullName_label\": \"Daniel Tldr Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"Tldr\",\n        \"middleName_label\": \"Tldr\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      },\n      {\n        \"firstName\": \"Daniel\",\n        \"firstName_label\": \"Daniel\",\n        \"fullName\": \"Daniel T. Gondek\",\n        \"fullName_label\": \"Daniel T. Gondek\",\n        \"lastName\": \"Gondek\",\n        \"lastName_label\": \"Gondek\",\n        \"middleName\": \"T\",\n        \"middleName_label\": \"T\",\n        \"type\": {\n          \"category\": \"personal\",\n          \"category_label\": \"personal\",\n          \"detail\": {\n            \"id\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\",\n            \"id_label\": \"e05ffa79-78b8-49b0-a16b-55884f46c4ec\"\n          }\n        }\n      }\n    ],\n    \"races\": [\n      {\n        \"race\": {\n          \"id\": \"0030c7e5-a5c4-447b-9945-e8a53156291d\",\n          \"id_label\": \"0030c7e5-a5c4-447b-9945-e8a53156291d\"\n        },\n        \"reporting\": [\n          {\n            \"country\": {\n              \"code\": \"USA\",\n              \"code_label\": \"USA\",\n              \"racialCategory\": \"white\",\n              \"racialCategory_label\": \"white\"\n            }\n          }\n        ]\n      }\n    ],\n    \"EVENT_OPERATION\": \"created\"\n  }\n}"},"url":"https://{{subdomain}}{{subdomain-separator}}{{pm-server}}/api/1.0/{{workspace}}/EllucianEthosEvents/cases","urlObject":{"protocol":"https","path":["api","1.0","{{workspace}}","EllucianEthosEvents","cases"],"host":["{{subdomain}}{{subdomain-separator}}{{pm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dce3ff56-051c-40ce-a518-127405e9450c"},{"name":"PM: Get Case Variables","id":"547964cc-2968-455e-a9cc-37c8e16fb7d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pm-access-token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{subdomain}}{{subdomain-separator}}{{pm-server}}/api/1.0/{{workspace}}/cases/403044492624edf92bca264011409809/variables","urlObject":{"protocol":"https","path":["api","1.0","{{workspace}}","cases","403044492624edf92bca264011409809","variables"],"host":["{{subdomain}}{{subdomain-separator}}{{pm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"547964cc-2968-455e-a9cc-37c8e16fb7d9"},{"name":"PM: Get Health","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"2832424f-86f4-4624-ba69-5e155e693281"}}],"id":"337204fe-21f7-40d7-99e3-e7f3a9bba072","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://{{subdomain}}{{subdomain-separator}}{{pm-server}}/sys{{workspace}}/en/neoclassic/STMPlugin/index.php/api/workspace/health","urlObject":{"protocol":"https","path":["sys{{workspace}}","en","neoclassic","STMPlugin","index.php","api","workspace","health"],"host":["{{subdomain}}{{subdomain-separator}}{{pm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"337204fe-21f7-40d7-99e3-e7f3a9bba072"},{"name":"PM: Get Process Export","id":"fb5ce5f4-15ea-46d0-b316-a83f8d34b1d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pm-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{subdomain}}{{subdomain-separator}}{{pm-server}}/api/1.0/{{workspace}}/project/40763441460a853bacb0885034716856/export/","urlObject":{"protocol":"https","path":["api","1.0","{{workspace}}","project","40763441460a853bacb0885034716856","export",""],"host":["{{subdomain}}{{subdomain-separator}}{{pm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb5ce5f4-15ea-46d0-b316-a83f8d34b1d5"},{"name":"PM: Get Search Cases","id":"32df2c61-7e2d-474b-b641-977c9831f99a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pm-access-token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{subdomain}}{{subdomain-separator}}{{pm-server}}/api/1.0/{{workspace}}/cases?search=403044492624edf92bca264011409809","urlObject":{"protocol":"https","path":["api","1.0","{{workspace}}","cases"],"host":["{{subdomain}}{{subdomain-separator}}{{pm-server}}"],"query":[{"key":"search","value":"403044492624edf92bca264011409809"}],"variable":[]}},"response":[],"_postman_id":"32df2c61-7e2d-474b-b641-977c9831f99a"},{"name":"PM: Get Tenant Token Credentials Mode","event":[{"listen":"test","script":{"id":"484d28a1-12e5-46ba-9d77-5ed1be3467f5","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"pm-access-token\", data.access_token);"],"type":"text/javascript"}}],"id":"8703389f-5692-4f2f-bc67-6a19955b83b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"grant_type\": \"client_credentials\",\n    \"client_id\": \"x-pm-local-client\",\n    \"client_secret\": \"179ad45c6ce2cb97cf1029e212046e81\",\n    \"scope\": \"*\"\n}"},"url":"https://{{subdomain}}{{subdomain-separator}}{{pm-server}}/{{workspace}}/oauth2/token","urlObject":{"protocol":"https","path":["{{workspace}}","oauth2","token"],"host":["{{subdomain}}{{subdomain-separator}}{{pm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8703389f-5692-4f2f-bc67-6a19955b83b3"},{"name":"PM: Get Tenant Token Password Mode","event":[{"listen":"test","script":{"id":"484d28a1-12e5-46ba-9d77-5ed1be3467f5","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"pm-access-token\", data.access_token);"],"type":"text/javascript"}}],"id":"9c47dd32-2167-4e83-a58d-a41dd1a43d46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"grant_type\": \"password\",\n    \"client_id\": \"LIFZVYAALSEDXXPSXFOIMVQXCPRWLUZY\",\n    \"client_secret\": \"603005620624efeb1f34960069386112\",\n    \"username\": \"admin\",\n    \"password\": \"admin\",\n    \"scope\": \"*\"\n}"},"url":"https://{{subdomain}}{{subdomain-separator}}{{pm-server}}/{{workspace}}/oauth2/token","urlObject":{"protocol":"https","path":["{{workspace}}","oauth2","token"],"host":["{{subdomain}}{{subdomain-separator}}{{pm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c47dd32-2167-4e83-a58d-a41dd1a43d46"},{"name":"PM: Get Workspace Stats","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"17a6a827-9050-4903-b7dc-95bfc0df85b5"}}],"id":"498d0b8a-5cab-4be4-af57-bcb351c60e72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pm-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://{{subdomain}}{{subdomain-separator}}{{pm-server}}/sys{{workspace}}/en/neoclassic/STMPlugin/index.php/api/workspace/stats","urlObject":{"protocol":"https","path":["sys{{workspace}}","en","neoclassic","STMPlugin","index.php","api","workspace","stats"],"host":["{{subdomain}}{{subdomain-separator}}{{pm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"498d0b8a-5cab-4be4-af57-bcb351c60e72"},{"name":"PM: PUT License Update","event":[{"listen":"test","script":{"id":"17a6a827-9050-4903-b7dc-95bfc0df85b5","exec":[""],"type":"text/javascript"}}],"id":"90831fd0-55bb-4be2-8b1b-dec629ca488a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pm-access-token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"374\",\n  \"start_date\": \"2017-04-25\",\n  \"end_date\": \"2022-06-03\",\n  \"first_name\": \"Doug\",\n  \"last_name\": \"Baker\",\n  \"email\": \"dbak@tjc.edu\",\n  \"plugins\": [\n    \"advancedDashboards\",\n    \"dataReportingTools\",\n    \"EHX\",\n    \"pmBusinessRules\",\n    \"pmConnectors\",\n    \"pmEnhancedLogin\",\n    \"pmPowerUp\",\n    \"pmReports\",\n    \"pmSLA\",\n    \"ProcessDocumenter\"\n  ],\n  \"features\": [\n    \"actionsByEmail\",\n    \"auditLog\",\n    \"codeScanner\",\n    \"ldapAdvanced\",\n    \"mobileFields\",\n    \"multipleEmailServers\",\n    \"pmConsolidatedCL\",\n    \"pmGoogleDrive\",\n    \"secondDatabaseConnection\",\n    \"secureUserPasswordHash\",\n    \"selectiveImportExport\",\n    \"sendEmailFromDifferentEmailServers\",\n    \"strategicDashboards\",\n    \"userBasedLanguage\",\n    \"userBasedTimeZone\"\n  ],\n  \"server\": {\n    \"host\": \"license.processmaker.com\",\n    \"workspace\": \"ellucian\",\n    \"license_id\": \"c8502b8deaef870db50b2c8322eeb690\",\n    \"license_filename\": \"license_7ubh3dHS2+bWqKKnoJk.dat\"\n  },\n  \"workspace\": \"tjc826\",\n  \"stm\": {\n    \"server\": \"https://stm-app-workflow.elluciancloud.com/api/licenses/374/confirm\",\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxMyIsImp0aSI6ImNiYjlmNTVjNDRkMGU5OWQzZmIwNjE0ZDEyYTI1ZmQ0NWI0Yzk4ZjE0N2VjYjA1ZGU1ZWY5NjdhMTFjZDYxNGVkZGEzZjUwYjE0M2VmY2UwIiwiaWF0IjoxNjUxMDExMTM3Ljg0ODk1OSwibmJmIjoxNjUxMDExMTM3Ljg0ODk2NSwiZXhwIjoxNjgyNTQ3MTM3LjgzNTUwOCwic3ViIjoiMSIsInNjb3BlcyI6WyIqIl19.M6Vzw_suTmhHl5chORg3PwzljLqRD_zcUd1f9riUpg-UoKMhIjLgcdulvScC5zYWZ84nSMpgmP3wHc_u85XUZezwUgSj2flA94_tNwA42q0NOtJ7EwqDUhQUO2SzobAmxqHMFyC0PRbVpXEGtCq27Qg6pdagIm9Wg5RbAH3dDNb6DKg1YyFE36ETVBWJIXFLZR4f8xyo61LSZ6gYWh0fePt0AqZrFbnGfZ-AXBcN29m2UhadUudRPe8Z9t_cNdcyfTgD7sVNwNeqlosSZ2rXJtBgpesMF2Au7-EIhEXdV08mJ2ccwyyz61E1E_v30fVVWhYdCCcIp8JJO0SWN86buvNANIJGLToMUrn8f6ZanVznqXoVxoiLG6TG7fp4MKrqWWsHNVN9ZCoWydWbfbukPr9v2XMagMPLQQs2_uzAsiUa51oCP3HJ7Aojc9EMYMJqciuxLT1JgYb8H4SF44vFSuxCufi3U7KnDuNBsUEoDj0CbH9gHvWq8zcoUdN4yavrLIghHOYY0PLn1WjkNigDuJOltJ6PQDYscYJACSu0dHWPwaJZ1noqBml60nNIBcD2-dlmST8AgPEWnxwYcA1t2qbgHOS0drAA4OK8hV0psQlCWwxN1FxDIwRiGeUu4-q5wD2DjVQHspub8A8R7VUmgKOKPoNj6I8iXAuqPLr72iE\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}{{subdomain-separator}}{{pm-server}}/sys{{workspace}}/en/neoclassic/STMPlugin/index.php/api/licenses","urlObject":{"protocol":"https","path":["sys{{workspace}}","en","neoclassic","STMPlugin","index.php","api","licenses"],"host":["{{subdomain}}{{subdomain-separator}}{{pm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"90831fd0-55bb-4be2-8b1b-dec629ca488a"},{"name":"STM: Get Token Password Mode","event":[{"listen":"test","script":{"id":"ce26d7de-3af0-48bf-8cda-33df05d28b6a","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"stm-access-token\", data.access_token);","postman.setEnvironmentVariable(\"stm-refresh-token\", data.refresh_token);"],"type":"text/javascript","packages":{}}}],"id":"3fe8ee11-8e1b-4d55-b40e-b76ee115324b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"grant_type\": \"password\",\n    \"client_id\": \"{{stm-client-id}}\",\n    \"client_secret\": \"{{stm-client-secret}}\",\n    \"username\": \"{{stm-username}}\",\n    \"password\": \"{{stm-password}}\",\n    \"scope\": \"*\"\n}"},"url":"{{stm-server}}/oauth/token","urlObject":{"path":["oauth","token"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fe8ee11-8e1b-4d55-b40e-b76ee115324b"},{"name":"STM: Get Token Client Mode","event":[{"listen":"test","script":{"id":"0b81f301-088b-4d9d-8719-faa1def142ff","exec":["var data = JSON.parse(responseBody);","pm.environment.set(\"stm-access-token\", data.access_token);"],"type":"text/javascript"}}],"id":"95d4a347-d078-404f-918b-aa3207a6cd45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"grant_type\": \"client_credentials\",\n    \"client_id\": \"{{stm-client-id}}\",\n    \"client_secret\": \"{{stm-client-secret}}\",\n    \"scope\": \"*\"\n}"},"url":"{{stm-server}}/oauth/token","urlObject":{"path":["oauth","token"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"95d4a347-d078-404f-918b-aa3207a6cd45"},{"name":"STM: Addons List","id":"1e085471-6c57-44f4-88ef-99182f5560ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{stm-server}}/api/addons","urlObject":{"path":["api","addons"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e085471-6c57-44f4-88ef-99182f5560ac"},{"name":"STM: Custom Plugins List","id":"0ddc6954-b029-46e9-82b0-d76450a8d8f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{stm-server}}/api/custom-plugins","urlObject":{"path":["api","custom-plugins"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ddc6954-b029-46e9-82b0-d76450a8d8f0"},{"name":"STM: Custom Plugin Deploy","id":"729be75f-9752-4fb0-8051-2b3b82134e1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{stm-server}}/api/custom-plugins/3/deploy","urlObject":{"path":["api","custom-plugins","3","deploy"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"729be75f-9752-4fb0-8051-2b3b82134e1a"},{"name":"STM: Domains List","id":"4dee72f4-ab2d-4701-bf7b-aa431a1e2450","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{stm-server}}/api/settings/domains","urlObject":{"path":["api","settings","domains"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4dee72f4-ab2d-4701-bf7b-aa431a1e2450"},{"name":"STM: Languages List","id":"c0314c56-ffc5-4b75-ac4b-aa2f16ff9a20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{stm-server}}/api/languages","urlObject":{"path":["api","languages"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0314c56-ffc5-4b75-ac4b-aa2f16ff9a20"},{"name":"STM: Licenses Due Date List","id":"ef55b39a-3df3-40de-9a63-da885c49b0c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email_to\" : \"gustavo.silva@processmaker.com\"\n}"},"url":"{{stm-server}}/api/licenses/due_date","urlObject":{"path":["api","licenses","due_date"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef55b39a-3df3-40de-9a63-da885c49b0c6"},{"name":"STM: License Create","id":"051bb4c1-3d23-4d3a-a01b-6da763554af7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Gustavo\",\n    \"last_name\": \"Silva\", \n    \"email\": \"gustavo.silva@processmaker.com\",\n    \"start_date\": \"2020-12-01\",\n    \"end_date\": \"2022-12-01\"\n}"},"url":"{{stm-server}}/api/workspaces/1/licenses","urlObject":{"path":["api","workspaces","1","licenses"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"051bb4c1-3d23-4d3a-a01b-6da763554af7"},{"name":"STM: License Registration","id":"6f6a78f6-2065-49c0-b5df-0c6bb8ff2f9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"start\": \"1595390400\",\n    \"end\": \"1664510400\",\n    \"type\": \"\",\n    \"status\":\"active\",\n    \"span\": \"69120000\",\n    \"data\": \"\"\n}"},"url":"{{stm-server}}/api/licenses/555555/confirm","urlObject":{"path":["api","licenses","555555","confirm"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f6a78f6-2065-49c0-b5df-0c6bb8ff2f9d"},{"name":"STM: PLG Instance Create  v3","id":"c6a5fadb-c108-46af-9978-9ae7e9072036","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"gustavo3\",\n    \"title\": \"Gustavo PLG\",\n    \"sub_domain\": \"gustavo3\",\n    \"customer_id\": 1,\n    \"product_id\": 1,\n    \"cluster_id\": 1,\n    \"environment_id\": 1,\n    \"parent_id\": 1,\n    \"type\": \"tenant\",\n    \"first_name\": \"Gustavo\",\n    \"last_name\": \"Silva\",\n    \"email\": \"gustavo.silva@processmaker.com\",\n    \"start_date\": \"2024-02-07\",\n    \"end_date\": \"2027-02-07\",\n    \"domains\": [],\n    \"reset_password\": 0,\n    \"callback\":\"https://test-stm.free.beeceptor.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{stm-server}}/api/instances","urlObject":{"path":["api","instances"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6a5fadb-c108-46af-9978-9ae7e9072036"},{"name":"STM: Skins List","id":"02563edb-f202-485f-9bb4-bee3b00b3d0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{stm-server}}/api/skins","urlObject":{"path":["api","skins"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"02563edb-f202-485f-9bb4-bee3b00b3d0b"},{"name":"STM: Template Settings List","id":"6590bccd-d5f7-4269-bf7a-748897986727","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{stm-server}}/api/template-settings","urlObject":{"path":["api","template-settings"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6590bccd-d5f7-4269-bf7a-748897986727"},{"name":"STM: Usage Statistics","id":"2e33856e-d716-4206-b290-5637932ea7de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{stm-server}}/api/usage-statistics/processes/1/3","urlObject":{"path":["api","usage-statistics","processes","1","3"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e33856e-d716-4206-b290-5637932ea7de"},{"name":"STM: Workspaces List","id":"e6ca8bbc-fee3-4738-951c-c89aa2efdd94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{stm-server}}/api/workspaces?q=uoco-4","urlObject":{"path":["api","workspaces"],"host":["{{stm-server}}"],"query":[{"disabled":true,"key":"page","value":"29"},{"key":"q","value":"uoco-4"}],"variable":[]}},"response":[],"_postman_id":"e6ca8bbc-fee3-4738-951c-c89aa2efdd94"},{"name":"STM: Workspace Detail","id":"a8bed630-2c3d-4e98-9994-5c2fbca6b4c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{stm-server}}/api/workspaces/1/detail","urlObject":{"path":["api","workspaces","1","detail"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8bed630-2c3d-4e98-9994-5c2fbca6b4c0"},{"name":"STM: Workspace Create","id":"afdf35e6-9980-4482-be85-9d92ae07cd1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"workspace\",\n  \"sub_domain\": \"workspace\",\n  \"title\": \"Workspace Demo\",\n  \"description\": \"This is a Workspace Demo\",\n  \"first_name\": \"Jhon\",\n  \"last_name\": \"Doe\",\n  \"email\": \"jhondoe@email.com\",\n  \"start_date\": \"2020-06-25\",\n  \"end_date\": \"2020-08-29\",\n  \"addons\": [\n    \"1\",\n    \"2\",\n    \"3\",\n    \"4\",\n    \"5\",\n    \"6\",\n    \"7\",\n    \"8\",\n    \"9\",\n    \"10\",\n    \"11\",\n    \"12\",\n    \"13\",\n    \"14\",\n    \"15\",\n    \"16\",\n    \"17\",\n    \"18\",\n    \"19\",\n    \"20\",\n    \"21\",\n    \"22\",\n    \"23\",\n    \"24\",\n    \"25\",\n    \"26\",\n    \"27\",\n    \"28\",\n    \"29\",\n    \"30\",\n    \"31\",\n    \"32\",\n    \"33\"\n  ],\n  \"custom_plugins\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"languages\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"template_setting_id\": \"1\",\n  \"skin_id\": \"2\",\n  \"version\": \"pm3\"\n}","options":{"raw":{"language":"json"}}},"url":"{{stm-server}}/api/workspaces","urlObject":{"path":["api","workspaces"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"afdf35e6-9980-4482-be85-9d92ae07cd1c"},{"name":"STM: Workspace Create PM4","id":"40175938-5a86-46fc-aa5e-0bb8a6c0bd83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"acp\",\n  \"sub_domain\": \"acp\",\n  \"domain\": \".cloud.processmaker.net\",\n  \"title\": \"ACP Prod Workspace\",\n  \"description\": \"ACP Prod Workspace\",\n  \"first_name\": \"ACP\",\n  \"last_name\": \"ACP\",\n  \"email\": \"cloudops@processmaker.com\",\n  \"start_date\": \"2023-09-23\",\n  \"end_date\": \"2026-09-23\",\n  \"docker_image\": \"1.0.0\",\n  \"load_balancer\": \"\",\n  \"zone\": \"us\",\n  \"version\": \"pm4\"\n}","options":{"raw":{"language":"json"}}},"url":"{{stm-server}}/api/workspaces","urlObject":{"path":["api","workspaces"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"40175938-5a86-46fc-aa5e-0bb8a6c0bd83"},{"name":"STM: Workspace Confirm PM3","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"3dcc30dd-73d7-4e65-8657-e7373209776f"}}],"id":"e512731b-39ba-4570-8094-58ab9764a218","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"db_disk_usage\": 28.171875,\n  \"file_disk_usage\": 0.05115985870361328,\n  \"innodb_tables\": 546,\n  \"myisam_tables\": 0,\n  \"processes\": 0,\n  \"users\": 1,\n  \"cases_todo\": 0,\n  \"cases_completed\": 0,\n  \"cases_cancelled\": 0,\n  \"cases_draft\": 0,\n  \"cases_paused\": 0,\n  \"addons\": {\n    \"enterprise\": [\n      {\n        \"name\": \"advancedDashboards\",\n        \"title\": \"advancedDashboards\",\n        \"version\": \"3.0.1\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"dataReportingTools\",\n        \"title\": \"Data Reporting Tools\",\n        \"version\": \"1.1.4\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"EnterpriseSearch\",\n        \"title\": \"Enterprise Data Search\",\n        \"version\": \"3.2.1\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"pmBusinessRules\",\n        \"title\": \"pmBusinessRules\",\n        \"version\": \"3.1.3\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"pmConnectors\",\n        \"title\": \"pmConnectors\",\n        \"version\": \"1.3.0\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"pmEnhancedLogin\",\n        \"title\": \"pmEnhancedLogin\",\n        \"version\": \"2.6.1\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"pmReports\",\n        \"title\": \"pmReports\",\n        \"version\": \"3.5.1\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"pmSLA\",\n        \"title\": \"pmSLA\",\n        \"version\": \"3.0.1\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"ProcessDocumenter\",\n        \"title\": \"Process Documenter\",\n        \"version\": \"1.1.0\",\n        \"enabled\": true\n      }\n    ],\n    \"features\": [\n      {\n        \"name\": \"actionsByEmail\",\n        \"title\": \"actionsByEmail\",\n        \"version\": \"\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"auditLog\",\n        \"title\": \"auditLog\",\n        \"version\": \"\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"codeScanner\",\n        \"title\": \"Code Scanner\",\n        \"version\": \"\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"ldapAdvanced\",\n        \"title\": \"ldapAdvanced\",\n        \"version\": \"\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"mobileFields\",\n        \"title\": \"Mobile Fields\",\n        \"version\": \"\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"multipleEmailServers\",\n        \"title\": \"Multiple Email Servers\",\n        \"version\": \"\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"pmConsolidatedCL\",\n        \"title\": \"Enables de Batch Routing feature.\",\n        \"version\": \"\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"pmGmail\",\n        \"title\": \"pmGmail\",\n        \"version\": \"\",\n        \"enabled\": false\n      },\n      {\n        \"name\": \"pmGoogleDrive\",\n        \"title\": \"pmGoogleDrive\",\n        \"version\": \"\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"secondDatabaseConnection\",\n        \"title\": \"secondDatabaseConnection\",\n        \"version\": \"\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"secureUserPasswordHash\",\n        \"title\": \"secureUserPasswordHash\",\n        \"version\": \"\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"selectiveImportExport\",\n        \"title\": \"selectiveImportExport\",\n        \"version\": \"\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"sendEmailFromDifferentEmailServers\",\n        \"title\": \"sendEmailFromDifferentEmailServers\",\n        \"version\": \"\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"strategicDashboards\",\n        \"title\": \"Strategic Dashboards\",\n        \"version\": \"\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"userBasedLanguage\",\n        \"title\": \"User-based Language Settings Management\",\n        \"version\": \"\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"userBasedTimeZone\",\n        \"title\": \"User-based Time Zone Management\",\n        \"version\": \"\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"windowsSSO\",\n        \"title\": \"windowsSSO\",\n        \"version\": \"\",\n        \"enabled\": true\n      }\n    ],\n    \"custom\": [\n      {\n        \"name\": \"SSO_SAML\",\n        \"title\": \"SSO_SAML Plugin\\r\\n(SSO_SAML.php)\",\n        \"version\": \"3.2.5\",\n        \"enabled\": false\n      },\n      {\n        \"name\": \"STMPlugin\",\n        \"title\": \"STM Plugin\\r\\n(STMPlugin.php)\",\n        \"version\": \"1.0.2\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"pmBusinessRules\",\n        \"title\": \"pmBusinessRules Plugin\\r\\n(pmBusinessRules.php)\",\n        \"version\": \"3.1.3\",\n        \"enabled\": true\n      },\n      {\n        \"name\": \"EllucianEthos\",\n        \"title\": \"Ellucian Ethos Integration Plugin\\r\\n(EllucianEthos.php)\",\n        \"version\": \"1.5.0+950\",\n        \"enabled\": false\n      },\n      {\n        \"name\": \"EllucianEthosEvents\",\n        \"title\": \"Ellucian Ethos Events Plugin\\r\\n(EllucianEthosEvents.php)\",\n        \"version\": \"1.3.0+012\",\n        \"enabled\": false\n      }\n    ]\n  },\n  \"pm_client_id\": \"OSXXIVMBZMTIWDVJEKAQLBYXWDOULIRQ\",\n  \"pm_client_secret\": \"4847016945e97c8f2b64816091459488\",\n  \"db_credentials\": {\n    \"database\": \"wf_tenant49\",\n    \"user\": \"wf_5e97c8e0ae1ea\",\n    \"password\": \"49fsrXzwU6.H\"\n  },\n  \"license\": {\n    \"id\": 78,\n    \"start\": \"0\",\n    \"start_date\": \"2020-04-01\",\n    \"end\": \"0\",\n    \"end_date\": \"2020-12-31\",\n    \"span\": 270,\n    \"data\": \"eyJpZCI6MSwic3RhcnRfZGF0ZSI6IjIwMjAtMDQtMDEiLCJlbmRfZGF0ZSI6IjIwMjAtMTItMzEiLCJmaXJzdF9uYW1lIjoiUHJvY2Vzc01ha2VyIiwibGFzdF9uYW1lIjoiSW5jLiIsImVtYWlsIjoic3VwcG9ydEBwcm9jZXNzbWFrZXIuY29tIiwicGx1Z2lucyI6WyJhZHZhbmNlZERhc2hib2FyZHMiLCJkYXRhUmVwb3J0aW5nVG9vbHMiLCJFbnRlcnByaXNlU2VhcmNoIiwiZXh0ZXJuYWxSZWdpc3RyYXRpb24iLCJrbm93bGVkZ2VUcmVlIiwibGRhcEFkdmFuY2VkIiwicG1Xb3Jrc3BhY2VNYW5hZ2VtZW50IiwicG1HU3VpdGVBdXRoIiwicG1CdXNpbmVzc1J1bGVzIiwicG1Db25uZWN0b3JzIiwicG1Db25zb2xpZGF0ZWRDTCIsInBtRW5oYW5jZWRMb2dpbiIsInBtRnRwTW9uaXRvciIsInBtSW5wdXREb2N1bWVudFVwbG9hZGVyIiwicG1Qb3dlclVwIiwicG1SZXBvcnRzIiwicG1TTEEiLCJQcm9jZXNzRG9jdW1lbnRlciJdLCJmZWF0dXJlcyI6WyJhY3Rpb25zQnlFbWFpbCIsImF1ZGl0TG9nIiwiY29kZVNjYW5uZXIiLCJwbUNvbnNvbGlkYXRlZENMIiwibW9iaWxlRmllbGRzIiwibXVsdGlwbGVFbWFpbFNlcnZlcnMiLCJwbUdtYWlsIiwicG1Hb29nbGVEcml2ZSIsInNlY29uZERhdGFiYXNlQ29ubmVjdGlvbiIsInNlY3VyZVVzZXJQYXNzd29yZEhhc2giLCJzZWxlY3RpdmVJbXBvcnRFeHBvcnQiLCJzZW5kRW1haWxGcm9tRGlmZmVyZW50RW1haWxTZXJ2ZXJzIiwic3RyYXRlZ2ljRGFzaGJvYXJkcyIsInVzZXJCYXNlZExhbmd1YWdlIiwidXNlckJhc2VkVGltZVpvbmUiXSwic2VydmVyIjp7Imhvc3QiOiJsaWNlbnNlLnByb2Nlc3NtYWtlci5jb20iLCJ3b3Jrc3BhY2UiOiJwbURlbW9zIiwibGljZW5zZV9pZCI6ImM4NTAyYjhkZWFlZjg3MGRiNTBiMmM4MzIyZWViNjkwIiwibGljZW5zZV9maWxlbmFtZSI6ImxpY2Vuc2VfN3ViaDNkSFMyK2JXcUtLbm9Kay5kYXQifX0=\",\n    \"path\": \"\",\n    \"workspace\": \"tenant49\",\n    \"server\": \"\",\n    \"type\": \"\"\n  }\n}"},"url":"{{stm-server}}/api/workspaces/6/confirm","urlObject":{"path":["api","workspaces","6","confirm"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e512731b-39ba-4570-8094-58ab9764a218"},{"name":"STM: Workspace Confirm PM4","event":[{"listen":"test","script":{"id":"3dcc30dd-73d7-4e65-8657-e7373209776f","exec":[""],"type":"text/javascript"}}],"id":"9e0aa7b4-2e31-43db-aa82-deca7142feed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"processes\": 28,\n    \"users\": 4,\n    \"cases_todo\": 7,\n    \"cases_draft\": 0,\n    \"cases_completed\": 15,\n    \"cases_cancelled\": 1,\n    \"cases_paused\": 9,\n    \"file_disk_usage\": 0.98776245117188,\n    \"db_disk_usage\": 20.71875000,\n    \"health\": {\n        \"version\": \"4.3.0\",\n        \"status\": \"HEALTHY\",\n        \"data\": {\n            \"php\": {\n                \"version\": \"PHP 8.1.13 (cli) (built Nov 22 2022 14:42:07) (NTS gcc x86_64)\\nCopyright (c) The PHP Group\\nZend Engine v4.1.13, Copyright (c) Zend Technologies\\nwith Zend OPcache v8.1.13, Copyright (c), by Zend Technologies\\nwith ddtrace v0.81.1, Copyright Datadog, by Datadog\"\n            },\n            \"workspace\": {\n                \"name\": \"pm4_alfademo-4\"\n            },\n            \"database\": {\n                \"name\": \"pm4_alfademo-4\",\n                \"status\": \"CONNECTED\"\n            }\n        }\n    },\n    \"pm_client_id\": 8,\n    \"pm_client_secret\": \"B1v9pHQkGQl7It8jy1GGg7qCyHWERLjNdN12N14W\",\n    \"license\": {\n        \"id\": 155,\n        \"start_date\": \"2021-12-21\",\n        \"end_date\": \"2022-12-20\",\n        \"first_name\": \"Gustavo\",\n        \"last_name\": \"Silva\",\n        \"email\": \"gustavo.silva@processmaker.com\"\n    },\n    \"db_credentials\": {\n        \"database\": \"eyJpdiI6IjNIQXdHM29OcTltUFAyUC9IZk0rTGc9PSIsInZhbHVlIjoiVFZuS1pDOWRDV0YzYzNvL3dlRFhYdz09IiwibWFjIjoiZGI2MDgxMDlmYjI5MTUyNTE4NmFhNTQwMzVhZTNkZjhmNWNlZWY5OWZlMTQ2YWNjNmYwY2MwMTQ2NWMwYmFjNyIsInRhZyI6IiJ9\",\n        \"user\": \"eyJpdiI6IkVsOXhhNU9BVmVYYU5iSWlHeE9UOGc9PSIsInZhbHVlIjoiNGJqdGZSNVY0RkM2WlU1VjZjQU1oZz09IiwibWFjIjoiZDZlODgyMmFjYTFmZjY3YmRjNjFhMjQ2YWIyNjJjZDI2NzMyZjUxNzRmOThhZDA1YWEyN2JiNGUzZWZlMDU1ZSIsInRhZyI6IiJ9\",\n        \"password\": \"eyJpdiI6Ik1FVFdXSW45b1gzcndsemFINlJ2V3c9PSIsInZhbHVlIjoiM0ozRXcreDZ1WXM4QnZlUTlXOHV4ZTR5RVg2NVQ3enU1ZVZETnBsUXV3VT0iLCJtYWMiOiJhNTI2OWRkZmVmYzgzY2E2OWM5MGRmZGM0NDdkNzZmOTNlMWU5ZGRhYmYyY2UxMGE5OGIyMGViNjgxYTk2NmFiIiwidGFnIjoiIn0=\",\n        \"tenant\": \"5s1UM2xqGtq2mLIb82nnUvw6LuqnDGqQhKWdBFHJ3u7cr6ITDh6bllmIECsI0KBnyIZ5FSKIwBmyt9lRLpwGLUpP5IpANwYIiTd8XyK59BwK0OJhrAarlCfanyXqDIKBFUcFni6xIBhHGmeXQyEzvCWh8kzG8FLSZolcZyl6laTKmcEv5pdb85f4gdujj3PIc=\"\n    }\n}"},"url":"{{stm-server}}/api/workspaces/153/confirm","urlObject":{"path":["api","workspaces","153","confirm"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e0aa7b4-2e31-43db-aa82-deca7142feed"},{"name":"STM: Workspace Delete","id":"1c28b821-555e-417e-ae5e-18c546f65a7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{stm-server}}/api/workspaces/10","urlObject":{"path":["api","workspaces","10"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c28b821-555e-417e-ae5e-18c546f65a7d"},{"name":"STM: Workspace Regenerate JSON","id":"f684d808-1447-44d0-89ef-97a5b1c1b920","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{stm-server}}/api/workspaces/17/regenerate","urlObject":{"path":["api","workspaces","17","regenerate"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f684d808-1447-44d0-89ef-97a5b1c1b920"},{"name":"STM: Workspace Statistic","id":"8b2df0d3-d318-4df8-b9dc-af9cb8a30a43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"date\": \"2022-07-26\"\n}","options":{"raw":{"language":"json"}}},"url":"{{stm-server}}/api/workspaces/4/statistic","urlObject":{"path":["api","workspaces","4","statistic"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b2df0d3-d318-4df8-b9dc-af9cb8a30a43"},{"name":"STM: Workspaces Statistics","id":"39591d87-7383-4425-9cbb-96a69653209b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"date\": \"2022-07-26\"\n}","options":{"raw":{"language":"json"}}},"url":"{{stm-server}}/api/statistics","urlObject":{"path":["api","statistics"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"39591d87-7383-4425-9cbb-96a69653209b"},{"name":"STM: Workspaces Statistics PGS","id":"0f86f03e-c766-482e-b8b2-8a2d19fadfa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{stm-server}}/api/statistics/product-growth-snapshot","urlObject":{"path":["api","statistics","product-growth-snapshot"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f86f03e-c766-482e-b8b2-8a2d19fadfa1"},{"name":"STM: Workspaces Statistics PGO","id":"3c662a2b-d323-4ad9-ba85-9efbd11b6786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"period\": \"y\"\n}","options":{"raw":{"language":"json"}}},"url":"{{stm-server}}/api/statistics/product-growth-overtime","urlObject":{"path":["api","statistics","product-growth-overtime"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c662a2b-d323-4ad9-ba85-9efbd11b6786"},{"name":"STM: Workspaces Statistics CGS","id":"cc743e45-cb0a-4e14-bc1c-9a56058d7a53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"workspace\": \"113\"\n}","options":{"raw":{"language":"json"}}},"url":"{{stm-server}}/api/statistics/customer-growth-snapshot","urlObject":{"path":["api","statistics","customer-growth-snapshot"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc743e45-cb0a-4e14-bc1c-9a56058d7a53"},{"name":"STM: Workspaces Statistics CGO","id":"d3b79fcc-28eb-40d5-841d-6fb7de029ece","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"workspace\": \"113\",\n    \"period\": \"y\"\n}","options":{"raw":{"language":"json"}}},"url":"{{stm-server}}/api/statistics/customer-growth-overtime","urlObject":{"path":["api","statistics","customer-growth-overtime"],"host":["{{stm-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3b79fcc-28eb-40d5-841d-6fb7de029ece"},{"name":"DLE: Create Workspace","id":"d19f4525-f447-4162-920d-9196e7c9be63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"uco-4\",\n    \"database\": \"pm4_uco-4\",\n    \"user\": \"user_uco-4\",\n    \"password\": \"EyWkwQo37krkOnfF\",\n    \"version\": \"pm4\",\n    \"subdomain\": \"uco\",\n    \"domain\": \"workflow2-test.elluciancloud.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{dle-server}}/api/1.0/stm/workspaces","urlObject":{"path":["api","1.0","stm","workspaces"],"host":["{{dle-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d19f4525-f447-4162-920d-9196e7c9be63"},{"name":"DLE: Delete Case","id":"6c23c66d-a8c0-474a-a8d5-80fd880d235b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://dev-ellucian-us.processmaker.com/api/1.0/alfatesting/cases/92843532958dcfaad492d01070648562","urlObject":{"protocol":"https","path":["api","1.0","alfatesting","cases","92843532958dcfaad492d01070648562"],"host":["dev-ellucian-us","processmaker","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c23c66d-a8c0-474a-a8d5-80fd880d235b"},{"name":"DLE: Get Projects with STM Token","id":"4bfa1caf-3169-4c22-94cf-ed672019b605","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{dle-server}}/api/1.0/stm/{{workspace}}/projects?pm_version=4","urlObject":{"path":["api","1.0","stm","{{workspace}}","projects"],"host":["{{dle-server}}"],"query":[{"key":"pm_version","value":"4"}],"variable":[]}},"response":[],"_postman_id":"4bfa1caf-3169-4c22-94cf-ed672019b605"},{"name":"DLE: Get Schemas WS Tenant Token","id":"c4b916d4-9b74-4966-bde0-95efe2fd411d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pm-access-token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{dle-server}}/api/1.0/{{workspace}}/schemas?include=versions","urlObject":{"path":["api","1.0","{{workspace}}","schemas"],"host":["{{dle-server}}"],"query":[{"key":"include","value":"versions"}],"variable":[]}},"response":[],"_postman_id":"c4b916d4-9b74-4966-bde0-95efe2fd411d"},{"name":"DLE: Get Schemas WS Tenant Token v3","id":"75c914ee-64be-4abb-b1b7-46464207406b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{dle-server}}/api/1.0/stm/{{workspace}}/schemas?include=versions","urlObject":{"path":["api","1.0","stm","{{workspace}}","schemas"],"host":["{{dle-server}}"],"query":[{"key":"include","value":"versions"}],"variable":[]}},"response":[],"_postman_id":"75c914ee-64be-4abb-b1b7-46464207406b"},{"name":"DLE: Send Payload","id":"dd633d90-b2ec-4cc9-91fc-989b0ef24ec0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"id\": \"100\",\n    \"published\": \"2021-05-05 17:42:17.704623+00\",\n    \"resource\": {\n      \"name\": \"persons\",\n      \"id\": \"98745632-2021-0505-0001-123654789014\",\n      \"version\": \"application/vnd.hedtech.integration.v15.2.0+json\"\n    },\n    \"operation\": \"created\",\n    \"contentType\": \"resource-representation\",\n    \"content\": {\n      \"title\": \"Certificate in Agricultural Business 20180514_101817\",\n      \"id\": \"98745632-2021-0505-0001-123654789014\",\n      \"age\": 30,\n      \"weight\": 60,\n      \"firstName\": \"John_script_DLE\",\n      \"lastName\": \"Doe1\",\n      \"gender\": \"male\",\n      \"metadata\": {\n        \"dataOrigin\": \"workflow-integration-test\"\n      }\n    },\n    \"publisher\": {\n      \"id\": \"2869a431-2c31-4d5f-b5ac-c62e88e4f3ed\",\n      \"applicationName\": \"Manual postman test to DLE\"\n    }\n  }\n}"},"url":"{{dle-server}}/api/1.0/stm/{{workspace}}/dle/requests","urlObject":{"path":["api","1.0","stm","{{workspace}}","dle","requests"],"host":["{{dle-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd633d90-b2ec-4cc9-91fc-989b0ef24ec0"},{"name":"DLE: Send Payload PM4","id":"08d5e2f1-8d9e-4ce6-8a4e-ae1af663cf96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"id\": \"100\",\n    \"published\": \"2021-05-05 17:42:17.704623+00\",\n    \"resource\": {\n      \"name\": \"persons\",\n      \"id\": \"98745632-2021-0505-0001-123654789014\",\n      \"version\": \"application/vnd.hedtech.integration.v15.2.0+json\",\n      \"pm_version\": \"4\"\n    },\n    \"operation\": \"created\",\n    \"contentType\": \"resource-representation\",\n    \"content\": {\n      \"title\": \"Certificate in Agricultural Business 20180514_101817\",\n      \"id\": \"98745632-2021-0505-0001-123654789014\",\n      \"age\": 30,\n      \"weight\": 60,\n      \"firstName\": \"John_script_DLE\",\n      \"lastName\": \"Doe1\",\n      \"metadata\": {\n        \"dataOrigin\": \"workflow-integration-test\"\n      }\n    },\n    \"publisher\": {\n      \"id\": \"2869a431-2c31-4d5f-b5ac-c62e88e4f3ed\",\n      \"applicationName\": \"Manual postman test to DLE\"\n    }\n  }\n}"},"url":"{{dle-server}}/api/1.0/stm/{{workspace}}/dle/requests","urlObject":{"path":["api","1.0","stm","{{workspace}}","dle","requests"],"host":["{{dle-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"08d5e2f1-8d9e-4ce6-8a4e-ae1af663cf96"},{"name":"DLE: Update Workspace Data","id":"a9390f6e-a471-4520-8578-69609503a500","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"uom12982\",\n    \"database\": \"pm4_uom12982-4\",\n    \"user\": \"user_uom12982-4\",\n    \"password\": \"846Piw6sgqTdkqn6\",\n    \"version\": \"pm4\",\n    \"subdomain\": \"uom12982\",\n    \"domain\": \"workflow2-test.elluciancloud.ca\"\n}"},"url":"{{dle-server}}/api/1.0/stm/workspaces/{{workspace}}","urlObject":{"path":["api","1.0","stm","workspaces","{{workspace}}"],"host":["{{dle-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9390f6e-a471-4520-8578-69609503a500"},{"name":"DLE: Get Queue Job","id":"b6dd3cbf-d23b-473b-8358-d63688ca00aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{dle-server}}/api/1.0/stm/{{workspace}}/dle/queue-jobs/:job_id","urlObject":{"path":["api","1.0","stm","{{workspace}}","dle","queue-jobs",":job_id"],"host":["{{dle-server}}"],"query":[],"variable":[{"type":"any","value":"7df47dfd-4aff-4509-b527-ed5ac4e177ee","key":"job_id"}]}},"response":[],"_postman_id":"b6dd3cbf-d23b-473b-8358-d63688ca00aa"},{"name":"DLE: Get Workspace","id":"63bdd5a9-8aa4-4a83-9f1a-52b8afce0d50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{stm-access-token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{dle-server}}/api/1.0/stm/workspaces/{{workspace}}","urlObject":{"path":["api","1.0","stm","workspaces","{{workspace}}"],"host":["{{dle-server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"63bdd5a9-8aa4-4a83-9f1a-52b8afce0d50"}]}