{"info":{"_postman_id":"bd6fb833-8cd3-4c34-8401-7c1ab46d127c","name":"Snowpal: Status API","description":"<html><head></head><body><p>We've all used Status Update Apps, and while a lot of them are fairly decent and help provide a reasonable sense of what a team is working on, they rarely go beyond the basics. This is primarily because the APIs they rely on are built to serve a rather basic set of requirements.</p>\n<p>At Snowpal, where our team continually builds complex products all the time, we noticed that a lot of our specific questions (read: the really important ones) weren't answered by these generic APIs. So, we decided to create a rich set of Status Update endpoints to help us, and help you.</p>\n<p><video src=\"https://youtube.com/embed/qNem6eZTR0I\" width=\"340\"></video></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"27312913","collectionId":"bd6fb833-8cd3-4c34-8401-7c1ab46d127c","publishedId":"2s9YXcdjgc","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-02-13T22:52:09.000Z"},"item":[{"name":"Meta.1","item":[{"name":"Meta.1.1: Get status filters","id":"b46faa18-7219-438d-a4ec-aa05a1294b00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/status/filters","urlObject":{"path":["sa","status","filters"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b46faa18-7219-438d-a4ec-aa05a1294b00"},{"name":"Meta.1.2: Get roles","id":"3f72ae76-2c79-4862-b160-3db788499fd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/roles","urlObject":{"path":["sa","roles"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f72ae76-2c79-4862-b160-3db788499fd3"}],"id":"7a75d2fe-93a6-48bc-b881-e676c1029b7f","_postman_id":"7a75d2fe-93a6-48bc-b881-e676c1029b7f","description":""},{"name":"Statuses.1","item":[{"name":"Statuses.1.1: Add my status","id":"b3f32851-4db7-466f-a5da-7a92fb3854b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"statusDate\": \"2023-04-17T00:00:00Z\",\n  \"planForToday\": {\n    \"tickets\": [\n      {\n        \"ticketID\": \"GH124\",\n        \"type\": \"github\",\n        \"url\": \"https://github.com/repos/abc/issues/2\",\n        \"description\": \"sample desc.\",\n        \"status\": \"Open\",\n        \"points\": 5\n      },\n      {\n        \"ticketID\": \"GH125\",\n        \"type\": \"github\",\n        \"url\": \"https://github.com/repos/abc/issues/2\",\n        \"status\": \"Closed\",\n        \"points\": 3\n      }\n    ],\n    \"otherItems\": [\n      \"Meet with Product Managers\",\n      \"Talk to QA\"\n    ]\n  },\n  \"sessions\": [\n    {\n      \"sequenceId\": 1,\n      \"tickets\": [\n        {\n          \"ticketID\": \"GH123\",\n          \"type\": \"azure\",\n          \"url\": \"https://github.com/repos/abc/issues/1\",\n          \"description\": \"\",\n          \"timeSpent\": 3.5,\n          \"status\": \"In Progress\",\n          \"pairedWith\": [\n            {\n              \"memberID\": \"6435af9d0bd9f75965645ca9\"\n            },\n            {\n              \"memberID\": \"6435e614e184e858952cfb4a\"\n            },\n            {\n              \"nonMemberName\": \"another Team Member, Larry\"\n            }\n          ],\n          \"pullRequest\": {\n            \"url\": \"https://github.com/repos/abc/pr/1\",\n            \"description\": \"PR is ready for review\"\n          }\n        }\n      ],\n      \"otherItems\": [\n        {\n          \"title\": \"Feature discussion with Raj\",\n          \"type\": \"Meeting\",\n          \"timeSpent\": 1.5,\n          \"pairedWith\": [],\n          \"comment\": \"It was a fruitful meeting!\"\n        }\n      ]\n    },\n    {\n      \"sequenceId\": 2,\n      \"tickets\": [\n        {\n          \"ticketID\": \"GH124\",\n          \"type\": \"github\",\n          \"url\": \"https://github.com/repos/abc/issues/2\",\n          \"description\": \"\",\n          \"timeSpent\": 1.5,\n          \"status\": \"In Progress\",\n          \"pairedWith\": [\n            {\n              \"memberID\": \"6435af9d0bd9f75965645ca9\"\n            },\n            {\n              \"memberID\": \"6435e614e184e858952cfb4a\"\n            },\n            {\n              \"nonMemberName\": \"another Team Member, David\"\n            }\n          ],\n          \"pullRequest\": {\n            \"url\": \"https://github.com/repos/abc/pr/2\",\n            \"description\": \"Draft PR is not ready for review\"\n          }\n        }\n      ],\n      \"otherItems\": [\n        {\n          \"title\": \"Bug discussion with Kumar\",\n          \"type\": \"Meeting\",\n          \"timeSpent\": 1.5,\n          \"pairedWith\": [\n            {\n              \"memberID\": \"6435af9d0bd9f75965645ca9\"\n            },\n            {\n              \"nonMemberName\": \"Jorge\"\n            }\n          ],\n          \"comment\": \"It was a fruitful meeting!\"\n        }\n      ]\n    }\n  ],\n  \"blockedBy\": {\n    \"tickets\": [\n      {\n        \"ticketID\": \"GH124\",\n        \"type\": \"jira\",\n        \"url\": \"https://github.com/repos/abc/issues/2\",\n        \"status\": \"Open\",\n        \"description\": \"Not so complex an issue\"\n      }\n    ],\n    \"members\": [\n      {\n        \"memberID\": \"6435af9d0bd9f75965645ca9\",\n        \"items\": [\n          \"Need UI component\"\n        ]\n      }\n    ],\n    \"otherItems\": [\n      \"poker game!\",\n      \"workout sessions\"\n    ]\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/statuses","urlObject":{"path":["sa","teams",":id","statuses"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"736c4b0b-6913-47fb-a2f3-a860155181ef","type":"any","value":"6459858ba5507b6ca73db266","key":"id"}]}},"response":[],"_postman_id":"b3f32851-4db7-466f-a5da-7a92fb3854b9"},{"name":"Statuses.1.2: Get my statuses","id":"1f8f83ce-727d-42b5-b0d7-117c41a74c22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/statuses","urlObject":{"path":["sa","teams",":id","statuses"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"ee5f59a5-2d38-46a2-8078-374b7c951f8c","type":"any","value":"6459858ba5507b6ca73db266","key":"id"}]}},"response":[],"_postman_id":"1f8f83ce-727d-42b5-b0d7-117c41a74c22"},{"name":"Statuses.1.3: Get all my statuses (across teams)","id":"d3b9349b-ca0b-4ff7-bdbf-1bd428f09463","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/statuses","urlObject":{"path":["sa","statuses"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3b9349b-ca0b-4ff7-bdbf-1bd428f09463"},{"name":"Statuses.1.4: Get status by ID","id":"1fc97b95-72cc-4308-8029-2e1f3665c7d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/statuses/by-id/:status-id","urlObject":{"path":["sa","teams",":id","statuses","by-id",":status-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"30c9037d-f48b-41da-98a3-159412a4236e","type":"any","value":"{{teamID}}","key":"id"},{"id":"091c3785-4350-414f-a387-c016f203d050","type":"any","value":"{{statusID}}","key":"status-id"}]}},"response":[],"_postman_id":"1fc97b95-72cc-4308-8029-2e1f3665c7d3"},{"name":"Statuses.1.5: Get status by Date","id":"06427cbb-5ead-4ddb-af83-c3723e8d1b50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/statuses/by-date/:status-date","urlObject":{"path":["sa","teams",":id","statuses","by-date",":status-date"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"62495402-89c4-4f26-b0ba-a4ce53480db7","type":"any","value":"{{teamID}}","key":"id"},{"id":"87e3aa7a-d1aa-495b-b3ee-e669e3748165","type":"any","value":"{{statusDate}}","key":"status-date"}]}},"response":[],"_postman_id":"06427cbb-5ead-4ddb-af83-c3723e8d1b50"},{"name":"Statuses.1.6: Get statuses by Date Range","id":"ed12ad16-c148-49de-90d5-acc68ce04bba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/statuses/by-date-range?startDate={{statusDate}}&endDate={{statusEndDate}}&startDate=2023-04-13T00:00:00Z&endDate=2023-04-14T00:00:00Z","urlObject":{"path":["sa","teams",":id","statuses","by-date-range"],"host":["{{baseUrl}}"],"query":[{"key":"startDate","value":"{{statusDate}}"},{"key":"endDate","value":"{{statusEndDate}}"},{"key":"startDate","value":"2023-04-13T00:00:00Z"},{"key":"endDate","value":"2023-04-14T00:00:00Z"}],"variable":[{"id":"d70d0760-68db-4b50-b6aa-6f442fbea9cc","type":"any","value":"{{teamID}}","key":"id"}]}},"response":[],"_postman_id":"ed12ad16-c148-49de-90d5-acc68ce04bba"},{"name":"Statuses.1.7: Delete my status","id":"31cc1c03-f9ec-4d2a-b473-edede746bdbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id","urlObject":{"path":["sa","teams",":id","statuses",":status-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"395b02d5-75cd-4899-b8c3-9515d1379a8c","type":"any","value":"{{teamID}}","key":"id"},{"id":"8f4af86e-2a82-4c1b-84c8-2a8349eb314c","type":"any","value":"{{statusID}}","key":"status-id"}]}},"response":[],"_postman_id":"31cc1c03-f9ec-4d2a-b473-edede746bdbf"}],"id":"8c422678-1e8e-4070-8dcc-9f252a00dc67","_postman_id":"8c422678-1e8e-4070-8dcc-9f252a00dc67","description":""},{"name":"Statuses.2: Plan for Today","item":[{"name":"Statuses.2.1: Add (PFT) tickets","id":"ef3ca948-bc95-48d8-8c70-f6927de0e387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tickets\": [\n        {\n            \"ticketID\": \"GH334\",\n            \"type\": \"github\",\n            \"url\": \"https://github.com/repos/abc/issues/3\",\n            \"description\": \"sample description.\",\n            \"status\": \"Open\",\n            \"points\": 3\n        },\n        {\n            \"ticketID\": \"335\",\n            \"type\": \"azure\",\n            \"url\": \"https://github.com/repos/abc/issues/10\",\n            \"status\": \"Closed\",\n            \"points\": 3\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/plan-for-today/tickets","description":"<p>Add one or more tickets to Plan for Today.</p>\n","urlObject":{"path":["sa","teams",":id","statuses",":status-id","plan-for-today","tickets"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"551aee35-61a7-4b67-9719-c367467d89f8","type":"any","value":"{{teamID}}","key":"id"},{"id":"ce6cd20b-6e4d-44dc-bd16-df02be6abe3d","type":"any","value":"{{statusID}}","key":"status-id"}]}},"response":[],"_postman_id":"ef3ca948-bc95-48d8-8c70-f6927de0e387"},{"name":"Statuses.2.2: Update (PFT) other items","id":"8c27418d-b433-4bc1-8141-515e2f500cb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"otherItems\": [\n    \"Met with Product Managers again\",\n    \"and again!!\"\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/plan-for-today/other-items","urlObject":{"path":["sa","teams",":id","statuses",":status-id","plan-for-today","other-items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"af10b37b-cc42-4307-bfe5-2146cf0c281b","type":"any","value":"{{teamID}}","key":"id"},{"id":"e97f880f-ada9-4002-aa8a-f0c194b35f2b","type":"any","value":"{{statusID}}","key":"status-id"}]}},"response":[],"_postman_id":"8c27418d-b433-4bc1-8141-515e2f500cb2"},{"name":"Statuses.2.3: Update (PFT) ticket","id":"5f4436b7-1bb5-4477-82a7-606f1197df59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"ticketID\": \"GH131\",\n  \"type\": \"github\",\n  \"url\": \"https://github.com/repos/abc/issues/3\",\n  \"description\": \"sample description.\",\n  \"status\": \"Open\",\n  \"points\": 3\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/plan-for-today/tickets/:int-ticket-id","urlObject":{"path":["sa","teams",":id","statuses",":status-id","plan-for-today","tickets",":int-ticket-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"d200898b-ec13-42b5-bfb0-6eb8afae1f16","type":"any","value":"{{teamID}}","key":"id"},{"id":"8d0a880c-d14a-4fd2-8d41-0d81aeff20f6","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"e0638d0b-f75b-4d8a-baa3-34ecc838f13e","type":"any","value":"{{pftTicketID}}","key":"int-ticket-id"}]}},"response":[],"_postman_id":"5f4436b7-1bb5-4477-82a7-606f1197df59"},{"name":"Statuses.2.4: Delete (PFT) ticket","id":"5934c171-a4bc-45d0-a959-5619e214be3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/plan-for-today/tickets/:int-ticket-id","urlObject":{"path":["sa","teams",":id","statuses",":status-id","plan-for-today","tickets",":int-ticket-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"0e531caf-d487-4498-91fa-c999e144ecba","type":"any","value":"{{teamID}}","key":"id"},{"id":"fb283ef8-1d3c-41a4-af31-7d90da109b4c","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"6d467541-c295-4232-8fdc-e2f1e8c89fcf","type":"any","value":"6452da02652e9b27e3e97261","key":"int-ticket-id"}]}},"response":[],"_postman_id":"5934c171-a4bc-45d0-a959-5619e214be3c"},{"name":"Statuses.2.5: Delete (PFT) other items","id":"0ea4d8f8-7864-4b12-83f2-2113c5c18c65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/plan-for-today/other-items","urlObject":{"path":["sa","teams",":id","statuses",":status-id","plan-for-today","other-items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"9ca6b977-f7ee-43a0-a31f-57ba8e5a1887","type":"any","value":"{{teamID}}","key":"id"},{"id":"dbac758c-f8f2-4f2b-a780-3c4bb0523e67","type":"any","value":"{{statusID}}","key":"status-id"}]}},"response":[],"_postman_id":"0ea4d8f8-7864-4b12-83f2-2113c5c18c65"}],"id":"4fea88b4-2d5a-4e7d-97cb-3242f75a2307","_postman_id":"4fea88b4-2d5a-4e7d-97cb-3242f75a2307","description":""},{"name":"Statuses.3: Sessions","item":[{"name":"Statuses.3.1: Add (session) tickets","id":"b1597c07-7791-4af8-8541-e9f9df8389f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"tickets\": [\n    {\n      \"ticketID\": \"GH401\",\n      \"type\": \"azure\",\n      \"url\": \"https://github.com/repos/abc/issues/1\",\n      \"description\": \"\",\n      \"timeSpent\": 3.5,\n      \"status\": \"In Progress\",\n      \"pairedWith\": [\n        {\n          \"memberID\": \"6435af9d0bd9f75965645ca9\"\n        },\n        {\n          \"memberID\": \"6435e614e184e858952cfb4a\"\n        },\n        {\n          \"nonMemberName\": \"another Team Member, Larry\"\n        }\n      ],\n      \"pullRequest\": {\n        \"url\": \"https://github.com/repos/abc/pr/1\",\n        \"description\": \"PR is ready for review\"\n      }\n    },\n    {\n      \"ticketID\": \"GH402\",\n      \"type\": \"github\",\n      \"url\": \"https://github.com/repos/abc/issues/2\",\n      \"description\": \"\",\n      \"timeSpent\": 1.5,\n      \"status\": \"In Progress\",\n      \"pairedWith\": [\n        {\n          \"memberID\": \"6435af9d0bd9f75965645ca9\"\n        },\n        {\n          \"memberID\": \"6435e614e184e858952cfb4a\"\n        },\n        {\n          \"nonMemberName\": \"another Team Member, David\"\n        }\n      ],\n      \"pullRequest\": {\n        \"url\": \"https://github.com/repos/abc/pr/2\",\n        \"description\": \"Draft PR is not ready for review\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/sessions/:session-id/tickets","urlObject":{"path":["sa","teams",":id","statuses",":status-id","sessions",":session-id","tickets"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"785b104b-b7cf-4aae-8a28-c79c1f01e131","type":"any","value":"{{teamID}}","key":"id"},{"id":"a5e50249-4198-4d0a-ab91-69d204829a08","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"afcc235f-cbda-4507-8ae9-c7307686eeb3","type":"any","value":"{{sessionID}}","key":"session-id"}]}},"response":[],"_postman_id":"b1597c07-7791-4af8-8541-e9f9df8389f9"},{"name":"Statuses.3.2: Add sessions","id":"3e29929a-00d2-4473-970b-808e485dc6d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"sessions\": [\n    {\n      \"tickets\": [\n        {\n          \"ticketID\": \"GH111\",\n          \"type\": \"azure\",\n          \"url\": \"https://github.com/repos/abc/issues/1\",\n          \"description\": \"\",\n          \"timeSpent\": 3.5,\n          \"status\": \"In Progress\",\n          \"pairedWith\": [\n            {\n              \"memberID\": \"6435af9d0bd9f75965645ca9\"\n            },\n            {\n              \"memberID\": \"6435e614e184e858952cfb4a\"\n            },\n            {\n              \"nonMemberName\": \"another Team Member, Larry\"\n            }\n          ],\n          \"pullRequest\": {\n            \"url\": \"https://github.com/repos/abc/pr/1\",\n            \"description\": \"PR is ready for review\"\n          }\n        }\n      ],\n      \"otherItems\": [\n        {\n          \"title\": \"Feature discussion with Raj\",\n          \"type\": \"Meeting\",\n          \"timeSpent\": 1.5,\n          \"pairedWith\": [],\n          \"comment\": \"It was a fruitful meeting!\"\n        }\n      ]\n    },\n    {\n      \"tickets\": [\n        {\n          \"ticketID\": \"GH112\",\n          \"type\": \"github\",\n          \"url\": \"https://github.com/repos/abc/issues/2\",\n          \"description\": \"\",\n          \"timeSpent\": 1.5,\n          \"status\": \"In Progress\",\n          \"pairedWith\": [\n            {\n              \"memberID\": \"6435af9d0bd9f75965645ca9\"\n            },\n            {\n              \"memberID\": \"6435e614e184e858952cfb4a\"\n            },\n            {\n              \"nonMemberName\": \"another Team Member, David\"\n            }\n          ],\n          \"pullRequest\": {\n            \"url\": \"https://github.com/repos/abc/pr/2\",\n            \"description\": \"Draft PR is not ready for review\"\n          }\n        }\n      ],\n      \"otherItems\": [\n        {\n          \"title\": \"Bugx discussion with Kumar\",\n          \"type\": \"Meeting\",\n          \"timeSpent\": 1.5,\n          \"pairedWith\": [\n            {\n              \"memberID\": \"6435af9d0bd9f75965645ca9\"\n            },\n            {\n              \"nonMemberName\": \"Jorge\"\n            }\n          ],\n          \"comment\": \"It was a fruitful meeting!\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/sessions","urlObject":{"path":["sa","teams",":id","statuses",":status-id","sessions"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"dc1cd81e-6f3b-4d8d-90f2-8017a6ba91ca","type":"any","value":"{{teamID}}","key":"id"},{"id":"dcdd881e-cdfc-4d1c-9fce-a4f67bc0f9b8","type":"any","value":"{{statusID}}","key":"status-id"}]}},"response":[],"_postman_id":"3e29929a-00d2-4473-970b-808e485dc6d1"},{"name":"Statuses.3.3: Add (session) other items","id":"64b993fc-cea1-4454-aa54-e27d2956fb17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"otherItems\": [\n    {\n      \"title\": \"Feature discussion with Raj1b\",\n      \"type\": \"Meeting\",\n      \"timeSpent\": 2,\n      \"pairedWith\": [\n        {\n          \"memberID\": \"6435af9d0bd9f75965645ca9\"\n        },\n        {\n          \"memberID\": \"6435e614e184e858952cfb4a\"\n        },\n        {\n          \"nonMemberName\": \"another Team Member, David\"\n        }\n      ],\n      \"comment\": \"It was a fruitful meeting!\"\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/sessions/:session-id/other-items","urlObject":{"path":["sa","teams",":id","statuses",":status-id","sessions",":session-id","other-items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"b5183ddd-3dd9-4871-8272-8f04bfbd3365","type":"any","value":"{{teamID}}","key":"id"},{"id":"3bf2b872-dac5-4b6b-899e-fcc9b590c93d","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"59eda557-d3e1-4014-aafb-298b76d95bfc","type":"any","value":"{{sessionID}}","key":"session-id"}]}},"response":[],"_postman_id":"64b993fc-cea1-4454-aa54-e27d2956fb17"},{"name":"Statuses.3.4: Delete session","id":"a1115683-179b-42f1-bd43-8d4b16cf1347","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/sessions/:session-id","urlObject":{"path":["sa","teams",":id","statuses",":status-id","sessions",":session-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"9250334e-b6cb-472f-ad3c-c57d8596cafa","type":"any","value":"{{teamID}}","key":"id"},{"id":"1ed7bb2c-1401-4965-9873-1b4991038e08","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"0bfdfe3d-3a48-415b-b7b8-a20ed659f76f","type":"any","value":"64516a4b1edec5dff6194153","key":"session-id"}]}},"response":[],"_postman_id":"a1115683-179b-42f1-bd43-8d4b16cf1347"},{"name":"Statuses.3.5: Delete (session) ticket","id":"50f1920f-2aad-4ac9-8ae3-546f15fe90cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/sessions/:session-id/tickets/:int-ticket-id","urlObject":{"path":["sa","teams",":id","statuses",":status-id","sessions",":session-id","tickets",":int-ticket-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"38beb84b-7bc3-4f46-9625-9a10edd5ddfa","type":"any","value":"{{teamID}}","key":"id"},{"id":"caf63406-b1a7-446a-bc91-3070194bd906","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"f6b1beac-1ac2-4bff-8cfe-31ba7677139e","type":"any","value":"{{sessionID}}","key":"session-id"},{"id":"883952ad-a376-41a3-8a09-94794ef01184","type":"any","value":"64531e781221c2a5ec39760f","key":"int-ticket-id"}]}},"response":[],"_postman_id":"50f1920f-2aad-4ac9-8ae3-546f15fe90cf"},{"name":"Statuses.3.6: Delete (session) other item","id":"5baa36c3-69ae-4304-ad1f-36df486b50d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/sessions/:session-id/other-items/:other-item-id","urlObject":{"path":["sa","teams",":id","statuses",":status-id","sessions",":session-id","other-items",":other-item-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"68d6c51a-340b-4f23-91ca-9c8b176d45c7","type":"any","value":"{{teamID}}","key":"id"},{"id":"7bba5882-8a93-47de-8df9-3d168c7ddfdf","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"344cbabe-07ac-4482-be00-5ba976da813c","type":"any","value":"{{sessionID}}","key":"session-id"},{"id":"b4328deb-4bf5-4183-88fc-ab588f3162e3","type":"any","value":"645328f9300400f3dfe5b60a","key":"other-item-id"}]}},"response":[],"_postman_id":"5baa36c3-69ae-4304-ad1f-36df486b50d3"},{"name":"Statuses.3.7: Update (session) ticket","id":"83613055-6d11-4a47-95f1-1c1bfc62078a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"ticketID\": \"GH212\",\n  \"type\": \"azure\",\n  \"url\": \"https://github.com/repos/abc/issues/1\",\n  \"description\": \"\",\n  \"timeSpent\": 3.6,\n  \"points\": 1,\n  \"status\": \"In Progress\",\n  \"pairedWith\": [\n    {\n      \"memberID\": \"6435af9d0bd9f75965645ca9\"\n    },\n    {\n      \"memberID\": \"6435e614e184e858952cfb4a\"\n    },\n    {\n      \"nonMemberName\": \"another Team Member, Larry\"\n    }\n  ],\n  \"pullRequest\": {\n    \"url\": \"https://github.com/repos/abc/pr/1\",\n    \"description\": \"PR is ready for review\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/sessions/:session-id/tickets/:int-ticket-id","urlObject":{"path":["sa","teams",":id","statuses",":status-id","sessions",":session-id","tickets",":int-ticket-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"e4ee2d4d-2049-4d1c-89eb-cbfc6d86d904","type":"any","value":"{{teamID}}","key":"id"},{"id":"ecd3b7c7-c04e-4597-9daa-554e78b7f948","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"4c625213-4c38-4ae4-a5f2-aa00fa4960ad","type":"any","value":"{{sessionID}}","key":"session-id"},{"id":"c9961c95-722d-4d3c-b27b-efd782f33a77","type":"any","value":"{{sessionTicketID}}","key":"int-ticket-id"}]}},"response":[],"_postman_id":"83613055-6d11-4a47-95f1-1c1bfc62078a"},{"name":"Statuses.3.8: Update (session) other item","id":"805aad83-f4cf-4f69-8ee5-826b659bb528","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Feature discussion with Raj1\",\n    \"type\": \"Meeting\",\n    \"timeSpent\": 1.5,\n    \"pairedWith\": [\n        {\n            \"memberID\": \"6435af9d0bd9f75965645ca9\"\n        },\n        {\n            \"memberID\": \"6435e614e184e858952cfb4a\"\n        },\n        {\n            \"nonMemberName\": \"another Team Member, Larry\"\n        }\n    ],\n    \"comment\": \"It was a fruitful meeting!\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/sessions/:session-id/other-items/:other-item-id","urlObject":{"path":["sa","teams",":id","statuses",":status-id","sessions",":session-id","other-items",":other-item-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"c39b0d8b-5f90-4c06-8852-948e97a2df27","type":"any","value":"{{teamID}}","key":"id"},{"id":"2c98054a-f5f4-469d-b828-b1dadc265bba","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"15cdd7fd-8b01-4c38-b39c-997cdb494fbb","type":"any","value":"{{sessionID}}","key":"session-id"},{"id":"4773bd1f-37d6-46a7-a73c-0e381a3596df","type":"any","value":"{{otherItemID}}","key":"other-item-id"}]}},"response":[],"_postman_id":"805aad83-f4cf-4f69-8ee5-826b659bb528"}],"id":"b194ea2f-0f1f-48b1-82ea-e038b9fc2210","_postman_id":"b194ea2f-0f1f-48b1-82ea-e038b9fc2210","description":""},{"name":"Statuses.4: Blocked By","item":[{"name":"Statuses.4.1: Add (blocked by) tickets","id":"b55a9837-e153-4079-b845-916bd2dd3260","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tickets\": [\n        {\n            \"ticketID\": \"GH100\",\n            \"type\": \"github\",\n            \"url\": \"https://github.com/repos/abc/issues/3\",\n            \"description\": \"sample description.\",\n            \"status\": \"Open\",\n            \"points\": 3\n        },\n        {\n            \"ticketID\": \"GH134\",\n            \"type\": \"azure\",\n            \"url\": \"https://github.com/repos/abc/issues/10\",\n            \"status\": \"Closed\",\n            \"points\": 3\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/blocked-by/tickets","urlObject":{"path":["sa","teams",":id","statuses",":status-id","blocked-by","tickets"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"af2f8bc9-b5f8-4a57-83c5-e0ae838ffcbb","type":"any","value":"{{teamID}}","key":"id"},{"id":"91af1f5c-be5c-4a8c-bf6a-20d5f019b4a0","type":"any","value":"{{statusID}}","key":"status-id"}]}},"response":[],"_postman_id":"b55a9837-e153-4079-b845-916bd2dd3260"},{"name":"Statuses.4.2: Add (blocked by) members","id":"fad5ba6f-1d1c-4af8-a4a4-c425128b35cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"members\": [\n    {\n      \"memberID\": \"6435af9d0bd9f75965645ca9\",\n      \"items\": [\n        \"Need the UI1 component\"\n      ]\n    },\n    {\n      \"memberID\": \"6435e614e184e858952cfb4a\",\n      \"items\": [\n        \"Need the API1\"\n      ]\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/blocked-by/members","urlObject":{"path":["sa","teams",":id","statuses",":status-id","blocked-by","members"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"65a7fb61-ef5e-4997-ac7c-82d9103d2490","type":"any","value":"{{teamID}}","key":"id"},{"id":"bfb813ed-61d4-4b69-8cbf-b5ac65216103","type":"any","value":"{{statusID}}","key":"status-id"}]}},"response":[],"_postman_id":"fad5ba6f-1d1c-4af8-a4a4-c425128b35cf"},{"name":"Statuses.4.3: Update (blocked by) tickets","id":"dd877221-7c91-4956-b226-7a8b940643c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ticketID\": \"GH146\",\n    \"type\": \"github\",\n    \"url\": \"https://github.com/repos/abc/issues/3\",\n    \"description\": \"sample description2.\",\n    \"status\": \"Open\",\n    \"points\": 7\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/blocked-by/tickets/:int-ticket-id","urlObject":{"path":["sa","teams",":id","statuses",":status-id","blocked-by","tickets",":int-ticket-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"1b1a22df-f617-4dc1-a0a3-c4e779fadb63","type":"any","value":"{{teamID}}","key":"id"},{"id":"0c8b9dd7-f146-4aeb-859b-3d58badcace0","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"f24f2cf5-7c75-4ee1-8008-23abebfabd07","type":"any","value":"{{blockedByTicketID}}","key":"int-ticket-id"}]}},"response":[],"_postman_id":"dd877221-7c91-4956-b226-7a8b940643c1"},{"name":"Statuses.4.4: Update (blocked by) other items","id":"74ea1471-70cc-4dd9-88c6-d6db9b1ca0b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"otherItems\": [\n    \"soccer game 1!\",\n    \"music sessions 1\"\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/blocked-by/other-items","urlObject":{"path":["sa","teams",":id","statuses",":status-id","blocked-by","other-items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"da961924-6d24-4727-97cf-cd24030fa976","type":"any","value":"{{teamID}}","key":"id"},{"id":"7636752e-6131-42ef-9fba-00a24e17d343","type":"any","value":"{{statusID}}","key":"status-id"}]}},"response":[],"_postman_id":"74ea1471-70cc-4dd9-88c6-d6db9b1ca0b3"},{"name":"Statuses.4.5: Update (blocked by) members","id":"cd094e75-0077-4ebb-ba78-2effe213abe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"memberID\": \"6435af9d0bd9f75965645ca9\",\n    \"items\": [\n        \"Need UI component 2B!\",\n        \"now\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/blocked-by/members/:int-member-id","urlObject":{"path":["sa","teams",":id","statuses",":status-id","blocked-by","members",":int-member-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"3a8bb5b3-eeb0-41cb-90a4-930d7f94e2f8","type":"any","value":"{{teamID}}","key":"id"},{"id":"08740ed2-e33d-4bea-bc16-698c928fd7ec","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"d805ef6c-1e48-48b4-aee9-269debb80e97","type":"any","value":"{{blockedByMemberID}}","key":"int-member-id"}]}},"response":[],"_postman_id":"cd094e75-0077-4ebb-ba78-2effe213abe1"},{"name":"Statuses.4.6: Delete (blocked by) ticket","id":"ede6da82-6afb-43ce-a49d-7efb4df909a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/blocked-by/tickets/:int-ticket-id","urlObject":{"path":["sa","teams",":id","statuses",":status-id","blocked-by","tickets",":int-ticket-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"783cba0b-cea1-45c8-aaee-07e3e18148c0","type":"any","value":"{{teamID}}","key":"id"},{"id":"f3e6c607-6925-4350-b8af-e9324d8be18e","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"e5032613-6a24-4967-9489-d552eee2468c","type":"any","value":"6453e79ecac4b37918b84ea4","key":"int-ticket-id"}]}},"response":[],"_postman_id":"ede6da82-6afb-43ce-a49d-7efb4df909a8"},{"name":"Statuses.4.7: Delete (blocked by) member","id":"4bced5f0-582a-4348-abd0-94615da9b928","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/blocked-by/members/:int-member-id","urlObject":{"path":["sa","teams",":id","statuses",":status-id","blocked-by","members",":int-member-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"61cad5b5-26fd-4738-945c-f0f260e402d6","type":"any","value":"{{teamID}}","key":"id"},{"id":"a0f5e08d-0957-4e70-a1b9-c2539bc83e58","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"cf04eae5-32c0-4310-b2f2-265b2aff92fc","type":"any","value":"6453e7e9cac4b37918b84eba","key":"int-member-id"}]}},"response":[],"_postman_id":"4bced5f0-582a-4348-abd0-94615da9b928"},{"name":"Statuses.4.8: Delete (blocked by) other items","id":"d6e2e8a8-fad5-49bb-8626-d3cd5a889101","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/blocked-by/other-items","urlObject":{"path":["sa","teams",":id","statuses",":status-id","blocked-by","other-items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"9c0a852e-7863-4dec-a501-ea7ee966fe74","type":"any","value":"{{teamID}}","key":"id"},{"id":"1eb694a6-63af-4f6c-a368-676e70ecaaef","type":"any","value":"{{statusID}}","key":"status-id"}]}},"response":[],"_postman_id":"d6e2e8a8-fad5-49bb-8626-d3cd5a889101"}],"id":"7625b6f5-6b86-431c-acf3-9e37be82475e","_postman_id":"7625b6f5-6b86-431c-acf3-9e37be82475e","description":""},{"name":"Statuses.5: (As Admin)","item":[{"name":"Statuses.5.1: Add status","id":"42e2aabb-57c2-46fc-8029-f63c0a626112","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"statusDate\": \"2023-04-13T00:00:00Z\",\n  \"memberID\": \"{{memberID2}}\",\n  \"planForToday\": {\n    \"tickets\": [\n      {\n        \"ticketID\": \"GH124\",\n        \"type\": \"github\",\n        \"url\": \"https://github.com/repos/abc/issues/2\",\n        \"description\": \"sample desc.\",\n        \"status\": \"Open\",\n        \"points\": 5\n      },\n      {\n        \"ticketID\": \"GH125\",\n        \"type\": \"github\",\n        \"url\": \"https://github.com/repos/abc/issues/2\",\n        \"status\": \"Closed\",\n        \"points\": 3\n      }\n    ],\n    \"otherItems\": [\n      \"Meet with Product Managers\",\n      \"Talk to QA\"\n    ]\n  },\n  \"sessions\": [\n    {\n      \"sequenceId\": 1,\n      \"tickets\": [\n        {\n          \"ticketID\": \"GH123\",\n          \"type\": \"azure\",\n          \"url\": \"https://github.com/repos/abc/issues/1\",\n          \"description\": \"\",\n          \"timeSpent\": 3.5,\n          \"status\": \"In Progress\",\n          \"pairedWith\": [\n            {\n              \"nonMemberName\": \"another Team Member, Larry\"\n            }\n          ],\n          \"pullRequest\": {\n            \"url\": \"https://github.com/repos/abc/pr/1\",\n            \"description\": \"PR is ready for review\"\n          }\n        }\n      ],\n      \"otherItems\": [\n        {\n          \"title\": \"Feature discussion with Raj\",\n          \"type\": \"Meeting\",\n          \"timeSpent\": 1.5,\n          \"pairedWith\": [],\n          \"comment\": \"It was a fruitful meeting!\"\n        }\n      ]\n    },\n    {\n      \"sequenceId\": 2,\n      \"tickets\": [\n        {\n          \"ticketID\": \"GH124\",\n          \"type\": \"github\",\n          \"url\": \"https://github.com/repos/abc/issues/2\",\n          \"description\": \"\",\n          \"timeSpent\": 1.5,\n          \"status\": \"In Progress\",\n          \"pairedWith\": [\n            {\n              \"nonMemberName\": \"another Team Member, David\"\n            }\n          ],\n          \"pullRequest\": {\n            \"url\": \"https://github.com/repos/abc/pr/2\",\n            \"description\": \"Draft PR is not ready for review\"\n          }\n        }\n      ],\n      \"otherItems\": [\n        {\n          \"title\": \"Bug discussion with Kumar\",\n          \"type\": \"Meeting\",\n          \"timeSpent\": 1.5,\n          \"pairedWith\": [\n            {\n              \"nonMemberName\": \"Jorge\"\n            }\n          ],\n          \"comment\": \"It was a fruitful meeting!\"\n        }\n      ]\n    }\n  ],\n  \"blockedBy\": {\n    \"tickets\": [\n      {\n        \"ticketID\": \"GH124\",\n        \"type\": \"jira\",\n        \"url\": \"https://github.com/repos/abc/issues/2\",\n        \"status\": \"Open\",\n        \"description\": \"Not so complex an issue\"\n      }\n    ],\n    \"otherItems\": [\n      \"poker game!\",\n      \"workout sessions\"\n    ]\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/members/:member_id/statuses","urlObject":{"path":["sa","teams",":id","members",":member_id","statuses"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"0f1c6e2e-4d73-4df5-8286-9685d3952180","type":"any","value":"6437251337eac6e2a8038141","key":"id"},{"id":"de935e9d-185e-435f-8459-16efeb21bc9d","type":"any","value":"6435af9d0bd9f75965645ca9","key":"member_id"}]}},"response":[],"_postman_id":"42e2aabb-57c2-46fc-8029-f63c0a626112"},{"name":"Statuses.5.2: Get status by ID","id":"21f0fc58-4f55-4541-bc99-88f360782234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/statuses/by-id/:status-id","urlObject":{"path":["sa","teams",":id","statuses","by-id",":status-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"a21c20b3-4f6d-4c16-be22-abe59e9e20d6","type":"any","value":"{{teamID}}","key":"id"},{"id":"7030a704-ab9b-4232-b928-462513c0001a","type":"any","value":"{{statusID}}","key":"status-id"}]}},"response":[],"_postman_id":"21f0fc58-4f55-4541-bc99-88f360782234"},{"name":"Statuses.5.3: Get status by Date","id":"35e6a4bf-62c0-4aab-a474-d59dcac68185","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/statuses/by-date/:status-date?member-id={{memberID}}&member-id={{memberID2}}","urlObject":{"path":["sa","teams",":id","statuses","by-date",":status-date"],"host":["{{baseUrl}}"],"query":[{"key":"member-id","value":"{{memberID}}"},{"key":"member-id","value":"{{memberID2}}"}],"variable":[{"id":"9d9b08f6-1322-4ef2-bdcc-cfeec7d2fe38","type":"any","value":"{{teamID}}","key":"id"},{"id":"97e7ff09-a810-4149-acd5-738dce4c9698","type":"any","value":"2023-04-10T00:00:00Z","key":"status-date"}]}},"response":[],"_postman_id":"35e6a4bf-62c0-4aab-a474-d59dcac68185"},{"name":"Statuses.5.4: Get status by Date Range","id":"235cba3c-9020-414a-b6f6-da9df01977f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/statuses/by-date-range?member-id={{memberID}}&member-id={{memberID2}}&startDate={{statusDate}}&endDate={{statusEndDate}}","urlObject":{"path":["sa","teams",":id","statuses","by-date-range"],"host":["{{baseUrl}}"],"query":[{"key":"member-id","value":"{{memberID}}"},{"key":"member-id","value":"{{memberID2}}"},{"key":"startDate","value":"{{statusDate}}"},{"key":"endDate","value":"{{statusEndDate}}"}],"variable":[{"id":"774e01c7-547b-4ebc-b01f-bc7b9b8f71d3","type":"any","value":"{{teamID}}","key":"id"}]}},"response":[],"_postman_id":"235cba3c-9020-414a-b6f6-da9df01977f1"},{"name":"Statuses.5.5: Get team statuses","id":"13a9379d-6df3-4d75-bb12-42400e5439e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/members/statuses","urlObject":{"path":["sa","teams",":id","members","statuses"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"8f430720-20e4-4915-af9d-f9478829a42d","type":"any","value":"{{teamID}}","key":"id"}]}},"response":[],"_postman_id":"13a9379d-6df3-4d75-bb12-42400e5439e9"},{"name":"Statuses.5.6: Get member statuses in team","id":"87cea503-33d4-4bbe-95b0-d4b6798fedbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/members/:member-id/statuses","urlObject":{"path":["sa","teams",":id","members",":member-id","statuses"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"0a8e17d0-bbd8-42df-9649-5ab43f7b8981","type":"any","value":"{{teamID}}","key":"id"},{"id":"e2e4a153-f9cc-4bd8-95e3-347f822c2b7e","type":"any","value":"{{memberID}}","key":"member-id"}]}},"response":[],"_postman_id":"87cea503-33d4-4bbe-95b0-d4b6798fedbb"},{"name":"Statuses.5.7: Delete member status","id":"7cf8b18d-f750-43cd-8f36-ecaa85f29a9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/members/:member-id/statuses/:status-id","urlObject":{"path":["sa","teams",":id","members",":member-id","statuses",":status-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"9ad60203-4944-4844-8008-3b8bae39ebae","type":"any","value":"{{teamID}}","key":"id"},{"id":"2555374e-fcef-4fce-bd2a-2359e01b1ae4","type":"any","value":"{{memberID}}","key":"member-id"},{"id":"01e60c97-a3e6-4303-b1ad-155f4732d44d","type":"any","value":"{{statusID}}","key":"status-id"}]}},"response":[],"_postman_id":"7cf8b18d-f750-43cd-8f36-ecaa85f29a9a"}],"id":"51b6f408-965c-4e82-a314-05c41a0fbc2b","_postman_id":"51b6f408-965c-4e82-a314-05c41a0fbc2b","description":""},{"name":"Statuses.6: Plan for Today (As Admin)","item":[{"name":"Statuses.6.1: Update (PFT) Other Items for member","id":"5736fc27-abdf-4e0c-8aef-e7b4b5370f2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"otherItems\": [\n    \"Met with Product Managers again\",\n    \"and again!!\"\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/members/:member-id/statuses/:status-id/plan-for-today/other-items","urlObject":{"path":["sa","teams",":id","members",":member-id","statuses",":status-id","plan-for-today","other-items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"b5b60215-09f8-48b3-ab0a-997bb81d2d9c","type":"any","value":"{{teamID}}","key":"id"},{"id":"0c604896-a115-448d-9124-b2ee7144d69d","type":"any","value":"{{memberID}}","key":"member-id"},{"id":"b84ec64a-ac0a-45de-9eb8-c06d93e78730","type":"any","value":"{{statusID}}","key":"status-id"}]}},"response":[],"_postman_id":"5736fc27-abdf-4e0c-8aef-e7b4b5370f2e"},{"name":"Statuses.6.2: Add (PFT) tickets for member","id":"a236a6e9-54fa-4056-b19e-5c89db63ccdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"planForToday\": {\n    \"tickets\": [\n      {\n        \"ticketID\": \"GH130\",\n        \"type\": \"github\",\n        \"url\": \"https://github.com/repos/abc/issues/21\",\n        \"description\": \"sample description.\",\n        \"status\": \"Open\",\n        \"points\": 3\n      },\n      {\n        \"ticketID\": \"GH131\",\n        \"type\": \"azure\",\n        \"url\": \"https://github.com/repos/abc/issues/22\",\n        \"status\": \"Closed\",\n        \"points\": 3\n      }\n    ]\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/members/:member-id/statuses/:status-id/plan-for-today/tickets","urlObject":{"path":["sa","teams",":id","members",":member-id","statuses",":status-id","plan-for-today","tickets"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"aeba7922-17e5-4319-b891-54f5187874ba","type":"any","value":"6437251337eac6e2a8038141","key":"id"},{"id":"47aaa32d-3659-4698-aba6-643745f89fcf","type":"any","value":"6435af7d0bd9f75965645ca2","key":"member-id"},{"id":"cd1469ba-42e8-434c-9a83-5a6e3c6bb9b7","type":"any","value":"64385a09973b36798fa7b573","key":"status-id"}]}},"response":[],"_postman_id":"a236a6e9-54fa-4056-b19e-5c89db63ccdf"},{"name":"Statuses.6.3: Update (PFT) ticket for member","id":"ef56724c-cf3d-42a4-aaf9-6d2e28b5d21f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"ticketID\": \"GH132\",\n  \"type\": \"github\",\n  \"url\": \"https://github.com/repos/abc/issues/3\",\n  \"description\": \"sample description.\",\n  \"status\": \"Open\",\n  \"points\": 3\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/members/:member-id/statuses/:status-id/plan-for-today/tickets/:int-ticket-id","urlObject":{"path":["sa","teams",":id","members",":member-id","statuses",":status-id","plan-for-today","tickets",":int-ticket-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"5b82d4fa-aec7-4b96-9cf8-2a92b24f459a","type":"any","value":"{{teamID}}","key":"id"},{"id":"94e9ecd6-8b30-4640-9351-8003a3aaa2fb","type":"any","value":"{{memberID}}","key":"member-id"},{"id":"5a03ae80-4da5-48aa-a8e4-2644ee1336bc","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"b74fc0e8-b32d-4a64-aa7f-cf55623be159","type":"any","value":"{{pftTicketID}}","key":"int-ticket-id"}]}},"response":[],"_postman_id":"ef56724c-cf3d-42a4-aaf9-6d2e28b5d21f"},{"name":"Statuses.6.4: Delete (PFT) ticket for member","id":"9aa16a1b-c67d-4c37-8218-6574f000651d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"otherItems\": [\n    \"Met with Product Managers again\",\n    \"and again!!\"\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/members/:member-id/statuses/:status-id/plan-for-today/tickets/:int-ticket-id","urlObject":{"path":["sa","teams",":id","members",":member-id","statuses",":status-id","plan-for-today","tickets",":int-ticket-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"040ae789-5f47-4d89-a82f-1843813429a3","type":"any","value":"{{teamID}}","key":"id"},{"id":"2967ba2f-b801-41f8-ae9a-ab3ee294abfd","type":"any","value":"{{memberID}}","key":"member-id"},{"id":"7e89c82d-c043-4a31-bca7-e41fc3a29c88","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"a48d6a15-3d56-4960-8d9f-5795c6c26a1a","type":"any","value":"6452da02652e9b27e3e97260","key":"int-ticket-id"}]}},"response":[],"_postman_id":"9aa16a1b-c67d-4c37-8218-6574f000651d"},{"name":"Statuses.6.5: Delete (PFT) other items for member","id":"7a1c0be2-1ac6-4315-9b88-6cf1e682bcaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"otherItems\": [\n    \"Met with Product Managers again\",\n    \"and again!!\"\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/members/:member-id/statuses/:status-id/plan-for-today/other-items","urlObject":{"path":["sa","teams",":id","members",":member-id","statuses",":status-id","plan-for-today","other-items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"b3dd068d-7047-4cf4-9c76-27a88c712765","type":"any","value":"{{teamID}}","key":"id"},{"id":"ae4eecfa-3c4c-403b-ba81-aeae4817bfd0","type":"any","value":"{{memberID}}","key":"member-id"},{"id":"31cb90de-25c5-4927-89d7-f0b76718c9c4","type":"any","value":"{{statusID}}","key":"status-id"}]}},"response":[],"_postman_id":"7a1c0be2-1ac6-4315-9b88-6cf1e682bcaa"}],"id":"6e7a5dba-5e43-44d9-9001-078b1790d81d","_postman_id":"6e7a5dba-5e43-44d9-9001-078b1790d81d","description":""},{"name":"Statuses.7: Sessions (As Admin)","item":[{"name":"Statuses.7.1: Add (Session) tickets for member","id":"a5909996-db5b-4126-af66-f68bfd4fddf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"tickets\": [\n    {\n      \"ticketID\": \"GH207\",\n      \"type\": \"azure\",\n      \"url\": \"https://github.com/repos/abc/issues/1\",\n      \"description\": \"\",\n      \"timeSpent\": 3.5,\n      \"status\": \"In Progress\",\n      \"pairedWith\": [\n        {\n          \"memberID\": \"6435af9d0bd9f75965645ca9\"\n        },\n        {\n          \"memberID\": \"6435e614e184e858952cfb4a\"\n        },\n        {\n          \"nonMemberName\": \"another Team Member, Larry\"\n        }\n      ],\n      \"pullRequest\": {\n        \"url\": \"https://github.com/repos/abc/pr/1\",\n        \"description\": \"PR is ready for review\"\n      }\n    },\n    {\n      \"ticketID\": \"GH206\",\n      \"type\": \"github\",\n      \"url\": \"https://github.com/repos/abc/issues/2\",\n      \"description\": \"\",\n      \"timeSpent\": 1.5,\n      \"status\": \"In Progress\",\n      \"pairedWith\": [\n        {\n          \"memberID\": \"6435af9d0bd9f75965645ca9\"\n        },\n        {\n          \"memberID\": \"6435e614e184e858952cfb4a\"\n        },\n        {\n          \"nonMemberName\": \"another Team Member, David\"\n        }\n      ],\n      \"pullRequest\": {\n        \"url\": \"https://github.com/repos/abc/pr/2\",\n        \"description\": \"Draft PR is not ready for review\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/members/:member-id/statuses/:status-id/sessions/:session-id/tickets","urlObject":{"path":["sa","teams",":id","members",":member-id","statuses",":status-id","sessions",":session-id","tickets"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"20cc5034-b2ef-442c-964a-29e819548b3f","type":"any","value":"{{teamID}}","key":"id"},{"id":"13ff3cae-4e1d-4328-b042-9212dfa029a6","type":"any","value":"{{memberID}}","key":"member-id"},{"id":"d91c8c7c-53d6-40ba-a29b-6ff8697f8b80","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"5c33810e-f45f-4130-a71e-e62f7768b584","type":"any","value":"6442cce9e1d3e1268f48c1ac","key":"session-id"}]}},"response":[],"_postman_id":"a5909996-db5b-4126-af66-f68bfd4fddf4"},{"name":"Statuses.7.2: Add sessions for member","id":"96479606-5d5a-4adb-b25b-d6fac2643627","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"sessions\": [\n    {\n      \"tickets\": [\n        {\n          \"ticketID\": \"GH202\",\n          \"type\": \"azure\",\n          \"url\": \"https://github.com/repos/abc/issues/1\",\n          \"description\": \"\",\n          \"timeSpent\": 3.5,\n          \"status\": \"In Progress\",\n          \"pairedWith\": [\n            {\n              \"memberID\": \"6435af9d0bd9f75965645ca9\"\n            },\n            {\n              \"memberID\": \"6435e614e184e858952cfb4a\"\n            },\n            {\n              \"nonMemberName\": \"another Team Member, Larry\"\n            }\n          ],\n          \"pullRequest\": {\n            \"url\": \"https://github.com/repos/abc/pr/1\",\n            \"description\": \"PR is ready for review\"\n          }\n        }\n      ],\n      \"otherItems\": [\n        {\n          \"title\": \"Feature discussion with Raj\",\n          \"type\": \"Meeting\",\n          \"timeSpent\": 1.5,\n          \"pairedWith\": [],\n          \"comment\": \"It was a fruitful meeting!\"\n        }\n      ]\n    },\n    {\n      \"tickets\": [\n        {\n          \"ticketID\": \"GH203\",\n          \"type\": \"github\",\n          \"url\": \"https://github.com/repos/abc/issues/2\",\n          \"description\": \"\",\n          \"timeSpent\": 1.5,\n          \"status\": \"In Progress\",\n          \"pairedWith\": [\n            {\n              \"memberID\": \"6435af9d0bd9f75965645ca9\"\n            },\n            {\n              \"memberID\": \"6435e614e184e858952cfb4a\"\n            },\n            {\n              \"nonMemberName\": \"another Team Member, David\"\n            }\n          ],\n          \"pullRequest\": {\n            \"url\": \"https://github.com/repos/abc/pr/2\",\n            \"description\": \"Draft PR is not ready for review\"\n          }\n        }\n      ],\n      \"otherItems\": [\n        {\n          \"title\": \"Bugx discussion with Kumar\",\n          \"type\": \"Meeting\",\n          \"timeSpent\": 1.5,\n          \"pairedWith\": [\n            {\n              \"memberID\": \"6435af9d0bd9f75965645ca9\"\n            },\n            {\n              \"nonMemberName\": \"Jorge\"\n            }\n          ],\n          \"comment\": \"It was a fruitful meeting!\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/members/:member-id/statuses/:status-id/sessions","urlObject":{"path":["sa","teams",":id","members",":member-id","statuses",":status-id","sessions"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"1993669f-1c92-427c-b894-98a3520e44ac","type":"any","value":"{{teamID}}","key":"id"},{"id":"07ca5333-83c7-415f-be66-c3eb794e69ab","type":"any","value":"{{memberID}}","key":"member-id"},{"id":"f03e34da-d485-454e-b853-69d624f9ab94","type":"any","value":"{{statusID}}","key":"status-id"}]}},"response":[],"_postman_id":"96479606-5d5a-4adb-b25b-d6fac2643627"},{"name":"Statuses.7.3: Add (session) other items for member","id":"8bc0f082-d11f-4696-9df4-d8dc8ee31ab4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"otherItems\": [\n    {\n      \"title\": \"Feature discussion with Raj2\",\n      \"type\": \"Meeting\",\n      \"timeSpent\": 1.5,\n      \"pairedWith\": [\n        {\n          \"memberID\": \"6435af9d0bd9f75965645ca9\"\n        },\n        {\n          \"memberID\": \"6435e614e184e858952cfb4a\"\n        },\n        {\n          \"nonMemberName\": \"another Team Member, David\"\n        }\n      ],\n      \"comment\": \"It was a fruitful meeting!\"\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/members/:member-id/statuses/:status-id/sessions/:session-id/other-items","urlObject":{"path":["sa","teams",":id","members",":member-id","statuses",":status-id","sessions",":session-id","other-items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"56d0efc9-9f75-48a9-a0df-76aff5744ef7","type":"any","value":"{{teamID}}","key":"id"},{"id":"935341d1-ec60-4aa1-a739-959716218b0f","type":"any","value":"{{memberID}}","key":"member-id"},{"id":"60f03170-b30d-4277-b831-7b7a4a71d1a8","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"f40d85e3-5b05-4983-89cf-4d2173dc0ae6","type":"any","value":"{{sessionID}}","key":"session-id"}]}},"response":[],"_postman_id":"8bc0f082-d11f-4696-9df4-d8dc8ee31ab4"},{"name":"Statuses.7.4: Update (session) ticket for member","id":"cd2f27d6-6307-4c53-a318-410947209f86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"ticketID\": \"GH212\",\n  \"type\": \"azure\",\n  \"url\": \"https://github.com/repos/abc/issues/1\",\n  \"description\": \"\",\n  \"timeSpent\": 3.6,\n  \"points\": 1,\n  \"status\": \"In Progress\",\n  \"pairedWith\": [\n    {\n      \"memberID\": \"6435af9d0bd9f75965645ca9\"\n    },\n    {\n      \"memberID\": \"6435e614e184e858952cfb4a\"\n    },\n    {\n      \"nonMemberName\": \"another Team Member, Larry\"\n    }\n  ],\n  \"pullRequest\": {\n    \"url\": \"https://github.com/repos/abc/pr/1\",\n    \"description\": \"PR is ready for review\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/members/:member-id/statuses/:status-id/sessions/:session-id/tickets/:int-ticket-id","urlObject":{"path":["sa","teams",":id","members",":member-id","statuses",":status-id","sessions",":session-id","tickets",":int-ticket-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"12452309-d3cb-42af-8e90-79b2f8696326","type":"any","value":"{{teamID}}","key":"id"},{"id":"32cc6316-d2f6-4f2c-b27a-d9d32be85f89","type":"any","value":"{{memberID}}","key":"member-id"},{"id":"71a7ac40-82e0-4814-8700-549bfced1df0","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"557ca79c-219e-41bd-abb6-8a6f299abc70","type":"any","value":"{{sessionID}}","key":"session-id"},{"id":"19cd0f5f-49b0-4d65-9c7d-e2de55473780","type":"any","value":"{{ticketID}}","key":"int-ticket-id"}]}},"response":[],"_postman_id":"cd2f27d6-6307-4c53-a318-410947209f86"},{"name":"Statuses.7.5: Update (session) other item for member","id":"fd554d6a-722c-485a-bf5c-a7c07b4792f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Feature discussion with Scarlett1\",\n    \"type\": \"Meeting\",\n    \"timeSpent\": 2.5,\n    \"pairedWith\": [\n        {\n            \"memberID\": \"6435af9d0bd9f75965645ca9\"\n        },\n        {\n            \"memberID\": \"6435e614e184e858952cfb4a\"\n        },\n        {\n            \"nonMemberName\": \"another Team Member, Larry\"\n        }\n    ],\n    \"comment\": \"It was a fruitful meeting!\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/members/:member-id/statuses/:status-id/sessions/:session-id/other-items/:other-item-id","urlObject":{"path":["sa","teams",":id","members",":member-id","statuses",":status-id","sessions",":session-id","other-items",":other-item-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"ac080575-43ac-4f18-953a-801587ec37f3","type":"any","value":"{{teamID}}","key":"id"},{"id":"92bb1af6-8a60-47fb-8ac0-8c4721b2acf2","type":"any","value":"{{memberID}}","key":"member-id"},{"id":"60fa95a1-b6c4-4765-bcc2-9bafc3bd0e1d","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"b61580dd-adf4-4a36-bad7-461a619085a1","type":"any","value":"{{sessionID}}","key":"session-id"},{"id":"4126ccd9-3d92-4d8e-9e8a-2b3a53c412f8","type":"any","value":"{{otherItemID}}","key":"other-item-id"}]}},"response":[],"_postman_id":"fd554d6a-722c-485a-bf5c-a7c07b4792f1"},{"name":"Statuses.7.6: Delete session for member","id":"e927845f-6e15-4878-a0be-641f1c7b07f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/members/:member-id/statuses/:status-id/sessions/:session-id","urlObject":{"path":["sa","teams",":id","members",":member-id","statuses",":status-id","sessions",":session-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"67950cbc-0715-4f7f-afc2-925f764581d9","type":"any","value":"{{teamID}}","key":"id"},{"id":"7bea401f-fc60-4e5a-a498-236acc032256","type":"any","value":null,"key":"member-id"},{"id":"2e73eb52-6562-4def-9d00-8c29321ea740","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"8b1f5ada-4bdc-427e-bb40-e59821fe9835","type":"any","value":"6452dbff03461e2aede70257","key":"session-id"}]}},"response":[],"_postman_id":"e927845f-6e15-4878-a0be-641f1c7b07f4"},{"name":"Statuses.7.7: Delete (session) ticket for member","id":"f5510c58-db74-4ee1-87b5-3d58b0a53bb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/members/:member-id/statuses/:status-id/sessions/:session-id/tickets/:int-ticket-id","urlObject":{"path":["sa","teams",":id","members",":member-id","statuses",":status-id","sessions",":session-id","tickets",":int-ticket-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"fceb3401-b29a-4c3f-a12a-7eb55081b8b2","type":"any","value":"{{teamID}}","key":"id"},{"id":"d534e4f6-0e8d-4565-a432-02db6709edd8","type":"any","value":null,"key":"member-id"},{"id":"b1a64779-acd9-470b-9e52-d46788f8eae7","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"1688477b-5aed-4d0e-b751-af732abba869","type":"any","value":"{{sessionID}}","key":"session-id"},{"id":"f61afaa7-288b-44f5-8cd9-f060954cb7e5","type":"any","value":"64531e781221c2a5ec397610","key":"int-ticket-id"}]}},"response":[],"_postman_id":"f5510c58-db74-4ee1-87b5-3d58b0a53bb5"},{"name":"Statuses.7.8: Delete (session) other item for member","id":"1a856b81-de36-431a-85c5-cbdb6e40b99a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/members/:member-id/statuses/:status-id/sessions/:session-id/other-items/:other-item-id","urlObject":{"path":["sa","teams",":id","members",":member-id","statuses",":status-id","sessions",":session-id","other-items",":other-item-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"b57902fe-e9f3-43ae-b6da-c02475b56221","type":"any","value":"{{teamID}}","key":"id"},{"id":"976beb2e-d555-45be-b928-060542c2a87e","type":"any","value":null,"key":"member-id"},{"id":"9b28b49c-291d-4f11-86c9-272e9ea3e0fb","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"007fbd28-2a5f-4847-bcec-bc20a7ba7e40","type":"any","value":"{{sessionID}}","key":"session-id"},{"id":"af507520-eebc-40d4-b5f6-bb5ee6374c70","type":"any","value":"64532700a39c626cbe303512","key":"other-item-id"}]}},"response":[],"_postman_id":"1a856b81-de36-431a-85c5-cbdb6e40b99a"}],"id":"a25f428b-2d8c-49c9-bcd1-a43435a48f27","_postman_id":"a25f428b-2d8c-49c9-bcd1-a43435a48f27","description":""},{"name":"Statuses.8: Blocked By (As Admin)","item":[{"name":"Statuses.8.1: Add (blocked by) tickets for member","id":"2325a883-a961-49e2-a982-c68984902ec9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tickets\": [\n        {\n            \"ticketID\": \"GH136\",\n            \"type\": \"github\",\n            \"url\": \"https://github.com/repos/abc/issues/3\",\n            \"description\": \"sample description.\",\n            \"status\": \"Open\",\n            \"points\": 3\n        },\n        {\n            \"ticketID\": \"GH137\",\n            \"type\": \"azure\",\n            \"url\": \"https://github.com/repos/abc/issues/10\",\n            \"status\": \"Closed\",\n            \"points\": 3\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/members/:member-id/statuses/:status-id/blocked-by/tickets","urlObject":{"path":["sa","teams",":id","members",":member-id","statuses",":status-id","blocked-by","tickets"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"2a6ff2fa-d1d3-4f5f-bbb7-9375b6ca87b3","type":"any","value":"{{teamID}}","key":"id"},{"id":"bdc9f67d-b830-492c-85ba-ff6577f43bd3","type":"any","value":"{{memberID}}","key":"member-id"},{"id":"84934f15-b9e3-410e-a1de-d5ab624f4a85","type":"any","value":"{{statusID}}","key":"status-id"}]}},"response":[],"_postman_id":"2325a883-a961-49e2-a982-c68984902ec9"},{"name":"Statuses.8.2: Add (blocked by) members for member","id":"8810cff5-7ba6-4842-a696-96e5a3f2c9d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"members\": [\n    {\n      \"memberID\": \"6435af9d0bd9f75965645ca9\",\n      \"items\": [\n        \"Need the UI2 component\"\n      ]\n    },\n    {\n      \"memberID\": \"6435e614e184e858952cfb4a\",\n      \"items\": [\n        \"Need the API2\"\n      ]\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/members/:member-id/statuses/:status-id/blocked-by/members","urlObject":{"path":["sa","teams",":id","members",":member-id","statuses",":status-id","blocked-by","members"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"5dacf85b-081e-4378-80c0-0bf0df91019c","type":"any","value":"{{teamID}}","key":"id"},{"id":"e79744f3-5983-4b52-807b-48f99bb0db37","type":"any","value":"{{memberID}}","key":"member-id"},{"id":"8f5de691-10b5-4488-bc86-c2a2f6fed477","type":"any","value":"{{statusID}}","key":"status-id"}]}},"response":[],"_postman_id":"8810cff5-7ba6-4842-a696-96e5a3f2c9d8"},{"name":"Statuses.8.3: Update (blocked by) tickets for member","id":"f18e8cc2-39f8-42a1-a760-31d98d17629d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ticketID\": \"GH142\",\n    \"type\": \"github\",\n    \"url\": \"https://github.com/repos/abc/issues/3\",\n    \"description\": \"sample description1.\",\n    \"status\": \"Open\",\n    \"points\": 5\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/members/:member-id/statuses/:status-id/blocked-by/tickets/:int-ticket-id","urlObject":{"path":["sa","teams",":id","members",":member-id","statuses",":status-id","blocked-by","tickets",":int-ticket-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"c2133bff-0bf3-4f31-a7b5-1794e6b967ba","type":"any","value":"{{teamID}}","key":"id"},{"id":"bfbac6b6-c0cc-4be8-a095-be3c1e7cbd8d","type":"any","value":"{{memberID}}","key":"member-id"},{"id":"f52fa529-31be-4ebd-bc39-67e8ebe1a567","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"45a3d10f-f2ee-4cdf-8895-5ea882a911dd","type":"any","value":null,"key":"int-ticket-id"}]}},"response":[],"_postman_id":"f18e8cc2-39f8-42a1-a760-31d98d17629d"},{"name":"Statuses.8.4: Update (blocked by) other items for member","id":"11586ead-93fc-4af0-b9cb-3cb65869fbfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"otherItems\": [\n    \"soccer game 2!\",\n    \"music sessions 2\"\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/members/:member-id/statuses/:status-id/blocked-by/other-items","urlObject":{"path":["sa","teams",":id","members",":member-id","statuses",":status-id","blocked-by","other-items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"653be302-ac41-41b8-ae2e-3b4efe932a55","type":"any","value":"{{teamID}}","key":"id"},{"id":"0c999762-cc94-4968-9e63-0b09fed14fb3","type":"any","value":"{{memberID}}","key":"member-id"},{"id":"0d4bbd5c-e342-42ec-9461-f9432b5258e9","type":"any","value":"{{statusID}}","key":"status-id"}]}},"response":[],"_postman_id":"11586ead-93fc-4af0-b9cb-3cb65869fbfd"},{"name":"Statuses.8.5: Update (blocked by) members for member","id":"adcde4f7-29ca-40ac-ac65-3c3c998d24a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"memberID\": \"6435af9d0bd9f75965645ca9\",\n    \"items\": [\n        \"Need UI component 2A!\",\n        \"now!\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/members/:member-id/statuses/:status-id/blocked-by/members/:int-member-id","urlObject":{"path":["sa","teams",":id","members",":member-id","statuses",":status-id","blocked-by","members",":int-member-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"00689730-2b9d-445d-8062-9b0d0b3b40d4","type":"any","value":"{{teamID}}","key":"id"},{"id":"6749a432-8c61-4ea3-98b6-264697e797d6","type":"any","value":"{{memberID}}","key":"member-id"},{"id":"d5fda674-66df-4c2a-ab35-39eaaa23e96a","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"93a4f110-96d4-44f4-a62a-310ae026fbaa","type":"any","value":"{{blockedByMemberID}}","key":"int-member-id"}]}},"response":[],"_postman_id":"adcde4f7-29ca-40ac-ac65-3c3c998d24a5"},{"name":"Statuses.8.6: Delete (blocked by) ticket for member","id":"183c2b03-00d6-40b9-923f-68f8be468d74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/blocked-by/tickets/:int-ticket-id","urlObject":{"path":["sa","teams",":id","statuses",":status-id","blocked-by","tickets",":int-ticket-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"62b22a60-aa35-46cd-953b-954edd274a31","type":"any","value":"{{teamID}}","key":"id"},{"id":"b201e726-7ac0-496a-b0ea-a412c60e7334","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"8e9dcb05-656b-427c-915d-211b7af4cb99","type":"any","value":"6453298c7de65b980b26e39f","key":"int-ticket-id"}]}},"response":[],"_postman_id":"183c2b03-00d6-40b9-923f-68f8be468d74"},{"name":"Statuses.8.7: Delete (blocked by) member for member","id":"58d25b90-7b18-43f2-b6d8-e4940e4cf8ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/blocked-by/members/:int-member-id","urlObject":{"path":["sa","teams",":id","statuses",":status-id","blocked-by","members",":int-member-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"d05ffffb-3726-432d-9877-b903878b457f","type":"any","value":"{{teamID}}","key":"id"},{"id":"03b52be3-ce46-4342-b36d-19b6734ab0bc","type":"any","value":"{{statusID}}","key":"status-id"},{"id":"99cd5276-51e9-46dd-ab4f-82eaf6481eda","type":"any","value":"6453e827f7f9c9dda71c96ec","key":"int-member-id"}]}},"response":[],"_postman_id":"58d25b90-7b18-43f2-b6d8-e4940e4cf8ac"},{"name":"Statuses.8.8: Delete (blocked by) other items for member","id":"983b7422-e352-4c4c-b6b7-14b6ac79b282","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/statuses/:status-id/blocked-by/other-items","urlObject":{"path":["sa","teams",":id","statuses",":status-id","blocked-by","other-items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"776d3525-8bf0-43fa-9a92-30e74b99ac4d","type":"any","value":"{{teamID}}","key":"id"},{"id":"8ccfc4f1-1382-4ad5-858e-6dbb094d6767","type":"any","value":"{{statusID}}","key":"status-id"}]}},"response":[],"_postman_id":"983b7422-e352-4c4c-b6b7-14b6ac79b282"}],"id":"01fde71f-5718-487a-a649-1070101f160d","_postman_id":"01fde71f-5718-487a-a649-1070101f160d","description":""},{"name":"Teams.1","item":[{"name":"Teams.1.1: Add team","id":"170dbc6b-40df-4bcf-aeae-3d65214b5eb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Team A2\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams","urlObject":{"path":["sa","teams"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"170dbc6b-40df-4bcf-aeae-3d65214b5eb1"},{"name":"Teams.1.2: Get teams","id":"88a16d23-fb6b-4fc8-8668-e7cefd8bfb02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"url":"{{baseUrl}}/sa/teams","urlObject":{"path":["sa","teams"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"88a16d23-fb6b-4fc8-8668-e7cefd8bfb02"},{"name":"Teams.1.3: Get team","id":"2a47da41-65fb-4ebf-840b-036f33ed2ae7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id","urlObject":{"path":["sa","teams",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"55db17d9-ff33-4be6-82ce-7de50a613b13","type":"any","value":"643709926ab1c57caf12afbe","key":"id"}]}},"response":[],"_postman_id":"2a47da41-65fb-4ebf-840b-036f33ed2ae7"},{"name":"Teams.1.4: Update team","id":"75b83684-f92b-4296-ab0b-a398754b245c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{adminUserAuth}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Team2-mod3\",\n    \"members\": [\n        {\n            \"id\": \"6435af9d0bd9f75965645ca9\",\n            \"role\": \"member\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id","urlObject":{"path":["sa","teams",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"9d426982-710f-4674-9ad1-946db6cc1593","type":"any","value":"{{teamID}}","key":"id"}]}},"response":[],"_postman_id":"75b83684-f92b-4296-ab0b-a398754b245c"},{"name":"Teams.1.5: Delete team","id":"035213f3-b4bf-4850-87ff-809bfaf1a862","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id","urlObject":{"path":["sa","teams",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"234904a5-eea2-46f3-8602-622c7c3a44ef","type":"any","value":"6437251037eac6e2a803813e","key":"id"}]}},"response":[],"_postman_id":"035213f3-b4bf-4850-87ff-809bfaf1a862"}],"id":"48a757c5-db6a-4bbb-a8bf-769a7711a086","_postman_id":"48a757c5-db6a-4bbb-a8bf-769a7711a086","description":""},{"name":"Members.1","item":[{"name":"Members.1.1: Get team members","id":"d07db5f0-34d7-4816-bd92-a16d72a66e97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/teams/:id/members","urlObject":{"path":["sa","teams",":id","members"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"b18def06-3253-4916-8f97-b53085147388","type":"any","value":"642dccb8041421d6b0e5993d","key":"id"}]}},"response":[],"_postman_id":"d07db5f0-34d7-4816-bd92-a16d72a66e97"},{"name":"Members.1.2: Add members to team","id":"72468014-f219-4d4e-8ca6-3fe63af3e70a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"members\": [\n    {\n      \"id\": \"64598310a5507b6ca73db25e\",\n      \"role\": \"admin\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/members","urlObject":{"path":["sa","teams",":id","members"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"b2a7721c-6ac6-474f-aaf2-ec1ad79df19b","type":"any","value":"6459858ba5507b6ca73db266","key":"id"}]}},"response":[],"_postman_id":"72468014-f219-4d4e-8ca6-3fe63af3e70a"},{"name":"Members.1.3: Delete members from team","id":"29a40335-ddbd-44a5-8858-6363293e64dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"members\": [\n    {\n      \"id\": \"642bb1c900443d6b91be2f0e\",\n      \"role\": \"member\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/teams/:id/members","urlObject":{"path":["sa","teams",":id","members"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"2c7058da-3651-43a3-8aac-47cdbc5122b2","type":"any","value":"642e2ede2537704691b3ac1e","key":"id"}]}},"response":[],"_postman_id":"29a40335-ddbd-44a5-8858-6363293e64dc"}],"id":"136e0ffd-eb35-43c8-b8ae-ad7bb19e1c0b","_postman_id":"136e0ffd-eb35-43c8-b8ae-ad7bb19e1c0b","description":""},{"name":"Profiles.1","item":[{"name":"Profiles.1.1: Add Profile","id":"e9e739ab-a250-4c6a-a1c1-916fcad38242","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userID\": \"abcde12347\",\n    \"Name\": {\n        \"FirstName\": \"krish1\",\n        \"MiddleName\": \"\",\n        \"LastName\": \"\"\n    },\n    \"phoneNumbers\": [\n        {\n            \"primary\": true,\n            \"phoneNumber\": \"123-234-5566\"\n        },\n        {\n            \"primary\": false,\n            \"phoneNumber\": \"234-443-4456\"\n        }\n    ],\n    \"emailAddresses\": [\n        {\n            \"primary\": true,\n            \"emailAddress\": \"k@yopmail.com\"\n        },\n        {\n            \"primary\": false,\n            \"emailAddress\": \"k2@yopmail.com\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/profiles","urlObject":{"path":["sa","profiles"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9e739ab-a250-4c6a-a1c1-916fcad38242"},{"name":"Profiles.1.2: Add Profile for another user","id":"6da9c451-6253-40d8-ae56-8c6ccb3aa1ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userID\": \"abcde12347\",\n    \"Name\": {\n        \"FirstName\": \"krish1\",\n        \"MiddleName\": \"\",\n        \"LastName\": \"\"\n    },\n    \"phoneNumbers\": [\n        {\n            \"primary\": true,\n            \"phoneNumber\": \"123-234-5566\"\n        },\n        {\n            \"primary\": false,\n            \"phoneNumber\": \"234-443-4456\"\n        }\n    ],\n    \"emailAddresses\": [\n        {\n            \"primary\": true,\n            \"emailAddress\": \"k@yopmail.com\"\n        },\n        {\n            \"primary\": false,\n            \"emailAddress\": \"k2@yopmail.com\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/profiles?userEmailAddress","urlObject":{"path":["sa","profiles"],"host":["{{baseUrl}}"],"query":[{"key":"userEmailAddress","value":null}],"variable":[]}},"response":[],"_postman_id":"6da9c451-6253-40d8-ae56-8c6ccb3aa1ef"},{"name":"Profiles.1.3: Get profile by ID","id":"dce63990-0ef6-4cb1-9a38-b5820e01370e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/profiles/by-id/:id","urlObject":{"path":["sa","profiles","by-id",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"b10663fd-b2f3-4d7e-a148-3004b2167920","type":"any","value":"642b30e6f7aaf89f91532be4","key":"id"}]}},"response":[],"_postman_id":"dce63990-0ef6-4cb1-9a38-b5820e01370e"},{"name":"Profiles.1.4: Get profile by email","id":"5b206288-a69a-45d5-af52-c8392b2ed862","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/profiles/by-email/:email","urlObject":{"path":["sa","profiles","by-email",":email"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"74ada22e-2699-4169-af06-42a471fc530b","type":"any","value":"parag@yopmail.com","key":"email"}]}},"response":[],"_postman_id":"5b206288-a69a-45d5-af52-c8392b2ed862"},{"name":"Profiles.1.5: Get my profile","id":"5a3a600a-925a-4bcc-8b41-0b007dc3534f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/sa/profiles","urlObject":{"path":["sa","profiles"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a3a600a-925a-4bcc-8b41-0b007dc3534f"},{"name":"Profiles.1.6: Update profile","id":"97f087d5-8037-47fd-a7b5-8d6ed43856a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuthServer}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userID\": \"abcde12347\",\n    \"userEmailAddress\": \"parag@yopmail.com\",\n    \"Name\": {\n        \"FirstName\": \"krish2\",\n        \"MiddleName\": \"\",\n        \"LastName\": \"Pa\"\n    },\n    \"phoneNumbers\": [\n        {\n            \"primary\": true,\n            \"phoneNumber\": \"123-234-5566\"\n        },\n        {\n            \"primary\": false,\n            \"phoneNumber\": \"334-443-4456\"\n        }\n    ],\n    \"emailAddresses\": [\n        {\n            \"primary\": true,\n            \"emailAddress\": \"k2a@yopmail.com\"\n        },\n        {\n            \"primary\": false,\n            \"emailAddress\": \"k3@yopmail.com\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sa/profiles","urlObject":{"path":["sa","profiles"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"97f087d5-8037-47fd-a7b5-8d6ed43856a8"}],"id":"0106c270-8b21-476b-902f-b395c0be19ee","_postman_id":"0106c270-8b21-476b-902f-b395c0be19ee","description":""},{"name":"Users.1","item":[{"name":"Users.1.1: Get users","id":"bd037c01-cd13-4019-a743-ffe86c088147","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/users","description":"<p>Returns all users.</p>\n","urlObject":{"path":["users"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd037c01-cd13-4019-a743-ffe86c088147"},{"name":"Users.1.2: Get user by UUID","id":"2f78a0cb-ffcc-4427-ab89-9914036ea8cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/users/uuid/:id","description":"<p>Returns user by UUID.</p>\n","urlObject":{"path":["users","uuid",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"b6deb8da-c97d-4886-9a3d-cdee14e79af8","type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"2f78a0cb-ffcc-4427-ab89-9914036ea8cd"},{"name":"Users.1.3: Deactivate user account","id":"56581b9b-ce37-45cc-b22f-0d4dcddebc9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/users/deactivate-account","description":"<p>Deactivates user account.</p>\n","urlObject":{"path":["users","deactivate-account"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"56581b9b-ce37-45cc-b22f-0d4dcddebc9c"},{"name":"Users.1.4: Delete user account","id":"d2315678-dd50-4f93-9eac-c659598193e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/users/delete-account","description":"<p>Deactivates user account.</p>\n","urlObject":{"path":["users","delete-account"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2315678-dd50-4f93-9eac-c659598193e7"}],"id":"445d1ff5-c10d-46eb-bcaf-7739f3e82b81","_postman_id":"445d1ff5-c10d-46eb-bcaf-7739f3e82b81","description":""},{"name":"Registration.1","item":[{"name":"Registration.1.1: Register new user by email","id":"3aebbb51-a515-409c-8404-5d2c43eaf12c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"status_user1@yopmail.com\",\n    \"password\": \"Welcome1!\",\n    \"confirmPassword\": \"Welcome1!\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/app/users/sign-up","description":"<p>Registers new user by email.</p>\n","urlObject":{"path":["app","users","sign-up"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3aebbb51-a515-409c-8404-5d2c43eaf12c"},{"name":"Registration.1.2: Sign in by email","id":"1d90e9f4-d65c-406a-b92f-701d1c0ccf95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"parag@yopmail.com\",\n    \"password\": \"Welcome1!\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/app/users/sign-in","description":"<p>Signs in by email.</p>\n","urlObject":{"path":["app","users","sign-in"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d90e9f4-d65c-406a-b92f-701d1c0ccf95"},{"name":"Registration.1.3: Reset password","id":"83b1e7ac-7ded-42d4-800b-658efac5e2d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\"password\":\"user[password]\",\"confirmPassword\":\"user[confirm_password]\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/app/users/reset-password","description":"<p>Resets password.</p>\n","urlObject":{"path":["app","users","reset-password"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"83b1e7ac-7ded-42d4-800b-658efac5e2d8"},{"name":"Registration.1.4: Activate user","id":"300396aa-86e3-4fbe-bb40-6c795eef998c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/app/user-verified/:id","description":"<p>Activates user (who signed up using email/password).</p>\n","urlObject":{"path":["app","user-verified",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"e13515b3-7f80-486f-b154-4de01614900c","type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"300396aa-86e3-4fbe-bb40-6c795eef998c"}],"id":"6ab89614-5267-4134-8415-b3f82e615fdf","_postman_id":"6ab89614-5267-4134-8415-b3f82e615fdf","description":""},{"name":"Provisioning.1: Super Admin ONLY","item":[{"name":"Provisioning.1.1: Create database indexes","id":"de175855-7b40-4673-b6f2-db0e0814a19f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"otherItems\": [\n    \"Met with Product Managers again\",\n    \"and again!!\"\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/app/db/create-indexes","urlObject":{"path":["app","db","create-indexes"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"de175855-7b40-4673-b6f2-db0e0814a19f"}],"id":"29646898-e1f8-478d-bb83-c1e30fd09fa5","_postman_id":"29646898-e1f8-478d-bb83-c1e30fd09fa5","description":""}]}