{"info":{"_postman_id":"bbb3a7cf-5b5c-45eb-adcb-6968ce6ffdcf","name":"CiteOps API Documentation","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"20990031","collectionId":"bbb3a7cf-5b5c-45eb-adcb-6968ce6ffdcf","publishedId":"2s7Z7SPxCx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-09-21T04:15:35.000Z"},"item":[{"name":"Version 24.12","item":[{"name":"Departments","item":[{"name":"Get list of departments","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"20fd580f-2f75-4025-af6c-79ba3f5a7a44"}}],"id":"7c4a4ed8-00d1-4678-870a-a896dab48318","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Departments.json","description":"<p>This API endpoint will return a List of Departments</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Departments - Allows user to view Departments.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Departments.json?query=SW&amp;C&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The Departments endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Departments (excluding collections) may be used to sort the Departments list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d25e41bc-00fb-4bb5-82fd-7e63e5bbf009","id":"d25e41bc-00fb-4bb5-82fd-7e63e5bbf009","name":"Departments","type":"folder"}},"urlObject":{"path":["api","v1","Departments.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c4a4ed8-00d1-4678-870a-a896dab48318"},{"name":"Get specific department","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"aa471a7a-adf0-4cf9-b8cb-cb5b9b0f2931"}}],"id":"1e6b85d8-5428-4186-8427-1c65a176a9a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Departments.json/{{Id}}","description":"<p>This API endpoint will return a specific Department.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Departments - Allows user to view Departments.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Department</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d25e41bc-00fb-4bb5-82fd-7e63e5bbf009","id":"d25e41bc-00fb-4bb5-82fd-7e63e5bbf009","name":"Departments","type":"folder"}},"urlObject":{"path":["api","v1","Departments.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e6b85d8-5428-4186-8427-1c65a176a9a1"}],"id":"d25e41bc-00fb-4bb5-82fd-7e63e5bbf009","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"284ad2f6-8b05-4c7f-9e89-e128ac1349c8"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"aad155fa-2653-4bff-bd7c-8839c15e8b76"}}],"_postman_id":"d25e41bc-00fb-4bb5-82fd-7e63e5bbf009","description":""},{"name":"Equipment","item":[{"name":"Equipment Schedules","item":[{"name":"Get List of Equipment Schedules","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"e99b1da2-85eb-4b11-90bc-830aff7ad2b3"}}],"id":"7edfec4e-2ace-4fb9-98ff-5334aab52125","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/equipmentschedules.json","description":"<p>This API endpoint will return a List of EquipmentSchedules.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Equipment Schedule - Allows user to view the equipment schedule.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>/api/v1/equipmentschedules.json?query=true&amp;defaultfield=LocationVisible</p>\n<p><strong>Indexes</strong></p>\n<p>The EquipmentSchedules endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the EquipmentSchedule (excluding collections) may be used to sort the EquipmentSchedules list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"7c8e1f61-9642-42c6-8f81-0237abfa5930","id":"7c8e1f61-9642-42c6-8f81-0237abfa5930","name":"Equipment Schedules","type":"folder"}},"urlObject":{"path":["api","v1","equipmentschedules.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7edfec4e-2ace-4fb9-98ff-5334aab52125"},{"name":"Get Equipment Schedule","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"9c21e180-85f7-4f56-bfd4-f600dbcd49f3"}}],"id":"2fb51c2c-ed52-46cb-a679-baaff7786fe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/EquipmentSchedules.json/equipmentschedules-1","description":"<p>This API endpoint will return a specific EquipmentSchedule.</p>\n<p>Security\nTo Access this API endpoint you will need to have the following Access Policy</p>\n<p>View Equipment Schedule\nAllows user to view the equipment schedule.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the EquipmentSchedule</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"7c8e1f61-9642-42c6-8f81-0237abfa5930","id":"7c8e1f61-9642-42c6-8f81-0237abfa5930","name":"Equipment Schedules","type":"folder"}},"urlObject":{"path":["api","v1","EquipmentSchedules.json","equipmentschedules-1"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fb51c2c-ed52-46cb-a679-baaff7786fe3"},{"name":"Add Equipment on a schedule screen","event":[{"listen":"test","script":{"id":"b145d33f-f5d1-414c-a3d5-76f2f74f17d6","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"e270bb7d-814a-4de3-9af3-d64e46ef811f","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"eb60db32-1d6e-4ec8-8b7c-fa64877174aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"add\", \r\n        \"path\": \"$.Equipment[-1:]\", \r\n        \"value\": \r\n        {\r\n            \"DefaultProcess\": \"Prod\",\r\n            \"Deleted\": false,\r\n            \"Description\": \"testAPI\",\r\n            \"DisplayOrder\": 61000,\r\n            \"Equipment\": \"{{Id}}\",\r\n            \"Id\": null,\r\n            \"Location\": \"\",\r\n            \"NextServiceDay\": \"\",\r\n            \"NextServiceShift\": \"\",\r\n            \"PlantNo\": \"testAPI-{{current_timestamp}}\",\r\n            \"StatusNotes\": \"\",\r\n            \"Type\": \"TR\"\r\n        }\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/EquipmentSchedules.json/equipmentschedules-1","description":"<p>This API endpoint will apply a patch operation to an EquipmentSchedule.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li><p>Manage Equipment Schedule - Allows user to manage the equipment schedule.</p>\n</li>\n<li><p>Manage Master Equipment Schedule - Allows user to manage the master equipment schedule.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the EquipmentSchedule</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"7c8e1f61-9642-42c6-8f81-0237abfa5930","id":"7c8e1f61-9642-42c6-8f81-0237abfa5930","name":"Equipment Schedules","type":"folder"}},"urlObject":{"path":["api","v1","EquipmentSchedules.json","equipmentschedules-1"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb60db32-1d6e-4ec8-8b7c-fa64877174aa"},{"name":"Update Equipment Schedule","event":[{"listen":"test","script":{"id":"646400c3-c141-4c45-aa2f-b2e016aa88ef","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"69ee3f8c-eb2d-4c46-815b-7f90357695ac","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"fff3e19e-e9dd-45bd-90a2-81529732853b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"/*{\r\n    \"Equipment\": [\r\n        {\r\n            \"Equipment\": \"equipment-417\",\r\n            \"PlantNo\": \"TR01\",\r\n            \"Type\": \"TR\",\r\n            \"Description\": \"Truck\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"Location\": \"DECA -10 ACC\"\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-418\",\r\n            \"PlantNo\": \"TR02\",\r\n            \"Type\": \"TR\",\r\n            \"Description\": \"Truck\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"Week1Day1Shift1\": \"Dev\",\r\n            \"Week1Day1Shift2\": \"Dev\",\r\n            \"Week1Day2Shift1\": \"Dev\",\r\n            \"Week1Day2Shift2\": \"Dev\",\r\n            \"Week1Day3Shift1\": \"Dev\",\r\n            \"Week1Day3Shift2\": \"Dev\",\r\n            \"Week1Day4Shift1\": \"Dev\",\r\n            \"Week1Day4Shift2\": \"Dev\",\r\n            \"Week1Day5Shift1\": \"Dev\",\r\n            \"Week1Day5Shift2\": \"Dev\",\r\n            \"Week1Day6Shift1\": \"Dev\",\r\n            \"Week1Day6Shift2\": \"Dev\",\r\n            \"Week1Day7Shift1\": \"Dev\",\r\n            \"Week1Day7Shift2\": \"Dev\"\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-419\",\r\n            \"PlantNo\": \"TR03\",\r\n            \"Type\": \"TR\",\r\n            \"Description\": \"Truck\",\r\n            \"DefaultProcess\": \"Dev\"\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-420\",\r\n            \"PlantNo\": \"TR04\",\r\n            \"Type\": \"TR\",\r\n            \"Description\": \"Truck\",\r\n            \"DefaultProcess\": \"Dev\"\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-421\",\r\n            \"PlantNo\": \"TR05\",\r\n            \"Type\": \"TR\",\r\n            \"Description\": \"Truck\",\r\n            \"DefaultProcess\": \"Prod\"\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-422\",\r\n            \"PlantNo\": \"TR06\",\r\n            \"Type\": \"TR\",\r\n            \"Description\": \"Truck\",\r\n            \"DefaultProcess\": \"Prod\"\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-423\",\r\n            \"PlantNo\": \"TR07\",\r\n            \"Type\": \"TR\",\r\n            \"Description\": \"Truck\",\r\n            \"DefaultProcess\": \"Prod\"\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-424\",\r\n            \"PlantNo\": \"TR08\",\r\n            \"Type\": \"TR\",\r\n            \"Description\": \"Truck\",\r\n            \"DefaultProcess\": \"Prod\"\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-425\",\r\n            \"PlantNo\": \"JD01\",\r\n            \"Type\": \"JD\",\r\n            \"Description\": \"Jumbo\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"DisplayOrder\": 26000,\r\n            \"Week1Day1Shift1\": \"Dev\",\r\n            \"Week1Day1Shift2\": \"Dev\",\r\n            \"Week1Day2Shift1\": \"Dev\",\r\n            \"Week1Day2Shift2\": \"Dev\",\r\n            \"Week1Day3Shift1\": \"Dev\",\r\n            \"Week1Day3Shift2\": \"Dev\",\r\n            \"Week1Day4Shift1\": \"Dev\",\r\n            \"Week1Day4Shift2\": \"Dev\",\r\n            \"Week1Day5Shift1\": \"Dev\",\r\n            \"Week1Day5Shift2\": \"Dev\",\r\n            \"Week1Day6Shift1\": \"Dev\",\r\n            \"Week1Day6Shift2\": \"Dev\",\r\n            \"Week1Day7Shift1\": \"Dev\",\r\n            \"Week1Day7Shift2\": \"Dev\"\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-426\",\r\n            \"PlantNo\": \"JD02\",\r\n            \"Type\": \"JD\",\r\n            \"Description\": \"Jumbo\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"DisplayOrder\": 27000,\r\n            \"Week1Day1Shift1\": \"Prod\",\r\n            \"Week1Day1Shift2\": \"Prod\",\r\n            \"Week1Day2Shift1\": \"Prod\",\r\n            \"Week1Day2Shift2\": \"Prod\",\r\n            \"Week1Day3Shift1\": \"Dev\",\r\n            \"Week1Day3Shift2\": \"Dev\",\r\n            \"Week1Day4Shift1\": \"Dev\",\r\n            \"Week1Day4Shift2\": \"Dev\",\r\n            \"Week1Day5Shift1\": \"Dev\",\r\n            \"Week1Day5Shift2\": \"Dev\",\r\n            \"Week1Day6Shift1\": \"Dev\",\r\n            \"Week1Day6Shift2\": \"Dev\",\r\n            \"Week1Day7Shift1\": \"Dev\",\r\n            \"Week1Day7Shift2\": \"Dev\"\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-427\",\r\n            \"PlantNo\": \"LD01\",\r\n            \"Type\": \"LD\",\r\n            \"Description\": \"Loader\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"DisplayOrder\": 5500\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-428\",\r\n            \"PlantNo\": \"LD02\",\r\n            \"Type\": \"LD\",\r\n            \"Description\": \"Loader\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"DisplayOrder\": 8250\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-429\",\r\n            \"PlantNo\": \"LD03\",\r\n            \"Type\": \"LD\",\r\n            \"Description\": \"Loader\",\r\n            \"DefaultProcess\": \"Prod\",\r\n            \"DisplayOrder\": 11000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-430\",\r\n            \"PlantNo\": \"LD04\",\r\n            \"Type\": \"LD\",\r\n            \"Description\": \"Loader\",\r\n            \"DefaultProcess\": \"Prod\",\r\n            \"DisplayOrder\": 22500\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-431\",\r\n            \"PlantNo\": \"PD01\",\r\n            \"Type\": \"PD\",\r\n            \"Description\": \"Production Drill\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"DisplayOrder\": 2750\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-432\",\r\n            \"PlantNo\": \"PD02\",\r\n            \"Type\": \"PD\",\r\n            \"Description\": \"Production Drill\",\r\n            \"DefaultProcess\": \"Prod\",\r\n            \"DisplayOrder\": 4125\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-433\",\r\n            \"PlantNo\": \"STC01\",\r\n            \"Type\": \"STC\",\r\n            \"Description\": \"Shotcreter\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"DisplayOrder\": 688\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-434\",\r\n            \"PlantNo\": \"BLT01\",\r\n            \"Type\": \"BLT\",\r\n            \"Description\": \"Bolter\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"DisplayOrder\": 30000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-449\",\r\n            \"PlantNo\": \"LV01\",\r\n            \"Type\": \"LV\",\r\n            \"Description\": \"Light Vehicle\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 32000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-450\",\r\n            \"PlantNo\": \"LV02\",\r\n            \"Type\": \"LV\",\r\n            \"Description\": \"Light Vehicle\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 33000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-451\",\r\n            \"PlantNo\": \"LV03\",\r\n            \"Type\": \"LV\",\r\n            \"Description\": \"Light Vehicle\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 34000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-452\",\r\n            \"PlantNo\": \"LV04\",\r\n            \"Type\": \"LV\",\r\n            \"Description\": \"Light Vehicle\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 35000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-453\",\r\n            \"PlantNo\": \"LV05\",\r\n            \"Type\": \"LV\",\r\n            \"Description\": \"Light Vehicle\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 36000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-454\",\r\n            \"PlantNo\": \"WP01\",\r\n            \"Type\": \"WP\",\r\n            \"Description\": \"Work Platform\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 37000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-455\",\r\n            \"PlantNo\": \"WP02\",\r\n            \"Type\": \"WP\",\r\n            \"Description\": \"Work Platform\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 38000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-456\",\r\n            \"PlantNo\": \"WP03\",\r\n            \"Type\": \"WP\",\r\n            \"Description\": \"Work Platform\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 39000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-457\",\r\n            \"PlantNo\": \"WP04\",\r\n            \"Type\": \"WP\",\r\n            \"Description\": \"Work Platform\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 40000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-458\",\r\n            \"PlantNo\": \"WP05\",\r\n            \"Type\": \"WP\",\r\n            \"Description\": \"Work Platform\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 41000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-459\",\r\n            \"PlantNo\": \"FK01\",\r\n            \"Type\": \"FK\",\r\n            \"Description\": \"Forklift\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 42000,\r\n            \"Location\": \"Workshop\"\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-460\",\r\n            \"PlantNo\": \"FK02\",\r\n            \"Type\": \"FK\",\r\n            \"Description\": \"Forklift\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 43000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-461\",\r\n            \"PlantNo\": \"FK03\",\r\n            \"Type\": \"FK\",\r\n            \"Description\": \"Forklift\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 44000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-462\",\r\n            \"PlantNo\": \"FK04\",\r\n            \"Type\": \"FK\",\r\n            \"Description\": \"Forklift\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 45000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-463\",\r\n            \"PlantNo\": \"FK05\",\r\n            \"Type\": \"FK\",\r\n            \"Description\": \"Forklift\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 46000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-464\",\r\n            \"PlantNo\": \"ITC01\",\r\n            \"Type\": \"ITC\",\r\n            \"Description\": \"Integrated Tool Carrier\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 47000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-465\",\r\n            \"PlantNo\": \"ITC02\",\r\n            \"Type\": \"ITC\",\r\n            \"Description\": \"Integrated Tool Carrier\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 48000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-466\",\r\n            \"PlantNo\": \"ITC03\",\r\n            \"Type\": \"ITC\",\r\n            \"Description\": \"Integrated Tool Carrier\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 49000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-467\",\r\n            \"PlantNo\": \"ITC04\",\r\n            \"Type\": \"ITC\",\r\n            \"Description\": \"Integrated Tool Carrier\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 50000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-468\",\r\n            \"PlantNo\": \"ITC05\",\r\n            \"Type\": \"ITC\",\r\n            \"Description\": \"Integrated Tool Carrier\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 51000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-481\",\r\n            \"PlantNo\": \"JD08\",\r\n            \"Type\": \"JD\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"DisplayOrder\": 21000,\r\n            \"Deleted\": true\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-513\",\r\n            \"PlantNo\": \"JD03\",\r\n            \"Type\": \"JD\",\r\n            \"Description\": \"Jumbo\",\r\n            \"DefaultProcess\": \"Mob Maint\",\r\n            \"DisplayOrder\": 28000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-514\",\r\n            \"PlantNo\": \"JD04\",\r\n            \"Type\": \"JD\",\r\n            \"Description\": \"Jumbo\",\r\n            \"DefaultProcess\": \"Mob Maint\",\r\n            \"DisplayOrder\": 29000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-515\",\r\n            \"PlantNo\": \"BLT02\",\r\n            \"Type\": \"BLT\",\r\n            \"Description\": \"Bolter\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"DisplayOrder\": 31000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-516\",\r\n            \"PlantNo\": \"TR09\",\r\n            \"Type\": \"TR\",\r\n            \"Description\": \"Truck\",\r\n            \"DefaultProcess\": \"Mob Maint\",\r\n            \"DisplayOrder\": 24000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-517\",\r\n            \"PlantNo\": \"TR10\",\r\n            \"Type\": \"TR\",\r\n            \"Description\": \"Truck\",\r\n            \"DefaultProcess\": \"Mob Maint\",\r\n            \"DisplayOrder\": 25000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-518\",\r\n            \"PlantNo\": \"STC02\",\r\n            \"Type\": \"STC\",\r\n            \"Description\": \"Shotcreter\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"DisplayOrder\": 1375\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-519\",\r\n            \"PlantNo\": \"PD03\",\r\n            \"Type\": \"PD\",\r\n            \"Description\": \"Production Drill\",\r\n            \"DefaultProcess\": \"Mob Maint\",\r\n            \"DisplayOrder\": 4812\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-520\",\r\n            \"PlantNo\": \"LD05\",\r\n            \"Type\": \"LD\",\r\n            \"Description\": \"Loader\",\r\n            \"DefaultProcess\": \"Mob Maint\",\r\n            \"DisplayOrder\": 23250\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-521\",\r\n            \"PlantNo\": \"LD06\",\r\n            \"Type\": \"LD\",\r\n            \"Description\": \"Loader\",\r\n            \"DefaultProcess\": \"Mob Maint\",\r\n            \"DisplayOrder\": 52000\r\n        }\r\n    ]\r\n}*/","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/EquipmentSchedules.json//equipmentschedules-1","description":"<p>This API endpoint will update an EquipmentSchedule.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>Manage Equipment Schedule -Allows user to manage the equipment schedule.</p>\n</li>\n<li><p>Manage Master Equipment Schedule - Allows user to manage the master equipment schedule.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Equipment schedule</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Week1StartDate</td>\n<td>In yyyy-mm-dd form. If empty, indicates that this EquipmentSchedule record is the Master.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>YesterdaysStatusVisible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentStatusVisible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StatusNotesVisible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DowntimeHrsVisible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationVisible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NextServiceDayVisible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ColumnVisibility</td>\n<td></td>\n<td>Dictionary of string [key] and boolean [value]</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td></td>\n<td><strong>Collection of EquipmentScheduleEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of EquipmentScheduleEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Equipment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PlantNo</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultProcess</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>YesterdaysStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StatusNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DowntimeHrs</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NextServiceDay</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NextServiceShift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"7c8e1f61-9642-42c6-8f81-0237abfa5930","id":"7c8e1f61-9642-42c6-8f81-0237abfa5930","name":"Equipment Schedules","type":"folder"}},"urlObject":{"path":["api","v1","EquipmentSchedules.json","","equipmentschedules-1"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fff3e19e-e9dd-45bd-90a2-81529732853b"}],"id":"7c8e1f61-9642-42c6-8f81-0237abfa5930","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"108148aa-5f3c-4af2-8110-510c6a52f82b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"e7f87c90-02a8-4681-93ac-9090aedf0559"}}],"_postman_id":"7c8e1f61-9642-42c6-8f81-0237abfa5930","description":""},{"name":"Equipment Schedule Unavailable Codes","item":[{"name":"Get list of equipment schedule unavailable codes","event":[{"listen":"test","script":{"id":"b6ae3be4-0138-4ca8-beca-1a18fca3b33c","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"cae6a7b2-9f37-4b31-98cf-8e0d105dc65b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/equipmentscheduleunavailablecodes.json","description":"<p>This API endpoint will return a List of EquipmentScheduleUnavailableCodes.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Equipment Schedule Unavailable Codes - Allows user to view Equipment Schedule Unavailable Codes.</li>\n</ul>\n<p>Filtering the Results<br />You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/equipmentscheduleunavailablecodes.json?query=Overhaul&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The EquipmentScheduleUnavailableCodes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p>Equipment Schedule Unavailable Code Index<br />Sorting the Results<br />You may specify sorting via the sort query string argument. Any property of the EquipmentScheduleUnavailableCode (excluding collections) may be used to sort the EquipmentScheduleUnavailableCodes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f01d2846-8496-48a8-a06c-73ccb2f168c1","id":"f01d2846-8496-48a8-a06c-73ccb2f168c1","name":"Equipment Schedule Unavailable Codes","type":"folder"}},"urlObject":{"path":["api","v1","equipmentscheduleunavailablecodes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cae6a7b2-9f37-4b31-98cf-8e0d105dc65b"},{"name":"Get specific equipment schedule unavailable code","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"145a2adf-eec4-446b-ac41-78f65642b28e"}}],"id":"dd7b59b7-30f0-4f2b-a06c-c93479c872d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/equipmentscheduleunavailablecodes.json/{{Id}}","description":"<p>This API endpoint will return a specific EquipmentScheduleUnavailableCode.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Equipment Schedule Unavailable Codes - Allows user to view Equipment Schedule Unavailable Codes.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the EquipmentScheduleUnavailableCode</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f01d2846-8496-48a8-a06c-73ccb2f168c1","id":"f01d2846-8496-48a8-a06c-73ccb2f168c1","name":"Equipment Schedule Unavailable Codes","type":"folder"}},"urlObject":{"path":["api","v1","equipmentscheduleunavailablecodes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd7b59b7-30f0-4f2b-a06c-c93479c872d1"}],"id":"f01d2846-8496-48a8-a06c-73ccb2f168c1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"7d6df6b2-c162-4374-b3b6-d39b6d9db11d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"93b5b837-718d-4365-b858-5e2586a05c2d"}}],"_postman_id":"f01d2846-8496-48a8-a06c-73ccb2f168c1","description":""},{"name":"Equipment Type","item":[{"name":"GET List of Equipment Types","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"aef06e2f-c4d9-485e-a1c7-494e3c8858b5"}}],"id":"70bf4b33-ff99-4728-aa5d-db1a4084ec33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/equipmenttypes.json","description":"<p>This API endpoint will return a List of Equipment Types</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Equipment Types - Allows user to view Equipment Types.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/equipmenttypes.json?query=SMV&amp;defaultfield=</p>\n<p>ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The EquipmentTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the EquipmentTypes (excluding collections) may be used to sort the EquipmentTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"cdbbf824-c427-4cf3-9308-98843d87eb15","id":"cdbbf824-c427-4cf3-9308-98843d87eb15","name":"Equipment Type","type":"folder"}},"urlObject":{"path":["api","v1","equipmenttypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"70bf4b33-ff99-4728-aa5d-db1a4084ec33"},{"name":"GET Specific Equipment Type","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"29390e36-111f-4c97-9b15-9793feb84fed"}}],"id":"942354d0-431e-4ba6-97d0-f130f10ebebb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/EquipmentTypes.json/{{Id}}","description":"<p>This API endpoint will return a specific Equipment Types.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Equipment Types - Allows user to view Equipment Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Equipment Types</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"cdbbf824-c427-4cf3-9308-98843d87eb15","id":"cdbbf824-c427-4cf3-9308-98843d87eb15","name":"Equipment Type","type":"folder"}},"urlObject":{"path":["api","v1","EquipmentTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"942354d0-431e-4ba6-97d0-f130f10ebebb"},{"name":"ADD Equipment Type","event":[{"listen":"test","script":{"id":"3591712c-971c-4f6c-be60-8fc6fbcf01e8","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"23143d45-6758-4f96-8cbf-a77db485b702","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"89f5a4d8-5dd2-4e53-a21b-41d82310416f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"DisplayOrder\": 13000,\r\n    \"ShortCode\": \"TT-{{current_timestamp}}\",\r\n    \"Name\": \"TetsType-{{current_timestamp}}\",\r\n    \"Plural\": \"TetsTypes\",\r\n    \"Skills\": [\r\n            \"skills-35-A\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/equipmenttypes.json","description":"<p>This API endpoint will create a Equipment Type</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Equipment Types - Allows user to manage Equipment Types.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Plural</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"cdbbf824-c427-4cf3-9308-98843d87eb15","id":"cdbbf824-c427-4cf3-9308-98843d87eb15","name":"Equipment Type","type":"folder"}},"urlObject":{"path":["api","v1","equipmenttypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"89f5a4d8-5dd2-4e53-a21b-41d82310416f"},{"name":"Edit Equipment Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"a919f6cc-ca72-4332-b532-3f69ab42606d"}}],"id":"cb7ff4ed-cb1f-479a-a34f-51e0527fe9b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Plural\",\r\n        \"value\": \"Edited Plural\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/equipmenttypes.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Equipment Types</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Equipment Types - Allows user to manage Equipment Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Equipment Type</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"cdbbf824-c427-4cf3-9308-98843d87eb15","id":"cdbbf824-c427-4cf3-9308-98843d87eb15","name":"Equipment Type","type":"folder"}},"urlObject":{"path":["api","v1","equipmenttypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb7ff4ed-cb1f-479a-a34f-51e0527fe9b3"},{"name":"Update Equipment Type","event":[{"listen":"test","script":{"id":"ee86f559-2967-4b89-97f1-36e74d47dc2d","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"3f050e27-a8be-4261-9dba-108e3b0ab24b","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"82b03e5e-bb3a-443a-b473-0b6a76b6b0f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"DisplayOrder\": 13000,\r\n    \"ShortCode\": \"TT-{{current_timestamp}}\",\r\n    \"Name\": \"TetsType-{{current_timestamp}}\",\r\n    \"Plural\": \"TetsTypes\",\r\n        \"Skills\": [\r\n            \"skills-2-A\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/equipmenttypes.json/{{Id}}","description":"<p>This API endpoint will update a Equipment Type</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Equipment Types - Allows user to manage Equipment Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Equipment Types</td>\n<td>Required</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Plural</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"cdbbf824-c427-4cf3-9308-98843d87eb15","id":"cdbbf824-c427-4cf3-9308-98843d87eb15","name":"Equipment Type","type":"folder"}},"urlObject":{"path":["api","v1","equipmenttypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"82b03e5e-bb3a-443a-b473-0b6a76b6b0f7"},{"name":"Delete Equipment Type","event":[{"listen":"test","script":{"id":"335e8af2-8184-4a20-9e52-90933bd85016","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"ca5498b9-9854-4343-9312-682962dc5895","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/equipmenttypes.json/{{Id}}","description":"<p>This API endpoint will delete a Equipment Types.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Equipment Types - Allows user to manage Equipment Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Equipment Types</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"cdbbf824-c427-4cf3-9308-98843d87eb15","id":"cdbbf824-c427-4cf3-9308-98843d87eb15","name":"Equipment Type","type":"folder"}},"urlObject":{"path":["api","v1","equipmenttypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca5498b9-9854-4343-9312-682962dc5895"}],"id":"cdbbf824-c427-4cf3-9308-98843d87eb15","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"18c21e37-e66e-4750-a9ab-6db0673b058d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"53648e21-8c0f-47ad-b0bf-934359f69f56"}}],"_postman_id":"cdbbf824-c427-4cf3-9308-98843d87eb15","description":""},{"name":"Get List of Equipment","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"dd494ba3-b1d6-4390-8ef8-7cc93f0870a7"}}],"id":"5d83d9e3-b556-410e-b1f2-479ad23e7bf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/equipment.json","description":"<p>This API endpoint will return a list of Equipment.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Equipment - Allows user to view Equipment.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p>StartFragment</p>\n<p><em>Example:</em></p>\n<p>/api/v1/equipment.json?query=SMV&amp;defaultfield=Type</p>\n<p>EndFragment</p>\n<p><strong>Indexes</strong></p>\n<p>The Equipment endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the WebhookEvent (excluding collections) may be used to sort the Equipment list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d4ba8c65-654c-4480-8316-9dceb65b7764","id":"d4ba8c65-654c-4480-8316-9dceb65b7764","name":"Equipment","type":"folder"}},"urlObject":{"path":["api","v1","equipment.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d83d9e3-b556-410e-b1f2-479ad23e7bf8"},{"name":"Get Specific Equipment","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"894b3095-a7a6-4ba4-a12c-c3f1916e05b5"}}],"id":"4a34b517-9eaf-47db-a048-6952dcc89af6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Equipment.json/{{Id}}","description":"<p>This API endpoint will return a specific Equipment.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Equipment - Allows user to view Equipment.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Equipment</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d4ba8c65-654c-4480-8316-9dceb65b7764","id":"d4ba8c65-654c-4480-8316-9dceb65b7764","name":"Equipment","type":"folder"}},"urlObject":{"path":["api","v1","Equipment.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a34b517-9eaf-47db-a048-6952dcc89af6"},{"name":"Add Equipment","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript","id":"9a9e9ff2-0486-4b31-999c-edbe22ead6e9"}},{"listen":"prerequest","script":{"exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript","id":"d030d8a4-28f2-4353-ba49-e69fa59911a0"}}],"id":"83ce31e3-5764-4539-a92f-d5cb082ad71f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PlantNo\": \"testAPI-{{current_timestamp}}\",\r\n    \"Type\": \"TR\",\r\n    \"Description\": \"testAPI\",\r\n    \"DefaultProcess\": \"Production\",\r\n    \"DisplayOrder\": 61000,\r\n    \"Status\": \"\",\r\n    \"Location\": \"\",\r\n    \"Deleted\": false,\r\n    \"Date\": \"{{current_timestamp}}\",\r\n    \"Available\": false,\r\n    \"ManuallyAdded\": false,\r\n    \"AvailabilityChanged\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Equipment.json","description":"<p>This API endpoint will create an Equipment</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Equipment - Allows user to manage Equipment.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Equipment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PlantNo</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultProcess</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>YesterdaysStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StatusNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DowntimeHrs</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NextServiceDay</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NextServiceShift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d4ba8c65-654c-4480-8316-9dceb65b7764","id":"d4ba8c65-654c-4480-8316-9dceb65b7764","name":"Equipment","type":"folder"}},"urlObject":{"path":["api","v1","Equipment.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"83ce31e3-5764-4539-a92f-d5cb082ad71f"},{"name":"Edit Equipment","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"2cdeca4a-b05d-4fcf-bbb1-96080d616e17"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"910e6e4e-761f-4ac6-94e9-f2ae92e26d15"}}],"id":"42ee9f84-2356-4bcf-aa64-ce446aeadbea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\", \r\n        \"path\": \"$.DefaultProcess\", \r\n        \"value\":\"Dev\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Equipment.json/{{Id}}","description":"<p>This API endpoint will update an Equipment</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li>Manage Equipment - Allows user to manage Equipment.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Equipment</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>InternalServerError (500)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d4ba8c65-654c-4480-8316-9dceb65b7764","id":"d4ba8c65-654c-4480-8316-9dceb65b7764","name":"Equipment","type":"folder"}},"urlObject":{"path":["api","v1","Equipment.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"42ee9f84-2356-4bcf-aa64-ce446aeadbea"},{"name":"Update Equipment","event":[{"listen":"test","script":{"id":"7890c971-0882-4bfd-8a44-cb24d5bcd5ff","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"b127af1f-51c1-493c-a105-031e4a58175f","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"20abec3d-12b3-4be9-b919-0ea67d000dad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PlantNo\": \"testAPI updated from PUT request-{{current_timestamp}}\",\r\n    \"Type\": \"LD\",\r\n    \"Description\": \"testAPI\",\r\n    \"DefaultProcess\": \"Development\",\r\n    \"DisplayOrder\": 61000,\r\n    \"Status\": \"\",\r\n    \"Location\": \"\",\r\n    \"Deleted\": false,\r\n    \"Date\": \"{{current_timestamp}}\",\r\n    \"Available\": false,\r\n    \"ManuallyAdded\": false,\r\n    \"AvailabilityChanged\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Equipment.json/{{Id}}","description":"<p>This API endpoint will update an Equipment</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Equipment - Allows user to manage Equipment.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Equipment</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Equipment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PlantNo</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultProcess</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>YesterdaysStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StatusNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DowntimeHrs</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NextServiceDay</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NextServiceShift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d4ba8c65-654c-4480-8316-9dceb65b7764","id":"d4ba8c65-654c-4480-8316-9dceb65b7764","name":"Equipment","type":"folder"}},"urlObject":{"path":["api","v1","Equipment.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"20abec3d-12b3-4be9-b919-0ea67d000dad"},{"name":"Delete Equipment","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"64f5a54c-37d6-4562-b962-d1981673ce02"}}],"id":"b8f4132c-e6f0-4ed3-b577-d91d910879ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/Equipment.json/{{Id}}","description":"<p>This API endpoint will delete an Equipment</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Equipment - Allows user to manage Equipment.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Equipment</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d4ba8c65-654c-4480-8316-9dceb65b7764","id":"d4ba8c65-654c-4480-8316-9dceb65b7764","name":"Equipment","type":"folder"}},"urlObject":{"path":["api","v1","Equipment.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8f4132c-e6f0-4ed3-b577-d91d910879ce"}],"id":"d4ba8c65-654c-4480-8316-9dceb65b7764","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a39d2247-9179-4b96-bfb2-da33f27eda88"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4b0a39c8-ddf7-41da-ba25-5ec0774c18c3"}}],"_postman_id":"d4ba8c65-654c-4480-8316-9dceb65b7764","description":""},{"name":"Forms","item":[{"name":"Checklist Question Categories","item":[{"name":"Get Checklist Question Categories list","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"d6d9b793-f3f5-442d-a3ae-6681ed35793b"}}],"id":"74b9f55e-5cd3-428a-8786-ebbec1630aef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/ChecklistQuestionCategories.json","description":"<p>This API endpoint will return a List of Checklist Question Categories.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Checklist Question Categories - Allows user to view Checklist Question Categories.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/ChecklistQuestionCategories.json?query=Name-1&amp;defaultfield=Name</p>\n<p><strong>Indexes</strong></p>\n<p>The ChecklistQuestionCategories endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the ChecklistQuestionCategories (excluding collections) may be used to sort the ChecklistQuestionCategories list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"71b26c89-7d8d-4065-af72-eb4a5828af94","id":"71b26c89-7d8d-4065-af72-eb4a5828af94","name":"Checklist Question Categories","type":"folder"}},"urlObject":{"path":["api","v1","ChecklistQuestionCategories.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"74b9f55e-5cd3-428a-8786-ebbec1630aef"},{"name":"Get specific Checklist Question Category","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"01a7d415-daa7-4b39-8add-e0d17a91bd2e"}}],"id":"996185ea-cbad-4932-a5e4-43e020665889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/ChecklistQuestionCategories.json/{{Id}}","description":"<p>This API endpoint will return a specific Checklist Question Categorie.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Checklist Question Categories - Allows user to view Checklist Question Categories.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Checklist Question Categorie</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"71b26c89-7d8d-4065-af72-eb4a5828af94","id":"71b26c89-7d8d-4065-af72-eb4a5828af94","name":"Checklist Question Categories","type":"folder"}},"urlObject":{"path":["api","v1","ChecklistQuestionCategories.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"996185ea-cbad-4932-a5e4-43e020665889"},{"name":"Add Checklist Question Category","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript","id":"ec4dd955-ae8e-43f6-9bee-7b13ee953722"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"9ba31c17-1530-4cde-8da4-4642cffabab5"}}],"id":"a44c1821-cc4e-426f-bb57-6a94a1857ae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"Name\": \"API-{{timestampMoment}}\",\r\n        \"IsPermitType\": true,\r\n        \"DisplayOrder\": 10000\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/ChecklistQuestionCategories.json","description":"<p>This API endpoint will create a Checklist Question Categorie</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Checklist Question Categories - Allows user to manage Checklist Question Categories.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"71b26c89-7d8d-4065-af72-eb4a5828af94","id":"71b26c89-7d8d-4065-af72-eb4a5828af94","name":"Checklist Question Categories","type":"folder"}},"urlObject":{"path":["api","v1","ChecklistQuestionCategories.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a44c1821-cc4e-426f-bb57-6a94a1857ae9"},{"name":"Update Checklist Question Category","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"03d91bf3-cc0d-4f60-9b00-0209509d10a7"}}],"id":"ed07ca8a-74e1-4971-9997-51d6b3e04281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"Name\": \"API Test Edited\",\r\n        \"DisplayOrder\": 100000\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/ChecklistQuestionCategories.json/{{Id}}","description":"<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Checklist Question Categories - Allows user to manage Checklist Question Categories.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Checklist Question Categorie</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"71b26c89-7d8d-4065-af72-eb4a5828af94","id":"71b26c89-7d8d-4065-af72-eb4a5828af94","name":"Checklist Question Categories","type":"folder"}},"urlObject":{"path":["api","v1","ChecklistQuestionCategories.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed07ca8a-74e1-4971-9997-51d6b3e04281"},{"name":"Edit Checklist Question Category","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"21b4e241-cc74-47ca-b734-792079b26d0a"}}],"id":"5f4e9024-f193-4096-bc4b-9110b3967e0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.DisplayOrder\",\r\n        \"value\": 100001\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/ChecklistQuestionCategories.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Checklist Question Categories</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Checklist Question Categories - Allows user to manage Checklist Question Categories.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Checklist Question Categorie</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"71b26c89-7d8d-4065-af72-eb4a5828af94","id":"71b26c89-7d8d-4065-af72-eb4a5828af94","name":"Checklist Question Categories","type":"folder"}},"urlObject":{"path":["api","v1","ChecklistQuestionCategories.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f4e9024-f193-4096-bc4b-9110b3967e0e"},{"name":"Delete Checklist Question Category","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"f9ca4aa3-8c4b-46f1-a99d-0206c8091399"}}],"id":"05b7bd52-40d2-4776-8f03-20fd01a3e44f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/ChecklistQuestionCategories.json/{{Id}}","description":"<p>This API endpoint will delete a Checklist Question Categorie.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Checklist Question Categorie - Allows user to manage Checklist Question Categorie.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Checklist Question Categorie</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"71b26c89-7d8d-4065-af72-eb4a5828af94","id":"71b26c89-7d8d-4065-af72-eb4a5828af94","name":"Checklist Question Categories","type":"folder"}},"urlObject":{"path":["api","v1","ChecklistQuestionCategories.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"05b7bd52-40d2-4776-8f03-20fd01a3e44f"}],"id":"71b26c89-7d8d-4065-af72-eb4a5828af94","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"6c8ba734-b9cf-4c72-aba9-cbce99d3120e"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"860d62f2-8a40-4af8-9f56-95f71b6685bb"}}],"_postman_id":"71b26c89-7d8d-4065-af72-eb4a5828af94","description":""},{"name":"Get list of forms","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"446ee8db-d5cc-4d62-8421-220ad37b6a6d"}}],"id":"5c8ffadd-2f72-4d57-97f8-7e52f0b94d96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/forms.json","description":"<p>This API endpoint will return a list of Forms.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Forms - Allows user to view Forms.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/forms.json?query=Tasks&amp;defaultfield=AvailableTo</p>\n<p><strong>Indexes</strong></p>\n<p>The Forms endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Form (excluding collections) may be used to sort the Forms list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"8cc44e5a-89c0-4b96-ab7f-bdd789e300a6","id":"8cc44e5a-89c0-4b96-ab7f-bdd789e300a6","name":"Forms","type":"folder"}},"urlObject":{"path":["api","v1","forms.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c8ffadd-2f72-4d57-97f8-7e52f0b94d96"},{"name":"Get specific form","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9800a39c-7725-4ff1-808d-f767e383ea6e"}}],"id":"825a3ed8-b3cc-42c5-91f3-c9863055a8af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/forms.json/{{Id}}","description":"<p>This API endpoint will return a From</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Forms - Allows user to view Forms.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Form</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"8cc44e5a-89c0-4b96-ab7f-bdd789e300a6","id":"8cc44e5a-89c0-4b96-ab7f-bdd789e300a6","name":"Forms","type":"folder"}},"urlObject":{"path":["api","v1","forms.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"825a3ed8-b3cc-42c5-91f3-c9863055a8af"},{"name":"Add form","event":[{"listen":"prerequest","script":{"exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript","id":"734088e4-c716-4c6f-9fee-8f231308d347"}},{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","postman.setEnvironmentVariable(\"formUniqueId\", jsonData.FormUniqueId);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript","id":"96631bb2-054b-48ee-a8df-b6d5e36e3f94"}}],"id":"506ea309-2b2a-4c93-b22e-9e0b2619edb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Processes\": [\r\n        \"processes-167\"\r\n    ],\r\n    \"Shifts\": [\r\n        \"Day\",\r\n        \"Night\"\r\n    ],\r\n    \"TaskTypes\": [],\r\n    \"EquipmentTypes\": [],\r\n    \"Locations\": [],\r\n    \"LocationTypes\": [],\r\n    \"Name\": \"API Form - {{current_timestamp}}\",\r\n    \"FormUniqueId\": \"\",\r\n    \"EnforceTaskRestrictions\": true,\r\n    \"AvailableTo\": \"Shift Plans\",\r\n    \"ImportedTasks\": \"all\",\r\n    \"PermitType\": \"\",\r\n    \"PermitTypeName\": \"\",\r\n    \"DisplayOrder\": 0,\r\n    \"Active\": true,\r\n    \"FormMode\": \"auto\",\r\n    \"ChecklistQuestions\": [\r\n        {\r\n            \"Question\": \"API Question\",\r\n            \"ShortCode\": \"\",\r\n            \"Warning\": \"\",\r\n            \"Category\": \"ChecklistQuestionCategories-97\",\r\n            \"AnswerType\": \"Numeric\",\r\n            \"DateTimeFormat\": \"\",\r\n            \"EquipmentTypes\": null,\r\n            \"LocationTypes\": null,\r\n            \"OccupationTypes\": null,\r\n            \"MultipleChoiceFreeText\": false,\r\n            \"Target\": null,\r\n            \"GreaterThanTargetIsBest\": false,\r\n            \"NoTarget\": true,\r\n            \"AggregateFunction\": \"TargetAchievedCount\",\r\n            \"ApplicableToQuestion\": \"\",\r\n            \"ApplicableToAnswer\": \"\",\r\n            \"Answer\": \"\",\r\n            \"Note\": \"\",\r\n            \"MinimumValue\": 0,\r\n            \"MaximumValue\": 1000,\r\n            \"Step\": 10,\r\n            \"AvailableToShiftPlans\": false,\r\n            \"AvailableToTasks\": false,\r\n            \"AvailableToShiftUndermanagerReport\": false,\r\n            \"ShowOnShiftlyReport\": false,\r\n            \"ShowOnDailyKPIsReport\": false,\r\n            \"RoleId\": \"\",\r\n            \"HideForCreator\": false,\r\n            \"DisplayIfUserIs\": \"\",\r\n            \"DisplayOrder\": 1000,\r\n            \"CategoryDisplayOrder\": 0,\r\n            \"Details\": \"\",\r\n            \"AvailableTo\": \"\",\r\n            \"ClientAutoId\": \"b8a548fb-36a6-4766-94ae-31d3aacfb2b0\",\r\n            \"PossibleAnswers\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/forms.json","description":"<p>This API endpoint will create a From</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Manage Forms - Allows user to manage Forms.</p>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Processes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Recurrences</td>\n<td></td>\n<td><strong>Collection of Recurrence</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormUniqueId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ImportedTasks</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AvailableTo</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitTypeName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnforceTaskRestrictions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Active</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormMode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Recurrence</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Frequency</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Every</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnSunday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnMonday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnTuesday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnWednesday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnThursday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnFriday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnSaturday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>By</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Skip</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Ends</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EndsAfter</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EndsOn</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnWeeks345</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TriggerReschedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DatePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TimePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ClientAutoId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Warning</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Category</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CategoryDisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AnswerType</td>\n<td></td>\n<td><strong>AnswerType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateTimeFormat</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>GreaterThanTargetIsBest</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateFunction</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NoTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MultipleChoiceFreeText</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Note</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowAddNote</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinimumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaximumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Step</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AvailableToShiftPlans</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AvailableToTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AvailableToShiftUndermanagerReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AvailableToPermit</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RoleId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>HideForCreator</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayIfUserIs</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswers</td>\n<td></td>\n<td><strong>Collection of PossibleAnswer</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AnswerType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MultipleChoice</td>\n<td>0</td>\n<td></td>\n</tr>\n<tr>\n<td>Numeric</td>\n<td>1</td>\n<td></td>\n</tr>\n<tr>\n<td>ShortAnswer</td>\n<td>2</td>\n<td></td>\n</tr>\n<tr>\n<td>DateTime</td>\n<td>3</td>\n<td></td>\n</tr>\n<tr>\n<td>Location</td>\n<td>4</td>\n<td></td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td>5</td>\n<td></td>\n</tr>\n<tr>\n<td>Person</td>\n<td>6</td>\n<td></td>\n</tr>\n<tr>\n<td>Text</td>\n<td>7</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of PossibleAnswer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ClientAutoId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresNotes</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PTWNotSubmittedReason</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Operation</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsRejection</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nConflict (409)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"8cc44e5a-89c0-4b96-ab7f-bdd789e300a6","id":"8cc44e5a-89c0-4b96-ab7f-bdd789e300a6","name":"Forms","type":"folder"}},"urlObject":{"path":["api","v1","forms.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"506ea309-2b2a-4c93-b22e-9e0b2619edb6"},{"name":"Edit form","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"2e7b8bfd-feb0-449d-9b2e-2f08700a75ea"}}],"id":"ea7a1ee9-5266-49d1-b0a0-27d263606c3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"API Form Edited from PATCH request\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/forms.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Form</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Manage Forms - Allows user to manage Forms.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Form</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>InternalServerError (500)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"8cc44e5a-89c0-4b96-ab7f-bdd789e300a6","id":"8cc44e5a-89c0-4b96-ab7f-bdd789e300a6","name":"Forms","type":"folder"}},"urlObject":{"path":["api","v1","forms.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea7a1ee9-5266-49d1-b0a0-27d263606c3d"},{"name":"Update a form","event":[{"listen":"prerequest","script":{"exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());\r","var str  = postman.getEnvironmentVariable(\"formUniqueId\");\r","var strLastChar = str[str.length-1];\r","var posOfLastChar = str.length-1;\r","var changeLastChar = ++strLastChar;\r","str = str.slice(0, posOfLastChar) + changeLastChar;\r","postman.setEnvironmentVariable(\"formUniqueIdEdited\", str);"],"type":"text/javascript","id":"aceb2fda-5633-4c41-a27c-ce72ad97c058"}},{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"52916168-7113-4acd-b9a8-d4f6a6178d9d"}}],"id":"ce7b62a6-d394-4d95-8bf4-0c72a883b270","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Processes\": [\r\n        \"processes-167\"\r\n    ],\r\n    \"Shifts\": [\r\n        \"Day\",\r\n        \"Night\"\r\n    ],\r\n    \"Name\": \"API Form updated bu PUT request - {{current_timestamp}}\",\r\n    \"FormUniqueId\": \"{{formUniqueIdEdited}}\",\r\n    \"ImportedTasks\": \"all\",\r\n    \"AvailableTo\": \"Shift Plans\",\r\n    \"EnforceTaskRestrictions\": true,\r\n    \"Active\": true,\r\n    \"FormMode\": \"auto\",\r\n    \"ChecklistQuestions\": [\r\n        {\r\n            \"ClientAutoId\": \"ce4e76d0-b3b1-428e-bc8f-d6d5699da136\",\r\n            \"Question\": \"API Question\",\r\n            \"Category\": \"ChecklistQuestionCategories-97\",\r\n            \"AnswerType\": \"Numeric\",\r\n            \"DisplayOrder\": 1000,\r\n            \"MinimumValue\": 0.0,\r\n            \"MaximumValue\": 1000.0,\r\n            \"Step\": 10.0,\r\n            \"Id\": \"492ae3ed-01ab-47f3-8059-fb51134aa58a\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/forms.json/{{Id}}","description":"<p>This API endpoint will update a Form</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Forms - Allows user to manage Forms.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Form</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Processes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Recurrences</td>\n<td></td>\n<td><strong>Collection of Recurrence</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormUniqueId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ImportedTasks</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AvailableTo</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitTypeName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnforceTaskRestrictions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Active</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormMode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Recurrence</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Frequency</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Every</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnSunday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnMonday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnTuesday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnWednesday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnThursday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnFriday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnSaturday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>By</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Skip</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Ends</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EndsAfter</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EndsOn</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnWeeks345</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TriggerReschedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DatePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TimePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ClientAutoId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Warning</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Category</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CategoryDisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AnswerType</td>\n<td></td>\n<td><strong>AnswerType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateTimeFormat</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>GreaterThanTargetIsBest</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateFunction</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NoTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MultipleChoiceFreeText</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Note</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowAddNote</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinimumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaximumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Step</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AvailableToShiftPlans</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AvailableToTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AvailableToShiftUndermanagerReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AvailableToPermit</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RoleId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>HideForCreator</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayIfUserIs</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswers</td>\n<td></td>\n<td><strong>Collection of PossibleAnswer</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AnswerType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MultipleChoice</td>\n<td>0</td>\n<td></td>\n</tr>\n<tr>\n<td>Numeric</td>\n<td>1</td>\n<td></td>\n</tr>\n<tr>\n<td>ShortAnswer</td>\n<td>2</td>\n<td></td>\n</tr>\n<tr>\n<td>DateTime</td>\n<td>3</td>\n<td></td>\n</tr>\n<tr>\n<td>Location</td>\n<td>4</td>\n<td></td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td>5</td>\n<td></td>\n</tr>\n<tr>\n<td>Person</td>\n<td>6</td>\n<td></td>\n</tr>\n<tr>\n<td>Text</td>\n<td>7</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of PossibleAnswer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ClientAutoId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresNotes</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PTWNotSubmittedReason</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Operation</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsRejection</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"8cc44e5a-89c0-4b96-ab7f-bdd789e300a6","id":"8cc44e5a-89c0-4b96-ab7f-bdd789e300a6","name":"Forms","type":"folder"}},"urlObject":{"path":["api","v1","forms.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce7b62a6-d394-4d95-8bf4-0c72a883b270"},{"name":"Delete form","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"1f52ffed-0d01-41e4-a2f8-1a54eb1c8d28"}}],"id":"8945d4a1-1c73-4210-85d7-75d29fdc108f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"url":"{{Url}}/api/v1/forms.json/{{Id}}","description":"<p>This API endpoint will delete a Form</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Forms - Allows user to manage Forms.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Form</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"8cc44e5a-89c0-4b96-ab7f-bdd789e300a6","id":"8cc44e5a-89c0-4b96-ab7f-bdd789e300a6","name":"Forms","type":"folder"}},"urlObject":{"path":["api","v1","forms.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8945d4a1-1c73-4210-85d7-75d29fdc108f"}],"id":"8cc44e5a-89c0-4b96-ab7f-bdd789e300a6","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"0a216460-8da4-4a85-a874-a5b8098bdb34"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c5ffbb1c-e3a5-4e53-b51a-5595cb68ba81"}}],"_postman_id":"8cc44e5a-89c0-4b96-ab7f-bdd789e300a6","description":""},{"name":"Integrations","item":[{"name":"Integration Logs","item":[{"name":"GET list of Integration Logs","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"3790960e-3b2e-41f3-9a63-f504756efd2f"}}],"id":"0dc0711c-6d78-4551-980c-d084aca3d060","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/integrationlogs.json","description":"<p>This API endpoint will return a List of IntegrationLogs.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Integration Logs - Allows user to view Integration Logs.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>/api/v1/integrationlogs.json?query=Excel&amp;defaultfield=Source</p>\n<p><strong>Indexes</strong></p>\n<p>The IntegrationLogs endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the IntegrationLog (excluding collections) may be used to sort the IntegrationLogs list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"a7aa489e-f0b3-43eb-80a0-b05dd0e9f4ca","id":"a7aa489e-f0b3-43eb-80a0-b05dd0e9f4ca","name":"Integration Logs","type":"folder"}},"urlObject":{"path":["api","v1","integrationlogs.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0dc0711c-6d78-4551-980c-d084aca3d060"},{"name":"Get Integration Log","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"cfa5f407-6fd0-49ec-bdef-f2be9bf390f7"}}],"id":"740b160c-bbd8-479b-95dd-22e241b18425","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/integrationlogs.json/{{Id}}","description":"<p>This API endpoint will return a specific IntegrationLog.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Integration Logs - Allows user to view Integration Logs.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the IntegrationLog</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"a7aa489e-f0b3-43eb-80a0-b05dd0e9f4ca","id":"a7aa489e-f0b3-43eb-80a0-b05dd0e9f4ca","name":"Integration Logs","type":"folder"}},"urlObject":{"path":["api","v1","integrationlogs.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"740b160c-bbd8-479b-95dd-22e241b18425"},{"name":"Create Integration Logs","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript","id":"2a4d5ca9-d6ca-46c4-8bac-34505a8c3fd4"}},{"listen":"prerequest","script":{"exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript","id":"6b28cf1e-d7b2-4427-bf41-fe39536a4684"}}],"id":"5219922d-07fc-43e0-b4eb-13bd2ddf9231","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"Integration\": \"integrations-321\",\r\n  \"RunId\": \"5e1925c8-eae8-45f9-909a-d77b2f779925\",\r\n  \"Type\": \"Debug\",\r\n  \"Message\": \"Example Integration Log\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/integrationlogs.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"a7aa489e-f0b3-43eb-80a0-b05dd0e9f4ca","id":"a7aa489e-f0b3-43eb-80a0-b05dd0e9f4ca","name":"Integration Logs","type":"folder"}},"urlObject":{"path":["api","v1","integrationlogs.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5219922d-07fc-43e0-b4eb-13bd2ddf9231"}],"id":"a7aa489e-f0b3-43eb-80a0-b05dd0e9f4ca","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"5c42d470-98e0-4a69-a74f-6b183948fc93"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"a4f5b5b4-fda1-42ed-8a2b-060c5553e89f"}}],"_postman_id":"a7aa489e-f0b3-43eb-80a0-b05dd0e9f4ca","description":""},{"name":"Smart Import Connections","item":[{"name":"GET list of Smart Import Connections","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"38a3e9af-1537-4af7-8178-75aa064066c6"}}],"id":"4b07bfd1-2dcb-45c1-a576-2d4085475b57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/SmartImportConnections.json","description":"<p>This API endpoint will return a List of Smart Import Connections</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Smart Import Connections - Allows user to view Smart Import Connections.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/ShiftTimes.json?query=<em>{{value}}</em>&amp;defaultfield=<em>{{parameter}}</em></p>\n<p><strong>Indexes</strong></p>\n<p>The Smart Import Connections endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the SmartImportConnections (excluding collections) may be used to sort the SmartImportConnections list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"cfa34d1b-4ea3-49d9-a981-45b39daacc6e","id":"cfa34d1b-4ea3-49d9-a981-45b39daacc6e","name":"Smart Import Connections","type":"folder"}},"urlObject":{"path":["api","v1","SmartImportConnections.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b07bfd1-2dcb-45c1-a576-2d4085475b57"},{"name":"GET Specific Smart Import Connections","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"b75e981b-ca5c-42e0-98f3-d29f400926f8"}}],"id":"a686ffab-2a05-4ab5-9685-aaba35166b5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/SmartImportConnections.json/{{Id}}","description":"<p>This API endpoint will return a specific SmartImportConnection.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Smart Import Connections - Allows user to view Smart Import Connections.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the SmartImportConnection</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"cfa34d1b-4ea3-49d9-a981-45b39daacc6e","id":"cfa34d1b-4ea3-49d9-a981-45b39daacc6e","name":"Smart Import Connections","type":"folder"}},"urlObject":{"path":["api","v1","SmartImportConnections.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a686ffab-2a05-4ab5-9685-aaba35166b5f"}],"id":"cfa34d1b-4ea3-49d9-a981-45b39daacc6e","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f70d6891-1728-4254-93b3-f01a977513ea"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"66f4d393-d851-4eed-9aa0-bb4b06e7440e"}}],"_postman_id":"cfa34d1b-4ea3-49d9-a981-45b39daacc6e","description":""},{"name":"Smart Import Destinations","item":[{"name":"GET list of Smart Import Destinations","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData[jsonData.length-1].Id);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"daa524db-a4e2-45e6-95ac-635602b6f547"}}],"id":"89b1283a-ad19-4afc-88a4-5b47f580038e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/SmartImportDestinations.json","description":"<p>This API endpoint will return a List of Smart Import Destinations</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Smart Import Destinations - Allows user to view Smart Import Destinations.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/ShortIntervalControls.json?query=UserLeave<br />&amp;defaultfield=Destination</p>\n<p><strong>Indexes</strong></p>\n<p>The SmartImportDestinations endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Smart Import Destinations (excluding collections) may be used to sort the Smart Import Destinations list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"db1935e6-b31e-4e92-898e-c4d280518b72","id":"db1935e6-b31e-4e92-898e-c4d280518b72","name":"Smart Import Destinations","type":"folder"}},"urlObject":{"path":["api","v1","SmartImportDestinations.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"89b1283a-ad19-4afc-88a4-5b47f580038e"},{"name":"GET Specific Short Interval Control","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"74683f9c-4836-47e0-b438-71500abbc355"}}],"id":"80366add-2f00-4cfc-a5db-550fb019505e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/SmartImportDestinations.json/{{Id}}","description":"<p>This API endpoint will return a specific Smart Import Destination.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Smart Import Destinations - Allows user to view Smart Import Destinations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Smart Import Destination</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"db1935e6-b31e-4e92-898e-c4d280518b72","id":"db1935e6-b31e-4e92-898e-c4d280518b72","name":"Smart Import Destinations","type":"folder"}},"urlObject":{"path":["api","v1","SmartImportDestinations.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"80366add-2f00-4cfc-a5db-550fb019505e"}],"id":"db1935e6-b31e-4e92-898e-c4d280518b72","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"fec34815-3af9-4cb2-9bd9-4061798379b0"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b00f6c94-202b-43ee-904f-0996e6b89d42"}}],"_postman_id":"db1935e6-b31e-4e92-898e-c4d280518b72","description":""},{"name":"Get list of Integrations","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"886f6bd2-bd42-4368-a6a5-3c3b4b1b6178"}}],"id":"81a28f78-f8eb-4443-8ee7-1f5f13c39991","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/integrations.json","description":"<p>This API endpoint will return a List of Integrations.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Integrations - Allows user to see the Integrations between Fewzion and other systems/resources</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found here.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/integrations.json?query=Mainstay&amp;defaultfield=Type</p>\n<p><strong>Indexes</strong></p>\n<p>The Integrations endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Integration (excluding collections) may be used to sort the Integrations list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1054d102-27b6-40b4-94cd-adf3a1140f63","id":"1054d102-27b6-40b4-94cd-adf3a1140f63","name":"Integrations","type":"folder"}},"urlObject":{"path":["api","v1","integrations.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"81a28f78-f8eb-4443-8ee7-1f5f13c39991"},{"name":"Get specific Integration","event":[{"listen":"test","script":{"id":"eb0aa581-d49e-4482-8ba5-244100a04037","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"0012def9-230a-4e44-aa6c-99c31cff9eab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Integrations.json/{{integrationId}}","description":"<p>This API endpoint will return a specific Integration.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Integrations - Allows user to see the Integrations between Fewzion and other systems/resources</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1054d102-27b6-40b4-94cd-adf3a1140f63","id":"1054d102-27b6-40b4-94cd-adf3a1140f63","name":"Integrations","type":"folder"}},"urlObject":{"path":["api","v1","Integrations.json","{{integrationId}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0012def9-230a-4e44-aa6c-99c31cff9eab"},{"name":"Add Integration","event":[{"listen":"test","script":{"id":"2d215b4c-51d7-4672-9f93-133116a127b8","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"integrationId\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","postman.setEnvironmentVariable(\"smartImportScript\", jsonData.Script);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"832a64e4-367e-4e6e-b91e-b6ec9cd26c86","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"ea33e81e-62b5-4fb1-b0f9-97663fce64cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"SmartImportType\": \"Equipment\",\r\n        \"Script\": \"Equipment!A1:H2\",\r\n        \"ExcelRange\": \"{{excelRange}}\",\r\n        \"ExcelRowsMethod\": \"SkipEmptyRows\",\r\n        \"Destination\": \"Equipment\",\r\n        \"AllowAdHocImport\": true,\r\n        \"Mappings\": [\r\n            {\r\n                \"SourceProperty\": \"Plant Number\",\r\n                \"TargetProperty\": \"PlantNo\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"SourceProperty\": \"Description\",\r\n                \"TargetProperty\": \"Description\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"SourceProperty\": \"Type\",\r\n                \"TargetProperty\": \"Type\",\r\n                \"Lookup\": \"EquipmentTypes\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"SourceProperty\": \"Default Process\",\r\n                \"TargetProperty\": \"DefaultProcess\",\r\n                \"Lookup\": \"ActiveProcesses\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"SourceProperty\": \"DisplayOrder\",\r\n                \"TargetProperty\": \"DisplayOrder\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true\r\n            },\r\n            {\r\n                \"SourceProperty\": \"Status\",\r\n                \"TargetProperty\": \"Status\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true\r\n            },\r\n            {\r\n                \"SourceProperty\": \"Location\",\r\n                \"TargetProperty\": \"Location\",\r\n                \"Lookup\": \"Locations\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true\r\n            },\r\n            {\r\n                \"SourceProperty\": \"Deleted\",\r\n                \"TargetProperty\": \"Deleted\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true\r\n            }\r\n        ],\r\n        \"Lookups\": [\r\n            {\r\n                \"Id\": \"ActiveProcesses\",\r\n                \"Lookup\": {\r\n                    \"Dev\": \"{{processId}}\"\r\n                }\r\n            },\r\n            {\r\n                \"Id\": \"Locations\",\r\n                \"Lookup\": {\r\n                    \"loc1\": \"{{locationId}}\"\r\n                }\r\n            },\r\n            {\r\n                \"Id\": \"EquipmentTypes\",\r\n                \"Lookup\": {\r\n                    \"TR\": \"{{equipmentTypeId}}\"\r\n                }\r\n            }\r\n        ],\r\n        \"Type\": \"SmartImport\",\r\n        \"LogLevel\": \"Debug\",\r\n        \"Name\": \"Integration from API-{{current_timestamp}}\",\r\n        \"SourceSystem\": \"Excell\",\r\n        \"Source\": \"Excel\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Integrations.json","description":"<p>This API endpoint will create a Integration</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>Manage Integrations - Allows user to edit and remove Integrations between Fewzion and other systems/resources.</p>\n</li>\n<li><p>Create Smart Import Integrations - Allows user to add Integrations between Fewzion and other systems/resources.</p>\n</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LogLevel</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>A descriptive name for the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td>A code representing the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceSystem</td>\n<td>The system we are integrating with.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Destination</td>\n<td>The destination Fewzion object.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Icon</td>\n<td>An icon representing the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Disabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>The Integration's type.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1054d102-27b6-40b4-94cd-adf3a1140f63","id":"1054d102-27b6-40b4-94cd-adf3a1140f63","name":"Integrations","type":"folder"}},"urlObject":{"path":["api","v1","Integrations.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea33e81e-62b5-4fb1-b0f9-97663fce64cd"},{"name":"Run Smart Import","event":[{"listen":"test","script":{"id":"26034e1a-83dd-43c0-8ef8-d51033f0b651","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"123d33b2-179d-4a34-bcc2-b833f233f107","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"SmartImportType\": \"Equipment\",\r\n        \"Script\": \"SmartImportScripts-55-A\",\r\n        \"ExcelPath\": \"\",\r\n        \"ExcelRange\": \"Equipment!A1:H2\",\r\n        \"ExcelRowsMethod\": \"SkipEmptyRows\",\r\n        \"AllowAdHocImport\": true,\r\n        \"Mappings\": [\r\n            {\r\n                \"Id\": \"1073a1da-7abe-4868-96b5-f8d43e0a5873\",\r\n                \"SourceProperty\": \"Plant Number\",\r\n                \"TargetProperty\": \"PlantNo\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"4ce1063f-5945-4fb7-ba35-dd6f89dc4142\",\r\n                \"SourceProperty\": \"Description\",\r\n                \"TargetProperty\": \"Description\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"866c2a02-8204-425f-8349-f446a2bd9e05\",\r\n                \"SourceProperty\": \"Type\",\r\n                \"TargetProperty\": \"Type\",\r\n                \"Lookup\": \"EquipmentTypes\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"f66d467f-cb1b-4ffa-8992-27f0c8625820\",\r\n                \"SourceProperty\": \"Default Process\",\r\n                \"TargetProperty\": \"DefaultProcess\",\r\n                \"Lookup\": \"ActiveProcesses\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"1a9b98c8-8943-4773-97e8-ff639864c48d\",\r\n                \"SourceProperty\": \"DisplayOrder\",\r\n                \"TargetProperty\": \"DisplayOrder\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true\r\n            },\r\n            {\r\n                \"Id\": \"6fc7ce58-8723-4358-b3e2-1c5176517992\",\r\n                \"SourceProperty\": \"Status\",\r\n                \"TargetProperty\": \"Status\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true\r\n            },\r\n            {\r\n                \"Id\": \"baacb778-fda0-4d99-a03f-12ac50209742\",\r\n                \"SourceProperty\": \"Location\",\r\n                \"TargetProperty\": \"Location\",\r\n                \"Lookup\": \"Locations\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true\r\n            },\r\n            {\r\n                \"Id\": \"e41d40ce-01e3-4a6d-b784-413984eb8a50\",\r\n                \"SourceProperty\": \"Deleted\",\r\n                \"TargetProperty\": \"Deleted\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true\r\n            }\r\n        ],\r\n        \"Lookups\": [\r\n            {\r\n                \"Id\": \"ActiveProcesses\",\r\n                \"Lookup\": {\r\n                    \"Dev\": \"processes-353-A\"\r\n                }\r\n            },\r\n            {\r\n                \"Id\": \"Locations\",\r\n                \"Lookup\": {\r\n                    \"loc1\": \"locations-1945-A\"\r\n                }\r\n            },\r\n            {\r\n                \"Id\": \"EquipmentTypes\",\r\n                \"Lookup\": {\r\n                    \"TR\": \"EquipmentTypes-914-A\"\r\n                }\r\n            }\r\n        ],\r\n        \"LogLevel\": \"Debug\",\r\n        \"Name\": \"Equipment from Excell AA0804\",\r\n        \"SourceSystem\": \"Excell AA0804\",\r\n        \"Source\": \"Excel\",\r\n        \"Destination\": \"Equipment\",\r\n        \"Type\": \"SmartImport\",\r\n        \"Id\": \"{{integrationId}}\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/integrations.json/RunSmartImport","description":"<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>Manage Integrations - Allows user to edit and remove Integrations between Fewzion and other systems/resources.</p>\n</li>\n<li><p>Create Smart Import Integrations - Allows user to add Integrations between Fewzion and other systems/resources.</p>\n</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SmartImportType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Script</td>\n<td>The script generated using the supplied settings.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CustomScript</td>\n<td>A custom script.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UseCustomScript</td>\n<td>A flag indicating whether to use the custom script or not.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExcelPath</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExcelRange</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExcelRowsMethod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ConnectionId</td>\n<td>A reference to a .</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AllowAdHocImport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplyUpdateShiftAndDateRule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplyFutureTaskDeletions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Mappings</td>\n<td>A collection that tells fewzion how to map imported object properties to fewzion object properties.</td>\n<td><strong>Collection of SmartImportMapping</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Lookups</td>\n<td>A collection that tells fewzion how to interpret the values in the imported data.</td>\n<td><strong>Collection of SmartImportLookup</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>CronSchedules</td>\n<td>A cron expression that identifies a schedule to run the integration on.</td>\n<td><strong>Collection of SmartImportCronSchedule</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Window</td>\n<td></td>\n<td><strong>SmartImportWindow</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>LogLevel</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>A descriptive name for the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td>A code representing the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceSystem</td>\n<td>The system we are integrating with.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Destination</td>\n<td>The destination Fewzion object.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Icon</td>\n<td>An icon representing the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Disabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>The Integration's type.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of SmartImportMapping</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceProperty</td>\n<td>The property to get data from.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ColumnName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DestinationField</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NullCount</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NotNullCount</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DataType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Delimiter</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ImportTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DistinctValues</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CollectionDistinctValues</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetProperty</td>\n<td>The property to set the data to.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Lookup</td>\n<td>Name of the Lookup to use if this property requires conversion.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Sync</td>\n<td>A flag indicating whether to copy data.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UpdateOnImport</td>\n<td>A flag indicating whether to copy data.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsConstant</td>\n<td>A flag indicating whether this source property is a constant value.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ReadOnly</td>\n<td>A flag indicating readonly.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsRequiredField</td>\n<td>A flag indicating if field is required..</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsCollectionField</td>\n<td>A flag indicating if field is a collection..</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsMultCollectionField</td>\n<td>A flag indicating if field is a multiple collection.. like RequiredPeople and RequiredEquipment</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsNullAllowed</td>\n<td>A flag indicating if field allows empty value..</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AllowManuallyAdded</td>\n<td>A flag indicating if field allows lokkups and manually added. i.e. Tags</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Disabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>The Integration's type.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of SmartImportLookup</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The IntegrationLookup's unique identifier.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UseFuzzy</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Lookup</td>\n<td>A lookup table to convert data from one systems value to a Fewzion equivalent</td>\n<td>Dictionary of string [key] and string [value]</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of SmartImportCronSchedule</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CronExpression</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Enabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>SmartImportWindow</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>From</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>To</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1054d102-27b6-40b4-94cd-adf3a1140f63","id":"1054d102-27b6-40b4-94cd-adf3a1140f63","name":"Integrations","type":"folder"}},"urlObject":{"path":["api","v1","integrations.json","RunSmartImport"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"123d33b2-179d-4a34-bcc2-b833f233f107"},{"name":"Run Smart Import From File","event":[{"listen":"test","script":{"id":"cd6c1fd4-5359-4026-a955-0b27738013f6","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"b440ed9b-bcb4-4a56-a543-745af8cf2d55","exec":[""],"type":"text/javascript"}}],"id":"d883d037-199a-435e-8587-417e4ad994f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"ExcelRange","value":"Equipment!A1:H2","type":"text"},{"key":"SmartImportId","value":"{{integrationId}}","type":"text"},{"key":"File","type":"file","src":"EquipmentImport (1).xlsx"}]},"url":"{{Url}}/api/v1/integrations.json/RunSmartImportFromFile","description":"<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Run Smart Import Integrations - Allows user to run Integrations between Fewzion and other systems/resources.</li>\n</ul>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1054d102-27b6-40b4-94cd-adf3a1140f63","id":"1054d102-27b6-40b4-94cd-adf3a1140f63","name":"Integrations","type":"folder"}},"urlObject":{"path":["api","v1","integrations.json","RunSmartImportFromFile"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d883d037-199a-435e-8587-417e4ad994f0"},{"name":"Save Wizard Integration","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"1f0b775b-def5-4988-aff8-6bcfdd66c40e"}}],"id":"e5135b48-d0da-404f-b47f-8b2cdd11beed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Success\": true,\r\n    \"SmartImport\": {\r\n        \"SmartImportType\": \"Equipment\",\r\n        \"Script\": \"SmartImportScripts-39-A\",\r\n        \"ExcelRange\": \"Sheet1!A1:G4\",\r\n        \"ExcelRowsMethod\": \"SkipEmptyRows\",\r\n        \"AllowAdHocImport\": true,\r\n        \"Mappings\": [\r\n            {\r\n                \"Id\": \"4cea300d-d78c-47e6-94d7-ce6b341d2889\",\r\n                \"SourceProperty\": \"SourceID\",\r\n                \"TargetProperty\": \"Type\",\r\n                \"Lookup\": \"EquipmentTypes\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"ceb47e67-f853-4533-8fa1-cd7faf261734\",\r\n                \"SourceProperty\": \"Description\",\r\n                \"TargetProperty\": \"Description\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"30a878fa-57b4-4596-9cfa-498470b9409b\",\r\n                \"SourceProperty\": \"Fewzion Plant No.\",\r\n                \"Delimiter\": \",\",\r\n                \"TargetProperty\": \"PlantNo\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"219436e6-6218-4e37-bae7-c6b6c320f024\",\r\n                \"SourceProperty\": \"Fewzion Process\",\r\n                \"TargetProperty\": \"DefaultProcess\",\r\n                \"Lookup\": \"ActiveProcesses\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"bd3b957f-8ced-47be-9220-564bd8a16404\",\r\n                \"TargetProperty\": \"DisplayOrder\"\r\n            },\r\n            {\r\n                \"Id\": \"4d189e67-b3e5-4cb9-a095-2b06bb7614db\",\r\n                \"TargetProperty\": \"Status\"\r\n            },\r\n            {\r\n                \"Id\": \"7ab4558f-1066-44bd-adf6-a288b5f12097\",\r\n                \"TargetProperty\": \"Location\"\r\n            },\r\n            {\r\n                \"Id\": \"cecdcf8b-47e3-40e9-a78a-198781a7a8d2\",\r\n                \"TargetProperty\": \"Deleted\"\r\n            }\r\n        ],\r\n        \"Lookups\": [\r\n            {\r\n                \"Id\": \"ActiveProcesses\",\r\n                \"Lookup\": {\r\n                    \"Prod\": \"processes-354-A\"\r\n                }\r\n            },\r\n            {\r\n                \"Id\": \"Locations\"\r\n            },\r\n            {\r\n                \"Id\": \"EquipmentTypes\",\r\n                \"Lookup\": {\r\n                    \"6000\": \"EquipmentTypes-1\",\r\n                    \"7000\": \"EquipmentTypes-2\",\r\n                    \"8000\": \"EquipmentTypes-3\"\r\n                }\r\n            }\r\n        ],\r\n        \"LogLevel\": \"Debug\",\r\n        \"Name\": \"Equipment from Excel-AA\",\r\n        \"SourceSystem\": \"Excel-AA\",\r\n        \"Source\": \"Excel\",\r\n        \"Destination\": \"Equipment\",\r\n        \"Type\": \"SmartImport\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/integrations.json/SaveWizardIntegration","description":"<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>Manage Integrations - Allows user to edit and remove Integrations between Fewzion and other systems/resources.</p>\n</li>\n<li><p>Create Smart Import Integrations - Allows user to add Integrations between Fewzion and other systems/resources.</p>\n</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SmartImportType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Script</td>\n<td>The script generated using the supplied settings.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CustomScript</td>\n<td>A custom script.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UseCustomScript</td>\n<td>A flag indicating whether to use the custom script or not.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExcelPath</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExcelRange</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExcelRowsMethod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ConnectionId</td>\n<td>A reference to a .</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AllowAdHocImport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplyUpdateShiftAndDateRule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplyFutureTaskDeletions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Mappings</td>\n<td>A collection that tells fewzion how to map imported object properties to fewzion object properties.</td>\n<td><strong>Collection of SmartImportMapping</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Lookups</td>\n<td>A collection that tells fewzion how to interpret the values in the imported data.</td>\n<td><strong>Collection of SmartImportLookup</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>CronSchedules</td>\n<td>A cron expression that identifies a schedule to run the integration on.</td>\n<td><strong>Collection of SmartImportCronSchedule</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Window</td>\n<td></td>\n<td><strong>SmartImportWindow</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>LogLevel</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>A descriptive name for the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td>A code representing the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceSystem</td>\n<td>The system we are integrating with.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Destination</td>\n<td>The destination Fewzion object.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Icon</td>\n<td>An icon representing the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Disabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>The Integration's type.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of SmartImportMapping</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceProperty</td>\n<td>The property to get data from.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ColumnName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DestinationField</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NullCount</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NotNullCount</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DataType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Delimiter</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ImportTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DistinctValues</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CollectionDistinctValues</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetProperty</td>\n<td>The property to set the data to.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Lookup</td>\n<td>Name of the Lookup to use if this property requires conversion.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Sync</td>\n<td>A flag indicating whether to copy data.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UpdateOnImport</td>\n<td>A flag indicating whether to copy data.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsConstant</td>\n<td>A flag indicating whether this source property is a constant value.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ReadOnly</td>\n<td>A flag indicating readonly.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsRequiredField</td>\n<td>A flag indicating if field is required..</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsCollectionField</td>\n<td>A flag indicating if field is a collection..</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsMultCollectionField</td>\n<td>A flag indicating if field is a multiple collection.. like RequiredPeople and RequiredEquipment</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsNullAllowed</td>\n<td>A flag indicating if field allows empty value..</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AllowManuallyAdded</td>\n<td>A flag indicating if field allows lokkups and manually added. i.e. Tags</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Disabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>The Integration's type.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of SmartImportLookup</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The IntegrationLookup's unique identifier.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UseFuzzy</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Lookup</td>\n<td>A lookup table to convert data from one systems value to a Fewzion equivalent</td>\n<td>Dictionary of string [key] and string [value]</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of SmartImportCronSchedule</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CronExpression</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Enabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>SmartImportWindow</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>From</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>To</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1054d102-27b6-40b4-94cd-adf3a1140f63","id":"1054d102-27b6-40b4-94cd-adf3a1140f63","name":"Integrations","type":"folder"}},"urlObject":{"path":["api","v1","integrations.json","SaveWizardIntegration"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5135b48-d0da-404f-b47f-8b2cdd11beed"},{"name":"Edit Integration","event":[{"listen":"test","script":{"id":"fa20ae87-9a43-42e8-9f76-16f3b93b02ae","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"ef0391b9-8689-409b-a055-19a2d27167c0","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"92081818-4ef3-484a-81a1-6d0fb9a0783e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"API edited name\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Integrations.json/{{integrationId}}","description":"<p>This API endpoint will apply a patch operation to a Integration</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Integrations - Allows user to edit and remove Integrations between Fewzion and other systems/resources.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>InternalServerError (500)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1054d102-27b6-40b4-94cd-adf3a1140f63","id":"1054d102-27b6-40b4-94cd-adf3a1140f63","name":"Integrations","type":"folder"}},"urlObject":{"path":["api","v1","Integrations.json","{{integrationId}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"92081818-4ef3-484a-81a1-6d0fb9a0783e"},{"name":"Get SyncMainstay Integration for specific process","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"f2509e8a-d48b-4566-bc96-533dd52b64ed"}}],"id":"0e47f141-3744-466f-ba45-bd9849e50aff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/integrations.json/SyncMainstay?processId=processes-167","description":"<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Sync Mainstay Integration - Allows user to sync mainstay integrations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>processId</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1054d102-27b6-40b4-94cd-adf3a1140f63","id":"1054d102-27b6-40b4-94cd-adf3a1140f63","name":"Integrations","type":"folder"}},"urlObject":{"path":["api","v1","integrations.json","SyncMainstay"],"host":["{{Url}}"],"query":[{"key":"processId","value":"processes-167"}],"variable":[]}},"response":[],"_postman_id":"0e47f141-3744-466f-ba45-bd9849e50aff"},{"name":"Get Icon of specific Integration","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"15b8db71-6494-4ca4-b09b-ccc91f28ee2f"}}],"id":"12d007be-30e3-45fc-95f4-b783f30f1da6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/integrations.json/Icon?integrationId=integrations-321","description":"<p>This API endpoint will download an Integration icon</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Integrations - Allows user to see the Integrations between Fewzion and other systems/resources</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>integrationId</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1054d102-27b6-40b4-94cd-adf3a1140f63","id":"1054d102-27b6-40b4-94cd-adf3a1140f63","name":"Integrations","type":"folder"}},"urlObject":{"path":["api","v1","integrations.json","Icon"],"host":["{{Url}}"],"query":[{"key":"integrationId","value":"integrations-321"}],"variable":[]}},"response":[],"_postman_id":"12d007be-30e3-45fc-95f4-b783f30f1da6"},{"name":"Get Wizard Mappings","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"4dbe6251-3b2b-42bd-a389-af1625970141"}}],"id":"83b53770-8c14-40fd-9749-456fdfb465e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Integrations/GetWizardMappings?excelRange=Sheet1!A1:G4&excelId=temp-f4fa49db-9273-448d-8593-03c23776b4b0&excelName=Excel_Equipment (1).xlsx&excelRowMwthod=SkipEmptyRows&fieldstr=PlantNo,Type,Description,DefaultProcess,DisplayOrder,Status,Location,Deleted","description":"<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>Manage Integrations - Allows user to edit and remove Integrations between Fewzion and other systems/resources.</p>\n</li>\n<li><p>Create Smart Import Integrations - Allows user to add Integrations between Fewzion and other systems/resources.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>excelRange</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>excelId</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>excelName</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>excelRowMwthod</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>fieldstr</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1054d102-27b6-40b4-94cd-adf3a1140f63","id":"1054d102-27b6-40b4-94cd-adf3a1140f63","name":"Integrations","type":"folder"}},"urlObject":{"path":["api","v1","Integrations","GetWizardMappings"],"host":["{{Url}}"],"query":[{"key":"excelRange","value":"Sheet1!A1:G4"},{"key":"excelId","value":"temp-f4fa49db-9273-448d-8593-03c23776b4b0"},{"key":"excelName","value":"Excel_Equipment (1).xlsx"},{"key":"excelRowMwthod","value":"SkipEmptyRows"},{"key":"fieldstr","value":"PlantNo,Type,Description,DefaultProcess,DisplayOrder,Status,Location,Deleted"}],"variable":[]}},"response":[],"_postman_id":"83b53770-8c14-40fd-9749-456fdfb465e5"},{"name":"Get Wizard Results","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"1a75eaea-be22-4294-9a2c-9e256443a072"}}],"id":"6ab15e43-1844-4e53-ba3a-c0173e41cbdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Success\": true,\r\n    \"SmartImport\": {\r\n        \"SmartImportType\": \"Equipment\",\r\n        \"Script\": \"SmartImportScripts-39-A\",\r\n        \"ExcelRange\": \"Sheet1!A1:G4\",\r\n        \"ExcelRowsMethod\": \"SkipEmptyRows\",\r\n        \"AllowAdHocImport\": true,\r\n        \"Mappings\": [\r\n            {\r\n                \"Id\": \"ea6690c1-5144-4a27-8f17-136d0138386e\",\r\n                \"SourceProperty\": \"SourceID\",\r\n                \"TargetProperty\": \"Type\",\r\n                \"Lookup\": \"EquipmentTypes\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"3ec7884b-0f60-4563-8742-0c7931d5f631\",\r\n                \"SourceProperty\": \"Description\",\r\n                \"TargetProperty\": \"Description\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"eeffca0d-95fd-4ae0-9f63-1f567dda769c\",\r\n                \"SourceProperty\": \"Fewzion Plant No.\",\r\n                \"Delimiter\": \",\",\r\n                \"TargetProperty\": \"PlantNo\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"03a2731f-38b6-4704-b5a4-68a1aeecd76a\",\r\n                \"SourceProperty\": \"Fewzion Process\",\r\n                \"TargetProperty\": \"DefaultProcess\",\r\n                \"Lookup\": \"ActiveProcesses\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"09daec50-9188-4288-82df-551b19687e57\",\r\n                \"TargetProperty\": \"DisplayOrder\"\r\n            },\r\n            {\r\n                \"Id\": \"69d08d7b-818c-4f4b-878b-08d88489e691\",\r\n                \"TargetProperty\": \"Status\"\r\n            },\r\n            {\r\n                \"Id\": \"864efa3c-aa57-48f3-b723-5e9d8325aecd\",\r\n                \"TargetProperty\": \"Location\"\r\n            },\r\n            {\r\n                \"Id\": \"4fe1889f-7d66-42d0-98f1-20ce6916e06e\",\r\n                \"TargetProperty\": \"Deleted\"\r\n            }\r\n        ],\r\n        \"Lookups\": [\r\n            {\r\n                \"Id\": \"ActiveProcesses\",\r\n                \"Lookup\": {\r\n                    \"Prod\": \"processes-354-A\"\r\n                }\r\n            },\r\n            {\r\n                \"Id\": \"Locations\"\r\n            },\r\n            {\r\n                \"Id\": \"EquipmentTypes\",\r\n                \"Lookup\": {\r\n                    \"6000\": \"EquipmentTypes-1\",\r\n                    \"7000\": \"EquipmentTypes-2\",\r\n                    \"8000\": \"EquipmentTypes-3\"\r\n                }\r\n            }\r\n        ],\r\n        \"LogLevel\": \"Debug\",\r\n        \"Name\": \"Equipment from Excel-AA\",\r\n        \"SourceSystem\": \"Excel-AA\",\r\n        \"Source\": \"Excel\",\r\n        \"Destination\": \"Equipment\",\r\n        \"Type\": \"SmartImport\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/integrations.json/GetWizardResults?actionDB={actionDB}&integrationId={integrationId}&excelid={excelid}&excelname={excelname}","description":"<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>Manage Integrations - Allows user to edit and remove Integrations between Fewzion and other systems/resources.</p>\n</li>\n<li><p>Create Smart Import Integrations - Allows user to add Integrations between Fewzion and other systems/resources.</p>\n</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SmartImportType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Script</td>\n<td>The script generated using the supplied settings.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CustomScript</td>\n<td>A custom script.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UseCustomScript</td>\n<td>A flag indicating whether to use the custom script or not.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExcelPath</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExcelRange</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExcelRowsMethod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ConnectionId</td>\n<td>A reference to a .</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AllowAdHocImport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplyUpdateShiftAndDateRule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplyFutureTaskDeletions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Mappings</td>\n<td>A collection that tells fewzion how to map imported object properties to fewzion object properties.</td>\n<td><strong>Collection of SmartImportMapping</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Lookups</td>\n<td>A collection that tells fewzion how to interpret the values in the imported data.</td>\n<td><strong>Collection of SmartImportLookup</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>CronSchedules</td>\n<td>A cron expression that identifies a schedule to run the integration on.</td>\n<td><strong>Collection of SmartImportCronSchedule</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Window</td>\n<td></td>\n<td><strong>SmartImportWindow</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>LogLevel</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>A descriptive name for the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td>A code representing the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceSystem</td>\n<td>The system we are integrating with.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Destination</td>\n<td>The destination Fewzion object.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Icon</td>\n<td>An icon representing the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Disabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>The Integration's type.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of SmartImportMapping</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceProperty</td>\n<td>The property to get data from.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ColumnName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DestinationField</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NullCount</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NotNullCount</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DataType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Delimiter</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ImportTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DistinctValues</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CollectionDistinctValues</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetProperty</td>\n<td>The property to set the data to.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Lookup</td>\n<td>Name of the Lookup to use if this property requires conversion.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Sync</td>\n<td>A flag indicating whether to copy data.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UpdateOnImport</td>\n<td>A flag indicating whether to copy data.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsConstant</td>\n<td>A flag indicating whether this source property is a constant value.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ReadOnly</td>\n<td>A flag indicating readonly.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsRequiredField</td>\n<td>A flag indicating if field is required..</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsCollectionField</td>\n<td>A flag indicating if field is a collection..</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsMultCollectionField</td>\n<td>A flag indicating if field is a multiple collection.. like RequiredPeople and RequiredEquipment</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsNullAllowed</td>\n<td>A flag indicating if field allows empty value..</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AllowManuallyAdded</td>\n<td>A flag indicating if field allows lokkups and manually added. i.e. Tags</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Disabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>The Integration's type.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of SmartImportLookup</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The IntegrationLookup's unique identifier.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UseFuzzy</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Lookup</td>\n<td>A lookup table to convert data from one systems value to a Fewzion equivalent</td>\n<td>Dictionary of string [key] and string [value]</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of SmartImportCronSchedule</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CronExpression</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Enabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>SmartImportWindow</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>From</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>To</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1054d102-27b6-40b4-94cd-adf3a1140f63","id":"1054d102-27b6-40b4-94cd-adf3a1140f63","name":"Integrations","type":"folder"}},"urlObject":{"path":["api","v1","integrations.json","GetWizardResults"],"host":["{{Url}}"],"query":[{"key":"actionDB","value":"{actionDB}"},{"key":"integrationId","value":"{integrationId}"},{"key":"excelid","value":"{excelid}"},{"key":"excelname","value":"{excelname}"}],"variable":[]}},"response":[],"_postman_id":"6ab15e43-1844-4e53-ba3a-c0173e41cbdb"}],"id":"1054d102-27b6-40b4-94cd-adf3a1140f63","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"6619b63b-32d1-4d27-8122-a4d197556062"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0791b4c7-f6bd-427c-9e74-b43d22183153"}}],"_postman_id":"1054d102-27b6-40b4-94cd-adf3a1140f63","description":""},{"name":"Issues & Actions","item":[{"name":"Get list of Issues","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c84fe4b6-66cd-42b9-a73a-c7cb09084bb6"}}],"id":"45e9b427-7330-4a2d-ba1c-32de2c5947b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/issues.json","description":"<p>This API endpoint will return a List of Issues.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Issues - Allows user to view Issues.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>StartFragmentStartFragment</p>\n<p>/api/v1/issues.json?query=Scoped&amp;defaultfield=Status</p>\n<p>EndFragmeFrag</p>\n<p><strong>Indexes</strong></p>\n<p>The Issues endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Issue (excluding collections) may be used to sort the Issues list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"92889527-486a-44ea-ad7f-1a02a0f35b2d","id":"92889527-486a-44ea-ad7f-1a02a0f35b2d","name":"Issues & Actions","type":"folder"}},"urlObject":{"path":["api","v1","issues.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"45e9b427-7330-4a2d-ba1c-32de2c5947b9"},{"name":"Get specific issue","event":[{"listen":"test","script":{"id":"bc7cd627-91d0-4fe8-b0d7-08418958c9a5","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"ccc8e102-1dc9-4161-ac97-6569a699d51c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/issues.json/{{Id}}","description":"<p>This API endpoint will return an Issue.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy: <em>View Issues</em> - allows user to view Issues.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Issue</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"92889527-486a-44ea-ad7f-1a02a0f35b2d","id":"92889527-486a-44ea-ad7f-1a02a0f35b2d","name":"Issues & Actions","type":"folder"}},"urlObject":{"path":["api","v1","issues.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccc8e102-1dc9-4161-ac97-6569a699d51c"},{"name":"Add issue","event":[{"listen":"prerequest","script":{"exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript","id":"2a9aae26-99c6-4e47-a22e-d30a11cbf32b"}},{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript","id":"b0d5f648-9791-49bc-a496-73a8eb003c60"}}],"id":"2c5a2c25-6a22-4e6f-b76d-3635e643cc83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"CreatedBy\": \"users-2665-A\",\r\n        \"CreatedAt\": \"{{current_timestamp}}\",\r\n        \"Description\": \"test API\",\r\n        \"Actions\": [\r\n            {\r\n                \"Id\": \"b155c114-4ac9-44fb-ae4c-5a245fbddac1\",\r\n                \"CreatedBy\": \"users-2665-A\",\r\n                \"CreatedAt\": \"{{current_timestamp}}\",\r\n                \"Description\": \"test 3\",\r\n                \"DueDate\": \"{{current_timestamp}}\",\r\n                \"Status\": \"ToDo\"\r\n            }\r\n        ],\r\n        \"AccountablePerson\": \"users-2665-A\",\r\n        \"Status\": \"Scoped\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/issues.json","description":"<p>This API endpoint will create an Issue</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy: </p>\n<ul>\n<li>Manage Issues - allows user to manage Issues.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreatedBy</td>\n<td>The id of the user who created the issue.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CreatedAt</td>\n<td>The date and time when the issue was created.</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>A long description of the issue.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Actions</td>\n<td>The actions to be taken. At least one entry is required.</td>\n<td><strong>Collection of IssueAction</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AccountablePerson</td>\n<td>The name of the person who is to be considered accountable.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>The status of the issue. Required.</td>\n<td><strong>IssueStatus</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of IssueAction</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Issue Action</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>CreatedBy</td>\n<td>The id of the user who created the action.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CreatedAt</td>\n<td>The date and time when the action was created.</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>A long description of the action. Required.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDate</td>\n<td>When the action is due to be resolved.</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>The status of the action</td>\n<td><strong>IssueActionStatus</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>IssueActionStatus</strong></p>\n<p>The set of statuses that can be taken by an action.\nPossible enumeration values:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ToDo</td>\n<td>0</td>\n</tr>\n<tr>\n<td>InProgress</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Blocked</td>\n<td>2</td>\n</tr>\n<tr>\n<td>Done</td>\n<td>3</td>\n</tr>\n<tr>\n<td>Cancelled</td>\n<td>4</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>IssueStatus</strong>\nThe set of statuses that can be taken by a issue.\nPossible enumeration values:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ToBeScoped</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Scoped</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Closed</td>\n<td>2</td>\n</tr>\n<tr>\n<td>Cancelled</td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"92889527-486a-44ea-ad7f-1a02a0f35b2d","id":"92889527-486a-44ea-ad7f-1a02a0f35b2d","name":"Issues & Actions","type":"folder"}},"urlObject":{"path":["api","v1","issues.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c5a2c25-6a22-4e6f-b76d-3635e643cc83"},{"name":"Edit Issue's description","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"cb5e357a-6c75-452a-b646-1855cd9cae52"}},{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"dbcd747b-37d6-4ba8-9f37-5213c9ad07a6"}}],"id":"47a55f36-825d-4555-a833-a9ac21275340","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\", \r\n        \"path\": \"$.Description\", \r\n        \"value\": \"test API changed\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/issues.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to an Issue</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy: <em>Manage Issues</em> - allows user to manage Issues.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Issue</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>InternalServerError (500)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"92889527-486a-44ea-ad7f-1a02a0f35b2d","id":"92889527-486a-44ea-ad7f-1a02a0f35b2d","name":"Issues & Actions","type":"folder"}},"urlObject":{"path":["api","v1","issues.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"47a55f36-825d-4555-a833-a9ac21275340"},{"name":"Update issue","event":[{"listen":"prerequest","script":{"exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript","id":"673c3bf4-83af-4c09-892c-e6b7cb8693c2"}},{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"bcdf959c-dfa2-409d-9325-771897d1ae92"}}],"id":"cb5dc4dc-743c-4bfc-9c7f-7892a57ef16d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"CreatedBy\": \"users-8993\",\r\n        \"CreatedAt\": \"{{current_timestamp}}\",\r\n        \"Description\": \"test API\",\r\n        \"Actions\": [\r\n            {\r\n                \"CreatedBy\": \"users-8993\",\r\n                \"CreatedAt\": \"{{current_timestamp}}\",\r\n                \"Description\": \"Changed Issue\",\r\n                \"DueDate\": \"{{current_timestamp}}\",\r\n                \"Status\": \"ToDo\"\r\n            }\r\n        ],\r\n        \"AccountablePerson\": \"users-8993\",\r\n        \"Status\": \"Scoped\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/issues.json/{{Id}}","description":"<p>This API endpoint will update a Issue</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy: <em>Manage Issues</em> - allows user to manage Issues.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Issue</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreatedBy</td>\n<td>The id of the user who created the issue.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CreatedAt</td>\n<td>The date and time when the issue was created.</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>A long description of the issue.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Actions</td>\n<td>The actions to be taken. At least one entry is required.</td>\n<td><strong>Collection of IssueAction</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AccountablePerson</td>\n<td>The name of the person who is to be considered accountable.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>The status of the issue. Required.</td>\n<td><strong>IssueStatus</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of IssueAction</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Issue Action</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>CreatedBy</td>\n<td>The id of the user who created the action.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CreatedAt</td>\n<td>The date and time when the action was created.</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>A long description of the action. Required.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDate</td>\n<td>When the action is due to be resolved.</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>The status of the action</td>\n<td><strong>IssueActionStatus</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>IssueActionStatus</strong></p>\n<p>The set of statuses that can be taken by an action.\nPossible enumeration values:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ToDo</td>\n<td>0</td>\n</tr>\n<tr>\n<td>InProgress</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Blocked</td>\n<td>2</td>\n</tr>\n<tr>\n<td>Done</td>\n<td>3</td>\n</tr>\n<tr>\n<td>Cancelled</td>\n<td>4</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>IssueStatus</strong>\nThe set of statuses that can be taken by a issue.\nPossible enumeration values:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ToBeScoped</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Scoped</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Closed</td>\n<td>2</td>\n</tr>\n<tr>\n<td>Cancelled</td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"92889527-486a-44ea-ad7f-1a02a0f35b2d","id":"92889527-486a-44ea-ad7f-1a02a0f35b2d","name":"Issues & Actions","type":"folder"}},"urlObject":{"path":["api","v1","issues.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb5dc4dc-743c-4bfc-9c7f-7892a57ef16d"}],"id":"92889527-486a-44ea-ad7f-1a02a0f35b2d","description":"<p>Folder with requests to get, add and edit issues</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"0f0c1f38-f0d3-4745-8980-cb4abfd1db5b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f9c2d5f0-4305-45a8-b24e-c8789b2caf95","type":"text/javascript","exec":[""]}}],"_postman_id":"92889527-486a-44ea-ad7f-1a02a0f35b2d"},{"name":"Jobs","item":[{"name":"Standard Jobs","item":[{"name":"Add standard task","event":[{"listen":"prerequest","script":{"id":"31e0bae5-83ff-49cb-b92a-80a6c400d635","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"dc2f71a6-beb8-4597-a2fb-22f96b5f7382","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"stdTaskId\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}}],"id":"5b0887da-9a81-491f-aa26-aeba1b1d41b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Process\": \"processes-321\",\r\n    \"Priority\": \"7A\",\r\n    \"PlannedStartTimeOffset\": 100,\r\n    \"ShortIntervalControlRequired\": false,\r\n    \"ShortIntervalControl\": \"\",\r\n    \"Description\": \"API test Standard task (planner's)1\",\r\n    \"Contingency\": false,\r\n    \"Type\": \"TaskTypes-169\",\r\n    \"Duration\": 1.0,\r\n    \"Unit\": \"\",\r\n    \"RateUnit\": \"\",\r\n    \"AssignedProcess\": \"\",\r\n    \"Instructions\": \"\",\r\n    \"ShiftNotes\": \"\",\r\n    \"ShiftEndNotes\": \"\",\r\n    \"RequiredPeople\": [],\r\n    \"RequiredEquipment\": [],\r\n    \"AssignedProcessRequiredPeople\": [],\r\n    \"AssignedProcessRequiredEquipment\": [],\r\n    \"Due\": \"AtEndOfPlanningWeek\",\r\n    \"DueDaysAfter\": 0,\r\n    \"Group\": \"Test\",\r\n    \"Recurrences\": [],\r\n    \"Important\": false,\r\n    \"InspectionRequired\": false,\r\n    \"Locations\": [],\r\n    \"Attachments\": [],\r\n    \"ComplianceBreaches\": [],\r\n    \"ChecklistQuestions\": [],\r\n    \"Tags\": [],\r\n    \"PermitToWorks\": [],\r\n    \"SequenceParentTaskIds\": [],\r\n    \"Forms\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/standardtasks.json","description":"<p>This API endpoint will create a StandardTask</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li><p>Manage Standard Tasks - Allows the user to add, edit and delete Standard Tasks for any Process on the Planning Board. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n<li><p>Manage Accessible Standard Tasks - Allows the user to add, edit and delete Standard Tasks for Processes on the Planning Board they have access to. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PlannedStartTimeOffset</td>\n<td>The number of minutes offset from the start. If this is used during scheduling in a Standard Job, the offset is taken as being from the start of the jobs. (So, the offset can be a large number).</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControlRequired</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControl</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Contingency</td>\n<td>Indicates that this is a Contingency task.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Rate</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RateUnit</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcess</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Instructions</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftEndNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitJob</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredPeople</td>\n<td></td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredEquipment</td>\n<td></td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcessRequiredPeople</td>\n<td></td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcessRequiredEquipment</td>\n<td></td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedEquipment</td>\n<td></td>\n<td><strong>Collection of AssignedEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Due</td>\n<td></td>\n<td><strong>Due</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDaysAfter</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Group</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Recurrences</td>\n<td></td>\n<td><strong>Collection of Recurrence</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Important</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>InspectionRequired</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td><strong>Collection of TaskLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Attachments</td>\n<td></td>\n<td><strong>Collection of Attachment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ComplianceBreaches</td>\n<td></td>\n<td><strong>Collection of ComplianceBreach</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td></td>\n<td><strong>Collection of AppliedTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitToWorks</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultTarget</td>\n<td>The default Target that this Task is expected to meet.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultDuration</td>\n<td>The Default assigned Duration that this Task is expected to take.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SequenceParentTaskIds</td>\n<td>List of Ids of fewzion task objects. If null or empty, then the task is not part of any sequence.</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Forms</td>\n<td>A collection of TaskForms</td>\n<td><strong>Collection of TaskForm</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredPerson</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AssignedEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsShadow</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Due</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Unspecified</td>\n<td>0</td>\n</tr>\n<tr>\n<td>OnScheduledDate</td>\n<td>1</td>\n</tr>\n<tr>\n<td>AtEndOfPlanningWeek</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DaysAfterScheduled</td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LocationId</td>\n<td>The id of a Location. If null, it is an ad-hoc TaskLocation.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the TaskLocation. Otherwise, it is the Location's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Attachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AttachmentId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExternalFSFileId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetedItem</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td></td>\n<td><strong>Collection of AttachmentTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RelatedAttachments</td>\n<td></td>\n<td><strong>Collection of RelatedAttachment</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AttachmentType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>File</td>\n<td>0</td>\n</tr>\n<tr>\n<td>SharePointDocument</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ExternalFSFile</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AttachmentTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RelatedAttachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AppliedTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td>The Id of a Tag. If null, it is an ad-hoc AppliedTag.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the AppliedTag. Otherwise, it is the Tag's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManuallyAdded</td>\n<td>Indicates that this applied tag was added by a manual user action. Once this flag is set to true, the AutoAssignCondition is ignored.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ComplianceBreach</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td></td>\n<td><strong>ComplianceBreachStatus</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisedBy</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisationNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IgnoreBreachOnMobile</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ComplianceBreachStatus</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Current</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Authorised</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Resolved</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Category</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CategoryDisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AnswerType</td>\n<td></td>\n<td><strong>AnswerType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateTimeFormat</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DatePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TimePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>GreaterThanTargetIsBest</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateFunction</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NoTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MultipleChoiceFreeText</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Note</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinimumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaximumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Step</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Visible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswers</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AnswerType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MultipleChoice</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Numeric</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ShortAnswer</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DateTime</td>\n<td>3</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>4</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td>5</td>\n</tr>\n<tr>\n<td>Person</td>\n<td>6</td>\n</tr>\n<tr>\n<td>Text</td>\n<td>7</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresNotes</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Recurrence</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Frequency</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Every</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnSunday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnMonday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnTuesday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnWednesday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnThursday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnFriday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnSaturday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>By</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Skip</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Ends</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EndsAfter</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EndsOn</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnWeeks345</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TriggerReschedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskForm</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormMode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormUniqueId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnforceTaskRestrictions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Checklist</td>\n<td></td>\n<td><strong>Collection of TaskFormChecklist</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Audit</td>\n<td></td>\n<td><strong>Collection of TaskFormAuditRecord</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormChecklist</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormAuditRecord</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EventCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"8b4dad80-ad3a-4e1f-b261-7ef10ab37744","id":"8b4dad80-ad3a-4e1f-b261-7ef10ab37744","name":"Standard Jobs","type":"folder"}},"urlObject":{"path":["api","v1","standardtasks.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b0887da-9a81-491f-aa26-aeba1b1d41b2"},{"name":"GET list of Standard Jobs","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"534e9c42-a8c5-482c-abfe-682faa38b3a5"}}],"id":"c3d622eb-18a0-4e83-ae65-030a5a7e0777","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/standardjobs.json","description":"<p>This API endpoint will return a List of StandardJobs.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<p>View Standard Jobs - Allows the user to view Standard Jobs.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/standardjobs.json?query=2nd wave SMV&amp;defaultfield=Name</p>\n<p><strong>Indexes</strong></p>\n<p>The StandardJobs endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong><br />You may specify sorting via the sort query string argument. Any property of the StandardJob (excluding collections) may be used to sort the StandardJobs list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"8b4dad80-ad3a-4e1f-b261-7ef10ab37744","id":"8b4dad80-ad3a-4e1f-b261-7ef10ab37744","name":"Standard Jobs","type":"folder"}},"urlObject":{"path":["api","v1","standardjobs.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3d622eb-18a0-4e83-ae65-030a5a7e0777"},{"name":"GET list of standard tasks that live on standard jobs","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"stdTaskId\", jsonData[jsonData.length-1].Id);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"fcdb9d89-513b-4dcd-8d6f-9c0a17078f02"}}],"id":"3dbf05f7-b94b-416b-bd5e-25c8a4c4a803","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/standardjobs.json/GetStandardTasks","description":"<p>This API endpoint will return all the standard tasks that live on standard jobs.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Standard Jobs - Allows the user to view Standard Jobs.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found here.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/standardjobs.json/GetStandardTasks?query=1S<br />&amp;defaultfield=Priority</p>\n<p><strong>Indexes</strong></p>\n<p>The StandardTasks endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the StandardTask (excluding collections) may be used to sort the StandardTasks list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"8b4dad80-ad3a-4e1f-b261-7ef10ab37744","id":"8b4dad80-ad3a-4e1f-b261-7ef10ab37744","name":"Standard Jobs","type":"folder"}},"urlObject":{"path":["api","v1","standardjobs.json","GetStandardTasks"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3dbf05f7-b94b-416b-bd5e-25c8a4c4a803"},{"name":"ADD Standard Job","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript","id":"201f9f35-5dd5-4f7c-a7e2-482b20f6866d"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"797952de-40f4-4698-8655-5d63bbcbf254"}}],"id":"bccf059e-275c-4856-a991-a3feedf8af90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"Name\": \"STDjob from API\",\r\n        \"StandardTasks\": [\r\n            {\r\n                \"StandardTask\": \"{{stdTaskId}}\"\r\n            }\r\n        ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/standardjobs.json","description":"<p>This API endpoint will create a StandardJob</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Standard Jobs - Allows the user to add, edit and delete Standard Jobs.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-.</td>\n</tr>\n<tr>\n<td>StandardTasks</td>\n<td></td>\n<td><strong>Collection of StandardJobStandardTask</strong></td>\n<td>-.</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of StandardJobStandardTask</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>StandardTask</td>\n<td>Id of a fewzion standard task object.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Offset</td>\n<td>The offset in minutes that this task starts after the beginning of the job. Used only when the job is scheduled.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nConflict (409)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"8b4dad80-ad3a-4e1f-b261-7ef10ab37744","id":"8b4dad80-ad3a-4e1f-b261-7ef10ab37744","name":"Standard Jobs","type":"folder"}},"urlObject":{"path":["api","v1","standardjobs.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bccf059e-275c-4856-a991-a3feedf8af90"},{"name":"Сopy a standard job and its standard tasks","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"bfd6faa1-709d-488b-a7fa-fb5c281380e5"}}],"id":"64301d18-c505-48ca-8131-f9758c65609a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/standardjobs.json/Copy?standardJobId={{Id}}&name=CopyedJob","description":"<p>This API endpoint will copy a standard job and its standard tasks.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Standard Jobs - Allows the user to add, edit and delete Standard Jobs.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>standardJobId</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>name</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"8b4dad80-ad3a-4e1f-b261-7ef10ab37744","id":"8b4dad80-ad3a-4e1f-b261-7ef10ab37744","name":"Standard Jobs","type":"folder"}},"urlObject":{"path":["api","v1","standardjobs.json","Copy"],"host":["{{Url}}"],"query":[{"key":"standardJobId","value":"{{Id}}"},{"key":"name","value":"CopyedJob"}],"variable":[]}},"response":[],"_postman_id":"64301d18-c505-48ca-8131-f9758c65609a"},{"name":"GET Specific Standard Job","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"f53e9dac-5409-4749-b898-24bbd8c2f065"}}],"id":"464fb755-b074-48ee-a307-38d574b38eac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/standardjobs.json/{{Id}}","description":"<p>This API endpoint will return a specific StandardJob.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Standard Jobs - Allows the user to view Standard Jobs.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the StandardJob</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"8b4dad80-ad3a-4e1f-b261-7ef10ab37744","id":"8b4dad80-ad3a-4e1f-b261-7ef10ab37744","name":"Standard Jobs","type":"folder"}},"urlObject":{"path":["api","v1","standardjobs.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"464fb755-b074-48ee-a307-38d574b38eac"},{"name":"Update Standard Job","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"99c76fde-c7ef-459d-bc14-485c68041ee6"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"72a9ba4b-35f9-4fca-8a4b-dc26ee82969b"}}],"id":"0500d498-09bb-4f16-8508-ae90d0bbacf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"Name\": \"Updated STDJob from API\",\r\n        \"StandardTasks\": [\r\n            {\r\n                \"StandardTask\": \"{{stdTaskId}}\"\r\n            }\r\n        ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/standardjobs.json/{{Id}}","description":"<p>This API endpoint will update a StandardJob</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Standard Jobs - Allows the user to add, edit and delete Standard Jobs.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Standard Job</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-.</td>\n</tr>\n<tr>\n<td>StandardTasks</td>\n<td></td>\n<td><strong>Collection of StandardJobStandardTask</strong></td>\n<td>-.</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of StandardJobStandardTask</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>StandardTask</td>\n<td>Id of a fewzion standard task object.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Offset</td>\n<td>The offset in minutes that this task starts after the beginning of the job. Used only when the job is scheduled.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"8b4dad80-ad3a-4e1f-b261-7ef10ab37744","id":"8b4dad80-ad3a-4e1f-b261-7ef10ab37744","name":"Standard Jobs","type":"folder"}},"urlObject":{"path":["api","v1","standardjobs.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0500d498-09bb-4f16-8508-ae90d0bbacf3"},{"name":"Edit Standard Job","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"ee52c55e-120a-4460-b0d7-750986a04bf2"}}],"id":"9526860f-85ea-48df-9ea5-68f9a4641582","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"API edited by PATCH request\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/standardjobs.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Standard Job</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Standard Jobs - Allows user to manage Standard Jobs.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Standard Job</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>InternalServerError (500)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"8b4dad80-ad3a-4e1f-b261-7ef10ab37744","id":"8b4dad80-ad3a-4e1f-b261-7ef10ab37744","name":"Standard Jobs","type":"folder"}},"urlObject":{"path":["api","v1","standardjobs.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9526860f-85ea-48df-9ea5-68f9a4641582"},{"name":"Schedule a Standard Job","event":[{"listen":"test","script":{"id":"2074119a-fba5-44a2-90ba-f8837524e0c7","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"7f4ca7d3-5e9f-420a-9173-e1eb5a27cadc","exec":["var date = new Date();\r","var when = new Date(date.setDate(date.getDate())).toLocaleDateString(\"en-US\");\r","postman.setEnvironmentVariable(\"when\", when);\r",""],"type":"text/javascript"}}],"id":"17ea9e13-487f-4bc9-8f27-496b2c5ba4ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Id\": \"{{Id}}\",\r\n    \"ShiftPlanId\": \"shiftplans-processes-321-2022-08-29-Day\",\r\n    \"When\": \"2022-08-29T08:50:00\",\r\n    \"TaskStubs\": [\r\n        {\r\n            \"StandardTaskId\": \"{{stdTaskId}}\",\r\n            \"Process\": \"processes-321\",\r\n            \"AssignedProcess\": \"\"\r\n        }\r\n    ],\r\n    \"ReplacedFields\": [\r\n        \"Process\",\r\n        \"AssignedProcess\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/standardjobs.json/Schedule","description":"<p>This API endpoint will schedule a standard job.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li><p>Manage Standard Jobs - Allows the user to add, edit and delete Standard Jobs.</p>\n</li>\n<li><p>Schedule Standard Jobs - Allows the user schedule Standard Jobs.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>When</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskStubs</td>\n<td></td>\n<td><strong>Collection of Task</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ReplacedFields</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Task</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>StandardTaskId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcess</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"8b4dad80-ad3a-4e1f-b261-7ef10ab37744","id":"8b4dad80-ad3a-4e1f-b261-7ef10ab37744","name":"Standard Jobs","type":"folder"}},"urlObject":{"path":["api","v1","standardjobs.json","Schedule"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"17ea9e13-487f-4bc9-8f27-496b2c5ba4ec"},{"name":"DELETE Standard Job","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"5c273173-1451-4a3f-8b5e-9432d001dce7"}}],"id":"8cb0b8ba-76b3-4d6e-87db-ab213bf088f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/standardjobs.json/{{Id}}","description":"<p>This API endpoint will delete a StandardJob</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Standard Jobs - Allows the user to add, edit and delete Standard Jobs.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the StandardJob</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"8b4dad80-ad3a-4e1f-b261-7ef10ab37744","id":"8b4dad80-ad3a-4e1f-b261-7ef10ab37744","name":"Standard Jobs","type":"folder"}},"urlObject":{"path":["api","v1","standardjobs.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8cb0b8ba-76b3-4d6e-87db-ab213bf088f1"}],"id":"8b4dad80-ad3a-4e1f-b261-7ef10ab37744","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"79dc0554-f70f-4338-92b6-23590f3382f2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7a5f90a9-65ae-4d0f-a4be-272fded62d97","type":"text/javascript","exec":[""]}}],"_postman_id":"8b4dad80-ad3a-4e1f-b261-7ef10ab37744","description":""},{"name":"GET list of Jobs","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c33ebb1e-625f-4583-9839-8e22c7fe3f52"}}],"id":"59cde52c-0028-4f0f-a4fd-1295d8dae9a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/jobs.json","description":"<p>This API endpoint will return a List of Jobs</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Jobs - Allows user to view Jobs.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/jobs.json?query=MST&amp;defaultfield=Type</p>\n<p><strong>Indexes</strong></p>\n<p>The Jobs endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Jobs (excluding collections) may be used to sort the Jobs list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d63cbb52-3986-4756-a028-11af55aa9b83","id":"d63cbb52-3986-4756-a028-11af55aa9b83","name":"Jobs","type":"folder"}},"urlObject":{"path":["api","v1","jobs.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"59cde52c-0028-4f0f-a4fd-1295d8dae9a5"},{"name":"GET Specific Job","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"56a8a6f3-8430-461b-a89c-aacea26e4f2c"}}],"id":"60e1e84f-a5c4-4b60-ae89-6e46411739bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/jobs.json/{{Id}}","description":"<p>This API endpoint will return a specific Job.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Job - Allows user to view Job.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Job</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d63cbb52-3986-4756-a028-11af55aa9b83","id":"d63cbb52-3986-4756-a028-11af55aa9b83","name":"Jobs","type":"folder"}},"urlObject":{"path":["api","v1","jobs.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"60e1e84f-a5c4-4b60-ae89-6e46411739bd"},{"name":"POST add task","event":[{"listen":"test","script":{"id":"b7d7477f-81d3-45b1-b083-3c9ed1ef565f","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"idTask\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"001f2302-4fd4-42f0-aaca-fc68d814c7d2","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"a9ea7130-cd18-4c5f-b840-73c105347767","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ShortIntervalControlRequired\": false,\r\n    \"ShortIntervalControl\": \"\",\r\n    \"Actuals\": [],\r\n    \"Process\": \"processes-321\",\r\n    \"Priority\": \"12A\",\r\n    \"Description\": \"API task for job\",\r\n    \"Type\": \"\",\r\n    \"Duration\": 0.0,\r\n    \"Target\": 8.0,\r\n    \"Unit\": \"Ore Tonnes\",\r\n    \"AssignedProcess\": \"\",\r\n    \"Instructions\": \"\",\r\n    \"ShiftNotes\": \"\",\r\n    \"ShiftEndNotes\": \"\",\r\n    \"RequiredPeople\": [ ],\r\n    \"RequiredEquipment\": [ ],\r\n    \"AssignedProcessRequiredPeople\": [],\r\n    \"AssignedProcessRequiredEquipment\": [],\r\n    \"StandardTaskId\": \"\",\r\n    \"RecurrenceId\": \"\",\r\n    \"OriginalScheduledDate\": \"{{current_timestamp}}\",\r\n    \"OriginalScheduledShift\": \"Day\",\r\n    \"ScheduledDate\": \"{{current_timestamp}}\",\r\n    \"ScheduledShift\": \"Day\",\r\n    \"Status\": \"Pending\",\r\n    \"AssignedPeople\": [],\r\n    \"AssignedEquipment\": [],\r\n    \"DueDaysAfter\": 0,\r\n    \"Group\": \"1. Compliance / Statutory\",\r\n    \"Important\": false,\r\n    \"InspectionRequired\": false,\r\n    \"ShiftPlan\": \"shiftplans-processes-166-{{current_timestamp}}\",\r\n    \"AssignedShiftPlan\": \"\",\r\n    \"WeekPlan\": \"weekplans-processes-166-{{current_timestamp}}\",\r\n    \"Locations\": [],\r\n    \"Attachments\": [],\r\n    \"AttachmentCount\": 0,\r\n    \"RelatedAttachmentCount\": 0,\r\n    \"AttachmentTags\": [],\r\n    \"Tags\": [],\r\n    \"Deleted\": false,\r\n    \"ComplianceBreaches\": [],\r\n    \"ChecklistQuestions\": [],\r\n    \"Forms\": [],\r\n    \"PermitToWorks\": [],\r\n    \"SequenceParentTaskIds\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Tasks.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d63cbb52-3986-4756-a028-11af55aa9b83","id":"d63cbb52-3986-4756-a028-11af55aa9b83","name":"Jobs","type":"folder"}},"urlObject":{"path":["api","v1","Tasks.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9ea7130-cd18-4c5f-b840-73c105347767"},{"name":"ADD Job","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript","id":"76410de6-2443-41af-b770-2dcf3be491a0"}},{"listen":"prerequest","script":{"exec":["var date = new Date();\r","var currentDay = date.toLocaleDateString(\"en-US\");\r","postman.setEnvironmentVariable(\"currentDay\", currentDay);"],"type":"text/javascript","id":"8ba3e08e-fc6d-4fd4-8de7-e29f414b4b0f"}}],"id":"73b6fa30-24a5-4cd1-be3f-88045ed23b1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Type\": \"MST\", \r\n    \"Name\": \"MST API task\", \r\n    \"StartDate\": \"{{currentDay}}\", \r\n    \"StartShift\": \"Day\",\r\n    \"Duration\": 3,\r\n    \"Rate\": 5,\r\n    \"Targets\": [\r\n            {\r\n                \"Id\": \"98b9625c-6bca-4713-80ed-be06b7587d89\",\r\n                \"UnitId\": \"units-105\",\r\n                \"Amount\": 50\r\n            }\r\n        ],\r\n    \"Tasks\": \r\n    [\r\n        {\r\n            \"Id\": \"056f4047-5031-462a-8f19-2cd432f06502\",\r\n            \"Task\": \"{{idTask}}\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/jobs.json","description":"<p>This API endpoint will create a Job</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Jobs - Allows user to manage Jobs.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Actual</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Targets</td>\n<td></td>\n<td><strong>TargetCollection</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tasks</td>\n<td></td>\n<td><strong>TaskCollection</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StartShift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Rate</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PlannedStartTimeOffset</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Unallocated</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Accumulated</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TasksWithActuals</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UnavailableShiftPlans</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Ended</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CalendarId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProcessId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Period</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>TargetCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UnitId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>TaskCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Task</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetOverride</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RateOverride</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DurationOverride</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d63cbb52-3986-4756-a028-11af55aa9b83","id":"d63cbb52-3986-4756-a028-11af55aa9b83","name":"Jobs","type":"folder"}},"urlObject":{"path":["api","v1","jobs.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"73b6fa30-24a5-4cd1-be3f-88045ed23b1b"},{"name":"Edit Job","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"854321fb-c1ff-4dd6-88e9-844f74694be2"}}],"id":"1487a716-7ab5-4d02-b8df-6ebcc25bd37f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"MST API task by PATCH Request\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/jobs.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Job</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Jobs - Allows user to manage Jobs.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Job</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d63cbb52-3986-4756-a028-11af55aa9b83","id":"d63cbb52-3986-4756-a028-11af55aa9b83","name":"Jobs","type":"folder"}},"urlObject":{"path":["api","v1","jobs.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1487a716-7ab5-4d02-b8df-6ebcc25bd37f"},{"name":"Update Job","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"8f404a9d-3c23-4e56-af0a-3d4e86d85438"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"13c44967-4161-42d8-9093-7dac9ac24a2c"}}],"id":"5b79c4aa-27f6-480e-9314-1ecfb58b8ce9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Type\": \"MST\",\r\n    \"Name\": \"API Test Edited\",\r\n    \"Actual\": 0.0,\r\n    \"Unit\": \"Ore Tonnes\",\r\n    \"Target\": 30000.0,\r\n    \"Tasks\": [\r\n        {\r\n            \"Id\": \"99cead6f-673f-4dea-8c2e-8890568b2ec8\",\r\n            \"Task\": \"tasks-8289\"\r\n        },\r\n        {\r\n            \"Id\": \"77b11411-8730-4f88-be79-50f476ceb6ff\",\r\n            \"Task\": \"tasks-8287\"\r\n        }\r\n    ],\r\n    \"StartDate\": \"{{fromDate}}\",\r\n    \"StartShift\": \"Night\",\r\n    \"Rate\": 300.0,\r\n    \"Duration\": 10.0,\r\n    \"PlannedStartTimeOffset\": 15,\r\n    \"Unallocated\": 15000.0,\r\n    \"Accumulated\": 5000.0,\r\n    \"TasksWithActuals\": 2,\r\n    \"Ended\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/jobs.json/{{Id}}","description":"<p>This API endpoint will update a Job</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Jobs - Allows user to manage Jobs.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Job</td>\n<td>Required</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Actual</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Targets</td>\n<td></td>\n<td><strong>TargetCollection</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tasks</td>\n<td></td>\n<td><strong>TaskCollection</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StartShift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Rate</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PlannedStartTimeOffset</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Unallocated</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Accumulated</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TasksWithActuals</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UnavailableShiftPlans</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Ended</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CalendarId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProcessId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Period</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>TargetCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UnitId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>TaskCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Task</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetOverride</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RateOverride</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DurationOverride</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d63cbb52-3986-4756-a028-11af55aa9b83","id":"d63cbb52-3986-4756-a028-11af55aa9b83","name":"Jobs","type":"folder"}},"urlObject":{"path":["api","v1","jobs.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b79c4aa-27f6-480e-9314-1ecfb58b8ce9"},{"name":"Delete Job","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9fabb2b0-a114-481d-b56d-0700dd4a044a"}}],"id":"540958ae-4fdc-48fa-9bfd-66cd6af8881e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/jobs.json/{{Id}}","description":"<p>This API endpoint will delete a Jobs.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Jobs - Allows user to manage Jobs.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Jobs</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d63cbb52-3986-4756-a028-11af55aa9b83","id":"d63cbb52-3986-4756-a028-11af55aa9b83","name":"Jobs","type":"folder"}},"urlObject":{"path":["api","v1","jobs.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"540958ae-4fdc-48fa-9bfd-66cd6af8881e"}],"id":"d63cbb52-3986-4756-a028-11af55aa9b83","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"0c42850b-2acf-43e3-ac67-cfd2b0b354f3"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"2d4a3385-436f-47c7-9fe1-77aecd9e373a"}}],"_postman_id":"d63cbb52-3986-4756-a028-11af55aa9b83","description":""},{"name":"Locations","item":[{"name":"Location Types","item":[{"name":"GET list of Location Types","event":[{"listen":"test","script":{"id":"556aebf7-ce54-4c66-af92-52a5a78a4ace","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"9329898d-3655-4bcc-abde-d4b79775280c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/locationtypes.json","description":"<p>This API endpoint will return a List of LocationTypes.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Location Types - Allows user to view Location Types.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/locationtypes.json?query=<em>{{value}}</em>&amp;defaultfield=<em>{{parameter}}</em></p>\n<p><strong>Indexes</strong></p>\n<p>The LocationTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the LocationType (excluding collections) may be used to sort the LocationTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"8b353a0f-6045-47e2-8156-cfe39fa42c0e","id":"8b353a0f-6045-47e2-8156-cfe39fa42c0e","name":"Location Types","type":"folder"}},"urlObject":{"path":["api","v1","locationtypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9329898d-3655-4bcc-abde-d4b79775280c"},{"name":"GET specific Location Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"4f01996d-a395-462c-9f2b-fc4279ccae22"}}],"id":"2e4e401e-5b9d-4b9b-ab60-09a2e6fc10cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/locationtypes.json/{{Id}}","description":"<p>This API endpoint will return a specific LocationType.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Location Types - Allows user to view Location Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the LocationType</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"8b353a0f-6045-47e2-8156-cfe39fa42c0e","id":"8b353a0f-6045-47e2-8156-cfe39fa42c0e","name":"Location Types","type":"folder"}},"urlObject":{"path":["api","v1","locationtypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e4e401e-5b9d-4b9b-ab60-09a2e6fc10cf"}],"id":"8b353a0f-6045-47e2-8156-cfe39fa42c0e","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"8f6556b9-c67d-4c7f-bbc3-1035260dcf4b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2c912589-9ad3-4a5e-b547-9758fac63c7b","type":"text/javascript","exec":[""]}}],"_postman_id":"8b353a0f-6045-47e2-8156-cfe39fa42c0e","description":""},{"name":"GET Locations","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"f46938b6-cd72-4737-a207-8d5f8974d30c"}}],"id":"8538b8fd-f01d-4df8-b36d-c69f33582142","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Locations.json","description":"<p>This API endpoint will return a List of Locations.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Locations - Allows user to view Locations.</li>\n</ul>\n<p><strong>Filtering the Results</strong><br />You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>StartFragment</p>\n<p>/api/v1/Locations.json?query=Zone3A&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong><br />The Locations endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong><br />You may specify sorting via the sort query string argument. Any property of the Location (excluding collections) may be used to sort the Locations list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2f2e951f-19c6-4884-8ead-7994f6e5cff1","id":"2f2e951f-19c6-4884-8ead-7994f6e5cff1","name":"Locations","type":"folder"}},"urlObject":{"path":["api","v1","Locations.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8538b8fd-f01d-4df8-b36d-c69f33582142"},{"name":"GET Specific Location","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"4da3bf85-996f-44cc-ac4c-bdf37ce5cefd"}}],"id":"d0ab028f-b2d4-4f81-a90b-6c4cc39e1eb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Locations.json/{{Id}}","description":"<p>This API endpoint will return a specific Location.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Locations - Allows user to view Locations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Overtime</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2f2e951f-19c6-4884-8ead-7994f6e5cff1","id":"2f2e951f-19c6-4884-8ead-7994f6e5cff1","name":"Locations","type":"folder"}},"urlObject":{"path":["api","v1","Locations.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0ab028f-b2d4-4f81-a90b-6c4cc39e1eb7"},{"name":"Add Location","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r","var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);"],"type":"text/javascript","id":"675cf12a-198e-48da-8889-87d31bfcbde6"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"f69ffcf6-bd49-4f3c-ac41-6c21a53f589d"}}],"id":"a22a6856-3f07-4cc2-9e47-c265be0ec954","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Deleted\": null,\r\n    \"DisplayOrder\": 0,\r\n    \"EquipmentLimit\": null,\r\n    \"Name\": \"Test API-{{timestampMoment}}\",\r\n    \"PeopleLimit\": null,\r\n    \"Priority\": null,\r\n    \"RelatedLocations\": [],\r\n    \"ShortCode\": \"API-{{timestampMoment}}\",\r\n    \"Tags\": [],\r\n    \"Type\": \"\",\r\n    \"VisualOpsId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Locations.json","description":"<p>This API endpoint will create a Location.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Locations - Allows user to manage Locations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of location</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>A descriptive name for the Location.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td>A unique short code to identify this Location.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td>The order to display this Location.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td>A collection of tag ids</td>\n<td><strong>Collection of AppliedTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RelatedLocations</td>\n<td>A collection of related locations</td>\n<td><strong>Collection of RelatedLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationsRelated</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationProcesses</td>\n<td></td>\n<td><strong>Collection of LocationSmartImportProcess</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationProcessesDefault</td>\n<td></td>\n<td><strong>Collection of LocationSmartImportProcess</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td>A flag used to treat this Location as deleted.</td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>VisualOpsId</td>\n<td>Id for the Location in Visual Ops.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PeopleLimit</td>\n<td>The maximum number of people that can be assigned to location.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentLimit</td>\n<td>The maximum number of equipment that can be assigned to location.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Location type.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Statuses</td>\n<td></td>\n<td><strong>Collection of LocationStatus</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AppliedTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td>The Id of a Tag. If null, it is an ad-hoc AppliedTag.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the AppliedTag. Otherwise, it is the Tag's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManuallyAdded</td>\n<td>Indicates that this applied tag was added by a manual user action. Once this flag is set to true, the AutoAssignCondition is ignored.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RelatedLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LocationId</td>\n<td>Required. Referencing Location records.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>The Location's Short Code. Shortcut for reports.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of LocationSmartImportProcess</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProcessId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of LocationStatus</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Kind</td>\n<td></td>\n<td><strong>LocationStatusKind</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskId</td>\n<td>Id of the Task that set this status. Can be empty, if it is an adhoc status.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskTypeId</td>\n<td>Id of the TaskType of the Task that set this status. Drives the UI colour and label. Provided here so that the Client does not have to have the Task loaded. This is because a Status might have been set months ago, so the Task might well not be on the Client.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AdhocLabel</td>\n<td>The label of an adhoc status.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>LocationStatusKind</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Before</td>\n<td>0</td>\n</tr>\n<tr>\n<td>During</td>\n<td>1</td>\n</tr>\n<tr>\n<td>After</td>\n<td>2</td>\n</tr>\n<tr>\n<td>Adhoc</td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2f2e951f-19c6-4884-8ead-7994f6e5cff1","id":"2f2e951f-19c6-4884-8ead-7994f6e5cff1","name":"Locations","type":"folder"}},"urlObject":{"path":["api","v1","Locations.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a22a6856-3f07-4cc2-9e47-c265be0ec954"},{"name":"Edit Locations","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"e899447f-1a1e-46c5-9a09-0c9185b67e1b"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"835331b0-aef9-4c73-a15e-8c4283dea0dc"}}],"id":"877a9f01-cb4a-4929-a676-b8dfb51e80d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"},{"key":"If-Unmodified-Since","type":"text","value":"{{current_timestamp}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"API updated by PUT request-{{timestampMoment}}\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Locations.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Location.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Locations - Allows user to manage Locations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Location</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2f2e951f-19c6-4884-8ead-7994f6e5cff1","id":"2f2e951f-19c6-4884-8ead-7994f6e5cff1","name":"Locations","type":"folder"}},"urlObject":{"path":["api","v1","Locations.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"877a9f01-cb4a-4929-a676-b8dfb51e80d4"},{"name":"Update Location","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"bd5795d0-ffd4-46fa-a028-4c5ab6f91f98"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"653ec738-2c27-4656-b698-2903c27bbd52"}}],"id":"7e9361e7-8452-4541-aae3-57a4ad4478b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"Test API Updated by PUT request-{{timestampMoment}}\",\r\n    \"ShortCode\": \"API-{{timestampMoment}}\",\r\n    \"DisplayOrder\": 101000,\r\n    \"Type\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Locations.json/{{Id}}","description":"<p>This API endpoint will create a Location.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Locations - Allows user to manage Locations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of location</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>A descriptive name for the Location.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td>A unique short code to identify this Location.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td>The order to display this Location.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td>A collection of tag ids</td>\n<td><strong>Collection of AppliedTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RelatedLocations</td>\n<td>A collection of related locations</td>\n<td><strong>Collection of RelatedLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationsRelated</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationProcesses</td>\n<td></td>\n<td><strong>Collection of LocationSmartImportProcess</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationProcessesDefault</td>\n<td></td>\n<td><strong>Collection of LocationSmartImportProcess</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td>A flag used to treat this Location as deleted.</td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>VisualOpsId</td>\n<td>Id for the Location in Visual Ops.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PeopleLimit</td>\n<td>The maximum number of people that can be assigned to location.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentLimit</td>\n<td>The maximum number of equipment that can be assigned to location.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Location type.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Statuses</td>\n<td></td>\n<td><strong>Collection of LocationStatus</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AppliedTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td>The Id of a Tag. If null, it is an ad-hoc AppliedTag.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the AppliedTag. Otherwise, it is the Tag's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManuallyAdded</td>\n<td>Indicates that this applied tag was added by a manual user action. Once this flag is set to true, the AutoAssignCondition is ignored.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RelatedLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LocationId</td>\n<td>Required. Referencing Location records.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>The Location's Short Code. Shortcut for reports.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of LocationSmartImportProcess</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProcessId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of LocationStatus</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Kind</td>\n<td></td>\n<td><strong>LocationStatusKind</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskId</td>\n<td>Id of the Task that set this status. Can be empty, if it is an adhoc status.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskTypeId</td>\n<td>Id of the TaskType of the Task that set this status. Drives the UI colour and label. Provided here so that the Client does not have to have the Task loaded. This is because a Status might have been set months ago, so the Task might well not be on the Client.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AdhocLabel</td>\n<td>The label of an adhoc status.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>LocationStatusKind</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Before</td>\n<td>0</td>\n</tr>\n<tr>\n<td>During</td>\n<td>1</td>\n</tr>\n<tr>\n<td>After</td>\n<td>2</td>\n</tr>\n<tr>\n<td>Adhoc</td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2f2e951f-19c6-4884-8ead-7994f6e5cff1","id":"2f2e951f-19c6-4884-8ead-7994f6e5cff1","name":"Locations","type":"folder"}},"urlObject":{"path":["api","v1","Locations.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e9361e7-8452-4541-aae3-57a4ad4478b0"},{"name":"Delete Location","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"04a03c1d-3238-4f3a-b7ce-d27a77da3151"}}],"id":"956f7164-3158-4813-8581-4689bfdb6ed7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Locations.json/{{Id}}","description":"<p>This API endpoint will delete a Location.</p>\n<p><strong>PLEASE NOTE:</strong> <em>This endpoint does not actually delete the indicated document, but instead flags it as deleted.</em></p>\n<p>Records flagged as deleted are not returned by the GET endpoint by default. Pass 'includedeleted=true' on the query string to retrieve records flagged as deleted</p>\n<p>Security\nTo Access this API endpoint you will need to have the following Access Policy: </p>\n<ul>\n<li>Manage Locations - Allows user to manage Locations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Location</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p>Potential Error Response Codes</p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2f2e951f-19c6-4884-8ead-7994f6e5cff1","id":"2f2e951f-19c6-4884-8ead-7994f6e5cff1","name":"Locations","type":"folder"}},"urlObject":{"path":["api","v1","Locations.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"956f7164-3158-4813-8581-4689bfdb6ed7"}],"id":"2f2e951f-19c6-4884-8ead-7994f6e5cff1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"8573584c-b490-4cda-8493-b4cfb785c347"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1b493218-022f-4506-9db6-dc0908893087"}}],"_postman_id":"2f2e951f-19c6-4884-8ead-7994f6e5cff1","description":""},{"name":"OAuth","item":[{"name":"Create an access token","event":[{"listen":"test","script":{"id":"e01d33c6-ceaf-499e-825b-b53f67c5158b","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"d06d0082-ce42-4b4e-bc10-3436807ec7c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","type":"text"},{"key":"username","value":"admin.api","type":"text"},{"key":"password","value":"pw","type":"text"},{"key":"client_id","value":"fewzion","type":"text"}]},"url":"{{Url}}/Client/identity/connect/token","description":"<p>This API endpoint will return an access token for selected user</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>grant_type</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>username</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>password</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["Client","identity","connect","token"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d06d0082-ce42-4b4e-bc10-3436807ec7c0"}],"id":"adb96eaf-8ba6-4ae7-9d2d-22bc01cd129b","_postman_id":"adb96eaf-8ba6-4ae7-9d2d-22bc01cd129b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bbb3a7cf-5b5c-45eb-adcb-6968ce6ffdcf","id":"bbb3a7cf-5b5c-45eb-adcb-6968ce6ffdcf","name":"CiteOps API Documentation","type":"collection"}}},{"name":"Reporting","item":[{"name":"Print reports","item":[{"name":"Process plan report","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"ccf58ff6-972b-4361-b6ca-8d29649a47e8"}},{"listen":"prerequest","script":{"exec":["var processPlanId = \"processes-161\";\r","var startDate = \"2021-11-01T00:00:00\";\r","var hidden = \"\";\r","var summaryView = false;\r","var displayEquip = true;\r","var displayPeople = true;\r","var displayKPIs = true;\r","var taskTypes = \"\";\r","\r","postman.setEnvironmentVariable(\"dXParameters\",\"{\\\"ProcessPlanID\\\":\\\"\"+processPlanId+\r","                                                \"\\\",\\\"StartDate\\\":\\\"\"+startDate+\r","                                                \"\\\",\\\"Hidden\\\":\\\"\"+hidden+\r","                                                \"\\\",\\\"SummaryView\\\":\"+summaryView+\r","                                                \",\\\"DisplayEquip\\\":\"+displayEquip+\r","                                                \",\\\"DisplayPeople\\\":\"+displayPeople+\r","                                                \",\\\"DisplayKPIs\\\":\"+displayKPIs+\r","                                                \",\\\"TaskTypes\\\":[\"+taskTypes+\"]}\");"],"type":"text/javascript","id":"682a996b-ed28-43e2-80fe-718469c1fadc"}}],"id":"449204ce-938c-4654-8d1b-6525a87ad01c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/Report/ExportToPdf?reportID=ProcessPlanReport&DXParameters={{dXParameters}}","description":"<p>This API endpoint will return a process plan report exported to PDF.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Print Process Plan Report - Allows user to print report.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reportID</td>\n<td>The id of the report</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>DXParameters</td>\n<td>The collection of the report parameters</td>\n<td><strong>parametersCollection</strong></td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>parametersCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>processPlanId</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>startDate</td>\n<td></td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>hidden</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>summaryView</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>displayEquip</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>displayPeople</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>displayKPIs</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>taskTypes</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","name":"Print reports","type":"folder"}},"urlObject":{"path":["Report","ExportToPdf"],"host":["{{Url}}"],"query":[{"key":"reportID","value":"ProcessPlanReport"},{"key":"DXParameters","value":"{{dXParameters}}"}],"variable":[]}},"response":[],"_postman_id":"449204ce-938c-4654-8d1b-6525a87ad01c"},{"name":"ShiftPlanReport","event":[{"listen":"test","script":{"id":"6e410db0-40ae-4046-a0dd-61a94ee6b38f","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"b1649c5d-b774-4f55-9448-296b0e0f0856","exec":["var shadowTasksWarning = \"\";\r","var groupSortOptionId = \"GroupSortOptions-1\";\r","var shiftPlan = \"shiftplans-processes-321-2022-08-29-Day\";\r","var selectedAttachments =\"\";\r","var printAttachmentsOnly = false;\r","var printChecklistQuestions = true;\r","var showLocationTags = true;\r","var showSignOff = false;\r","var showSignOffRows = 2;\r","\r","postman.setEnvironmentVariable(\"dXParameters\",\"{\\\"ShadowTasksWarning\\\":\\\"\"+shadowTasksWarning+\r","                                                \"\\\",\\\"GroupSortOptionId\\\":\\\"\"+groupSortOptionId+\r","                                                \"\\\",\\\"ShiftPlan\\\":[\\\"\"+shiftPlan+\"\\\"]\"+\r","                                                \",\\\"SelectedAttachments\\\":[\"+selectedAttachments+\"]\"+\r","                                                \",\\\"PrintAttachmentsOnly\\\":\"+printAttachmentsOnly+\r","                                                \",\\\"PrintChecklistQuestions\\\":\"+printChecklistQuestions+\r","                                                \",\\\"ShowLocationTags\\\":\"+showLocationTags+\r","                                                \",\\\"ShowSignOff\\\":\"+showSignOff+\r","                                                \",\\\"ShowSignOffRows\\\":\"+showSignOffRows+\"}\");"],"type":"text/javascript"}}],"id":"824e4d09-b847-4e09-a202-7f8cef1fc34c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/Report/PrintShiftPlanReport?reportID=ShiftPlanReport&DXParameters={{dXParameters}}","description":"<p>This API endpoint will print Shift Plan Report.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Print Shift Plan Report - Allows user to print report.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reportID</td>\n<td>The id of the report</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>DXParameters</td>\n<td>The collection of the report parameters</td>\n<td><strong>parametersCollection</strong></td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>parametersCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shadowTasksWarning</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>groupSortOptionId</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>shiftPlan</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>selectedAttachments</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>printAttachmentsOnly</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>printChecklistQuestions</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>showLocationTags</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>showSignOff</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>showSignOffRows</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","name":"Print reports","type":"folder"}},"urlObject":{"path":["Report","PrintShiftPlanReport"],"host":["{{Url}}"],"query":[{"key":"reportID","value":"ShiftPlanReport"},{"key":"DXParameters","value":"{{dXParameters}}"}],"variable":[]}},"response":[],"_postman_id":"824e4d09-b847-4e09-a202-7f8cef1fc34c"},{"name":"Scheduler report","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"fileName\",jsonData.file);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c525deaf-0e67-43a6-8f0c-03c8f4844f93"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"bb22bb4e-3ffe-456f-b137-014b03aec70c"}}],"id":"4312a989-4441-4756-b9a6-d146413ac583","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"html\":\r\n    [\r\n        {\"html\":\"<!DOCTYPE html><html class=\\\"x-border-box \\\"><head><meta content=\\\"text/html; charset=UTF-8\\\" http-equiv=\\\"Content-Type\\\" /><title>1 of 1</title><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_1.css?_dc=20211004052447\\\" id=\\\"ext-element-200\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_2.css?_dc=20211004052447\\\" id=\\\"ext-element-201\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_3.css?_dc=20211004052447\\\" id=\\\"ext-element-202\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_4.css?_dc=20211004052447\\\" id=\\\"ext-element-203\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_5.css?_dc=20211004052447\\\" id=\\\"ext-element-204\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_6.css?_dc=20211004052447\\\" id=\\\"ext-element-205\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_7.css?_dc=20211004052447\\\" id=\\\"ext-element-206\\\"><style id=\\\"intercom-lightweight-app-style\\\" type=\\\"text/css\\\">\\n  @keyframes intercom-lightweight-app-launcher {\\n    from {\\n      opacity: 0;\\n      transform: scale(0.5);\\n    }\\n    to {\\n      opacity: 1;\\n      transform: scale(1);\\n    }\\n  }\\n\\n  @keyframes intercom-lightweight-app-gradient {\\n    from {\\n      opacity: 0;\\n    }\\n    to {\\n      opacity: 1;\\n    }\\n  }\\n\\n  @keyframes intercom-lightweight-app-messenger {\\n    from {\\n      opacity: 0;\\n      transform: translateY(20px);\\n    }\\n    to {\\n      opacity: 1;\\n      transform: translateY(0);\\n    }\\n  }\\n\\n  .intercom-lightweight-app {\\n    position: fixed;\\n    z-index: 2147483001;\\n    width: 0;\\n    height: 0;\\n    font-family: intercom-font, \\\"Helvetica Neue\\\", \\\"Apple Color Emoji\\\", Helvetica, Arial, sans-serif;\\n  }\\n\\n  .intercom-lightweight-app-gradient {\\n    position: fixed;\\n    z-index: 2147483002;\\n    width: 500px;\\n    height: 500px;\\n    bottom: 0;\\n    right: 0;\\n    pointer-events: none;\\n    background: radial-gradient(\\n      ellipse at bottom right,\\n      rgba(29, 39, 54, 0.16) 0%,\\n      rgba(29, 39, 54, 0) 72%);\\n    animation: intercom-lightweight-app-gradient 200ms ease-out;\\n  }\\n\\n  .intercom-lightweight-app-launcher {\\n    position: fixed;\\n    z-index: 2147483003;\\n    bottom: 20px;\\n    right: 20px;\\n    width: 60px;\\n    height: 60px;\\n    border-radius: 50%;\\n    background: #0051ff;\\n    cursor: pointer;\\n    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);\\n    animation: intercom-lightweight-app-launcher 250ms ease;\\n  }\\n\\n  .intercom-lightweight-app-launcher:focus {\\n    outline: none;\\n    \\n  }\\n\\n  .intercom-lightweight-app-launcher-icon {\\n    display: flex;\\n    align-items: center;\\n    justify-content: center;\\n    position: absolute;\\n    top: 0;\\n    left: 0;\\n    width: 60px;\\n    height: 60px;\\n    transition: transform 100ms linear, opacity 80ms linear;\\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-open {\\n    \\n        opacity: 1;\\n        transform: rotate(0deg) scale(1);\\n      \\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-open svg {\\n    width: 28px;\\n    height: 32px;\\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-open svg path {\\n    fill: rgb(255, 255, 255);\\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-self-serve {\\n    \\n        opacity: 1;\\n        transform: rotate(0deg) scale(1);\\n      \\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-self-serve svg {\\n    height: 56px;\\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-self-serve svg path {\\n    fill: rgb(255, 255, 255);\\n  }\\n\\n  .intercom-lightweight-app-launcher-custom-icon-open {\\n    max-height: 36px;\\n    max-width: 36px;\\n    \\n        opacity: 1;\\n        transform: rotate(0deg) scale(1);\\n      \\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-minimize {\\n    \\n        opacity: 0;\\n        transform: rotate(-60deg) scale(0);\\n      \\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-minimize svg {\\n    width: 16px;\\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-minimize svg path {\\n    fill: rgb(255, 255, 255);\\n  }\\n\\n  .intercom-lightweight-app-messenger {\\n    position: fixed;\\n    z-index: 2147483003;\\n    overflow: hidden;\\n    background-color: white;\\n    animation: intercom-lightweight-app-messenger 250ms ease-out;\\n    \\n        width: 376px;\\n        height: calc(100% - 40px);\\n        max-height: 704px;\\n        min-height: 250px;\\n        right: 20px;\\n        bottom: 20px;\\n        box-shadow: 0 5px 40px rgba(0,0,0,0.16);\\n        border-radius: 8px;\\n      \\n  }\\n\\n  .intercom-lightweight-app-messenger-header {\\n    height: 75px;\\n    background: linear-gradient(\\n      135deg,\\n      rgb(115, 164, 255) 0%,\\n      rgb(13, 98, 255) 100%\\n    );\\n  }\\n\\n  @media print {\\n    .intercom-lightweight-app {\\n      display: none;\\n    }\\n  }\\n</style></head><body class=\\\"x-webkit sch-export x-webkit x-chrome x-windows x-desktop x-body x-keyboard-mode x-box-layout-ct x-border-box x-scroller x-container background x-container-default\\\"><div class=\\\"sch-export-header\\\" style=\\\"height:82px; width:2486px\\\"><h2>1/1</h2></div><div id=\\\"scheduler\\\" class=\\\"x-panel sch-schedulerpanel sch-timelinepanel sch-horizontal x-grid-locked x-grid-locked-split sch-ltr sch-recurringevents sch-scheduler-with-dependencies x-box-item x-panel-default x-tree-panel x-tree-arrows x-grid x-masked-relative x-masked\\\" style=\\\"height:270px; width:2486px; position: relative !important\\\"><div id=\\\"ext-element-469\\\" data-ref=\\\"body\\\" class=\\\"x-panel-body x-grid-with-col-lines x-grid-with-row-lines x-grid-body x-grid-locking-body x-panel-body-default x-border-layout-ct x-panel-body-default x-noborder-rbl\\\" role=\\\"presentation\\\" style=\\\"left: 0px; height: 100%;\\\"><div class=\\\"x-panel x-grid-inner-locked x-border-item x-box-item x-panel-default x-tree-panel x-tree-arrows x-grid\\\" style=\\\"width: 398px; margin: 0px; left: 0px; top: 0px; height: 100%;\\\" role=\\\"treegrid\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" aria-multiselectable=\\\"true\\\" id=\\\"scheduler-locked\\\"><div id=\\\"scheduler-locked-bodyWrap\\\" data-ref=\\\"bodyWrap\\\" class=\\\"x-panel-bodyWrap\\\" role=\\\"presentation\\\"><div class=\\\"x-grid-header-ct schedulerHeaderBorder x-docked x-grid-header-ct-default x-docked-top x-grid-header-ct-docked-top x-grid-header-ct-default-docked-top x-box-layout-ct x-scroller x-unselectable x-noborder-trl\\\" role=\\\"rowgroup\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" id=\\\"headercontainer-4398\\\" data-exttouchaction=\\\"14\\\" style=\\\"overflow: hidden; touch-action: pan-y pinch-zoom; width: 396px; left: 0px; top: 0px;\\\"><div id=\\\"headercontainer-4398-innerCt\\\" data-ref=\\\"innerCt\\\" role=\\\"row\\\" class=\\\"x-box-inner\\\" style=\\\"width: 396px; height: 82px;\\\"><div id=\\\"headercontainer-4398-targetEl\\\" data-ref=\\\"targetEl\\\" class=\\\"x-box-target\\\" role=\\\"presentation\\\" style=\\\"width: 396px;\\\"><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable x-column-header-first x-column-header-last\\\" style=\\\"color: rgb(51, 51, 51); font-size: 14px; font-weight: bold; line-height: 19px; width: 396px; height: 82px; left: 0px; top: 0px; margin: 0px;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"treecolumn-4499\\\" tabindex=\\\"-1\\\" data-componentid=\\\"treecolumn-4499\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"1\\\"><div id=\\\"treecolumn-4499-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"treecolumn-4499-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"treecolumn-4499-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"treecolumn-4499-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Locations</span></div><span id=\\\"treecolumn-4499-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"treecolumn-4499-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div></div></div></div><div id=\\\"scheduler-locked-body\\\" data-ref=\\\"body\\\" class=\\\"x-panel-body x-grid-with-col-lines x-grid-with-row-lines x-grid-body x-panel-body-default x-panel-body-default x-noborder-rbl\\\" role=\\\"presentation\\\" style=\\\"width: 396px; left: 0px; height: 100%; top: 82px;\\\"></div></div></div><div class=\\\"x-splitter sch-timelinepanel-splitter x-border-item x-box-item x-splitter-default x-splitter-vertical x-unselectable\\\" style=\\\"width: 10px; height: 100%; touch-action: pan-y pinch-zoom; margin: 0px; left: 398px; top: 0px; z-index: 2;\\\" role=\\\"separator\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-orientation=\\\"vertical\\\" id=\\\"scheduler-locked-splitter\\\" data-exttouchaction=\\\"14\\\" tabindex=\\\"-1\\\" data-componentid=\\\"scheduler-locked-splitter\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"3\\\"></div><div class=\\\"x-panel x-grid-inner-normal x-border-item x-box-item x-panel-default x-grid\\\" role=\\\"grid\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" aria-multiselectable=\\\"true\\\" id=\\\"scheduler-normal\\\" style=\\\"margin: 0px; width: 100%; left: 408px; top: 0px; height: 100%;\\\"><div id=\\\"scheduler-normal-bodyWrap\\\" data-ref=\\\"bodyWrap\\\" class=\\\"x-panel-bodyWrap\\\" role=\\\"presentation\\\"><div class=\\\"x-grid-header-ct schedulerHeaderBorder x-docked x-grid-header-ct-default x-docked-top x-grid-header-ct-docked-top x-grid-header-ct-default-docked-top x-box-layout-ct x-scroller x-noborder-trl\\\" role=\\\"rowgroup\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" id=\\\"headercontainer-4400\\\" style=\\\"overflow: hidden; width: 100%; left: 0px; top: 0px;\\\"><div id=\\\"headercontainer-4400-innerCt\\\" data-ref=\\\"innerCt\\\" role=\\\"row\\\" class=\\\"x-box-inner\\\" style=\\\"width: 2080px; height: 82px;\\\"><div id=\\\"headercontainer-4400-targetEl\\\" data-ref=\\\"targetEl\\\" class=\\\"x-box-target\\\" role=\\\"presentation\\\" style=\\\"width: 2080px;\\\"><div class=\\\"x-column-header sch-simple-timeaxis x-column-header-align-left x-box-item x-column-header-default x-unselectable x-column-header-first x-column-header-last\\\" style=\\\"width: 2080px; left: 0px; margin: 0px; top: 0px;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"timeaxiscolumn-4397\\\"><div id=\\\"timeaxiscolumn-4397-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"timeaxiscolumn-4397-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"timeaxiscolumn-4397-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"timeaxiscolumn-4397-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">&nbsp;</span></div><span id=\\\"timeaxiscolumn-4397-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div class=\\\"sch-horizontaltimeaxis-ct\\\" id=\\\"ext-element-434\\\" style=\\\"\\\"><table border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" style=\\\"width: 2080px; border-top : 0;\\\" class=\\\"sch-header-row sch-header-row-top  \\\"><thead><tr style=\\\"height:px\\\"><td class=\\\"sch-column-header  sch-dayheadercell-1 sch-dayheadercell-today sch-header-cell-center  schedulerHeaderHover\\\" data-date=\\\"20211004_050000\\\" style=\\\"font-weight:bold; position : static; text-align: center; width: 760px; \\\" tabindex=\\\"0\\\" title=\\\"\\\" headerposition=\\\"top\\\" headerindex=\\\"0\\\" waypoint=\\\"\\\"><div class=\\\"zzzsch-simple-timeheader\\\">Mon 04 Oct</div></td><td class=\\\"sch-column-header  sch-dayheadercell-2 sch-header-cell-center  schedulerHeaderHover\\\" data-date=\\\"20211005_000000\\\" style=\\\"font-weight:bold; position : static; text-align: center; width: 960px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"top\\\" headerindex=\\\"1\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">Tue 05 Oct</div></td><td class=\\\"sch-column-header  sch-dayheadercell-3 sch-header-cell-center  schedulerHeaderHover\\\" data-date=\\\"20211006_000000\\\" style=\\\"font-weight:bold; position : static; text-align: center; width: 360px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"top\\\" headerindex=\\\"2\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">Wed 06 Oct</div></td></tr></thead></table><table border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" style=\\\"width: 2080px; \\\" class=\\\"sch-header-row sch-header-row-middle  \\\"><thead><tr style=\\\"height:px\\\"><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_050000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"\\\" headerposition=\\\"middle\\\" headerindex=\\\"0\\\" waypoint=\\\"\\\"><div class=\\\"zzzsch-simple-timeheader\\\">05:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_060000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"1\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">06:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_070000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"2\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">07:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_080000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"3\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">08:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_090000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"4\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">09:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_100000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"5\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">10:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_110000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"6\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">11:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_120000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"7\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">12:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_130000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"8\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">13:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_140000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"9\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">14:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_150000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"10\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">15:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_160000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"11\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">16:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_170000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"12\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">17:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_180000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"13\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">18:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_190000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"14\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">19:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_200000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"15\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">20:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_210000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"16\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">21:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_220000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"17\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">22:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_230000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"18\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">23:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_000000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"19\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">00:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_010000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"20\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">01:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_020000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"21\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">02:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_030000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"22\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">03:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_040000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"23\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">04:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_050000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"24\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">05:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_060000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"25\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">06:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_070000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"26\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">07:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_080000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"27\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">08:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_090000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"28\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">09:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_100000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"29\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">10:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_110000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"30\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">11:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_120000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"31\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">12:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_130000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"32\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">13:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_140000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"33\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">14:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_150000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"34\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">15:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_160000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"35\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">16:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_170000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"36\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">17:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_180000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"37\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">18:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_190000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"38\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">19:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_200000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"39\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">20:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_210000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"40\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">21:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_220000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"41\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">22:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_230000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"42\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">23:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211006_000000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"43\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">00:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211006_010000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"44\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">01:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211006_020000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"45\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">02:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211006_030000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"46\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">03:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211006_040000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"47\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">04:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211006_050000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"48\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">05:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211006_060000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"\\\" headerposition=\\\"middle\\\" headerindex=\\\"49\\\" waypoint=\\\"\\\"><div class=\\\"zzzsch-simple-timeheader\\\">06:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211006_070000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"\\\" headerposition=\\\"middle\\\" headerindex=\\\"50\\\" waypoint=\\\"\\\"><div class=\\\"zzzsch-simple-timeheader\\\">07:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211006_080000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"\\\" headerposition=\\\"middle\\\" headerindex=\\\"51\\\" waypoint=\\\"\\\"><div class=\\\"zzzsch-simple-timeheader\\\">08:00</div></td></tr></thead></table><table border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" style=\\\"width: 2080px; \\\" class=\\\"sch-header-row sch-header-row-bottom  \\\"><thead><tr style=\\\"height:px\\\"><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_050000\\\" style=\\\"; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"\\\" headerposition=\\\"bottom\\\" headerindex=\\\"0\\\" waypoint=\\\"\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_060000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"1\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_070000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"2\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_080000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"3\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_090000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"4\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_100000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"5\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_110000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"6\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_120000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"7\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_130000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"8\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_140000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"9\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_150000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"10\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_160000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"11\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_170000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"12\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_180000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"13\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_190000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"14\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_200000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"15\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_210000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"16\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_220000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"17\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_230000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"18\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_000000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"19\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_010000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"20\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_020000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"21\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_030000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"22\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_040000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"23\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_050000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"24\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_060000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"25\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_070000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"26\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_080000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"27\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_090000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"28\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_100000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"29\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_110000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"30\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_120000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"31\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_130000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"32\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_140000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"33\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_150000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"34\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_160000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"35\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_170000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"36\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_180000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"37\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_190000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"38\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_200000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"39\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_210000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"40\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_220000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"41\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_230000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"42\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211006_000000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"43\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211006_010000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"44\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211006_020000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"45\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211006_030000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"46\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211006_040000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"47\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211006_050000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"48\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211006_060000\\\" style=\\\"; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"\\\" headerposition=\\\"bottom\\\" headerindex=\\\"49\\\" waypoint=\\\"\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211006_070000\\\" style=\\\"; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"\\\" headerposition=\\\"bottom\\\" headerindex=\\\"50\\\" waypoint=\\\"\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211006_080000\\\" style=\\\"; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"\\\" headerposition=\\\"bottom\\\" headerindex=\\\"51\\\" waypoint=\\\"\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td></tr></thead></table><div class=\\\"sch-header-secondary-canvas\\\" id=\\\"ext-element-435\\\"><div id=\\\"sch-timespangroup-ext-5750-header-26273\\\" class=\\\"sch-header-indicator sch-timespangroup-ext-5750 shiftgantt-header-indicator-default now\\\" title=\\\"\\\" style=\\\"left:416px;\\\"><span class=\\\"shiftgantt-tasktip\\\" title=\\\"Current time\\\">\\u3000</span></div><div id=\\\"sch-timespangroup-ext-5752-header-26344\\\" class=\\\"sch-header-indicator sch-timespangroup-ext-5752 shiftgantt-header-indicator-default\\\" title=\\\"\\\" style=\\\"left:40px;\\\"><span class=\\\"shiftgantt-tasktip\\\" title=\\\"<span style='font-weight:bold;'>06:00</span> Mon 04 Oct<br><span style='font-weight:bold; display:flex;'><span style='margin-top:7px;'>Starting: </span><span class='shift-icon day' style='display:inline-block; border:1px solid black; background-color:#A5E4F9; transform:scale(0.6,0.6)'> </span><span style='margin-top:7px'>Day shift</span></span>Fixed Maintenance<br>Contractor<br>Site-wide and Critical<br>Meetings<br>Concentrator<br>Services<br>*Unknown<br>*Unknown<br>Mobile Maintenance<br>Production<br>*Unknown<br>*Unknown<br>Development\\\">\\u3000</span></div><div id=\\\"sch-timespangroup-ext-5752-header-26345\\\" class=\\\"sch-header-indicator sch-timespangroup-ext-5752 shiftgantt-header-indicator-default\\\" title=\\\"\\\" style=\\\"left:520px;\\\"><span class=\\\"shiftgantt-tasktip\\\" title=\\\"<div><span style='font-weight:bold;'>18:00</span> Mon 04 Oct<br></div><div style=&quot;display:flex; flex-direction:row;&quot;><div><span style='font-weight:bold; display:flex;'><span style='margin-top:7px;'>Ending: </span><span class='shift-icon day' style='display:inline-block; border:1px solid black; background-color:#A5E4F9; transform:scale(0.6,0.6)'> </span><span style='margin-top:7px'>Day shift</span></span>Fixed Maintenance<br>Contractor<br>Site-wide and Critical<br>Meetings<br>Concentrator<br>Services<br>*Unknown<br>*Unknown<br>Mobile Maintenance<br>Production<br>*Unknown<br>*Unknown<br>Development</div><div style=&quot; width:20px; &quot;>&nbsp;</div><div><span style='font-weight:bold; display:flex;'><span style='margin-top:7px;'>Starting: </span><span class='shift-icon night' style='display:inline-block; border:1px solid black; background-color:#366BFF; transform:scale(0.6,0.6)'> </span><span style='margin-top:7px'>Night shift</span></span>Fixed Maintenance<br>Contractor<br>Site-wide and Critical<br>Meetings<br>Concentrator<br>Mobile Maintenance<br>Production<br>Services<br>*Unknown<br>*Unknown<br>*Unknown<br>*Unknown<br>Development</div></div>\\\">\\u3000</span></div><div id=\\\"sch-timespangroup-ext-5752-header-26346\\\" class=\\\"sch-header-indicator sch-timespangroup-ext-5752 shiftgantt-header-indicator-default\\\" title=\\\"\\\" style=\\\"left:1000px;\\\"><span class=\\\"shiftgantt-tasktip\\\" title=\\\"<div><span style='font-weight:bold;'>06:00</span> Tue 05 Oct<br></div><div style=&quot;display:flex; flex-direction:row;&quot;><div><span style='font-weight:bold; display:flex;'><span style='margin-top:7px;'>Ending: </span><span class='shift-icon night' style='display:inline-block; border:1px solid black; background-color:#366BFF; transform:scale(0.6,0.6)'> </span><span style='margin-top:7px'>Night shift</span></span>Fixed Maintenance<br>Contractor<br>Site-wide and Critical<br>Meetings<br>Concentrator<br>Mobile Maintenance<br>Production<br>Services<br>*Unknown<br>*Unknown<br>*Unknown<br>*Unknown<br>Development</div><div style=&quot; width:20px; &quot;>&nbsp;</div><div><span style='font-weight:bold; display:flex;'><span style='margin-top:7px;'>Starting: </span><span class='shift-icon day' style='display:inline-block; border:1px solid black; background-color:#A5E4F9; transform:scale(0.6,0.6)'> </span><span style='margin-top:7px'>Day shift</span></span>Fixed Maintenance<br>Contractor<br>Site-wide and Critical<br>Meetings<br>Concentrator<br>Mobile Maintenance<br>Services<br>Production<br>*Unknown<br>*Unknown<br>*Unknown<br>*Unknown<br>Development</div></div>\\\">\\u3000</span></div><div id=\\\"sch-timespangroup-ext-5752-header-26347\\\" class=\\\"sch-header-indicator sch-timespangroup-ext-5752 shiftgantt-header-indicator-default\\\" title=\\\"\\\" style=\\\"left:1480px;\\\"><span class=\\\"shiftgantt-tasktip\\\" title=\\\"<div><span style='font-weight:bold;'>18:00</span> Tue 05 Oct<br></div><div style=&quot;display:flex; flex-direction:row;&quot;><div><span style='font-weight:bold; display:flex;'><span style='margin-top:7px;'>Ending: </span><span class='shift-icon day' style='display:inline-block; border:1px solid black; background-color:#A5E4F9; transform:scale(0.6,0.6)'> </span><span style='margin-top:7px'>Day shift</span></span>Fixed Maintenance<br>Contractor<br>Site-wide and Critical<br>Meetings<br>Concentrator<br>Mobile Maintenance<br>Services<br>Production<br>*Unknown<br>*Unknown<br>*Unknown<br>*Unknown<br>Development</div><div style=&quot; width:20px; &quot;>&nbsp;</div><div><span style='font-weight:bold; display:flex;'><span style='margin-top:7px;'>Starting: </span><span class='shift-icon night' style='display:inline-block; border:1px solid black; background-color:#366BFF; transform:scale(0.6,0.6)'> </span><span style='margin-top:7px'>Night shift</span></span>Fixed Maintenance<br>Contractor<br>Site-wide and Critical<br>Meetings<br>Concentrator<br>Mobile Maintenance<br>Production<br>Services<br>*Unknown<br>*Unknown<br>*Unknown<br>*Unknown<br>Development</div></div>\\\">\\u3000</span></div><div id=\\\"sch-timespangroup-ext-5752-header-26348\\\" class=\\\"sch-header-indicator sch-timespangroup-ext-5752 shiftgantt-header-indicator-default\\\" title=\\\"\\\" style=\\\"left:1960px;\\\"><span class=\\\"shiftgantt-tasktip\\\" title=\\\"<span style='font-weight:bold;'>06:00</span> Wed 06 Oct<br><span style='font-weight:bold; display:flex;'><span style='margin-top:7px;'>Ending: </span><span class='shift-icon night' style='display:inline-block; border:1px solid black; background-color:#366BFF; transform:scale(0.6,0.6)'> </span><span style='margin-top:7px'>Night shift</span></span>Fixed Maintenance<br>Contractor<br>Site-wide and Critical<br>Meetings<br>Concentrator<br>Mobile Maintenance<br>Production<br>Services<br>*Unknown<br>*Unknown<br>*Unknown<br>*Unknown<br>Development\\\">\\u3000</span></div></div></div></div></div></div></div></div><div id=\\\"scheduler-normal-body\\\" data-ref=\\\"body\\\" class=\\\"x-panel-body x-grid-with-col-lines x-grid-with-row-lines x-grid-body x-panel-body-default x-panel-body-default x-noborder-rbl\\\" role=\\\"presentation\\\" style=\\\"width: 100%; left: 0px; height: 100%; top: 82px;\\\"></div></div></div><div class=\\\"x-grid-scroll-container \\\" id=\\\"ext-element-440\\\" style=\\\"left: 0px; top: 83px; width: 100%; height: 100%;\\\"><div class=\\\"x-grid-scroll-body x-scroller\\\" id=\\\"ext-element-441\\\" style=\\\"overflow: hidden; height: 100%;\\\"><div class=\\\"x-grid-scrollbar-clipper x-grid-scrollbar-clipper-locked \\\" id=\\\"ext-element-444\\\"><div class=\\\"x-tree-view x-grid-with-col-lines x-grid-with-row-lines sch-lockedview x-fit-item x-tree-view-default x-unselectable x-scroller\\\" role=\\\"rowgroup\\\" id=\\\"treeview-4399\\\" tabindex=\\\"-1\\\" data-componentid=\\\"treeview-4399\\\" style=\\\"overflow: auto hidden; width: 396px; margin: 0px; height: 100%; top: 0px;\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"3\\\"><div class=\\\"x-tab-guard x-tab-guard-after\\\" tabindex=\\\"-1\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"2\\\"></div><div class=\\\"x-grid-item-container\\\" role=\\\"presentation\\\" style=\\\"width:396px\\\"><table id=\\\"treeview-4399-record-26315\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-4399\\\" data-recordid=\\\"26315\\\" data-recordindex=\\\"0\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"scheduler-row x-grid-tree-node-expanded  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"2\\\" aria-expanded=\\\"true\\\" style=\\\"height: 47px;\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-treecolumn-4499   x-grid-cell-treecolumn x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:396px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"treecolumn-4499\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-plus x-tree-expander\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-parent-expanded shiftgantt-field shiftgantt-field-Process\\\"></div><span class=\\\"x-tree-node-text \\\"><span style=\\\"color: #333; font-weight: bold;\\\">Development</span></span></div></td></tr></tbody></table><table id=\\\"treeview-4399-record-26316\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-4399\\\" data-recordid=\\\"26316\\\" data-recordindex=\\\"1\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"scheduler-row x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\" style=\\\"height: 47px;\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-treecolumn-4499   x-grid-cell-treecolumn x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:396px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"treecolumn-4499\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow-end\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Locations\\\"></div><span class=\\\"x-tree-node-text \\\"><span style=\\\"color: #333; font-weight: bold;\\\">DECA -10 DRIFT</span></span></div></td></tr></tbody></table><table id=\\\"treeview-4399-record-26318\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-4399\\\" data-recordid=\\\"26318\\\" data-recordindex=\\\"2\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"scheduler-row x-grid-tree-node-expanded  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"2\\\" aria-expanded=\\\"true\\\" style=\\\"height: 47px;\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-treecolumn-4499   x-grid-cell-treecolumn x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:396px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"treecolumn-4499\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-end-plus x-tree-expander\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-parent-expanded shiftgantt-field shiftgantt-field-Process\\\"></div><span class=\\\"x-tree-node-text \\\"><span style=\\\"color: #333; font-weight: bold;\\\">Services</span></span></div></td></tr></tbody></table><table id=\\\"treeview-4399-record-26319\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-4399\\\" data-recordid=\\\"26319\\\" data-recordindex=\\\"3\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"scheduler-row x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\" style=\\\"height: 47px;\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-treecolumn-4499   x-grid-cell-treecolumn x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:396px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"treecolumn-4499\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-empty\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow-end\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Locations\\\"></div><span class=\\\"x-tree-node-text \\\"><span style=\\\"color: #333; font-weight: bold;\\\">DECA -10 DRIFT</span></span></div></td></tr></tbody></table></div></div></div><div class=\\\"x-grid-scrollbar-clipper \\\" id=\\\"ext-element-445\\\" style=\\\"left: 410px;\\\"><div class=\\\"x-grid-view x-grid-with-col-lines x-grid-with-row-lines sch-horizontal-view sch-timelineview sch-schedulerview sch-animations-enabled x-fit-item x-grid-view-default x-unselectable x-scroller\\\" role=\\\"rowgroup\\\" id=\\\"scheduler-timelineview\\\" tabindex=\\\"-1\\\" data-componentid=\\\"scheduler-timelineview\\\" style=\\\"overflow: hidden; margin: 0px; width: 2080px; height: 100%; top: 0px;\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"3\\\"><div class=\\\"sch-drag-selector\\\" id=\\\"ext-element-436\\\"></div><div class=\\\"x-tab-guard x-tab-guard-after\\\" tabindex=\\\"-1\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"2\\\"></div><div class=\\\"x-grid-item-container\\\" role=\\\"presentation\\\" style=\\\"width:2080px\\\" id=\\\"ext-element-467\\\"><div class=\\\"sch-item-canvas\\\" id=\\\"ext-element-465\\\"><div role=\\\"presentation\\\" class=\\\"sch-secondary-canvas sch-item-canvas-layer\\\" id=\\\"ext-element-466\\\" data-sch-secondary-canvas-layer=\\\"-1\\\" style=\\\"z-index: -1; top: 0px;\\\"><div id=\\\"sch-timespangroup-ext-5750-26273\\\" title=\\\"15:24 \\\" class=\\\"sch-timeline sch-timespangroup-ext-5750 shiftgantt-header-indicator-default now\\\" style=\\\"left:416px;top:px;width:px\\\"></div><div id=\\\"sch-timespangroup-ext-5751-26335\\\" class=\\\"sch-zone sch-timespangroup-ext-5751 \\\" style=\\\"left: 0px; top: 0px; width: 40px; height: 270px;\\\" colour=\\\"white\\\" index=\\\"0\\\"></div><div id=\\\"sch-timespangroup-ext-5751-26336\\\" class=\\\"sch-zone sch-timespangroup-ext-5751 \\\" style=\\\"left: 40px; top: 0px; width: 480px; height: 270px;\\\" colour=\\\"#A5E4F9\\\" index=\\\"1\\\"></div><div id=\\\"sch-timespangroup-ext-5751-26337\\\" class=\\\"sch-zone sch-timespangroup-ext-5751 \\\" style=\\\"left: 520px; top: 0px; width: 480px; height: 270px;\\\" colour=\\\"#366BFF\\\" index=\\\"2\\\"></div><div id=\\\"sch-timespangroup-ext-5751-26338\\\" class=\\\"sch-zone sch-timespangroup-ext-5751 \\\" style=\\\"left: 1000px; top: 0px; width: 480px; height: 270px;\\\" colour=\\\"#A5E4F9\\\" index=\\\"3\\\"></div><div id=\\\"sch-timespangroup-ext-5751-26339\\\" class=\\\"sch-zone sch-timespangroup-ext-5751 \\\" style=\\\"left: 1480px; top: 0px; width: 480px; height: 270px;\\\" colour=\\\"#366BFF\\\" index=\\\"4\\\"></div><div id=\\\"sch-timespangroup-ext-5751-26340\\\" class=\\\"sch-zone sch-timespangroup-ext-5751 \\\" style=\\\"left: 1960px; top: 0px; width: 120px; height: 270px;\\\" colour=\\\"white\\\" index=\\\"5\\\"></div><div id=\\\"sch-timespangroup-ext-5751-26342\\\" class=\\\"sch-zone sch-timespangroup-ext-5751 shiftgantt-offallshifts\\\" style=\\\"left: 0px; top: 0px; width: 40px; height: 270px;\\\" colour=\\\"Nil\\\" index=\\\"6\\\"></div><div id=\\\"sch-timespangroup-ext-5751-26343\\\" class=\\\"sch-zone sch-timespangroup-ext-5751 shiftgantt-offallshifts\\\" style=\\\"left: 1960px; top: 0px; width: 120px; height: 270px;\\\" colour=\\\"Nil\\\" index=\\\"7\\\"></div><div id=\\\"sch-timespangroup-ext-5752-26344\\\" class=\\\"sch-timeline sch-timespangroup-ext-5752 shiftgantt-header-indicator-default\\\" style=\\\"left:40px;top:px;width:px\\\"></div><div id=\\\"sch-timespangroup-ext-5752-26345\\\" class=\\\"sch-timeline sch-timespangroup-ext-5752 shiftgantt-header-indicator-default\\\" style=\\\"left:520px;top:px;width:px\\\"></div><div id=\\\"sch-timespangroup-ext-5752-26346\\\" class=\\\"sch-timeline sch-timespangroup-ext-5752 shiftgantt-header-indicator-default\\\" style=\\\"left:1000px;top:px;width:px\\\"></div><div id=\\\"sch-timespangroup-ext-5752-26347\\\" class=\\\"sch-timeline sch-timespangroup-ext-5752 shiftgantt-header-indicator-default\\\" style=\\\"left:1480px;top:px;width:px\\\"></div><div id=\\\"sch-timespangroup-ext-5752-26348\\\" class=\\\"sch-timeline sch-timespangroup-ext-5752 shiftgantt-header-indicator-default\\\" style=\\\"left:1960px;top:px;width:px\\\"></div><div id=\\\"sch-timespangroup-ext-5871-26856\\\" class=\\\"sch-column-line sch-timespangroup-ext-5871 sch-column-line-solid\\\" style=\\\"left: 760px; height: 270px;\\\"></div><div id=\\\"sch-timespangroup-ext-5871-26857\\\" class=\\\"sch-column-line sch-timespangroup-ext-5871 sch-column-line-solid\\\" style=\\\"left: 1720px; height: 270px;\\\"></div></div><div role=\\\"presentation\\\" class=\\\"sch-dependencyview-ct sch-item-canvas-layer\\\" id=\\\"ext-element-468\\\" data-sch-secondary-canvas-layer=\\\"0\\\" style=\\\"z-index: 0; top: 0px; left: 0px; visibility: visible;\\\"></div></div><table id=\\\"scheduler-timelineview-record-26315\\\" role=\\\"presentation\\\" data-boundview=\\\"scheduler-timelineview\\\" data-recordid=\\\"26315\\\" data-recordindex=\\\"0\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"scheduler-row  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-4397 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:2080px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-4397\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;height:47px\\\">&nbsp;</div></td></tr></tbody></table><table id=\\\"scheduler-timelineview-record-26316\\\" role=\\\"presentation\\\" data-boundview=\\\"scheduler-timelineview\\\" data-recordid=\\\"26316\\\" data-recordindex=\\\"1\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"scheduler-row  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-4397 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:2080px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-4397\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;height:47px\\\">&nbsp;<div unselectable=\\\"on\\\" tabindex=\\\"-1\\\" id=\\\"scheduler-26317-26316-x\\\" style=\\\"right:px;left:303px;top:4px;height:40px;width:40px;background:linear-gradient(to right, lightgray 0px, lightgray 39px, mistyrose 40px, mistyrose 41px, mistyrose 100%);box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);border-top:1px solid lightgrey; height:39px !important; line-height:18px;\\\" class=\\\"sch-event x-unselectable  sch-event-resizable-false scheduler-task shiftgantt-noresize\\\"><div class=\\\"sch-resizable-handle sch-resizable-handle-start\\\"></div><div unselectable=\\\"on\\\" class=\\\"sch-event-inner\\\"><div fewziontaskid=\\\"tasks-21326\\\" resourceid=\\\"2\\\" lhs=\\\"lightgray\\\" rhs=\\\"mistyrose\\\" upto=\\\"100\\\" truewidth=\\\"40\\\" textcolour=\\\"#FFFFFF\\\" linecolour=\\\"#C0C0C0\\\" style=\\\"false\\\"><div style=\\\"width:18px; height:40px; background-color:#339966; float:left; margin: -1px 5px 0px -2px;\\\"><i class=\\\"far fa-stop-circle\\\" style=\\\"color:#FFFFFF; margin-left:2px; width:15px;\\\" task=\\\"tasks-21326\\\"></i></div><div class=\\\"scheduler-ew\\\" style=\\\"width:5px; height:85%; display:inline-block; position:absolute; left:35px;\\\"></div><div><div style=\\\"margin-top:-2px; overflow:hidden; text-overflow:ellipsis;\\\"> Re-entry DECA -10 DRIFT</div><div style=\\\"overflow:hidden;\\\"><span style=\\\"float:left;\\\"><div class=\\\"shift-icon day\\\" style=\\\"transform:scale(0.6,0.6); margin-top:-6px; margin-left:px;\\\" data-qtip=\\\"Day shift\\\"></div>&nbsp;</span><span style=\\\"float:left; margin-left:5px; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"float:left;\\\"><i class=\\\"fa fa-exclamation scheduler-issue-icon\\\" style=\\\"visibility:hidden\\\"></i>&nbsp;</span><span style=\\\"float:left;\\\">&nbsp;<span class=\\\"task-icon unknown\\\" data-qtip=\\\"Yet to be accepted by other department\\\"></span>&nbsp;</span><span style=\\\"float:right;\\\">&nbsp;</span><div style=\\\"display:flex; justify-content:flex-end;\\\"><span style=\\\"overflow:hidden; text-overflow:ellipsis;\\\"><span class=\\\"tag\\\" tagid=\\\"tags-237\\\" style=\\\"background-color:#FFCC00; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">LG</span><span class=\\\"tag\\\" tagid=\\\"tags-229\\\" style=\\\"background-color:#FFFFFF; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">5&nbsp;Cuts</span>&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span></div></div></div></div></div><div class=\\\"sch-resizable-handle sch-resizable-handle-end\\\"></div><div class=\\\"sch-terminal sch-terminal-left\\\"></div><div class=\\\"sch-terminal sch-terminal-right\\\"></div><div class=\\\"sch-terminal sch-terminal-top\\\"></div><div class=\\\"sch-terminal sch-terminal-bottom\\\"></div></div><div unselectable=\\\"on\\\" tabindex=\\\"-1\\\" id=\\\"scheduler-26321-26316-x\\\" style=\\\"right:px;left:263px;top:4px;height:40px;width:40px;background:linear-gradient(to right, lightgray 0px, lightgray 39px, mistyrose 40px, mistyrose 41px, mistyrose 100%);box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);border-top:1px solid lightgrey; height:39px !important; line-height:18px;\\\" class=\\\"sch-event x-unselectable  sch-event-resizable-false scheduler-task shiftgantt-noresize\\\"><div class=\\\"sch-resizable-handle sch-resizable-handle-start\\\"></div><div unselectable=\\\"on\\\" class=\\\"sch-event-inner\\\"><div fewziontaskid=\\\"tasks-21335\\\" resourceid=\\\"2\\\" lhs=\\\"lightgray\\\" rhs=\\\"mistyrose\\\" upto=\\\"100\\\" truewidth=\\\"40\\\" textcolour=\\\"#FFFFFF\\\" linecolour=\\\"#C0C0C0\\\" style=\\\"false\\\"><div style=\\\"width:18px; height:40px; background-color:#339966; float:left; margin: -1px 5px 0px -2px;\\\"><i class=\\\"far fa-stop-circle\\\" style=\\\"color:#FFFFFF; margin-left:2px; width:15px;\\\" task=\\\"tasks-21335\\\"></i></div><div class=\\\"scheduler-ew\\\" style=\\\"width:5px; height:85%; display:inline-block; position:absolute; left:35px;\\\"></div><div><div style=\\\"margin-top:-2px; overflow:hidden; text-overflow:ellipsis;\\\"> Re-entry DECA -10 DRIFT</div><div style=\\\"overflow:hidden;\\\"><span style=\\\"float:left;\\\"><div class=\\\"shift-icon day\\\" style=\\\"transform:scale(0.6,0.6); margin-top:-6px; margin-left:px;\\\" data-qtip=\\\"Day shift\\\"></div>&nbsp;</span><span style=\\\"float:left; margin-left:5px; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"float:left;\\\"><i class=\\\"fa fa-exclamation scheduler-issue-icon\\\" style=\\\"visibility:hidden\\\"></i>&nbsp;</span><span style=\\\"float:left;\\\">&nbsp;<span class=\\\"task-icon unknown\\\" data-qtip=\\\"Yet to be accepted by other department\\\"></span>&nbsp;</span><span style=\\\"float:right;\\\">&nbsp;</span><div style=\\\"display:flex; justify-content:flex-end;\\\"><span style=\\\"overflow:hidden; text-overflow:ellipsis;\\\"><span class=\\\"tag\\\" tagid=\\\"tags-237\\\" style=\\\"background-color:#FFCC00; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">LG</span><span class=\\\"tag\\\" tagid=\\\"tags-229\\\" style=\\\"background-color:#FFFFFF; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">5&nbsp;Cuts</span>&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span></div></div></div></div></div><div class=\\\"sch-resizable-handle sch-resizable-handle-end\\\"></div><div class=\\\"sch-terminal sch-terminal-left\\\"></div><div class=\\\"sch-terminal sch-terminal-right\\\"></div><div class=\\\"sch-terminal sch-terminal-top\\\"></div><div class=\\\"sch-terminal sch-terminal-bottom\\\"></div></div><div unselectable=\\\"on\\\" tabindex=\\\"-1\\\" id=\\\"scheduler-26323-26316-x\\\" style=\\\"right:px;left:1297px;top:4px;height:40px;width:40px;background:linear-gradient(to right, lightgray 0px, lightgray 39px, mistyrose 40px, mistyrose 41px, mistyrose 100%);box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);border-top:1px solid lightgrey; height:39px !important; line-height:18px;\\\" class=\\\"sch-event x-unselectable  sch-event-resizable-false scheduler-task shiftgantt-noresize\\\"><div class=\\\"sch-resizable-handle sch-resizable-handle-start\\\"></div><div unselectable=\\\"on\\\" class=\\\"sch-event-inner\\\"><div fewziontaskid=\\\"tasks-21330\\\" resourceid=\\\"2\\\" lhs=\\\"lightgray\\\" rhs=\\\"mistyrose\\\" upto=\\\"100\\\" truewidth=\\\"40\\\" textcolour=\\\"#FFFFFF\\\" linecolour=\\\"#C0C0C0\\\" style=\\\"false\\\"><div style=\\\"width:18px; height:40px; background-color:#339966; float:left; margin: -1px 5px 0px -2px;\\\"></div><div class=\\\"scheduler-ew\\\" style=\\\"width:5px; height:85%; display:inline-block; position:absolute; left:35px;\\\"></div><div><div style=\\\"margin-top:-2px; overflow:hidden; text-overflow:ellipsis;\\\"> Prepare face DECA -10 DRIFT</div><div style=\\\"overflow:hidden;\\\"><span style=\\\"float:left;\\\"><div class=\\\"shift-icon day\\\" style=\\\"transform:scale(0.6,0.6); margin-top:-6px; margin-left:px;\\\" data-qtip=\\\"Day shift\\\"></div>&nbsp;</span><span style=\\\"float:left; margin-left:5px; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"float:left;\\\"><i class=\\\"fa fa-exclamation scheduler-issue-icon\\\" style=\\\"visibility:hidden\\\"></i>&nbsp;</span><span style=\\\"float:left;\\\">&nbsp;<span class=\\\"task-icon unknown\\\" data-qtip=\\\"Yet to be accepted by other department\\\"></span>&nbsp;</span><span style=\\\"float:right;\\\">&nbsp;</span><div style=\\\"display:flex; justify-content:flex-end;\\\"><span style=\\\"overflow:hidden; text-overflow:ellipsis;\\\"><span class=\\\"tag\\\" tagid=\\\"tags-237\\\" style=\\\"background-color:#FFCC00; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">LG</span><span class=\\\"tag\\\" tagid=\\\"tags-229\\\" style=\\\"background-color:#FFFFFF; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">5&nbsp;Cuts</span>&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span></div></div></div></div></div><div class=\\\"sch-resizable-handle sch-resizable-handle-end\\\"></div><div class=\\\"sch-terminal sch-terminal-left\\\"></div><div class=\\\"sch-terminal sch-terminal-right\\\"></div><div class=\\\"sch-terminal sch-terminal-top\\\"></div><div class=\\\"sch-terminal sch-terminal-bottom\\\"></div></div><div unselectable=\\\"on\\\" tabindex=\\\"-1\\\" id=\\\"scheduler-26325-26316-x\\\" style=\\\"right:px;left:1257px;top:4px;height:40px;width:40px;background:linear-gradient(to right, lightgray 0px, lightgray 39px, mistyrose 40px, mistyrose 41px, mistyrose 100%);box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);border-top:1px solid lightgrey; height:39px !important; line-height:18px;\\\" class=\\\"sch-event x-unselectable  sch-event-resizable-false scheduler-task shiftgantt-noresize\\\"><div class=\\\"sch-resizable-handle sch-resizable-handle-start\\\"></div><div unselectable=\\\"on\\\" class=\\\"sch-event-inner\\\"><div fewziontaskid=\\\"tasks-21339\\\" resourceid=\\\"2\\\" lhs=\\\"lightgray\\\" rhs=\\\"mistyrose\\\" upto=\\\"100\\\" truewidth=\\\"40\\\" textcolour=\\\"#FFFFFF\\\" linecolour=\\\"#C0C0C0\\\" style=\\\"false\\\"><div style=\\\"width:18px; height:40px; background-color:#339966; float:left; margin: -1px 5px 0px -2px;\\\"></div><div class=\\\"scheduler-ew\\\" style=\\\"width:5px; height:85%; display:inline-block; position:absolute; left:35px;\\\"></div><div><div style=\\\"margin-top:-2px; overflow:hidden; text-overflow:ellipsis;\\\"> Prepare face DECA -10 DRIFT</div><div style=\\\"overflow:hidden;\\\"><span style=\\\"float:left;\\\"><div class=\\\"shift-icon day\\\" style=\\\"transform:scale(0.6,0.6); margin-top:-6px; margin-left:px;\\\" data-qtip=\\\"Day shift\\\"></div>&nbsp;</span><span style=\\\"float:left; margin-left:5px; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"float:left;\\\"><i class=\\\"fa fa-exclamation scheduler-issue-icon\\\" style=\\\"visibility:hidden\\\"></i>&nbsp;</span><span style=\\\"float:left;\\\">&nbsp;<span class=\\\"task-icon unknown\\\" data-qtip=\\\"Yet to be accepted by other department\\\"></span>&nbsp;</span><span style=\\\"float:right;\\\">&nbsp;</span><div style=\\\"display:flex; justify-content:flex-end;\\\"><span style=\\\"overflow:hidden; text-overflow:ellipsis;\\\"><span class=\\\"tag\\\" tagid=\\\"tags-237\\\" style=\\\"background-color:#FFCC00; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">LG</span><span class=\\\"tag\\\" tagid=\\\"tags-229\\\" style=\\\"background-color:#FFFFFF; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">5&nbsp;Cuts</span>&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span></div></div></div></div></div><div class=\\\"sch-resizable-handle sch-resizable-handle-end\\\"></div><div class=\\\"sch-terminal sch-terminal-left\\\"></div><div class=\\\"sch-terminal sch-terminal-right\\\"></div><div class=\\\"sch-terminal sch-terminal-top\\\"></div><div class=\\\"sch-terminal sch-terminal-bottom\\\"></div></div></div></td></tr></tbody></table><table id=\\\"scheduler-timelineview-record-26318\\\" role=\\\"presentation\\\" data-boundview=\\\"scheduler-timelineview\\\" data-recordid=\\\"26318\\\" data-recordindex=\\\"2\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 0px; height: 47px;\\\"><tbody><tr class=\\\"scheduler-row  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-4397 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:2080px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-4397\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;height:47px\\\">&nbsp;</div></td></tr></tbody></table><table id=\\\"scheduler-timelineview-record-26319\\\" role=\\\"presentation\\\" data-boundview=\\\"scheduler-timelineview\\\" data-recordid=\\\"26319\\\" data-recordindex=\\\"3\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"scheduler-row  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-4397 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:2080px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-4397\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;height:47px\\\">&nbsp;<div unselectable=\\\"on\\\" tabindex=\\\"-1\\\" id=\\\"scheduler-26320-26319-x\\\" style=\\\"right:px;left:303px;top:4px;height:40px;width:40px;background:linear-gradient(to right, lightgray 0px, lightgray 39px, mistyrose 40px, mistyrose 41px, mistyrose 100%);box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);border-top:1px solid lightgrey; height:39px !important; line-height:18px;\\\" class=\\\"sch-event x-unselectable  sch-event-resizable-false scheduler-task shiftgantt-noresize\\\"><div class=\\\"sch-resizable-handle sch-resizable-handle-start\\\"></div><div unselectable=\\\"on\\\" class=\\\"sch-event-inner\\\"><div fewziontaskid=\\\"tasks-21326\\\" resourceid=\\\"5\\\" lhs=\\\"lightgray\\\" rhs=\\\"mistyrose\\\" upto=\\\"100\\\" truewidth=\\\"40\\\" textcolour=\\\"#FFFFFF\\\" linecolour=\\\"#C0C0C0\\\" style=\\\"false\\\"><div style=\\\"width:18px; height:40px; background-color:#339966; float:left; margin: -1px 5px 0px -2px;\\\"><i class=\\\"far fa-stop-circle\\\" style=\\\"color:#FFFFFF; margin-left:2px; width:15px;\\\" task=\\\"tasks-21326\\\"></i></div><div class=\\\"scheduler-ew\\\" style=\\\"width:5px; height:85%; display:inline-block; position:absolute; left:35px;\\\"></div><div><div style=\\\"margin-top:-2px; overflow:hidden; text-overflow:ellipsis;\\\"> Re-entry DECA -10 DRIFT</div><div style=\\\"overflow:hidden;\\\"><span style=\\\"float:left;\\\"><div class=\\\"shift-icon day\\\" style=\\\"transform:scale(0.6,0.6); margin-top:-6px; margin-left:px;\\\" data-qtip=\\\"Day shift\\\"></div>&nbsp;</span><span style=\\\"float:left; margin-left:5px; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"float:left;\\\"><i class=\\\"fa fa-exclamation scheduler-issue-icon\\\" style=\\\"visibility:hidden\\\"></i>&nbsp;</span><span style=\\\"float:left;\\\">&nbsp;<img src=\\\"resources/desktop/images/shared/shadow-task.png\\\" data-qtip=\\\"Shadow Task\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Shadow Task\\\" controlshadow=\\\"true\\\">&nbsp;<img class=\\\"status-icon status-icon-accept\\\" src=\\\"resources/desktop/images/shared/accept.png\\\" data-qtip=\\\"Accept\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Accept\\\">&nbsp;<img class=\\\"status-icon status-icon-reject\\\" src=\\\"resources/desktop/images/shared/reject.png\\\" data-qtip=\\\"Reject\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Reject\\\">&nbsp;</span><span style=\\\"float:right;\\\">&nbsp;</span><div style=\\\"display:flex; justify-content:flex-end;\\\"><span style=\\\"overflow:hidden; text-overflow:ellipsis;\\\"><span class=\\\"tag\\\" tagid=\\\"tags-237\\\" style=\\\"background-color:#FFCC00; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">LG</span><span class=\\\"tag\\\" tagid=\\\"tags-229\\\" style=\\\"background-color:#FFFFFF; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">5&nbsp;Cuts</span>&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span></div></div></div></div></div><div class=\\\"sch-resizable-handle sch-resizable-handle-end\\\"></div><div class=\\\"sch-terminal sch-terminal-left\\\"></div><div class=\\\"sch-terminal sch-terminal-right\\\"></div><div class=\\\"sch-terminal sch-terminal-top\\\"></div><div class=\\\"sch-terminal sch-terminal-bottom\\\"></div></div><div unselectable=\\\"on\\\" tabindex=\\\"-1\\\" id=\\\"scheduler-26322-26319-x\\\" style=\\\"right:px;left:263px;top:4px;height:40px;width:40px;background:linear-gradient(to right, lightgray 0px, lightgray 39px, mistyrose 40px, mistyrose 41px, mistyrose 100%);box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);border-top:1px solid lightgrey; height:39px !important; line-height:18px;\\\" class=\\\"sch-event x-unselectable  sch-event-resizable-false scheduler-task shiftgantt-noresize\\\"><div class=\\\"sch-resizable-handle sch-resizable-handle-start\\\"></div><div unselectable=\\\"on\\\" class=\\\"sch-event-inner\\\"><div fewziontaskid=\\\"tasks-21335\\\" resourceid=\\\"5\\\" lhs=\\\"lightgray\\\" rhs=\\\"mistyrose\\\" upto=\\\"100\\\" truewidth=\\\"40\\\" textcolour=\\\"#FFFFFF\\\" linecolour=\\\"#C0C0C0\\\" style=\\\"false\\\"><div style=\\\"width:18px; height:40px; background-color:#339966; float:left; margin: -1px 5px 0px -2px;\\\"><i class=\\\"far fa-stop-circle\\\" style=\\\"color:#FFFFFF; margin-left:2px; width:15px;\\\" task=\\\"tasks-21335\\\"></i></div><div class=\\\"scheduler-ew\\\" style=\\\"width:5px; height:85%; display:inline-block; position:absolute; left:35px;\\\"></div><div><div style=\\\"margin-top:-2px; overflow:hidden; text-overflow:ellipsis;\\\"> Re-entry DECA -10 DRIFT</div><div style=\\\"overflow:hidden;\\\"><span style=\\\"float:left;\\\"><div class=\\\"shift-icon day\\\" style=\\\"transform:scale(0.6,0.6); margin-top:-6px; margin-left:px;\\\" data-qtip=\\\"Day shift\\\"></div>&nbsp;</span><span style=\\\"float:left; margin-left:5px; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"float:left;\\\"><i class=\\\"fa fa-exclamation scheduler-issue-icon\\\" style=\\\"visibility:hidden\\\"></i>&nbsp;</span><span style=\\\"float:left;\\\">&nbsp;<img src=\\\"resources/desktop/images/shared/shadow-task.png\\\" data-qtip=\\\"Shadow Task\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Shadow Task\\\" controlshadow=\\\"true\\\">&nbsp;<img class=\\\"status-icon status-icon-accept\\\" src=\\\"resources/desktop/images/shared/accept.png\\\" data-qtip=\\\"Accept\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Accept\\\">&nbsp;<img class=\\\"status-icon status-icon-reject\\\" src=\\\"resources/desktop/images/shared/reject.png\\\" data-qtip=\\\"Reject\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Reject\\\">&nbsp;</span><span style=\\\"float:right;\\\">&nbsp;</span><div style=\\\"display:flex; justify-content:flex-end;\\\"><span style=\\\"overflow:hidden; text-overflow:ellipsis;\\\"><span class=\\\"tag\\\" tagid=\\\"tags-237\\\" style=\\\"background-color:#FFCC00; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">LG</span><span class=\\\"tag\\\" tagid=\\\"tags-229\\\" style=\\\"background-color:#FFFFFF; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">5&nbsp;Cuts</span>&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span></div></div></div></div></div><div class=\\\"sch-resizable-handle sch-resizable-handle-end\\\"></div><div class=\\\"sch-terminal sch-terminal-left\\\"></div><div class=\\\"sch-terminal sch-terminal-right\\\"></div><div class=\\\"sch-terminal sch-terminal-top\\\"></div><div class=\\\"sch-terminal sch-terminal-bottom\\\"></div></div><div unselectable=\\\"on\\\" tabindex=\\\"-1\\\" id=\\\"scheduler-26324-26319-x\\\" style=\\\"right:px;left:1297px;top:4px;height:40px;width:40px;background:linear-gradient(to right, lightgray 0px, lightgray 39px, mistyrose 40px, mistyrose 41px, mistyrose 100%);box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);border-top:1px solid lightgrey; height:39px !important; line-height:18px;\\\" class=\\\"sch-event x-unselectable  sch-event-resizable-false scheduler-task shiftgantt-noresize\\\"><div class=\\\"sch-resizable-handle sch-resizable-handle-start\\\"></div><div unselectable=\\\"on\\\" class=\\\"sch-event-inner\\\"><div fewziontaskid=\\\"tasks-21330\\\" resourceid=\\\"5\\\" lhs=\\\"lightgray\\\" rhs=\\\"mistyrose\\\" upto=\\\"100\\\" truewidth=\\\"40\\\" textcolour=\\\"#FFFFFF\\\" linecolour=\\\"#C0C0C0\\\" style=\\\"false\\\"><div style=\\\"width:18px; height:40px; background-color:#339966; float:left; margin: -1px 5px 0px -2px;\\\"></div><div class=\\\"scheduler-ew\\\" style=\\\"width:5px; height:85%; display:inline-block; position:absolute; left:35px;\\\"></div><div><div style=\\\"margin-top:-2px; overflow:hidden; text-overflow:ellipsis;\\\"> Prepare face DECA -10 DRIFT</div><div style=\\\"overflow:hidden;\\\"><span style=\\\"float:left;\\\"><div class=\\\"shift-icon day\\\" style=\\\"transform:scale(0.6,0.6); margin-top:-6px; margin-left:px;\\\" data-qtip=\\\"Day shift\\\"></div>&nbsp;</span><span style=\\\"float:left; margin-left:5px; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"float:left;\\\"><i class=\\\"fa fa-exclamation scheduler-issue-icon\\\" style=\\\"visibility:hidden\\\"></i>&nbsp;</span><span style=\\\"float:left;\\\">&nbsp;<img src=\\\"resources/desktop/images/shared/shadow-task.png\\\" data-qtip=\\\"Shadow Task\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Shadow Task\\\" controlshadow=\\\"true\\\">&nbsp;<img class=\\\"status-icon status-icon-accept\\\" src=\\\"resources/desktop/images/shared/accept.png\\\" data-qtip=\\\"Accept\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Accept\\\">&nbsp;<img class=\\\"status-icon status-icon-reject\\\" src=\\\"resources/desktop/images/shared/reject.png\\\" data-qtip=\\\"Reject\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Reject\\\">&nbsp;</span><span style=\\\"float:right;\\\">&nbsp;</span><div style=\\\"display:flex; justify-content:flex-end;\\\"><span style=\\\"overflow:hidden; text-overflow:ellipsis;\\\"><span class=\\\"tag\\\" tagid=\\\"tags-237\\\" style=\\\"background-color:#FFCC00; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">LG</span><span class=\\\"tag\\\" tagid=\\\"tags-229\\\" style=\\\"background-color:#FFFFFF; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">5&nbsp;Cuts</span>&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span></div></div></div></div></div><div class=\\\"sch-resizable-handle sch-resizable-handle-end\\\"></div><div class=\\\"sch-terminal sch-terminal-left\\\"></div><div class=\\\"sch-terminal sch-terminal-right\\\"></div><div class=\\\"sch-terminal sch-terminal-top\\\"></div><div class=\\\"sch-terminal sch-terminal-bottom\\\"></div></div><div unselectable=\\\"on\\\" tabindex=\\\"-1\\\" id=\\\"scheduler-26326-26319-x\\\" style=\\\"right:px;left:1257px;top:4px;height:40px;width:40px;background:linear-gradient(to right, lightgray 0px, lightgray 39px, mistyrose 40px, mistyrose 41px, mistyrose 100%);box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);border-top:1px solid lightgrey; height:39px !important; line-height:18px;\\\" class=\\\"sch-event x-unselectable  sch-event-resizable-false scheduler-task shiftgantt-noresize\\\"><div class=\\\"sch-resizable-handle sch-resizable-handle-start\\\"></div><div unselectable=\\\"on\\\" class=\\\"sch-event-inner\\\"><div fewziontaskid=\\\"tasks-21339\\\" resourceid=\\\"5\\\" lhs=\\\"lightgray\\\" rhs=\\\"mistyrose\\\" upto=\\\"100\\\" truewidth=\\\"40\\\" textcolour=\\\"#FFFFFF\\\" linecolour=\\\"#C0C0C0\\\" style=\\\"false\\\"><div style=\\\"width:18px; height:40px; background-color:#339966; float:left; margin: -1px 5px 0px -2px;\\\"></div><div class=\\\"scheduler-ew\\\" style=\\\"width:5px; height:85%; display:inline-block; position:absolute; left:35px;\\\"></div><div><div style=\\\"margin-top:-2px; overflow:hidden; text-overflow:ellipsis;\\\"> Prepare face DECA -10 DRIFT</div><div style=\\\"overflow:hidden;\\\"><span style=\\\"float:left;\\\"><div class=\\\"shift-icon day\\\" style=\\\"transform:scale(0.6,0.6); margin-top:-6px; margin-left:px;\\\" data-qtip=\\\"Day shift\\\"></div>&nbsp;</span><span style=\\\"float:left; margin-left:5px; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"float:left;\\\"><i class=\\\"fa fa-exclamation scheduler-issue-icon\\\" style=\\\"visibility:hidden\\\"></i>&nbsp;</span><span style=\\\"float:left;\\\">&nbsp;<img src=\\\"resources/desktop/images/shared/shadow-task.png\\\" data-qtip=\\\"Shadow Task\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Shadow Task\\\" controlshadow=\\\"true\\\">&nbsp;<img class=\\\"status-icon status-icon-accept\\\" src=\\\"resources/desktop/images/shared/accept.png\\\" data-qtip=\\\"Accept\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Accept\\\">&nbsp;<img class=\\\"status-icon status-icon-reject\\\" src=\\\"resources/desktop/images/shared/reject.png\\\" data-qtip=\\\"Reject\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Reject\\\">&nbsp;</span><span style=\\\"float:right;\\\">&nbsp;</span><div style=\\\"display:flex; justify-content:flex-end;\\\"><span style=\\\"overflow:hidden; text-overflow:ellipsis;\\\"><span class=\\\"tag\\\" tagid=\\\"tags-237\\\" style=\\\"background-color:#FFCC00; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">LG</span><span class=\\\"tag\\\" tagid=\\\"tags-229\\\" style=\\\"background-color:#FFFFFF; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">5&nbsp;Cuts</span>&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span></div></div></div></div></div><div class=\\\"sch-resizable-handle sch-resizable-handle-end\\\"></div><div class=\\\"sch-terminal sch-terminal-left\\\"></div><div class=\\\"sch-terminal sch-terminal-right\\\"></div><div class=\\\"sch-terminal sch-terminal-top\\\"></div><div class=\\\"sch-terminal sch-terminal-bottom\\\"></div></div></div></td></tr></tbody></table></div></div></div></div><div class=\\\"x-grid-scrollbar x-grid-scrollbar-locked  x-scroller x-grid-scrollbar-visible\\\" id=\\\"ext-element-442\\\" style=\\\"overflow: scroll hidden; width: 397px; height: 9px;\\\"></div><div class=\\\"x-grid-scrollbar  x-scroller x-grid-scrollbar-visible\\\" id=\\\"ext-element-443\\\" style=\\\"overflow: scroll hidden; width: 62px; height: 9px; left: 410px;\\\"></div><div class=\\\"x-component x-border-box x-mask x-component-default\\\" role=\\\"progressbar\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" id=\\\"loadmask-4496\\\" tabindex=\\\"0\\\" data-componentid=\\\"loadmask-4496\\\" style=\\\"display: none;\\\"><div id=\\\"loadmask-4496-msgWrapEl\\\" data-ref=\\\"msgWrapEl\\\" class=\\\"x-mask-msg\\\" role=\\\"presentation\\\"><div id=\\\"loadmask-4496-msgEl\\\" data-ref=\\\"msgEl\\\" class=\\\" x-mask-msg-inner \\\" role=\\\"presentation\\\"><div id=\\\"loadmask-4496-msgTextEl\\\" data-ref=\\\"msgTextEl\\\" class=\\\"x-mask-msg-text\\\" role=\\\"presentation\\\">Loading events...</div></div></div></div></div></div></div></body></html>\",\"number\":1}\r\n    ],\r\n    \"startDate\":\"2021-10-04T05:00:00\",\r\n    \"endDate\":\"2021-10-06T09:00:00\",\r\n    \"format\":\"2488px*380px\",\r\n    \"orientation\":\"landscape\",\r\n    \"range\":\"complete\",\r\n    \"fileFormat\":\"pdf\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/bryntum/Export","description":"<p>This API endpoint will export scheduler report</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Print Bryntum Report - Allows user to export report.</p>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>html</td>\n<td></td>\n<td><strong>htmlCollection</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>startDate</td>\n<td></td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>endDate</td>\n<td></td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>orientation</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>range</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>fileFormat</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>htmlCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>html</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>number</td>\n<td></td>\n<td>integer</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","name":"Print reports","type":"folder"}},"urlObject":{"path":["api","v1","bryntum","Export"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4312a989-4441-4756-b9a6-d146413ac583"},{"name":"Download Sheduler report","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"84e0ffdc-785f-49f5-a8e4-33ed625f75a6"}}],"id":"926ec9b6-9290-49c0-915c-ff05bb2913f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}:443/api/v1/bryntum/Download?fileName={{fileName}}","description":"<p>This API endpoint will donload export scheduler report</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Print Bryntum Report - Allows user to export report.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fileName</td>\n<td>name of exported scheduler report</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","name":"Print reports","type":"folder"}},"urlObject":{"port":"443","path":["api","v1","bryntum","Download"],"host":["{{Url}}"],"query":[{"key":"fileName","value":"{{fileName}}"}],"variable":[]}},"response":[],"_postman_id":"926ec9b6-9290-49c0-915c-ff05bb2913f7"},{"name":"DailyScheduleReport (Shift Schedule)","event":[{"listen":"test","script":{"id":"3149d702-2902-43bf-b8ac-331aa65e8201","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"01fdb034-e4cb-45c5-98cb-9ce74d8da2c9","exec":["var shadowTasksWarning = \"\";\r","var shadowTasksWarnings = \"\\\"shiftplans-processes-321-2022-08-29-Day;\\\",\\\"shiftplans-processes-161-2022-08-29-Day;\\\",\\\"shiftplans-processes-129-2022-08-29-Day;\\\",\\\"shiftplans-processes-164-2022-08-29-Day;\\\",\\\"shiftplans-processes-225-2022-08-29-Day;\\\",\\\"shiftplans-processes-166-2022-08-29-Day;\\\",\\\"shiftplans-processes-162-2022-08-29-Day;\\\",\\\"shiftplans-processes-163-2022-08-29-Day;\\\",\\\"shiftplans-processes-193-2022-08-29-Day;\\\"\";\r","var reportName = \"Shift Schedule\";\r","var startDate = \"2022-08-29\";\r","var shift =\"Day\";\r","var shiftIds = \"\\\"shiftplans-processes-321-2022-08-29-Day\\\",\\\"shiftplans-processes-161-2022-08-29-Day\\\",\\\"shiftplans-processes-129-2022-08-29-Day\\\",\\\"shiftplans-processes-164-2022-08-29-Day\\\",\\\"shiftplans-processes-225-2022-08-29-Day\\\",\\\"shiftplans-processes-166-2022-08-29-Day\\\",\\\"shiftplans-processes-162-2022-08-29-Day\\\",\\\"shiftplans-processes-163-2022-08-29-Day\\\",\\\"shiftplans-processes-193-2022-08-29-Day\\\"\";\r","var future = false;\r","var tasksView = \"A\";\r","var taskNotes = true;\r","var selectedProcesses = \"processes-167,processes-161,processes-129,processes-164,processes-225,processes-166,processes-162,processes-163,processes-193\";\r","var includeProd = true;\r","var includeService = true;\r","var includeOther = true;\r","var groupSortOptionId = null;\r","var selectedAttachments = \"\";\r","var includeEquipmentTable = false;\r","var equipmentColumns = \"\";\r","var equipmentTypes = \"\";\r","var displayKpis = false;\r","var displayPeople = false;\r","var displayEquip = false;\r","var displayNotes = false;\r","var taskTypes = \"\";\r","\r","postman.setEnvironmentVariable(\"dXParameters\",\"{\\\"ShadowTasksWarning\\\":\\\"\"+shadowTasksWarning+\r","                                               \"\\\",\\\"ShadowTasksWarnings\\\":[\"+shadowTasksWarnings+\r","                                               \"],\\\"ReportName\\\":\\\"\"+reportName+\r","                                               \"\\\",\\\"StartDate\\\":\\\"\"+startDate+\r","                                               \"\\\",\\\"Shift\\\":\\\"\"+shift+\r","                                               \"\\\",\\\"ShiftIds\\\":[\"+shiftIds+\r","                                               \"],\\\"Future\\\":\"+future+\r","                                               \",\\\"TasksView\\\":\\\"\"+tasksView+\r","                                               \"\\\",\\\"TaskNotes\\\":\"+taskNotes+\r","                                               \",\\\"SelectedProcesses\\\":\\\"\"+selectedProcesses+\r","                                               \"\\\",\\\"IncludeProd\\\":\"+includeProd+\r","                                               \",\\\"IncludeService\\\":\"+includeService+\r","                                               \",\\\"IncludeOther\\\":\"+includeOther+\r","                                               \",\\\"GroupSortOptionId\\\":\"+groupSortOptionId+\r","                                               \",\\\"SelectedAttachments\\\":[\"+selectedAttachments+\r","                                               \"],\\\"IncludeEquipmentTable\\\":\"+includeEquipmentTable+\r","                                               \",\\\"EquipmentColumns\\\":[\"+equipmentColumns+\r","                                               \"],\\\"EquipmentTypes\\\":[\"+equipmentTypes+\r","                                               \"],\\\"DisplayKpis\\\":\"+displayKpis+\r","                                               \",\\\"DisplayPeople\\\":\"+displayPeople+\r","                                               \",\\\"DisplayEquip\\\":\"+displayEquip+\r","                                               \",\\\"DisplayNotes\\\":\"+displayNotes+\r","                                               \",\\\"TaskTypes\\\":[\"+taskTypes+\"]}\");"],"type":"text/javascript"}}],"id":"e9be5966-1101-4b66-aadd-6c8fcae22f89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/Report/PrintDailyScheduleReport?reportID=DailyScheduleReport&DXParameters={{dXParameters}}","description":"<p>This API endpoint will print Daily Schedule Report.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Print Daily Schedule Report - Allows user to print report.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reportID</td>\n<td>The id of the report</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>DXParameters</td>\n<td>The collection of the report parameters</td>\n<td><strong>parametersCollection</strong></td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>parametersCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shadowTasksWarning</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>shadowTasksWarnings</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>reportName</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>startDate</td>\n<td></td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>shift</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>shiftIds</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>future</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>tasksView</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>taskNotes</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>selectedProcesses</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>includeProd</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>includeService</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>includeOther</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>groupSortOptionId</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>selectedAttachments</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>includeEquipmentTable</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>equipmentColumns</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>equipmentTypes</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>displayKpis</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>displayPeople</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>displayEquip</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>displayNotes</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>taskTypes</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","name":"Print reports","type":"folder"}},"urlObject":{"path":["Report","PrintDailyScheduleReport"],"host":["{{Url}}"],"query":[{"key":"reportID","value":"DailyScheduleReport"},{"key":"DXParameters","value":"{{dXParameters}}"}],"variable":[]}},"response":[],"_postman_id":"e9be5966-1101-4b66-aadd-6c8fcae22f89"},{"name":"TaskListReport","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"ec03b02a-0340-4833-ac7a-fdfdd8da41c2"}},{"listen":"prerequest","script":{"exec":["var shiftPlanDate = \"2021-10-22\";\r","var shiftPlanShift = \"Day\";\r","var location = \"locations-353,locations-413,locations-417,locations-415,locations-416,locations-419,locations-414,locations-418,locations-385,locations-389,locations-387,locations-388,locations-391,locations-386,locations-390,locations-427,locations-431,locations-429,locations-430,locations-433,locations-428,locations-432,locations-441,locations-445,locations-443,locations-444,locations-447,locations-442,locations-446,locations-399,locations-403,locations-401,locations-402,locations-405,locations-400,locations-404,locations-420,locations-424,locations-422,locations-423,locations-426,locations-421,locations-425,locations-392,locations-396,locations-394,locations-395,locations-398,locations-393,locations-397,locations-434,locations-438,locations-436,locations-437,locations-440,locations-435,locations-439,locations-448,locations-452,locations-450,locations-451,locations-454,locations-449,locations-453,locations-406,locations-410,locations-408,locations-409,locations-412,locations-407,locations-411,locations-481,locations-482,locations-483,locations-484,locations-485,locations-486\";\r","var process = \"processes-167,processes-161,processes-129,processes-164,processes-225,processes-166,processes-162,processes-163,processes-193\"\r","\r","\r","postman.setEnvironmentVariable(\"dXParameters\",\"{\\\"ShiftPlanDate\\\":\\\"\"+shiftPlanDate+\r","                                                \"\\\",\\\"ShiftPlanShift\\\":\\\"\"+shiftPlanShift+\r","                                                \"\\\",\\\"Location\\\":\\\"\"+location+\r","                                                \"\\\",\\\"Process\\\":\\\"\"+process+\r","                                                \"\\\"}\");"],"type":"text/javascript","id":"6987300a-bb2d-4a69-ac7d-bb8346595396"}}],"id":"f6438e4f-0e29-46c9-ad21-0e00f741a949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/Report/PrintTaskListReport?reportID=TaskListReport&DXParameters={{dXParameters}}","description":"<p>This API endpoint will print Task List Report.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Print Task List Report - Allows user to print report.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reportID</td>\n<td>The id of the report</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>DXParameters</td>\n<td>The collection of the report parameters</td>\n<td><strong>parametersCollection</strong></td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>parametersCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shiftPlanDate</td>\n<td></td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>shiftPlanShift</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>location</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>process</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","name":"Print reports","type":"folder"}},"urlObject":{"path":["Report","PrintTaskListReport"],"host":["{{Url}}"],"query":[{"key":"reportID","value":"TaskListReport"},{"key":"DXParameters","value":"{{dXParameters}}"}],"variable":[]}},"response":[],"_postman_id":"f6438e4f-0e29-46c9-ad21-0e00f741a949"},{"name":"ShiftUndermanagersReport","event":[{"listen":"test","script":{"id":"293cfe71-6c58-4726-802a-3924307ca032","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"fd0ac1d7-b399-4e5e-97a5-a9b2a641bbe1","exec":["var shiftUndermanagersReportId = \"ShiftUndermanagersReports-2022-08-29-Night\";\r","\r","postman.setEnvironmentVariable(\"dXParameters\",\"{\\\"ShiftUndermanagersReportId\\\":\\\"\"+shiftUndermanagersReportId+\r","                                                \"\\\"}\");"],"type":"text/javascript"}}],"id":"b041a183-72bc-4f64-a626-f6503643f001","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/Report/ExportToPdf?reportID=ShiftUndermanagersReport&DXParameters={{dXParameters}}","description":"<p>This API endpoint will print Shift Undermanagers Report.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Print Shift Undermanagers Report - Allows user to print report.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reportID</td>\n<td>The id of the report</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>DXParameters</td>\n<td>The collection of the report parameters</td>\n<td><strong>parametersCollection</strong></td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>parametersCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shiftUndermanagersReportId</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","name":"Print reports","type":"folder"}},"urlObject":{"path":["Report","ExportToPdf"],"host":["{{Url}}"],"query":[{"key":"reportID","value":"ShiftUndermanagersReport"},{"key":"DXParameters","value":"{{dXParameters}}"}],"variable":[]}},"response":[],"_postman_id":"b041a183-72bc-4f64-a626-f6503643f001"},{"name":"DailyScheduleReport (24 / 48 Hour Schedule Report)","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"1629bf74-b891-41fd-8168-226aa8a39451"}},{"listen":"prerequest","script":{"exec":["var reportName = \"24 / 48 Schedule\";\r","var startDate = \"2021-10-21T00:00:00\";\r","var columns = \"2021-10-21-Day,2021-10-21-Night,2021-10-22-Day,2021-10-22-Night\";\r","var layout = \"Portrait\";\r","var paperSize = \"A3\";\r","var shiftWidth = \"Medium\";\r","var tasksView = \"A\";\r","var selectedProcesses = \"processes-289,processes-167,processes-161,processes-129,processes-164,processes-225,processes-166,processes-162,processes-163,processes-193\";\r","var selectedTaskTypes = \"TaskTypes-162,TaskTypes-163,TaskTypes-164,TaskTypes-165,TaskTypes-166,TaskTypes-167,TaskTypes-168,TaskTypes-169,TaskTypes-170,TaskTypes-171,TaskTypes-172,TaskTypes-173,TaskTypes-174,TaskTypes-193,TaskTypes-194,TaskTypes-225,TaskTypes-257,TaskTypes-258,TaskTypes-161,TaskTypes-289\";\r","var includeProd = true;\r","var includeService = true;\r","var printOnlyImportantTasks = false;\r","var displayPeople = \"true\";\r","var displayEquip = \"true\";\r","var displayKpis = \"true\";\r","var showTagsOnTasks = false;\r","var includeOther = true;\r","\r","postman.setEnvironmentVariable(\"dXParameters\",\"{\\\"ReportName\\\":\\\"\"+reportName+\r","                                               \"\\\",\\\"StartDate\\\":\\\"\"+startDate+\r","                                               \"\\\",\\\"Columns\\\":\\\"\"+columns+\r","                                               \"\\\",\\\"Layout\\\":\\\"\"+layout+\r","                                               \"\\\",\\\"PaperSize\\\":\\\"\"+paperSize+\r","                                               \"\\\",\\\"ShiftWidth\\\":\\\"\"+shiftWidth+\r","                                               \"\\\",\\\"TasksView\\\":\\\"\"+tasksView+\r","                                               \"\\\",\\\"SelectedProcesses\\\":\\\"\"+selectedProcesses+\r","                                               \"\\\",\\\"SelectedTaskTypes\\\":\\\"\"+selectedTaskTypes+\r","                                               \"\\\",\\\"IncludeProd\\\":\"+includeProd+\r","                                               \",\\\"IncludeService\\\":\"+includeService+\r","                                               \",\\\"PrintOnlyImportantTasks\\\":\"+printOnlyImportantTasks+\r","                                               \",\\\"DisplayPeople\\\":\\\"\"+displayPeople+\r","                                               \"\\\",\\\"DisplayEquip\\\":\\\"\"+displayEquip+\r","                                               \"\\\",\\\"DisplayKpis\\\":\\\"\"+displayKpis+\r","                                               \"\\\",\\\"ShowTagsOnTasks\\\":\"+showTagsOnTasks+\r","                                               \",\\\"IncludeOther\\\":\"+includeOther+\"}\");"],"type":"text/javascript","id":"6d38b329-e43f-48fa-8aaa-4f5237430694"}}],"id":"ff35365a-8833-4c4a-a348-ed1b292a8e15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/Report/ExportToPdf?reportID=DailyScheduleReport&DXParameters={{dXParameters}}","description":"<p>This API endpoint will print Daily Schedule Report.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Daily Schedule Report - Allows user to print report.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reportID</td>\n<td>The id of the report</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>DXParameters</td>\n<td>The collection of the report parameters</td>\n<td><strong>parametersCollection</strong></td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>parametersCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reportName</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>startDate</td>\n<td></td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>columns</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>layout</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>paperSize</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>shiftWidth</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>tasksView</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>selectedProcesses</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>selectedTaskTypes</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>includeProd</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>includeService</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>printOnlyImportantTasks</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>displayPeople</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>displayEquip</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>displayKpis</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>showTagsOnTasks</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>includeOther</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","name":"Print reports","type":"folder"}},"urlObject":{"path":["Report","ExportToPdf"],"host":["{{Url}}"],"query":[{"key":"reportID","value":"DailyScheduleReport"},{"key":"DXParameters","value":"{{dXParameters}}"}],"variable":[]}},"response":[],"_postman_id":"ff35365a-8833-4c4a-a348-ed1b292a8e15"},{"name":"DailyScheduleReport (Weekly Schedule Report)","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"29fa7343-9112-46b2-af76-dc50815b33f9"}},{"listen":"prerequest","script":{"exec":["var reportName = \"Weekly Schedule\";\r","var startDate = \"2021-10-21T00:00:00\";\r","var columns = \"2021-10-21-Day,2021-10-21-Night,2021-10-22-Day,2021-10-22-Night,2021-10-23-Day,2021-10-23-Night,2021-10-24-Day,2021-10-24-Night,2021-10-25-Day,2021-10-25-Night,2021-10-26-Day,2021-10-26-Night,2021-10-27-Day,2021-10-27-Night,,,,,,,,,,,,,,,,,\";\r","var layout = \"Portrait\";\r","var paperSize = \"A3\";\r","var shiftWidth = \"Medium\";\r","var displayKpis = true;\r","var displayPeople = false;\r","var displayEquip = false;\r","var tasksView = \"A\";\r","var selectedProcesses = \"processes-167,processes-161,processes-129,processes-164,processes-225,processes-166,processes-162,processes-163,processes-193\";\r","var selectedTaskTypes = \"TaskTypes-162,TaskTypes-163,TaskTypes-164,TaskTypes-165,TaskTypes-166,TaskTypes-167,TaskTypes-168,TaskTypes-169,TaskTypes-170,TaskTypes-171,TaskTypes-172,TaskTypes-173,TaskTypes-174,TaskTypes-193,TaskTypes-194,TaskTypes-225,TaskTypes-257,TaskTypes-258,TaskTypes-161,TaskTypes-289\";\r","var includeProd = true;\r","var includeService = true;\r","var includeOther = true;\r","var showTagsOnTasks = false;\r","var printOnlyImportantTasks = false;\r","\r","postman.setEnvironmentVariable(\"dXParameters\",\"{\\\"ReportName\\\":\\\"\"+reportName+\r","                                               \"\\\",\\\"StartDate\\\":\\\"\"+startDate+\r","                                               \"\\\",\\\"Columns\\\":\\\"\"+columns+\r","                                               \"\\\",\\\"Layout\\\":\\\"\"+layout+\r","                                               \"\\\",\\\"PaperSize\\\":\\\"\"+paperSize+\r","                                               \"\\\",\\\"ShiftWidth\\\":\\\"\"+shiftWidth+\r","                                              \"\\\",\\\"DisplayKpis\\\":\"+displayKpis+\r","                                               \",\\\"DisplayPeople\\\":\"+displayPeople+\r","                                               \",\\\"DisplayEquip\\\":\"+displayEquip+\r","                                               \",\\\"TasksView\\\":\\\"\"+tasksView+\r","                                               \"\\\",\\\"SelectedProcesses\\\":\\\"\"+selectedProcesses+\r","                                               \"\\\",\\\"SelectedTaskTypes\\\":\\\"\"+selectedTaskTypes+\r","                                               \"\\\",\\\"IncludeProd\\\":\"+includeProd+\r","                                               \",\\\"IncludeService\\\":\"+includeService+\r","                                               \",\\\"IncludeOther\\\":\"+includeOther+\r","                                               \",\\\"ShowTagsOnTasks\\\":\"+showTagsOnTasks+                                               \r","                                               \",\\\"PrintOnlyImportantTasks\\\":\"+printOnlyImportantTasks+\"}\");"],"type":"text/javascript","id":"d01a9625-2481-45b4-b875-6dc70969bfd3"}}],"id":"4c87833e-1411-478f-ad3c-053b181d34c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/Report/ExportToPdf?reportID=DailyScheduleReport&DXParameters={{dXParameters}}","description":"<p>This API endpoint will print Daily Schedule Report.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Daily Schedule Report - Allows user to print report.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reportID</td>\n<td>The id of the report</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>DXParameters</td>\n<td>The collection of the report parameters</td>\n<td><strong>parametersCollection</strong></td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>parametersCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reportName</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>startDate</td>\n<td></td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>columns</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>layout</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>paperSize</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>shiftWidth</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>displayKpis</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>displayPeople</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>displayEquip</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>tasksView</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>selectedProcesses</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>selectedTaskTypes</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>includeProd</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>includeService</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>includeOther</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>showTagsOnTasks</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>printOnlyImportantTasks</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","name":"Print reports","type":"folder"}},"urlObject":{"path":["Report","ExportToPdf"],"host":["{{Url}}"],"query":[{"key":"reportID","value":"DailyScheduleReport"},{"key":"DXParameters","value":"{{dXParameters}}"}],"variable":[]}},"response":[],"_postman_id":"4c87833e-1411-478f-ad3c-053b181d34c2"},{"name":"Gantt View Report","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"fileName\", jsonData.file);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"df59ac64-6abe-4f53-a001-1da517dd05e5"}}],"id":"125c0a7a-2f7b-4f4d-a04a-6d59f055c9d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"html\": [\r\n        {\r\n            \"html\": \"<!DOCTYPE html><html class=\\\"x-border-box \\\"><head><meta content=\\\"text/html; charset=UTF-8\\\" http-equiv=\\\"Content-Type\\\" /><title>1 of 1</title><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_1.css?_dc=20211004052447\\\" id=\\\"ext-element-200\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_2.css?_dc=20211004052447\\\" id=\\\"ext-element-201\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_3.css?_dc=20211004052447\\\" id=\\\"ext-element-202\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_4.css?_dc=20211004052447\\\" id=\\\"ext-element-203\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_5.css?_dc=20211004052447\\\" id=\\\"ext-element-204\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_6.css?_dc=20211004052447\\\" id=\\\"ext-element-205\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_7.css?_dc=20211004052447\\\" id=\\\"ext-element-206\\\"><style type=\\\"text/css\\\" id=\\\"ext-element-207\\\">#shiftgantt-2723 .x-grid-cell{ height:26px; }</style><style type=\\\"text/css\\\" id=\\\"AbstractView\\\"></style><style id=\\\"intercom-lightweight-app-style\\\" type=\\\"text/css\\\">\\n  @keyframes intercom-lightweight-app-launcher {\\n    from {\\n      opacity: 0;\\n      transform: scale(0.5);\\n    }\\n    to {\\n      opacity: 1;\\n      transform: scale(1);\\n    }\\n  }\\n\\n  @keyframes intercom-lightweight-app-gradient {\\n    from {\\n      opacity: 0;\\n    }\\n    to {\\n      opacity: 1;\\n    }\\n  }\\n\\n  @keyframes intercom-lightweight-app-messenger {\\n    from {\\n      opacity: 0;\\n      transform: translateY(20px);\\n    }\\n    to {\\n      opacity: 1;\\n      transform: translateY(0);\\n    }\\n  }\\n\\n  .intercom-lightweight-app {\\n    position: fixed;\\n    z-index: 2147483001;\\n    width: 0;\\n    height: 0;\\n    font-family: intercom-font, \\\"Helvetica Neue\\\", \\\"Apple Color Emoji\\\", Helvetica, Arial, sans-serif;\\n  }\\n\\n  .intercom-lightweight-app-gradient {\\n    position: fixed;\\n    z-index: 2147483002;\\n    width: 500px;\\n    height: 500px;\\n    bottom: 0;\\n    right: 0;\\n    pointer-events: none;\\n    background: radial-gradient(\\n      ellipse at bottom right,\\n      rgba(29, 39, 54, 0.16) 0%,\\n      rgba(29, 39, 54, 0) 72%);\\n    animation: intercom-lightweight-app-gradient 200ms ease-out;\\n  }\\n\\n  .intercom-lightweight-app-launcher {\\n    position: fixed;\\n    z-index: 2147483003;\\n    bottom: 20px;\\n    right: 20px;\\n    width: 60px;\\n    height: 60px;\\n    border-radius: 50%;\\n    background: #0051ff;\\n    cursor: pointer;\\n    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);\\n    animation: intercom-lightweight-app-launcher 250ms ease;\\n  }\\n\\n  .intercom-lightweight-app-launcher:focus {\\n    outline: none;\\n    \\n  }\\n\\n  .intercom-lightweight-app-launcher-icon {\\n    display: flex;\\n    align-items: center;\\n    justify-content: center;\\n    position: absolute;\\n    top: 0;\\n    left: 0;\\n    width: 60px;\\n    height: 60px;\\n    transition: transform 100ms linear, opacity 80ms linear;\\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-open {\\n    \\n        opacity: 1;\\n        transform: rotate(0deg) scale(1);\\n      \\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-open svg {\\n    width: 28px;\\n    height: 32px;\\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-open svg path {\\n    fill: rgb(255, 255, 255);\\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-self-serve {\\n    \\n        opacity: 1;\\n        transform: rotate(0deg) scale(1);\\n      \\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-self-serve svg {\\n    height: 56px;\\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-self-serve svg path {\\n    fill: rgb(255, 255, 255);\\n  }\\n\\n  .intercom-lightweight-app-launcher-custom-icon-open {\\n    max-height: 36px;\\n    max-width: 36px;\\n    \\n        opacity: 1;\\n        transform: rotate(0deg) scale(1);\\n      \\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-minimize {\\n    \\n        opacity: 0;\\n        transform: rotate(-60deg) scale(0);\\n      \\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-minimize svg {\\n    width: 16px;\\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-minimize svg path {\\n    fill: rgb(255, 255, 255);\\n  }\\n\\n  .intercom-lightweight-app-messenger {\\n    position: fixed;\\n    z-index: 2147483003;\\n    overflow: hidden;\\n    background-color: white;\\n    animation: intercom-lightweight-app-messenger 250ms ease-out;\\n    \\n        width: 376px;\\n        height: calc(100% - 40px);\\n        max-height: 704px;\\n        min-height: 250px;\\n        right: 20px;\\n        bottom: 20px;\\n        box-shadow: 0 5px 40px rgba(0,0,0,0.16);\\n        border-radius: 8px;\\n      \\n  }\\n\\n  .intercom-lightweight-app-messenger-header {\\n    height: 75px;\\n    background: linear-gradient(\\n      135deg,\\n      rgb(115, 164, 255) 0%,\\n      rgb(13, 98, 255) 100%\\n    );\\n  }\\n\\n  @media print {\\n    .intercom-lightweight-app {\\n      display: none;\\n    }\\n  }\\n</style></head><body class=\\\"x-webkit sch-export x-webkit x-chrome x-windows x-desktop x-body x-keyboard-mode x-box-layout-ct x-border-box x-scroller x-container background x-container-default\\\"><div class=\\\"sch-export-header\\\" style=\\\"height:74px; width:753px\\\"><h2>1/1</h2></div><div id=\\\"shiftgantt-2723\\\" class=\\\"x-panel sch-timelinepanel sch-horizontal x-grid-locked x-grid-locked-split sch-ltr sch-ganttpanel x-border-item x-box-item x-panel-default x-tree-panel x-tree-arrows x-grid x-masked-relative x-masked\\\" style=\\\"height:619px; width:753px; position: relative !important\\\"><div id=\\\"ext-element-219\\\" data-ref=\\\"body\\\" class=\\\"x-panel-body x-grid-with-row-lines x-grid-body x-grid-locking-body x-panel-body-default x-border-layout-ct x-panel-body-default x-noborder-rbl\\\" role=\\\"presentation\\\" style=\\\"height: 100%; left: 0px;\\\"><div class=\\\"x-panel x-grid-inner-locked x-border-item x-box-item x-panel-default x-tree-panel x-tree-arrows x-grid\\\" style=\\\"width: 420px; left: 0px; top: 0px; margin: 0px; height: 100%;\\\" role=\\\"treegrid\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"false\\\" aria-multiselectable=\\\"true\\\" id=\\\"shiftgantt-2723-locked\\\"><div id=\\\"shiftgantt-2723-locked-bodyWrap\\\" data-ref=\\\"bodyWrap\\\" class=\\\"x-panel-bodyWrap\\\" role=\\\"presentation\\\"><div class=\\\"x-grid-header-ct x-docked x-grid-header-ct-default x-docked-top x-grid-header-ct-docked-top x-grid-header-ct-default-docked-top x-box-layout-ct x-scroller x-unselectable x-noborder-trl\\\" role=\\\"rowgroup\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" id=\\\"headercontainer-2746\\\" data-exttouchaction=\\\"14\\\" style=\\\"overflow: hidden; touch-action: pan-y pinch-zoom; width: 419px; left: 0px; top: 0px;\\\"><div id=\\\"headercontainer-2746-innerCt\\\" data-ref=\\\"innerCt\\\" role=\\\"row\\\" class=\\\"x-box-inner\\\" style=\\\"width: 420px; height: 74px;\\\"><div id=\\\"headercontainer-2746-targetEl\\\" data-ref=\\\"targetEl\\\" class=\\\"x-box-target\\\" role=\\\"presentation\\\" style=\\\"width: 420px;\\\"><div class=\\\"x-column-header roundTopLeft x-column-header-align-left x-box-item x-column-header-default x-unselectable x-column-header-first\\\" style=\\\"width: 300px; left: 0px; margin: 0px; top: 0px; height: 74px;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"namecolumn-2727\\\" tabindex=\\\"-1\\\" data-componentid=\\\"namecolumn-2727\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"1\\\"><div id=\\\"namecolumn-2727-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner\\\"><div id=\\\"namecolumn-2727-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"namecolumn-2727-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"namecolumn-2727-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Description</span></div><span id=\\\"namecolumn-2727-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"namecolumn-2727-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div><div id=\\\"namecolumn-2727-outerCt\\\" data-ref=\\\"outerCt\\\" class=\\\"x-autocontainer-outerCt\\\" role=\\\"presentation\\\" style=\\\"width: 100%; table-layout: fixed; height: 100%;\\\"><div id=\\\"namecolumn-2727-innerCt\\\" data-ref=\\\"innerCt\\\" style=\\\"\\\" role=\\\"presentation\\\" class=\\\"x-autocontainer-innerCt\\\"><div class=\\\"x-panel x-panel-default\\\" style=\\\"width: 100%; height: 25px;\\\" role=\\\"presentation\\\" id=\\\"panel-2729\\\"><div id=\\\"panel-2729-bodyWrap\\\" data-ref=\\\"bodyWrap\\\" class=\\\"x-panel-bodyWrap\\\" role=\\\"presentation\\\"><div id=\\\"panel-2729-body\\\" data-ref=\\\"body\\\" class=\\\"x-panel-body x-panel-body-default x-panel-body-default x-noborder-trbl\\\" role=\\\"presentation\\\" style=\\\"left: 0px; top: 0px; height: 25px; width: 298px;\\\"><div class=\\\"x-field shiftGanttSearchField x-form-item x-form-item-default x-form-type-text x-fit-item x-form-text-heighted x-field-default x-fit-form-item x-form-item-no-label\\\" style=\\\"margin: 0px; width: 298px; height: 25px;\\\" role=\\\"presentation\\\" id=\\\"fkit-searchfield-2730\\\"><label id=\\\"fkit-searchfield-2730-labelEl\\\" data-ref=\\\"labelEl\\\" class=\\\"x-form-item-label x-form-item-label-default   x-unselectable\\\" style=\\\"padding-right:5px;width:105px;\\\" for=\\\"fkit-searchfield-2730-inputEl\\\"><span class=\\\"x-form-item-label-inner x-form-item-label-inner-default\\\" style=\\\"width:100px\\\"><span id=\\\"fkit-searchfield-2730-labelTextEl\\\" data-ref=\\\"labelTextEl\\\" class=\\\"x-form-item-label-text\\\"></span></span></label><div id=\\\"fkit-searchfield-2730-bodyEl\\\" data-ref=\\\"bodyEl\\\" role=\\\"presentation\\\" class=\\\"x-form-item-body x-form-item-body-default x-form-text-field-body x-form-text-field-body-default  \\\"><div id=\\\"fkit-searchfield-2730-triggerWrap\\\" data-ref=\\\"triggerWrap\\\" role=\\\"presentation\\\" class=\\\"x-form-trigger-wrap x-form-trigger-wrap-default\\\"><div id=\\\"fkit-searchfield-2730-inputWrap\\\" data-ref=\\\"inputWrap\\\" role=\\\"presentation\\\" class=\\\"x-form-text-wrap x-form-text-wrap-default\\\"><input id=\\\"fkit-searchfield-2730-inputEl\\\" data-ref=\\\"inputEl\\\" type=\\\"text\\\" size=\\\"1\\\" name=\\\"fkit-searchfield-2730-inputEl\\\" placeholder=\\\"Search\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" role=\\\"textbox\\\" aria-invalid=\\\"false\\\" aria-readonly=\\\"false\\\" aria-describedby=\\\"fkit-searchfield-2730-ariaStatusEl\\\" aria-required=\\\"false\\\" class=\\\"x-form-field shiftGanttSearchFieldEmpty shiftGanttSearchFieldEmpty-default x-form-text x-form-text-default   \\\" autocomplete=\\\"off\\\" data-componentid=\\\"fkit-searchfield-2730\\\" data-tabindex-value=\\\"none\\\" tabindex=\\\"-1\\\" data-tabindex-counter=\\\"1\\\"></div><div id=\\\"fkit-searchfield-2730-trigger-clear\\\" class=\\\"x-form-trigger x-form-trigger-default x-form-clear-trigger x-form-clear-trigger-default  \\\" style=\\\"display:none;\\\" role=\\\"presentation\\\"></div><div id=\\\"fkit-searchfield-2730-trigger-search\\\" class=\\\"x-form-trigger x-form-trigger-default x-form-search-trigger x-form-search-trigger-default  \\\" role=\\\"presentation\\\"></div></div><span id=\\\"fkit-searchfield-2730-ariaStatusEl\\\" data-ref=\\\"ariaStatusEl\\\" aria-hidden=\\\"true\\\" class=\\\"x-hidden-offsets\\\"></span><span id=\\\"fkit-searchfield-2730-ariaErrorEl\\\" data-ref=\\\"ariaErrorEl\\\" aria-hidden=\\\"true\\\" aria-live=\\\"assertive\\\" class=\\\"x-hidden-clip\\\"></span></div></div></div></div></div></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 60px; left: 300px; margin: 0px; top: 0px; height: 74px;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2731\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2731\\\"><div id=\\\"gridcolumn-2731-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2731-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2731-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2731-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Start</span></div><span id=\\\"gridcolumn-2731-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2731-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable x-column-header-last\\\" style=\\\"width: 60px; left: 360px; margin: 0px; top: 0px; height: 74px;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2732\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2732\\\"><div id=\\\"gridcolumn-2732-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2732-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2732-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2732-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Finish</span></div><span id=\\\"gridcolumn-2732-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2732-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 100px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2733\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2733\\\"><div id=\\\"gridcolumn-2733-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2733-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2733-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2733-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Department</span></div><span id=\\\"gridcolumn-2733-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2733-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 100px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2734\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2734\\\"><div id=\\\"gridcolumn-2734-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2734-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2734-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2734-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Process</span></div><span id=\\\"gridcolumn-2734-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2734-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 100px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2735\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2735\\\"><div id=\\\"gridcolumn-2735-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2735-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2735-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2735-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Type</span></div><span id=\\\"gridcolumn-2735-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2735-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 120px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2736\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2736\\\"><div id=\\\"gridcolumn-2736-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2736-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2736-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2736-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Locations</span></div><span id=\\\"gridcolumn-2736-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2736-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 80px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2737\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2737\\\"><div id=\\\"gridcolumn-2737-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2737-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2737-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2737-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Duration</span></div><span id=\\\"gridcolumn-2737-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2737-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 70px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2738\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2738\\\"><div id=\\\"gridcolumn-2738-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2738-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2738-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2738-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Priority</span></div><span id=\\\"gridcolumn-2738-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2738-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 120px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2739\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2739\\\"><div id=\\\"gridcolumn-2739-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2739-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2739-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2739-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Tags</span></div><span id=\\\"gridcolumn-2739-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2739-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 60px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2740\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2740\\\"><div id=\\\"gridcolumn-2740-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2740-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2740-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2740-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Resources</span></div><span id=\\\"gridcolumn-2740-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2740-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 120px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2741\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2741\\\"><div id=\\\"gridcolumn-2741-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2741-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2741-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2741-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Assigned People</span></div><span id=\\\"gridcolumn-2741-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2741-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 120px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2742\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2742\\\"><div id=\\\"gridcolumn-2742-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2742-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2742-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2742-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Assigned Equipment</span></div><span id=\\\"gridcolumn-2742-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2742-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 60px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2743\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2743\\\"><div id=\\\"gridcolumn-2743-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2743-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2743-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2743-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Group</span></div><span id=\\\"gridcolumn-2743-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2743-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 60px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2744\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2744\\\"><div id=\\\"gridcolumn-2744-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2744-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2744-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2744-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Target</span></div><span id=\\\"gridcolumn-2744-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2744-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div></div></div></div><div id=\\\"shiftgantt-2723-locked-body\\\" data-ref=\\\"body\\\" class=\\\"x-panel-body x-grid-with-row-lines x-grid-body x-panel-body-default x-panel-body-default x-noborder-rbl\\\" role=\\\"presentation\\\" style=\\\"width: 419px; left: 0px; height: 100%; top: 74px;\\\"></div></div></div><div class=\\\"x-splitter sch-timelinepanel-splitter x-border-item x-box-item x-splitter-default x-splitter-vertical x-unselectable\\\" style=\\\"width: 10px; height: 100%; touch-action: pan-y pinch-zoom; left: 420px; top: 0px; margin: 0px; z-index: 2;\\\" role=\\\"separator\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-orientation=\\\"vertical\\\" id=\\\"shiftgantt-2723-locked-splitter\\\" data-exttouchaction=\\\"14\\\" tabindex=\\\"-1\\\" data-componentid=\\\"shiftgantt-2723-locked-splitter\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"1\\\"></div><div class=\\\"x-panel x-grid-inner-normal x-border-item x-box-item x-panel-default x-grid\\\" role=\\\"grid\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" aria-multiselectable=\\\"true\\\" id=\\\"shiftgantt-2723-normal\\\" style=\\\"left: 430px; top: 0px; margin: 0px; height: 100%; width: 100%;\\\"><div id=\\\"shiftgantt-2723-normal-bodyWrap\\\" data-ref=\\\"bodyWrap\\\" class=\\\"x-panel-bodyWrap\\\" role=\\\"presentation\\\"><div class=\\\"x-grid-header-ct x-docked x-grid-header-ct-default x-docked-top x-grid-header-ct-docked-top x-grid-header-ct-default-docked-top x-box-layout-ct x-scroller x-noborder-trl\\\" role=\\\"rowgroup\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" id=\\\"headercontainer-2748\\\" style=\\\"overflow: hidden; width: 100%; left: 0px; top: 0px;\\\"><div id=\\\"headercontainer-2748-innerCt\\\" data-ref=\\\"innerCt\\\" role=\\\"row\\\" class=\\\"x-box-inner\\\" style=\\\"width: 350px; height: 74px;\\\"><div id=\\\"headercontainer-2748-targetEl\\\" data-ref=\\\"targetEl\\\" class=\\\"x-box-target\\\" role=\\\"presentation\\\" style=\\\"width: 350px;\\\"><div class=\\\"x-column-header sch-simple-timeaxis x-column-header-align-left x-box-item x-column-header-default x-unselectable x-column-header-first x-column-header-last\\\" style=\\\"width: 323px; left: 0px; margin: 0px; top: 0px;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"timeaxiscolumn-2745\\\"><div id=\\\"timeaxiscolumn-2745-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"timeaxiscolumn-2745-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"timeaxiscolumn-2745-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"timeaxiscolumn-2745-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">&nbsp;</span></div><span id=\\\"timeaxiscolumn-2745-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div class=\\\"sch-horizontaltimeaxis-ct\\\" id=\\\"ext-element-182\\\" style=\\\"\\\"><table border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" style=\\\"width: 323px; border-top : 0;\\\" class=\\\"sch-header-row sch-header-row-top \\\"><thead><tr style=\\\"height:px\\\"><td class=\\\"sch-column-header  sch-header-cell-\\\" data-date=\\\"20211004_040000\\\" style=\\\"color:#000000; background-color:#A5E4F9; position : static; text-align: ; width: 323px; \\\" tabindex=\\\"0\\\" headerposition=\\\"top\\\" headerindex=\\\"0\\\"><div class=\\\"shift-gantt-header\\\"><div style=\\\"display:flex;\\\"><div class=\\\"shift-icon day\\\" style=\\\"transform:scale(0.6,0.6); margin-top:-6px; margin-left:px;\\\" data-qtip=\\\"Day shift\\\"></div>&nbsp; <div style=\\\"flex:1; text-align:center;\\\">Monday 4th Oct 2021 - DAY</div>&nbsp;<div class=\\\"shift-icon day\\\" style=\\\"transform:scale(0.6,0.6); margin-top:-6px; margin-left:px;\\\" data-qtip=\\\"Day shift\\\"></div></div></div></td></tr></thead></table><table border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" style=\\\"width: 323px; \\\" class=\\\"sch-header-row sch-header-row-middle sch-header-row-compact\\\"><thead><tr style=\\\"height:px\\\"><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_040000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"0\\\"><div class=\\\"shift-gantt-header\\\">4:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_050000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"1\\\"><div class=\\\"shift-gantt-header\\\">5:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_060000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"2\\\"><div class=\\\"shift-gantt-header\\\">6:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_070000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"3\\\"><div class=\\\"shift-gantt-header\\\">7:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_080000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"4\\\"><div class=\\\"shift-gantt-header\\\">8:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_090000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"5\\\"><div class=\\\"shift-gantt-header\\\">9:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_100000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"6\\\"><div class=\\\"shift-gantt-header\\\">10:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_110000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"7\\\"><div class=\\\"shift-gantt-header\\\">11:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_120000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"8\\\"><div class=\\\"shift-gantt-header\\\">12:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_130000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"9\\\"><div class=\\\"shift-gantt-header\\\">13:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_140000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"10\\\"><div class=\\\"shift-gantt-header\\\">14:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_150000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"11\\\"><div class=\\\"shift-gantt-header\\\">15:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_160000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"12\\\"><div class=\\\"shift-gantt-header\\\">16:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_170000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"13\\\"><div class=\\\"shift-gantt-header\\\">17:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_180000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"14\\\"><div class=\\\"shift-gantt-header\\\">18:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_190000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"15\\\"><div class=\\\"shift-gantt-header\\\">19:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_200000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"16\\\"><div class=\\\"shift-gantt-header\\\">20:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_210000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"17\\\"><div class=\\\"shift-gantt-header\\\">21:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_220000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"18\\\"><div class=\\\"shift-gantt-header\\\">22:00</div></td></tr></thead></table><div class=\\\"sch-header-secondary-canvas\\\" id=\\\"ext-element-183\\\"></div></div></div></div></div></div></div><div id=\\\"shiftgantt-2723-normal-body\\\" data-ref=\\\"body\\\" class=\\\"x-panel-body x-grid-with-row-lines x-grid-body x-panel-body-default x-panel-body-default x-noborder-rbl\\\" role=\\\"presentation\\\" style=\\\"width: 100%; left: 0px; height: 100%; top: 74px;\\\"></div></div></div><div class=\\\"x-grid-scroll-container \\\" id=\\\"ext-element-184\\\" style=\\\"left: 0px; top: 75px; width: 100%; height: 100%;\\\"><div class=\\\"x-grid-scroll-body x-scroller\\\" id=\\\"ext-element-185\\\" style=\\\"overflow: hidden; height: 100%;\\\"><div class=\\\"x-grid-scrollbar-clipper x-grid-scrollbar-clipper-locked \\\" id=\\\"ext-element-188\\\"><div class=\\\"x-tree-view x-grid-with-row-lines sch-lockedview x-fit-item x-tree-view-default x-unselectable x-scroller\\\" role=\\\"rowgroup\\\" id=\\\"treeview-2747\\\" tabindex=\\\"-1\\\" data-componentid=\\\"treeview-2747\\\" style=\\\"overflow: auto hidden; width: 419px; margin: 0px; height: 100%; top: 0px;\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"1\\\"><div class=\\\"x-tab-guard x-tab-guard-after\\\" tabindex=\\\"-1\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"1\\\"></div><div class=\\\"x-grid-item-container\\\" role=\\\"presentation\\\" style=\\\"width: 420px;\\\"><table id=\\\"treeview-2747-record-20049\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20049\\\" data-recordindex=\\\"0\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-expanded  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"2\\\" aria-expanded=\\\"true\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-plus x-tree-expander\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-parent-expanded shiftgantt-field shiftgantt-field-Process\\\"></div><span class=\\\"x-tree-node-text \\\">Meetings</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">06:00</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">06:18</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20050\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20050\\\" data-recordindex=\\\"1\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-18466\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow-end\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Daily Review Meeting</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">06:00</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">06:18</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20040\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20040\\\" data-recordindex=\\\"2\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-expanded  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"2\\\" aria-expanded=\\\"true\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-plus x-tree-expander\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-parent-expanded shiftgantt-field shiftgantt-field-Process\\\"></div><span class=\\\"x-tree-node-text \\\">Development</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">10:00</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">21:25</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20041\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20041\\\" data-recordindex=\\\"3\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-21334\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Blast</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">10:30</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">11:00</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20051\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20051\\\" data-recordindex=\\\"4\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-22090-A\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Bog Ore</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">13:15</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">21:25</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20044\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20044\\\" data-recordindex=\\\"5\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-21333\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Charge</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">10:00</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">10:30</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20055\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20055\\\" data-recordindex=\\\"6\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-21326\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Re-entry</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">12:35</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">13:35</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20058\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20058\\\" data-recordindex=\\\"7\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-21335\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow-end\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Re-entry</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">11:35</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">12:35</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20046\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20046\\\" data-recordindex=\\\"8\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-expanded  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"2\\\" aria-expanded=\\\"true\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-plus x-tree-expander\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-parent-expanded shiftgantt-field shiftgantt-field-Process\\\"></div><span class=\\\"x-tree-node-text \\\">Concentrator</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">05:45</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">17:00</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20047\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20047\\\" data-recordindex=\\\"9\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-18473\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Concentrator Operation Checks</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">07:00</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">17:00</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20048\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20048\\\" data-recordindex=\\\"10\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-18487\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow-end\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Concentrator Ops Shift Log</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">05:45</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">15:45</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20052\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20052\\\" data-recordindex=\\\"11\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-expanded  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"2\\\" aria-expanded=\\\"true\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-plus x-tree-expander\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-parent-expanded shiftgantt-field shiftgantt-field-Process\\\"></div><span class=\\\"x-tree-node-text \\\">Mobile Maintenance</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">06:00</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">17:00</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20054\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20054\\\" data-recordindex=\\\"12\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-18502\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Loader Fortnight Service</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">06:00</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">12:00</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20053\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20053\\\" data-recordindex=\\\"13\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-18504\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow-end\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Truck Weekly Service</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">06:00</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">17:00</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20056\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20056\\\" data-recordindex=\\\"14\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-expanded  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"2\\\" aria-expanded=\\\"true\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-plus x-tree-expander\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-parent-expanded shiftgantt-field shiftgantt-field-Process\\\"></div><span class=\\\"x-tree-node-text \\\">Services</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">11:35</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">13:35</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20057\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20057\\\" data-recordindex=\\\"15\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-21326\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Re-entry</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">12:35</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">13:35</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20059\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20059\\\" data-recordindex=\\\"16\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-21335\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow-end\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Re-entry</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">11:35</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">12:35</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20042\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20042\\\" data-recordindex=\\\"17\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-expanded  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"2\\\" aria-expanded=\\\"true\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-end-plus x-tree-expander\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-parent-expanded shiftgantt-field shiftgantt-field-Process\\\"></div><span class=\\\"x-tree-node-text \\\">Contractor</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">10:00</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">11:00</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20043\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20043\\\" data-recordindex=\\\"18\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-21334\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-empty\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Blast</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">10:30</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">11:00</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20045\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20045\\\" data-recordindex=\\\"19\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-21333\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-empty\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow-end\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Charge</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">10:00</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">10:30</div></td></tr></tbody></table></div></div></div><div class=\\\"x-grid-scrollbar-clipper \\\" id=\\\"ext-element-189\\\" style=\\\"left: 432px;\\\"><div class=\\\"x-grid-view x-grid-with-row-lines sch-horizontal-view sch-timelineview sch-ganttview x-fit-item x-grid-view-default x-unselectable x-scroller sch-ganttview-showbaseline\\\" role=\\\"rowgroup\\\" id=\\\"shiftgantt-2723-timelineview\\\" tabindex=\\\"-1\\\" data-componentid=\\\"shiftgantt-2723-timelineview\\\" style=\\\"overflow: hidden; margin: 0px; width: 323px; height: 100%; top: 0px;\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"1\\\"><div class=\\\"x-tab-guard x-tab-guard-after\\\" tabindex=\\\"-1\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"1\\\"></div><div class=\\\"x-grid-item-container\\\" role=\\\"presentation\\\" style=\\\"width: 323px;\\\" id=\\\"ext-element-209\\\"><table id=\\\"shiftgantt-2723-timelineview-record-20049\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20049\\\" data-recordindex=\\\"0\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap  sch-gantt-parent-noarrows sch-gantt-parent-task x-unselectable\\\" style=\\\"left:34px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:5px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20049-x-x\\\" class=\\\"sch-gantt-item sch-gantt-parenttask-bar shiftgantt-branch shiftgantt-nodrag shiftgantt-noresize  sch-event-notsegmented \\\" style=\\\"width:5px; visibility:hidden;\\\"><div>&nbsp;</div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-leftarrow\\\"></div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-rightarrow\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20050\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20050\\\" data-recordindex=\\\"1\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap  sch-gantt-parent-noarrows sch-gantt-task x-unselectable\\\" style=\\\"left:34px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:5px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20050-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:5px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-18466\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:34px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:5px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20050\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:5px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20040\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20040\\\" data-recordindex=\\\"2\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-parent-task x-unselectable\\\" style=\\\"left:102px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:194px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20040-x-x\\\" class=\\\"sch-gantt-item sch-gantt-parenttask-bar shiftgantt-branch shiftgantt-nodrag shiftgantt-noresize  sch-event-notsegmented \\\" style=\\\"width:194px; visibility:hidden;\\\"><div>&nbsp;</div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-leftarrow\\\"></div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-rightarrow\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20041\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20041\\\" data-recordindex=\\\"3\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:111px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:8px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\">&nbsp;<span class=\\\"task-icon unknown\\\"></span></label></div><div id=\\\"shiftgantt-2723-timelineview-20041-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:8px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-21334\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:111px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:8px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20041\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:8px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20051\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20051\\\" data-recordindex=\\\"4\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:157px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:139px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20051-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:139px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-22090-A\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:157px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:139px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20051\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:139px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20044\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20044\\\" data-recordindex=\\\"5\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:102px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:9px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\">&nbsp;<span class=\\\"task-icon unknown\\\"></span></label></div><div id=\\\"shiftgantt-2723-timelineview-20044-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:9px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-21333\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:102px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:9px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20044\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:9px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20055\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20055\\\" data-recordindex=\\\"6\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:146px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:17px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\">&nbsp;<span class=\\\"task-icon unknown\\\"></span></label></div><div id=\\\"shiftgantt-2723-timelineview-20055-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:17px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-21326\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:146px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:17px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20055\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:17px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20058\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20058\\\" data-recordindex=\\\"7\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:129px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:17px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\">&nbsp;<span class=\\\"task-icon unknown\\\"></span></label></div><div id=\\\"shiftgantt-2723-timelineview-20058-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:17px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-21335\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:129px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:17px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20058\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:17px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20046\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20046\\\" data-recordindex=\\\"8\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-parent-task x-unselectable\\\" style=\\\"left:30px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:191px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20046-x-x\\\" class=\\\"sch-gantt-item sch-gantt-parenttask-bar shiftgantt-branch shiftgantt-nodrag shiftgantt-noresize  sch-event-notsegmented \\\" style=\\\"width:191px; visibility:hidden;\\\"><div>&nbsp;</div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-leftarrow\\\"></div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-rightarrow\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20047\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20047\\\" data-recordindex=\\\"9\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:51px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:170px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20047-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:170px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-18473\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:51px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:170px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20047\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:170px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20048\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20048\\\" data-recordindex=\\\"10\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:30px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:170px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20048-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:170px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-18487\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:30px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:170px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20048\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:170px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20052\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20052\\\" data-recordindex=\\\"11\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-parent-task x-unselectable\\\" style=\\\"left:34px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:187px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20052-x-x\\\" class=\\\"sch-gantt-item sch-gantt-parenttask-bar shiftgantt-branch shiftgantt-nodrag shiftgantt-noresize  sch-event-notsegmented \\\" style=\\\"width:187px; visibility:hidden;\\\"><div>&nbsp;</div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-leftarrow\\\"></div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-rightarrow\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20054\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20054\\\" data-recordindex=\\\"12\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:34px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:102px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20054-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:102px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-18502\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:34px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:102px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20054\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:102px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20053\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20053\\\" data-recordindex=\\\"13\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:34px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:187px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20053-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:187px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-18504\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:34px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:187px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20053\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:187px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20056\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20056\\\" data-recordindex=\\\"14\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-parent-task x-unselectable\\\" style=\\\"left:129px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:34px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20056-x-x\\\" class=\\\"sch-gantt-item sch-gantt-parenttask-bar shiftgantt-branch shiftgantt-nodrag shiftgantt-noresize  sch-event-notsegmented \\\" style=\\\"width:34px; visibility:hidden;\\\"><div>&nbsp;</div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-leftarrow\\\"></div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-rightarrow\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20057\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20057\\\" data-recordindex=\\\"15\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:146px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:17px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\">&nbsp;<span class=\\\"task-icon shadow-task\\\"></span>&nbsp;<span class=\\\"task-icon unknown\\\"></span></label></div><div id=\\\"shiftgantt-2723-timelineview-20057-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:17px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-21326\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:146px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:17px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20057\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:17px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20059\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20059\\\" data-recordindex=\\\"16\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:129px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:17px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\">&nbsp;<span class=\\\"task-icon shadow-task\\\"></span>&nbsp;<span class=\\\"task-icon unknown\\\"></span></label></div><div id=\\\"shiftgantt-2723-timelineview-20059-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:17px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-21335\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:129px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:17px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20059\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:17px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20042\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20042\\\" data-recordindex=\\\"17\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-parent-task x-unselectable\\\" style=\\\"left:102px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:17px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20042-x-x\\\" class=\\\"sch-gantt-item sch-gantt-parenttask-bar shiftgantt-branch shiftgantt-nodrag shiftgantt-noresize  sch-event-notsegmented \\\" style=\\\"width:17px; visibility:hidden;\\\"><div>&nbsp;</div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-leftarrow\\\"></div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-rightarrow\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20043\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20043\\\" data-recordindex=\\\"18\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:111px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:8px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\">&nbsp;<span class=\\\"task-icon shadow-task\\\"></span>&nbsp;<span class=\\\"task-icon unknown\\\"></span></label></div><div id=\\\"shiftgantt-2723-timelineview-20043-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:8px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-21334\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:111px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:8px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20043\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:8px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20045\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20045\\\" data-recordindex=\\\"19\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:102px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:9px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\">&nbsp;<span class=\\\"task-icon shadow-task\\\"></span>&nbsp;<span class=\\\"task-icon unknown\\\"></span></label></div><div id=\\\"shiftgantt-2723-timelineview-20045-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:9px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-21333\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:102px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:9px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20045\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:9px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table></div></div></div></div><div class=\\\"x-grid-scrollbar x-grid-scrollbar-locked  x-scroller x-grid-scrollbar-visible\\\" id=\\\"ext-element-186\\\" style=\\\"overflow: scroll hidden; width: 420px; height: 9px;\\\"></div><div class=\\\"x-grid-scrollbar  x-scroller x-grid-scrollbar-visible\\\" id=\\\"ext-element-187\\\" style=\\\"overflow: scroll hidden; width: 350px; height: 9px; left: 432px;\\\"></div><div class=\\\"x-component x-border-box x-mask x-component-default\\\" role=\\\"progressbar\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" id=\\\"loadmask-2811\\\" tabindex=\\\"0\\\" data-componentid=\\\"loadmask-2811\\\" style=\\\"display: none;\\\"><div id=\\\"loadmask-2811-msgWrapEl\\\" data-ref=\\\"msgWrapEl\\\" class=\\\"x-mask-msg\\\" role=\\\"presentation\\\"><div id=\\\"loadmask-2811-msgEl\\\" data-ref=\\\"msgEl\\\" class=\\\" x-mask-msg-inner \\\" role=\\\"presentation\\\"><div id=\\\"loadmask-2811-msgTextEl\\\" data-ref=\\\"msgTextEl\\\" class=\\\"x-mask-msg-text\\\" role=\\\"presentation\\\">Loading...</div></div></div></div></div></div></div></body></html>\",\r\n            \"number\": 1\r\n        }\r\n    ],\r\n    \"startDate\": \"2021-10-04T04:00:00\",\r\n    \"endDate\": \"2021-10-04T23:00:00\",\r\n    \"format\": \"753px*729px\",\r\n    \"orientation\": \"landscape\",\r\n    \"range\": \"complete\",\r\n    \"fileFormat\": \"pdf\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Bryntum/Export","description":"<p>This API endpoint will export Gantt View report</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Print Bryntum Report - Allows user to export report.</p>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>html</td>\n<td></td>\n<td><strong>htmlCollection</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>startDate</td>\n<td></td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>endDate</td>\n<td></td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>format</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>orientation</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>range</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>fileFormat</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>htmlCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>html</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>number</td>\n<td></td>\n<td>integer</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","name":"Print reports","type":"folder"}},"urlObject":{"path":["api","v1","Bryntum","Export"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"125c0a7a-2f7b-4f4d-a04a-6d59f055c9d1"},{"name":"Download Gantt view report","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"e1b942f5-765b-4fc1-8e29-64b218cfa44a"}}],"id":"0d6e74fc-8cc8-463c-bd75-61f6be571139","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/bryntum/Download?fileName={{fileName}}","description":"<p>This API endpoint will donload exported Gantt View report</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Print Bryntum Report - Allows user to export report.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fileName</td>\n<td>name of exported scheduler report</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","name":"Print reports","type":"folder"}},"urlObject":{"path":["api","v1","bryntum","Download"],"host":["{{Url}}"],"query":[{"key":"fileName","value":"{{fileName}}"}],"variable":[]}},"response":[],"_postman_id":"0d6e74fc-8cc8-463c-bd75-61f6be571139"},{"name":"EquipmentScheduleReport","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"607afb18-f190-4965-aed3-14b41a0128f6"}},{"listen":"prerequest","script":{"exec":["var showUpcomingShifts = true;\r","var showColumnsWithNoData = true;\r","var visibleColumns = \"\\\"PlantNo\\\",\\\"Type\\\",\\\"Description\\\",\\\"DefaultProcess\\\",\\\"DPM\\\",\\\"YesterdaysStatus\\\",\\\"CurrentStatus\\\",\\\"StatusNotes\\\",\\\"Location\\\",\\\"NextService\\\"\";\r","var columnWidths = 70+\",\"+80+\",\"+140+\",\"+70+\",\"+70+\",\"+70+\",\"+70+\",\"+140+\",\"+150+\",\"+100;\r","var typeFilters = \"\";\r","var defaultProcessFilters = \"\";\r","var locationFilters = \"\";\r","var nextServiceFilters = \"\";\r","var sortOption = \"1\";\r","\r","postman.setEnvironmentVariable(\"dXParameters\",\"{\\\"ShowUpcomingShifts\\\":\"+showUpcomingShifts+\r","                                               \",\\\"ShowColumnsWithNoData\\\":\"+showColumnsWithNoData+\r","                                               \",\\\"VisibleColumns\\\":[\"+visibleColumns+\"]\"+\r","                                               \",\\\"ColumnWidths\\\":[\"+columnWidths+\"]\"+\r","                                               \",\\\"TypeFilters\\\":\\\"\"+typeFilters+\r","                                               \"\\\",\\\"DefaultProcessFilters\\\":\\\"\"+defaultProcessFilters+\r","                                              \"\\\",\\\"LocationFilters\\\":\\\"\"+locationFilters+\r","                                               \"\\\",\\\"NextServiceFilters\\\":\\\"\"+nextServiceFilters+\r","                                               \"\\\",\\\"SortOption\\\":\\\"\"+sortOption+\"\\\"}\");"],"type":"text/javascript","id":"a2a44544-61e2-445a-a18b-11db26f7a889"}}],"id":"96f85988-8b6d-4fc1-87fd-c13023a0ddcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/Report/ExportToPdf?reportID=EquipmentScheduleReport&DXParameters={{dXParameters}}","description":"<p>This API endpoint will print Equipment Schedule Report.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>PrintEquipmentScheduleReport - Allows user to print report.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reportID</td>\n<td>The id of the report</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>DXParameters</td>\n<td>The collection of the report parameters</td>\n<td><strong>parametersCollection</strong></td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>parametersCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>showUpcomingShifts</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>showColumnsWithNoData</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>visibleColumns</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>columnWidths</td>\n<td></td>\n<td>integer</td>\n<td></td>\n</tr>\n<tr>\n<td>typeFilters</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>defaultProcessFilters</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>locationFilters</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>nextServiceFilters</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>sortOption</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","name":"Print reports","type":"folder"}},"urlObject":{"path":["Report","ExportToPdf"],"host":["{{Url}}"],"query":[{"key":"reportID","value":"EquipmentScheduleReport"},{"key":"DXParameters","value":"{{dXParameters}}"}],"variable":[]}},"response":[],"_postman_id":"96f85988-8b6d-4fc1-87fd-c13023a0ddcb"}],"id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"879ef117-ca3f-440c-bff9-7912de51faf1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"401e6903-c5f7-49c1-8582-911e863a3e75"}}],"_postman_id":"c242ab5a-157a-4df4-b9c9-cb39bfac6e73","description":""},{"name":"Reporting Calendars","item":[{"name":"GET Reporting Calendars","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"570cdc71-2693-4836-9b2f-a39b6797aeeb"}}],"id":"6c3ac0e8-3a8d-4203-bc6f-652b1c7fc1cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/reportingcalendars.json","description":"<p>This API endpoint will return a List of ReportingCalendars.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Reporting Calendars - Allows user to view Reporting Calendars.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/reportingcalendars.json?query=AAGroup&amp;defaultfield=Group</p>\n<p><strong>Indexes</strong></p>\n<p>The ReportingCalendars endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the ReportingCalendar (excluding collections) may be used to sort the ReportingCalendars list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Response</strong></p>\n<p>Potential Error Response Codes<br />NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"ac7c111d-7847-4aee-9ece-944622b71ff1","id":"ac7c111d-7847-4aee-9ece-944622b71ff1","name":"Reporting Calendars","type":"folder"}},"urlObject":{"path":["api","v1","reportingcalendars.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c3ac0e8-3a8d-4203-bc6f-652b1c7fc1cb"},{"name":"ADD Reporting Calendar","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript","id":"1756a69f-f496-43d3-aa39-2f5898aa6c79"}}],"id":"0c6cefa3-a307-4aa2-a741-92b394639f7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Year\": 2021,\r\n    \"Name\": \"API Calendar\",\r\n    \"Group\": \"APIGroup\",\r\n    \"Start\": \"2021-01-01T08:00:00\",\r\n    \"ShowOnPlanningTargets\": true,\r\n    \"WeeksPerMonth\": [\r\n        4,\r\n        4,\r\n        5,\r\n        4,\r\n        5,\r\n        4,\r\n        4,\r\n        5,\r\n        4,\r\n        4,\r\n        4,\r\n        5\r\n    ],\r\n    \"Quarter1Name\": \"Summer\",\r\n    \"Quarter2Name\": \"Autumn\",\r\n    \"Quarter3Name\": \"Winter\",\r\n    \"Quarter4Name\": \"Spring\",\r\n    \"Weeks\": [\r\n        {\r\n            \"Id\": \"3e3de40f-c05a-4571-9adf-8ff2fa0ea72a\",\r\n            \"Number\": 1,\r\n            \"Name\": \"Week 1\"\r\n        },\r\n        {\r\n            \"Id\": \"6c7b181e-9997-4b98-a02a-f56093e7c803\",\r\n             \"Number\": 2,\r\n            \"Name\": \"Week 2\"\r\n        },\r\n        {\r\n            \"Id\": \"a6c5e694-2abc-42e9-9c7b-49827e8ae2d9\",\r\n            \"Number\": 3,\r\n            \"Name\": \"Week 3\"\r\n        },\r\n        {\r\n            \"Id\": \"63b44187-6f00-4185-a6c5-435d1e297042\",\r\n            \"Number\": 4,\r\n            \"Name\": \"Week 4\"\r\n        },\r\n        {\r\n            \"Id\": \"fc8c2097-8e11-42f0-b0ee-25970f622ac3\",\r\n            \"Number\": 5,\r\n            \"Name\": \"Week 5\"\r\n        },\r\n        {\r\n            \"Id\": \"e6c31644-2691-4afc-ab4b-2f4500e55d10\",\r\n            \"Number\": 6,\r\n            \"Name\": \"Week 6\"\r\n        },\r\n        {\r\n            \"Id\": \"25eaf39a-3195-4b6a-a3ed-9b9724e5e385\",\r\n            \"Number\": 7,\r\n            \"Name\": \"Week 7\"\r\n        },\r\n        {\r\n            \"Id\": \"6d8920d9-37dc-4bc3-8987-272c2148be3b\",\r\n            \"Number\": 8,\r\n            \"Name\": \"Week 8\"\r\n        },\r\n        {\r\n            \"Id\": \"c3f7f9e2-625d-4d53-bc31-37f579c77640\",\r\n            \"Number\": 9,\r\n            \"Name\": \"Week 9\"\r\n        },\r\n        {\r\n            \"Id\": \"3ea113a4-f49c-434f-b7d2-b1516fcc1d2b\",\r\n            \"Number\": 10,\r\n            \"Name\": \"Week 10\"\r\n        },\r\n        {\r\n            \"Id\": \"b0cdd7b7-2f06-44da-8281-2d9b10051a99\",\r\n            \"Number\": 11,\r\n            \"Name\": \"Week 11\"\r\n        },\r\n        {\r\n            \"Id\": \"2ff8acf6-32a7-455b-b443-cda69d801d54\",\r\n            \"Number\": 12,\r\n            \"Name\": \"Week 12\"\r\n        },\r\n        {\r\n            \"Id\": \"f848c216-e644-40ce-9cdf-e9ec14ad1dbc\",\r\n            \"Number\": 13,\r\n            \"Name\": \"Week 13\"\r\n        },\r\n        {\r\n            \"Id\": \"0e2dcfc0-b74e-4aba-b783-6d2c9fdb3c6e\",\r\n            \"Number\": 14,\r\n            \"Name\": \"Week 14\"\r\n        },\r\n        {\r\n            \"Id\": \"ce030aa3-b7d3-4474-aa67-d1faae32fa43\",\r\n            \"Number\": 15,\r\n            \"Name\": \"Week 15\"\r\n        },\r\n        {\r\n            \"Id\": \"c2aa5a79-d9b4-4097-9a77-cbf08fce2726\",\r\n            \"Number\": 16,\r\n            \"Name\": \"Week 16\"\r\n        },\r\n        {\r\n            \"Id\": \"b025a46e-0b7f-497f-af3c-3702777ac2ee\",\r\n            \"Number\": 17,\r\n            \"Name\": \"Week 17\"\r\n        },\r\n        {\r\n            \"Id\": \"ad4f679c-0250-4f03-8533-81fc3fa3c462\",\r\n            \"Number\": 18,\r\n            \"Name\": \"Week 18\"\r\n        },\r\n        {\r\n            \"Id\": \"a38019d3-48fa-4b8c-bbb9-5bb3765064ba\",\r\n            \"Number\": 19,\r\n            \"Name\": \"Week 19\"\r\n        },\r\n        {\r\n            \"Id\": \"0f5a5f4b-0675-4315-a225-fb9150461669\",\r\n            \"Number\": 20,\r\n            \"Name\": \"Week 20\"\r\n        },\r\n        {\r\n            \"Id\": \"632c56a2-cf5a-46ef-a33a-6131bc2355f3\",\r\n            \"Number\": 21,\r\n            \"Name\": \"Week 21\"\r\n        },\r\n        {\r\n            \"Id\": \"93564ed4-0576-446e-9bdd-c7642924869a\",\r\n            \"Number\": 22,\r\n            \"Name\": \"Week 22\"\r\n        },\r\n        {\r\n            \"Id\": \"8229a0f4-1096-4040-b4a6-435ebe4187d5\",\r\n            \"Number\": 23,\r\n            \"Name\": \"Week 23\"\r\n            },\r\n            {\r\n                \"Id\": \"4f1ab663-f3a6-4769-934c-6b8518494788\",\r\n                \"Number\": 24,\r\n                \"Name\": \"Week 24\"\r\n            },\r\n            {\r\n                \"Id\": \"e88c9bb3-7c38-47cc-ac59-45316d36c991\",\r\n                \"Number\": 25,\r\n                \"Name\": \"Week 25\"\r\n            },\r\n            {\r\n                \"Id\": \"92ebef6d-7bc0-4976-8dd4-7b3901bbc156\",\r\n                \"Number\": 26,\r\n                \"Name\": \"Week 26\"\r\n            },\r\n            {\r\n                \"Id\": \"aa6f7526-b338-4576-a72f-a1afc1b87d43\",\r\n                \"Number\": 27,\r\n                \"Name\": \"Week 27\"\r\n            },\r\n            {\r\n                \"Id\": \"5a99abf4-be2a-4b4c-89f9-c938d9f7ac30\",\r\n                \"Number\": 28,\r\n                \"Name\": \"Week 28\"\r\n            },\r\n            {\r\n                \"Id\": \"2e674e93-581b-4aa3-85ac-49fdc0076c07\",\r\n                \"Number\": 29,\r\n                \"Name\": \"Week 29\"\r\n            },\r\n            {\r\n                \"Id\": \"ef7143fa-4416-440f-9fc3-c98033cabe1a\",\r\n                \"Number\": 30,\r\n                \"Name\": \"Week 30\"\r\n            },\r\n            {\r\n                \"Id\": \"5b829645-a887-41a3-830a-e9cd42a14027\",\r\n                \"Number\": 31,\r\n                \"Name\": \"Week 31\"\r\n            },\r\n            {\r\n                \"Id\": \"d1a8bce0-2098-4909-9c2c-ffb7917dff0b\",\r\n                \"Number\": 32,\r\n                \"Name\": \"Week 32\"\r\n            },\r\n            {\r\n                \"Id\": \"a5e0eb9a-91c9-44f1-8bc5-2f0c8146b7ca\",\r\n                \"Number\": 33,\r\n                \"Name\": \"Week 33\"\r\n            },\r\n            {\r\n                \"Id\": \"ac1ebdf4-9f5f-4db2-b643-3355e253e058\",\r\n                \"Number\": 34,\r\n                \"Name\": \"Week 34\"\r\n            },\r\n            {\r\n                \"Id\": \"57d3bd3e-afa9-4fd3-86cd-4513f441b06d\",\r\n                \"Number\": 35,\r\n                \"Name\": \"Week 35\"\r\n            },\r\n            {\r\n                \"Id\": \"4d059d2b-95ef-49c2-aa5e-438d4ac3a7ac\",\r\n                \"Number\": 36,\r\n                \"Name\": \"Week 36\"\r\n            },\r\n            {\r\n                \"Id\": \"5032b420-a953-4d57-9d75-91e9bdd550cd\",\r\n                \"Number\": 37,\r\n                \"Name\": \"Week 37\"\r\n            },\r\n            {\r\n                \"Id\": \"d285c1be-5396-4560-8abf-098073f34eb9\",\r\n                \"Number\": 38,\r\n                \"Name\": \"Week 38\"\r\n            },\r\n            {\r\n                \"Id\": \"278a1b86-18be-47de-9a0a-7d7350265c3e\",\r\n                \"Number\": 39,\r\n                \"Name\": \"Week 39\"\r\n            },\r\n            {\r\n                \"Id\": \"fa01d0e1-e6f4-4c0d-b306-45e8c72630e8\",\r\n                \"Number\": 40,\r\n                \"Name\": \"Week 40\"\r\n            },\r\n            {\r\n                \"Id\": \"ad5761d5-6495-418f-a28e-25b31cfb47b8\",\r\n                \"Number\": 41,\r\n                \"Name\": \"Week 41\"\r\n            },\r\n            {\r\n                \"Id\": \"4a5f3aba-a8cd-4386-ae11-01abf5eaa4fc\",\r\n                \"Number\": 42,\r\n                \"Name\": \"Week 42\"\r\n            },\r\n            {\r\n                \"Id\": \"be46af63-9c7c-4fbd-8370-fb6a8876cb05\",\r\n                \"Number\": 43,\r\n                \"Name\": \"Week 43\"\r\n            },\r\n            {\r\n                \"Id\": \"74a57aa4-a31a-41ca-bac0-0ff8c8ab99b8\",\r\n                \"Number\": 44,\r\n                \"Name\": \"Week 44\"\r\n            },\r\n            {\r\n                \"Id\": \"7ae0cd84-386d-47e3-9557-c97798bbe01c\",\r\n                \"Number\": 45,\r\n                \"Name\": \"Week 45\"\r\n            },\r\n            {\r\n                \"Id\": \"c865f1fc-9bfa-4761-8206-2b7faeb35da5\",\r\n                \"Number\": 46,\r\n                \"Name\": \"Week 46\"\r\n            },\r\n            {\r\n                \"Id\": \"2efa8b3d-cdc5-47a3-9817-395b2d5a63d5\",\r\n                \"Number\": 47,\r\n                \"Name\": \"Week 47\"\r\n            },\r\n            {\r\n                \"Id\": \"0e9d0621-d0ee-405a-a85c-79ce4e0e2697\",\r\n                \"Number\": 48,\r\n                \"Name\": \"Week 48\"\r\n            },\r\n            {\r\n                \"Id\": \"6f4835ed-0911-4afc-8a70-0b52add23d1f\",\r\n                \"Number\": 49,\r\n                \"Name\": \"Week 49\"\r\n            },\r\n            {\r\n                \"Id\": \"a6161451-28fe-4605-a066-03cd40374934\",\r\n                \"Number\": 50,\r\n                \"Name\": \"Week 50\"\r\n            },\r\n            {\r\n                \"Id\": \"736e54e4-4360-42df-9333-e3685edfa10a\",\r\n                \"Number\": 51,\r\n                \"Name\": \"Week 51\"\r\n            },\r\n            {\r\n                \"Id\": \"27931410-2b56-46b1-b697-890834c927c9\",\r\n                \"Number\": 52,\r\n                \"Name\": \"Week 52\"\r\n            }\r\n        ],\r\n        \"Months\": [\r\n            {\r\n                \"Id\": \"42210ac2-ccba-4ce0-97b2-63f69a773dae\",\r\n                \"Number\": 1,\r\n                \"Name\": \"January\"\r\n            },\r\n            {\r\n                \"Id\": \"aa1193ec-58c0-4456-bb63-5d98e46753f9\",\r\n                \"Number\": 2,\r\n                \"Name\": \"February\"\r\n            },\r\n            {\r\n                \"Id\": \"305cb13b-ec5a-46ca-baaa-89797d5e3198\",\r\n                \"Number\": 3,\r\n                \"Name\": \"March\"\r\n            },\r\n            {\r\n                \"Id\": \"37e68b31-980c-48e7-ac1c-e311318bf70f\",\r\n                \"Number\": 4,\r\n                \"Name\": \"April\"\r\n            },\r\n            {\r\n                \"Id\": \"c3feb0b4-278b-47e5-b599-3dbf38246b98\",\r\n                \"Number\": 5,\r\n                \"Name\": \"May\"\r\n            },\r\n            {\r\n                \"Id\": \"42ce6435-d429-45ca-b1f0-ed20942dfdf1\",\r\n                \"Number\": 6,\r\n                \"Name\": \"June\"\r\n            },\r\n            {\r\n                \"Id\": \"d2127380-9ee3-430b-9a53-e5768e7d2d9e\",\r\n                \"Number\": 7,\r\n                \"Name\": \"July\"\r\n            },\r\n            {\r\n                \"Id\": \"c895adcd-2062-4e45-b7d1-8d0f1e0dc81c\",\r\n                \"Number\": 8,\r\n                \"Name\": \"August\"\r\n            },\r\n            {\r\n                \"Id\": \"b8b3d85a-5a38-41f3-adc0-37b39923ddff\",\r\n                \"Number\": 9,\r\n                \"Name\": \"September\"\r\n            },\r\n            {\r\n                \"Id\": \"2bb62634-78e7-4c21-a636-4b6030ed70a0\",\r\n                \"Number\": 10,\r\n                \"Name\": \"October\"\r\n            },\r\n            {\r\n                \"Id\": \"ffd7be31-f90d-4fa0-8a34-0bc61567ce0e\",\r\n                \"Number\": 11,\r\n                \"Name\": \"November\"\r\n            },\r\n            {\r\n                \"Id\": \"ec14ce00-99d7-45ed-866c-99e876ae8403\",\r\n                \"Number\": 12,\r\n                \"Name\": \"December\"\r\n            }\r\n        ],\r\n        \"Quarters\": [\r\n            {\r\n                \"Id\": \"c475f2c6-8e05-40c1-8507-530941df7876\",\r\n                \"Number\": 1,\r\n                \"Name\": \"Summer\"\r\n            },\r\n            {\r\n                \"Id\": \"6670717f-0c64-49a1-999e-cb6afdb21c28\",\r\n                \"Number\": 2,\r\n                \"Name\": \"Autumn\"\r\n            },\r\n            {\r\n                \"Id\": \"3697f930-8449-4f54-8d02-1fc5a2aa4518\",\r\n                \"Number\": 3,\r\n                \"Name\": \"Winter\"\r\n            },\r\n            {\r\n                \"Id\": \"c9a7d4d5-45df-48f4-b032-2bbdfd78db87\",\r\n                \"Number\": 4,\r\n                \"Name\": \"Spring\"\r\n            }\r\n        ],\r\n        \"TaskTypeIds\": [\r\n            \"TaskTypes-169\",\r\n            \"TaskTypes-165\"\r\n        ]\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingcalendars.json","description":"<p>This API endpoint will create a ReportingCalendars</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Manage Reporting Calendars - Allows user to manage Reporting Calendars</p>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CalendarMonths</td>\n<td></td>\n<td><strong>Collection of ReportingCalendarItem</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Year</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Group</td>\n<td>A simple way of grouping like calendars (each in group should have a different Year)</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Start</td>\n<td>The first day of the first week in the year. Not necessarily January 1st. E.g. Mon 28 Dec 2020</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnLocationJobTargets</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WeeksPerMonth</td>\n<td>Supplied by the calendar's creator. Used in the initial build.</td>\n<td>Collection of integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Quarter1Name</td>\n<td>Supplied by the calendar's creator. Used in the initial build.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Quarter2Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Quarter3Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Quarter4Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Weeks</td>\n<td></td>\n<td><strong>Collection of ReportingCalendarPeriod</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Months</td>\n<td></td>\n<td><strong>Collection of ReportingCalendarPeriod</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Quarters</td>\n<td>Optional.</td>\n<td><strong>Collection of ReportingCalendarPeriod</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Processes</td>\n<td></td>\n<td><strong>Collection of ReportingCalendarProcess</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskTypeIds</td>\n<td>For restricting the Tasks that can live on this Calendar's Jobs. Used in Planning.</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ReportingCalendarItem</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Year</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Month</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MonthText</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MonthStart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MonthEnd</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ReportingCalendarPeriod</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Number</td>\n<td>A period is for an arbitrary range of dates (week, month etc). 'Number' is the number of that period within the year. It starts at 1, not 0. E.g. January is month 1.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>\"Optional. E.g. \"\"Winter\"\"\"</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ReportingCalendarProcess</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>d</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProcessId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Targets</td>\n<td></td>\n<td><strong>Collection of ReportingCalendarTarget</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ReportingCalendarTarget</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UnitId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nConflict (409)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"ac7c111d-7847-4aee-9ece-944622b71ff1","id":"ac7c111d-7847-4aee-9ece-944622b71ff1","name":"Reporting Calendars","type":"folder"}},"urlObject":{"path":["api","v1","reportingcalendars.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c6cefa3-a307-4aa2-a741-92b394639f7b"},{"name":"GET Specific Reporting Calendar","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"80528064-ca8c-422e-b7fa-7a88defeb5c4"}}],"id":"b0294c8e-7b54-43f7-bb93-4bb8843f1474","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/reportingcalendars.json/{{Id}}","description":"<p>This API endpoint will return a specific ReportingCalendar.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>View Reporting Calendars - Allows user to view Reporting Calendars.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Reporting Calendar</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong>\nNotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"ac7c111d-7847-4aee-9ece-944622b71ff1","id":"ac7c111d-7847-4aee-9ece-944622b71ff1","name":"Reporting Calendars","type":"folder"}},"urlObject":{"path":["api","v1","reportingcalendars.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b0294c8e-7b54-43f7-bb93-4bb8843f1474"},{"name":"UPDATE Reporting Calendar","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"21adaa18-ff54-4a78-896c-2690c95a336c"}}],"id":"9cb7a438-6278-44f5-9ed2-ed5e348e3ff1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Year\": 2021,\r\n    \"Name\": \"API Updated Calendar\",\r\n    \"Group\": \"APIGroup\",\r\n    \"Start\": \"2021-01-01T08:00:00\",\r\n    \"ShowOnPlanningTargets\": true,\r\n    \"WeeksPerMonth\": [\r\n        4,\r\n        4,\r\n        5,\r\n        4,\r\n        5,\r\n        4,\r\n        4,\r\n        5,\r\n        4,\r\n        4,\r\n        4,\r\n        5\r\n    ],\r\n    \"Quarter1Name\": \"Summer\",\r\n    \"Quarter2Name\": \"Autumn\",\r\n    \"Quarter3Name\": \"Winter\",\r\n    \"Quarter4Name\": \"Spring\",\r\n    \"Weeks\": [\r\n        {\r\n            \"Id\": \"3e3de40f-c05a-4571-9adf-8ff2fa0ea72a\",\r\n            \"Number\": 1,\r\n            \"Name\": \"Week 1\"\r\n        },\r\n        {\r\n            \"Id\": \"6c7b181e-9997-4b98-a02a-f56093e7c803\",\r\n             \"Number\": 2,\r\n            \"Name\": \"Week 2\"\r\n        },\r\n        {\r\n            \"Id\": \"a6c5e694-2abc-42e9-9c7b-49827e8ae2d9\",\r\n            \"Number\": 3,\r\n            \"Name\": \"Week 3\"\r\n        },\r\n        {\r\n            \"Id\": \"63b44187-6f00-4185-a6c5-435d1e297042\",\r\n            \"Number\": 4,\r\n            \"Name\": \"Week 4\"\r\n        },\r\n        {\r\n            \"Id\": \"fc8c2097-8e11-42f0-b0ee-25970f622ac3\",\r\n            \"Number\": 5,\r\n            \"Name\": \"Week 5\"\r\n        },\r\n        {\r\n            \"Id\": \"e6c31644-2691-4afc-ab4b-2f4500e55d10\",\r\n            \"Number\": 6,\r\n            \"Name\": \"Week 6\"\r\n        },\r\n        {\r\n            \"Id\": \"25eaf39a-3195-4b6a-a3ed-9b9724e5e385\",\r\n            \"Number\": 7,\r\n            \"Name\": \"Week 7\"\r\n        },\r\n        {\r\n            \"Id\": \"6d8920d9-37dc-4bc3-8987-272c2148be3b\",\r\n            \"Number\": 8,\r\n            \"Name\": \"Week 8\"\r\n        },\r\n        {\r\n            \"Id\": \"c3f7f9e2-625d-4d53-bc31-37f579c77640\",\r\n            \"Number\": 9,\r\n            \"Name\": \"Week 9\"\r\n        },\r\n        {\r\n            \"Id\": \"3ea113a4-f49c-434f-b7d2-b1516fcc1d2b\",\r\n            \"Number\": 10,\r\n            \"Name\": \"Week 10\"\r\n        },\r\n        {\r\n            \"Id\": \"b0cdd7b7-2f06-44da-8281-2d9b10051a99\",\r\n            \"Number\": 11,\r\n            \"Name\": \"Week 11\"\r\n        },\r\n        {\r\n            \"Id\": \"2ff8acf6-32a7-455b-b443-cda69d801d54\",\r\n            \"Number\": 12,\r\n            \"Name\": \"Week 12\"\r\n        },\r\n        {\r\n            \"Id\": \"f848c216-e644-40ce-9cdf-e9ec14ad1dbc\",\r\n            \"Number\": 13,\r\n            \"Name\": \"Week 13\"\r\n        },\r\n        {\r\n            \"Id\": \"0e2dcfc0-b74e-4aba-b783-6d2c9fdb3c6e\",\r\n            \"Number\": 14,\r\n            \"Name\": \"Week 14\"\r\n        },\r\n        {\r\n            \"Id\": \"ce030aa3-b7d3-4474-aa67-d1faae32fa43\",\r\n            \"Number\": 15,\r\n            \"Name\": \"Week 15\"\r\n        },\r\n        {\r\n            \"Id\": \"c2aa5a79-d9b4-4097-9a77-cbf08fce2726\",\r\n            \"Number\": 16,\r\n            \"Name\": \"Week 16\"\r\n        },\r\n        {\r\n            \"Id\": \"b025a46e-0b7f-497f-af3c-3702777ac2ee\",\r\n            \"Number\": 17,\r\n            \"Name\": \"Week 17\"\r\n        },\r\n        {\r\n            \"Id\": \"ad4f679c-0250-4f03-8533-81fc3fa3c462\",\r\n            \"Number\": 18,\r\n            \"Name\": \"Week 18\"\r\n        },\r\n        {\r\n            \"Id\": \"a38019d3-48fa-4b8c-bbb9-5bb3765064ba\",\r\n            \"Number\": 19,\r\n            \"Name\": \"Week 19\"\r\n        },\r\n        {\r\n            \"Id\": \"0f5a5f4b-0675-4315-a225-fb9150461669\",\r\n            \"Number\": 20,\r\n            \"Name\": \"Week 20\"\r\n        },\r\n        {\r\n            \"Id\": \"632c56a2-cf5a-46ef-a33a-6131bc2355f3\",\r\n            \"Number\": 21,\r\n            \"Name\": \"Week 21\"\r\n        },\r\n        {\r\n            \"Id\": \"93564ed4-0576-446e-9bdd-c7642924869a\",\r\n            \"Number\": 22,\r\n            \"Name\": \"Week 22\"\r\n        },\r\n        {\r\n            \"Id\": \"8229a0f4-1096-4040-b4a6-435ebe4187d5\",\r\n            \"Number\": 23,\r\n            \"Name\": \"Week 23\"\r\n            },\r\n            {\r\n                \"Id\": \"4f1ab663-f3a6-4769-934c-6b8518494788\",\r\n                \"Number\": 24,\r\n                \"Name\": \"Week 24\"\r\n            },\r\n            {\r\n                \"Id\": \"e88c9bb3-7c38-47cc-ac59-45316d36c991\",\r\n                \"Number\": 25,\r\n                \"Name\": \"Week 25\"\r\n            },\r\n            {\r\n                \"Id\": \"92ebef6d-7bc0-4976-8dd4-7b3901bbc156\",\r\n                \"Number\": 26,\r\n                \"Name\": \"Week 26\"\r\n            },\r\n            {\r\n                \"Id\": \"aa6f7526-b338-4576-a72f-a1afc1b87d43\",\r\n                \"Number\": 27,\r\n                \"Name\": \"Week 27\"\r\n            },\r\n            {\r\n                \"Id\": \"5a99abf4-be2a-4b4c-89f9-c938d9f7ac30\",\r\n                \"Number\": 28,\r\n                \"Name\": \"Week 28\"\r\n            },\r\n            {\r\n                \"Id\": \"2e674e93-581b-4aa3-85ac-49fdc0076c07\",\r\n                \"Number\": 29,\r\n                \"Name\": \"Week 29\"\r\n            },\r\n            {\r\n                \"Id\": \"ef7143fa-4416-440f-9fc3-c98033cabe1a\",\r\n                \"Number\": 30,\r\n                \"Name\": \"Week 30\"\r\n            },\r\n            {\r\n                \"Id\": \"5b829645-a887-41a3-830a-e9cd42a14027\",\r\n                \"Number\": 31,\r\n                \"Name\": \"Week 31\"\r\n            },\r\n            {\r\n                \"Id\": \"d1a8bce0-2098-4909-9c2c-ffb7917dff0b\",\r\n                \"Number\": 32,\r\n                \"Name\": \"Week 32\"\r\n            },\r\n            {\r\n                \"Id\": \"a5e0eb9a-91c9-44f1-8bc5-2f0c8146b7ca\",\r\n                \"Number\": 33,\r\n                \"Name\": \"Week 33\"\r\n            },\r\n            {\r\n                \"Id\": \"ac1ebdf4-9f5f-4db2-b643-3355e253e058\",\r\n                \"Number\": 34,\r\n                \"Name\": \"Week 34\"\r\n            },\r\n            {\r\n                \"Id\": \"57d3bd3e-afa9-4fd3-86cd-4513f441b06d\",\r\n                \"Number\": 35,\r\n                \"Name\": \"Week 35\"\r\n            },\r\n            {\r\n                \"Id\": \"4d059d2b-95ef-49c2-aa5e-438d4ac3a7ac\",\r\n                \"Number\": 36,\r\n                \"Name\": \"Week 36\"\r\n            },\r\n            {\r\n                \"Id\": \"5032b420-a953-4d57-9d75-91e9bdd550cd\",\r\n                \"Number\": 37,\r\n                \"Name\": \"Week 37\"\r\n            },\r\n            {\r\n                \"Id\": \"d285c1be-5396-4560-8abf-098073f34eb9\",\r\n                \"Number\": 38,\r\n                \"Name\": \"Week 38\"\r\n            },\r\n            {\r\n                \"Id\": \"278a1b86-18be-47de-9a0a-7d7350265c3e\",\r\n                \"Number\": 39,\r\n                \"Name\": \"Week 39\"\r\n            },\r\n            {\r\n                \"Id\": \"fa01d0e1-e6f4-4c0d-b306-45e8c72630e8\",\r\n                \"Number\": 40,\r\n                \"Name\": \"Week 40\"\r\n            },\r\n            {\r\n                \"Id\": \"ad5761d5-6495-418f-a28e-25b31cfb47b8\",\r\n                \"Number\": 41,\r\n                \"Name\": \"Week 41\"\r\n            },\r\n            {\r\n                \"Id\": \"4a5f3aba-a8cd-4386-ae11-01abf5eaa4fc\",\r\n                \"Number\": 42,\r\n                \"Name\": \"Week 42\"\r\n            },\r\n            {\r\n                \"Id\": \"be46af63-9c7c-4fbd-8370-fb6a8876cb05\",\r\n                \"Number\": 43,\r\n                \"Name\": \"Week 43\"\r\n            },\r\n            {\r\n                \"Id\": \"74a57aa4-a31a-41ca-bac0-0ff8c8ab99b8\",\r\n                \"Number\": 44,\r\n                \"Name\": \"Week 44\"\r\n            },\r\n            {\r\n                \"Id\": \"7ae0cd84-386d-47e3-9557-c97798bbe01c\",\r\n                \"Number\": 45,\r\n                \"Name\": \"Week 45\"\r\n            },\r\n            {\r\n                \"Id\": \"c865f1fc-9bfa-4761-8206-2b7faeb35da5\",\r\n                \"Number\": 46,\r\n                \"Name\": \"Week 46\"\r\n            },\r\n            {\r\n                \"Id\": \"2efa8b3d-cdc5-47a3-9817-395b2d5a63d5\",\r\n                \"Number\": 47,\r\n                \"Name\": \"Week 47\"\r\n            },\r\n            {\r\n                \"Id\": \"0e9d0621-d0ee-405a-a85c-79ce4e0e2697\",\r\n                \"Number\": 48,\r\n                \"Name\": \"Week 48\"\r\n            },\r\n            {\r\n                \"Id\": \"6f4835ed-0911-4afc-8a70-0b52add23d1f\",\r\n                \"Number\": 49,\r\n                \"Name\": \"Week 49\"\r\n            },\r\n            {\r\n                \"Id\": \"a6161451-28fe-4605-a066-03cd40374934\",\r\n                \"Number\": 50,\r\n                \"Name\": \"Week 50\"\r\n            },\r\n            {\r\n                \"Id\": \"736e54e4-4360-42df-9333-e3685edfa10a\",\r\n                \"Number\": 51,\r\n                \"Name\": \"Week 51\"\r\n            },\r\n            {\r\n                \"Id\": \"27931410-2b56-46b1-b697-890834c927c9\",\r\n                \"Number\": 52,\r\n                \"Name\": \"Week 52\"\r\n            }\r\n        ],\r\n        \"Months\": [\r\n            {\r\n                \"Id\": \"42210ac2-ccba-4ce0-97b2-63f69a773dae\",\r\n                \"Number\": 1,\r\n                \"Name\": \"January\"\r\n            },\r\n            {\r\n                \"Id\": \"aa1193ec-58c0-4456-bb63-5d98e46753f9\",\r\n                \"Number\": 2,\r\n                \"Name\": \"February\"\r\n            },\r\n            {\r\n                \"Id\": \"305cb13b-ec5a-46ca-baaa-89797d5e3198\",\r\n                \"Number\": 3,\r\n                \"Name\": \"March\"\r\n            },\r\n            {\r\n                \"Id\": \"37e68b31-980c-48e7-ac1c-e311318bf70f\",\r\n                \"Number\": 4,\r\n                \"Name\": \"April\"\r\n            },\r\n            {\r\n                \"Id\": \"c3feb0b4-278b-47e5-b599-3dbf38246b98\",\r\n                \"Number\": 5,\r\n                \"Name\": \"May\"\r\n            },\r\n            {\r\n                \"Id\": \"42ce6435-d429-45ca-b1f0-ed20942dfdf1\",\r\n                \"Number\": 6,\r\n                \"Name\": \"June\"\r\n            },\r\n            {\r\n                \"Id\": \"d2127380-9ee3-430b-9a53-e5768e7d2d9e\",\r\n                \"Number\": 7,\r\n                \"Name\": \"July\"\r\n            },\r\n            {\r\n                \"Id\": \"c895adcd-2062-4e45-b7d1-8d0f1e0dc81c\",\r\n                \"Number\": 8,\r\n                \"Name\": \"August\"\r\n            },\r\n            {\r\n                \"Id\": \"b8b3d85a-5a38-41f3-adc0-37b39923ddff\",\r\n                \"Number\": 9,\r\n                \"Name\": \"September\"\r\n            },\r\n            {\r\n                \"Id\": \"2bb62634-78e7-4c21-a636-4b6030ed70a0\",\r\n                \"Number\": 10,\r\n                \"Name\": \"October\"\r\n            },\r\n            {\r\n                \"Id\": \"ffd7be31-f90d-4fa0-8a34-0bc61567ce0e\",\r\n                \"Number\": 11,\r\n                \"Name\": \"November\"\r\n            },\r\n            {\r\n                \"Id\": \"ec14ce00-99d7-45ed-866c-99e876ae8403\",\r\n                \"Number\": 12,\r\n                \"Name\": \"December\"\r\n            }\r\n        ],\r\n        \"Quarters\": [\r\n            {\r\n                \"Id\": \"c475f2c6-8e05-40c1-8507-530941df7876\",\r\n                \"Number\": 1,\r\n                \"Name\": \"Summer\"\r\n            },\r\n            {\r\n                \"Id\": \"6670717f-0c64-49a1-999e-cb6afdb21c28\",\r\n                \"Number\": 2,\r\n                \"Name\": \"Autumn\"\r\n            },\r\n            {\r\n                \"Id\": \"3697f930-8449-4f54-8d02-1fc5a2aa4518\",\r\n                \"Number\": 3,\r\n                \"Name\": \"Winter\"\r\n            },\r\n            {\r\n                \"Id\": \"c9a7d4d5-45df-48f4-b032-2bbdfd78db87\",\r\n                \"Number\": 4,\r\n                \"Name\": \"Spring\"\r\n            }\r\n        ],\r\n        \"TaskTypeIds\": [\r\n            \"TaskTypes-169\",\r\n            \"TaskTypes-165\"\r\n        ]\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingcalendars.json/{{Id}}","description":"<p>This API endpoint will update a reportingcalendars</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Manage Reporting Calendars - Allows user to manage Reporting Calendars.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Reporting Calendar</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CalendarMonths</td>\n<td></td>\n<td><strong>Collection of ReportingCalendarItem</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Year</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Group</td>\n<td>A simple way of grouping like calendars (each in group should have a different Year)</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Start</td>\n<td>The first day of the first week in the year. Not necessarily January 1st. E.g. Mon 28 Dec 2020</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnLocationJobTargets</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WeeksPerMonth</td>\n<td>Supplied by the calendar's creator. Used in the initial build.</td>\n<td>Collection of integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Quarter1Name</td>\n<td>Supplied by the calendar's creator. Used in the initial build.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Quarter2Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Quarter3Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Quarter4Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Weeks</td>\n<td></td>\n<td><strong>Collection of ReportingCalendarPeriod</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Months</td>\n<td></td>\n<td><strong>Collection of ReportingCalendarPeriod</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Quarters</td>\n<td>Optional.</td>\n<td><strong>Collection of ReportingCalendarPeriod</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Processes</td>\n<td></td>\n<td><strong>Collection of ReportingCalendarProcess</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskTypeIds</td>\n<td>For restricting the Tasks that can live on this Calendar's Jobs. Used in Planning.</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ReportingCalendarItem</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Year</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Month</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MonthText</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MonthStart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MonthEnd</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ReportingCalendarPeriod</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Number</td>\n<td>A period is for an arbitrary range of dates (week, month etc). 'Number' is the number of that period within the year. It starts at 1, not 0. E.g. January is month 1.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>\"Optional. E.g. \"\"Winter\"\"\"</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ReportingCalendarProcess</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>d</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProcessId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Targets</td>\n<td></td>\n<td><strong>Collection of ReportingCalendarTarget</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ReportingCalendarTarget</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UnitId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"ac7c111d-7847-4aee-9ece-944622b71ff1","id":"ac7c111d-7847-4aee-9ece-944622b71ff1","name":"Reporting Calendars","type":"folder"}},"urlObject":{"path":["api","v1","reportingcalendars.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cb7a438-6278-44f5-9ed2-ed5e348e3ff1"},{"name":"Edit Reporting Calendar","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"454e7443-6de0-4e10-9a3f-2a10100d19df"}}],"id":"07607445-9702-4426-a7fa-43923e9dc34a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"API API edited by PATCH request\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingcalendars.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a ReportingCalendar</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Manage Reporting Calendars - Allows user to manage Reporting Calendars.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Reporting Calendar</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>InternalServerError (500)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"ac7c111d-7847-4aee-9ece-944622b71ff1","id":"ac7c111d-7847-4aee-9ece-944622b71ff1","name":"Reporting Calendars","type":"folder"}},"urlObject":{"path":["api","v1","reportingcalendars.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"07607445-9702-4426-a7fa-43923e9dc34a"},{"name":"Delete Reporting Calendar","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"695886bf-11c8-4010-ba8f-0bc243aca9fa"}}],"id":"bcf8ded7-e4ff-4560-9601-02054880eeeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingcalendars.json/{{Id}}","description":"<p>This API endpoint will delete a ReportingCalendars</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Manage Reporting Calendars - Allows user to manage Reporting Calendars.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Reporting Calendar</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"ac7c111d-7847-4aee-9ece-944622b71ff1","id":"ac7c111d-7847-4aee-9ece-944622b71ff1","name":"Reporting Calendars","type":"folder"}},"urlObject":{"path":["api","v1","reportingcalendars.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bcf8ded7-e4ff-4560-9601-02054880eeeb"}],"id":"ac7c111d-7847-4aee-9ece-944622b71ff1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"5c55d6a4-5928-4b46-8e0f-7767de683651"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"72b05ab9-3bfd-4b8d-9fd4-f48af85e8539"}}],"_postman_id":"ac7c111d-7847-4aee-9ece-944622b71ff1","description":""},{"name":"Report Occurrences","item":[{"name":"GET Report Occurrences","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData[jsonData.length-1].Id);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c14c2fb3-5937-4b7b-b444-93cc88b05987"}}],"id":"5e858bdd-fe48-4bc2-a1a2-88bec0c97790","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/reportoccurrences.json","description":"<p>This API endpoint will return a List of Report Occurrences</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Report Occurrences - Allows user to view Report Occurrences.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/reportoccurrences.json?query=ReportOccurrences-16897&amp;defaultfield=Id</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"aaadf5d6-f132-4464-a00f-43482455a111","id":"aaadf5d6-f132-4464-a00f-43482455a111","name":"Report Occurrences","type":"folder"}},"urlObject":{"path":["api","v1","reportoccurrences.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e858bdd-fe48-4bc2-a1a2-88bec0c97790"},{"name":"GET Specific Report Occurrences","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"53dc0326-db1a-4fd5-baab-93ce6a1775f2"}}],"id":"2184a158-9dd9-4ce5-bc4e-4ada42880a36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/reportoccurrences.json/{{Id}}","description":"<p>This API endpoint will return a specific Report Occurrences.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Report Occurrences - Allows user to view Report Occurrences.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Report Occurrences</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"aaadf5d6-f132-4464-a00f-43482455a111","id":"aaadf5d6-f132-4464-a00f-43482455a111","name":"Report Occurrences","type":"folder"}},"urlObject":{"path":["api","v1","reportoccurrences.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2184a158-9dd9-4ce5-bc4e-4ada42880a36"}],"id":"aaadf5d6-f132-4464-a00f-43482455a111","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d97f0a2e-a10c-41e9-a524-a9e1fa69a1a5"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"856668c8-12a0-4595-9fd2-cdd7e782be4b"}}],"_postman_id":"aaadf5d6-f132-4464-a00f-43482455a111","description":""},{"name":"Reporting Rules","item":[{"name":"GET list or  Reporting Rules","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"428498a5-8644-4144-b7fd-097a96c9cff5"}}],"id":"9035c59e-5e82-41f2-a934-7fa5dc3a58fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/ReportingRules.json","description":"<p>This API endpoint will return a List of Reporting Rules</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Reporting Rules - Allows user to view Reporting Rules.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/ReportingRules.json?query=DailyActualsReport<br />&amp;defaultfield=ReportType</p>\n<p><strong>Indexes</strong></p>\n<p>The ReportingRules endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the ReportingRules (excluding collections) may be used to sort the ReportingRules list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"db923540-ddc3-4fef-9d32-daa2fdfd00f9","id":"db923540-ddc3-4fef-9d32-daa2fdfd00f9","name":"Reporting Rules","type":"folder"}},"urlObject":{"path":["api","v1","ReportingRules.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9035c59e-5e82-41f2-a934-7fa5dc3a58fa"},{"name":"Add Reporting Rule","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript","id":"ce28fdb4-7d08-423f-88bf-904e01270f0c"}}],"id":"774af042-c417-4a59-b3b2-b5988629fc08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ReportType\": \"CustomReport\",\r\n    \"ReportDisplayName\": \"API Test\",\r\n    \"Subject\": \"API Test\",\r\n    \"ReportFilename\": \"API Test.pdf\",\r\n    \"TemplateFilename\": \"API Test.docx\",\r\n    \"Enabled\": true,\r\n    \"ParameterRules\": [\r\n        {\r\n            \"Id\": \"b44e3d9e-2718-4407-b566-8c695d931ca9\",\r\n            \"Type\": \"TimePeriod\",\r\n            \"Name\": \"TimePeriodNavigations\",\r\n            \"DisplayOrder\": 1000,\r\n            \"DefaultValues\": [\r\n                \"Current\"\r\n            ],\r\n            \"Values\": [\r\n                \"Current\"\r\n            ]\r\n        },\r\n        {\r\n            \"Id\": \"c558d9ed-4189-4b11-9254-6a5214244d40\",\r\n            \"Type\": \"TimePeriod\",\r\n            \"Name\": \"TimePeriods\",\r\n            \"DisplayOrder\": 2000,\r\n            \"DefaultValues\": [\r\n                \"Shift\"\r\n            ],\r\n            \"Values\": [\r\n                \"Shift\"\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/ReportingRules.json","description":"<p>This API endpoint will create a Reporting Rule</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Reporting Rule - Allows user to manage Reporting Rule.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ReportType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LaterExpression</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AccumulatingShifts</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ReportDisplayName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Window</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Basis</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Offset</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LanguageCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Processes</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Subject</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Message</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ReportFilename</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TemplateFilename</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TemplateAttachmentId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsShiftPlanReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Enabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TrackVariance</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ParameterRules</td>\n<td></td>\n<td><strong>RulesCollections</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>RulesCollections</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ListSelectionMethod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultValues</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Values</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"db923540-ddc3-4fef-9d32-daa2fdfd00f9","id":"db923540-ddc3-4fef-9d32-daa2fdfd00f9","name":"Reporting Rules","type":"folder"}},"urlObject":{"path":["api","v1","ReportingRules.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"774af042-c417-4a59-b3b2-b5988629fc08"},{"name":"GET Specific Reporting Rule","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"2037e68c-e336-4b73-96b7-501f0f3eefcb"}}],"id":"38b8e6fc-5593-418f-afab-e4e08c41688d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/ReportingRules.json/{{Id}}","description":"<p>This API endpoint will return a specific Reporting Rule.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Reporting Rules - Allows user to view Reporting Rules.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Reporting Rule</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"db923540-ddc3-4fef-9d32-daa2fdfd00f9","id":"db923540-ddc3-4fef-9d32-daa2fdfd00f9","name":"Reporting Rules","type":"folder"}},"urlObject":{"path":["api","v1","ReportingRules.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"38b8e6fc-5593-418f-afab-e4e08c41688d"},{"name":"Update Reporting Rule","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"d4a5409d-2937-4d20-985d-62e9438bff5f"}}],"id":"e325bb47-82db-40e3-abcf-429f3752591d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ReportType\": \"CustomReport\",\r\n    \"ReportDisplayName\": \"API Edited Test\",\r\n    \"Subject\": \"API Edited Test\",\r\n    \"ReportFilename\": \"API Edited Test.pdf\",\r\n    \"TemplateFilename\": \"API Edited Test.docx\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/ReportingRules.json/{{Id}}","description":"<p>This API endpoint will update a Reporting Rules</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Reporting Rules - Allows user to manage Reporting Rules.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Reporting Rules</td>\n<td>Required</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ReportType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LaterExpression</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AccumulatingShifts</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ReportDisplayName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Window</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Basis</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Offset</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LanguageCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Processes</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Subject</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Message</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ReportFilename</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TemplateFilename</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TemplateAttachmentId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsShiftPlanReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Enabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TrackVariance</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ParameterRules</td>\n<td></td>\n<td><strong>RulesCollections</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>RulesCollections</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ListSelectionMethod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultValues</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Values</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"db923540-ddc3-4fef-9d32-daa2fdfd00f9","id":"db923540-ddc3-4fef-9d32-daa2fdfd00f9","name":"Reporting Rules","type":"folder"}},"urlObject":{"path":["api","v1","ReportingRules.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e325bb47-82db-40e3-abcf-429f3752591d"},{"name":"Edit Reporting Rule","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"2cfd138d-55b6-4f0e-b7a5-ae36481b8170"}}],"id":"95f8da31-540c-46a8-bbe2-f7602603d0a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Subject\",\r\n        \"value\": \"Subject edited by PATCH Request\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/ReportingRules.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Reporting Rules.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Reporting Rules - Allows user to manage Reporting Rules.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Reporting Rules</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"db923540-ddc3-4fef-9d32-daa2fdfd00f9","id":"db923540-ddc3-4fef-9d32-daa2fdfd00f9","name":"Reporting Rules","type":"folder"}},"urlObject":{"path":["api","v1","ReportingRules.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"95f8da31-540c-46a8-bbe2-f7602603d0a5"},{"name":"Delete Reporting Rule","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"6b5dc952-ca0b-42aa-b1f5-817020040d87"}}],"id":"f5c8d1fa-79be-4db0-b0a2-7d068f2f4455","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/ReportingRules.json/{{Id}}","description":"<p>This API endpoint will delete a Reporting Rules.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Leave Approval Models - Allows user to manage Reporting Rules.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Reporting Rules</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"db923540-ddc3-4fef-9d32-daa2fdfd00f9","id":"db923540-ddc3-4fef-9d32-daa2fdfd00f9","name":"Reporting Rules","type":"folder"}},"urlObject":{"path":["api","v1","ReportingRules.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5c8d1fa-79be-4db0-b0a2-7d068f2f4455"}],"id":"db923540-ddc3-4fef-9d32-daa2fdfd00f9","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"92b7da62-17ac-4fe7-8111-82dfce194907"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"84b6e848-e7b6-4730-b7d9-338c6b159668"}}],"_postman_id":"db923540-ddc3-4fef-9d32-daa2fdfd00f9","description":""},{"name":"GET list or  Reporting Rules Copy","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"reportingRuleId\", jsonData[jsonData.length-1].Id);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"45dc6872-c4b1-42d6-8ad4-63158aeb75ea"}}],"id":"ca15ee15-b226-43ff-8566-da9ab9b595ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/ReportingRules.json","description":"<p>This API endpoint will return a List of Reporting Rules</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Reporting Rules - Allows user to view Reporting Rules.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/useralerts.json?query=DailyActualsReport&amp;defaultfield=ReportType</p>\n<p><strong>Indexes</strong></p>\n<p>The ReportingRules endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the ReportingRules (excluding collections) may be used to sort the ReportingRules list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f06dfe57-a25c-410a-8c1e-7b95f07976c3","id":"f06dfe57-a25c-410a-8c1e-7b95f07976c3","name":"Reporting","type":"folder"}},"urlObject":{"path":["api","v1","ReportingRules.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca15ee15-b226-43ff-8566-da9ab9b595ad"},{"name":"Reporting PrintReportingRule","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"d31a56c4-cda8-45eb-a6cf-eab08d34b62e"}}],"id":"09f4a93e-1638-4780-be8a-7a81b5f6d155","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingPrintReportingRule.json?id={{reportingRuleId}}&scheduledAt={{scheduledAt}}","description":"<p>This API endpoint print a ReportOccurrences</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>scheduledAt</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f06dfe57-a25c-410a-8c1e-7b95f07976c3","id":"f06dfe57-a25c-410a-8c1e-7b95f07976c3","name":"Reporting","type":"folder"}},"urlObject":{"path":["api","v1","reportingPrintReportingRule.json"],"host":["{{Url}}"],"query":[{"key":"id","value":"{{reportingRuleId}}"},{"key":"scheduledAt","value":"{{scheduledAt}}"}],"variable":[]}},"response":[],"_postman_id":"09f4a93e-1638-4780-be8a-7a81b5f6d155"},{"name":"Reporting PrintReportingRule","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"00ee5cb1-60ee-46b9-ad0a-fae1bf286d1c"}}],"id":"7b2d4bef-9cfa-4677-845a-31b77593b2f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingPrintReportingRule.json?id={{reportingRuleId}}&scheduledAt={{scheduledAt}}","description":"<p>This API endpoint print a ReportOccurrences</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>scheduledAt</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f06dfe57-a25c-410a-8c1e-7b95f07976c3","id":"f06dfe57-a25c-410a-8c1e-7b95f07976c3","name":"Reporting","type":"folder"}},"urlObject":{"path":["api","v1","reportingPrintReportingRule.json"],"host":["{{Url}}"],"query":[{"key":"id","value":"{{reportingRuleId}}"},{"key":"scheduledAt","value":"{{scheduledAt}}"}],"variable":[]}},"response":[],"_postman_id":"7b2d4bef-9cfa-4677-845a-31b77593b2f0"},{"name":"Print a Reporting Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"35b01aec-5da5-4738-ac18-42e163cf6445"}}],"id":"a4d93f5d-ea48-4248-8584-d342f87eb2df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingPrintReportingType.json?type={{type}}&scheduledAt={{scheduledAt}}&matchedShift={{matchedShift}}&process={{process}}&shifts={{shifts}}","description":"<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>scheduledAt</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>matchedShift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>shifts</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f06dfe57-a25c-410a-8c1e-7b95f07976c3","id":"f06dfe57-a25c-410a-8c1e-7b95f07976c3","name":"Reporting","type":"folder"}},"urlObject":{"path":["api","v1","reportingPrintReportingType.json"],"host":["{{Url}}"],"query":[{"key":"type","value":"{{type}}"},{"key":"scheduledAt","value":"{{scheduledAt}}"},{"key":"matchedShift","value":"{{matchedShift}}"},{"key":"process","value":"{{process}}"},{"key":"shifts","value":"{{shifts}}"}],"variable":[]}},"response":[],"_postman_id":"a4d93f5d-ea48-4248-8584-d342f87eb2df"},{"name":"Print a Report Occurrence","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"7293debc-c861-4177-ad78-8960a8c12488"}}],"id":"94804aac-55e1-47f0-b905-10925dc50829","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingPrintReportOccurrence.json?id={{Id}}","description":"<p>This API endpoint print a ReportOccurrences</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>report id</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f06dfe57-a25c-410a-8c1e-7b95f07976c3","id":"f06dfe57-a25c-410a-8c1e-7b95f07976c3","name":"Reporting","type":"folder"}},"urlObject":{"path":["api","v1","reportingPrintReportOccurrence.json"],"host":["{{Url}}"],"query":[{"key":"id","value":"{{Id}}"}],"variable":[]}},"response":[],"_postman_id":"94804aac-55e1-47f0-b905-10925dc50829"},{"name":"Get Unexecuted But Queued Occurrences","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c61a8666-530c-4fdc-b26c-8fc07c44d40f"}}],"id":"6ef0baab-490d-4d11-9a1a-e46cd7113bf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingGetUnexecutedButQueuedOccurrences.json","description":"<p>This API endpoint return Unexecuted But Queued Occurrences</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f06dfe57-a25c-410a-8c1e-7b95f07976c3","id":"f06dfe57-a25c-410a-8c1e-7b95f07976c3","name":"Reporting","type":"folder"}},"urlObject":{"path":["api","v1","reportingGetUnexecutedButQueuedOccurrences.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ef0baab-490d-4d11-9a1a-e46cd7113bf2"},{"name":"Get Unexecuted And Unqueued Occurrences","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"1ea8e7ea-99cf-4ffd-bde7-069e8233d458"}}],"id":"2bedc3a2-410b-41df-bc69-87f7d9b788b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingGetUnexecutedAndUnqueuedOccurrences.json","description":"<p>This API endpoint return Unexecuted And Unqueued Occurrences</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f06dfe57-a25c-410a-8c1e-7b95f07976c3","id":"f06dfe57-a25c-410a-8c1e-7b95f07976c3","name":"Reporting","type":"folder"}},"urlObject":{"path":["api","v1","reportingGetUnexecutedAndUnqueuedOccurrences.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2bedc3a2-410b-41df-bc69-87f7d9b788b1"},{"name":"Get Executed Occurrences","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"81410bf5-2339-4088-9e00-c72c3bae646e"}}],"id":"99e03526-92f3-4bd3-8f3e-12eab71502da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingGetExecutedOccurrences.json","description":"<p>This API endpoint return Executed Occurrences</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f06dfe57-a25c-410a-8c1e-7b95f07976c3","id":"f06dfe57-a25c-410a-8c1e-7b95f07976c3","name":"Reporting","type":"folder"}},"urlObject":{"path":["api","v1","reportingGetExecutedOccurrences.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"99e03526-92f3-4bd3-8f3e-12eab71502da"},{"name":"Get Next Later Occurrence","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"199032b9-7002-4da0-9024-17b2be4c6810"}}],"id":"52bb01e7-9ee4-45a6-9c78-e98f52e7deca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingGetNextLaterOccurrence.json?later={{later}}","description":"<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Report Occurrences - Allows user to view Report Occurrences.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>later</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f06dfe57-a25c-410a-8c1e-7b95f07976c3","id":"f06dfe57-a25c-410a-8c1e-7b95f07976c3","name":"Reporting","type":"folder"}},"urlObject":{"path":["api","v1","reportingGetNextLaterOccurrence.json"],"host":["{{Url}}"],"query":[{"key":"later","value":"{{later}}"}],"variable":[]}},"response":[],"_postman_id":"52bb01e7-9ee4-45a6-9c78-e98f52e7deca"},{"name":"Get Next Cron Occurrence","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"773433c5-2019-4246-84d0-afde7f0148d6"}}],"id":"9e4ee0e3-86ec-4e7d-ad6a-4bd09c7b0edd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingGetNextCronOccurrence.json?cron={{cron}}","description":"<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Report Occurrences - Allows user to view Report Occurrences.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cron</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f06dfe57-a25c-410a-8c1e-7b95f07976c3","id":"f06dfe57-a25c-410a-8c1e-7b95f07976c3","name":"Reporting","type":"folder"}},"urlObject":{"path":["api","v1","reportingGetNextCronOccurrence.json"],"host":["{{Url}}"],"query":[{"key":"cron","value":"{{cron}}"}],"variable":[]}},"response":[],"_postman_id":"9e4ee0e3-86ec-4e7d-ad6a-4bd09c7b0edd"}],"id":"f06dfe57-a25c-410a-8c1e-7b95f07976c3","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"69c55765-5441-4d95-9bf7-d984eafc79a6"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8f902388-9282-43b1-b182-effbb079b328"}}],"_postman_id":"f06dfe57-a25c-410a-8c1e-7b95f07976c3","description":""},{"name":"Processes","item":[{"name":"GET Process","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"6ebf8274-5211-4ad4-b9c6-2e1244b637bf"}}],"id":"1e70b15b-88ae-4f09-816c-57b7eadb8321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Processes.json","description":"<p>This API endpoint will return a List of Processes.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Processes - Allows user to view Processes.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Processes.json?query=Other&amp;defaultfield=Type</p>\n<p><strong>Indexes</strong></p>\n<p>The Processs endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Process (excluding collections) may be used to sort the Processs list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"b4d3a1e8-67f6-4b3c-9421-b4397efa2ba6","id":"b4d3a1e8-67f6-4b3c-9421-b4397efa2ba6","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e70b15b-88ae-4f09-816c-57b7eadb8321"},{"name":"Add Process","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript","id":"20618f34-9d7e-4781-8547-b42073d1fd68"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"244a96c7-6818-491b-a15b-97dfc4c476f4"}}],"id":"6c5b2625-0767-4aad-8b0a-5f156de877e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Active\": true,\r\n    \"CanAcceptTasks\": true,\r\n    \"CanAssignTasks\": \"Yes\",\r\n    \"ChockPosTable\": null,\r\n    \"CrewLeaderOccupations\": [\r\n        \"occupations-418\"\r\n    ],\r\n    \"DailyActualsReportKPISummaryByDepartment\": false,\r\n    \"DailyActualsReportKPISummaryByProcess\": false,\r\n    \"DefaultKPIs\": [],\r\n    \"Deleted\": null,\r\n    \"Department\": \"departments-33\",\r\n    \"DepartmentName\": \"\",\r\n    \"DisplayOrder\": 0,\r\n    \"EnableAdHocLocations\": false,\r\n    \"EnableShiftPlanAcknowledgement\": false,\r\n    \"EnableShiftPlanApproval\": false,\r\n    \"EnableShortIntervalControl\": true,\r\n    \"FifthKPIToTrack\": null,\r\n    \"FifthKPIToTrackPeriod\": null,\r\n    \"FirstKPIToTrack\": null,\r\n    \"FirstKPIToTrackPeriod\": null,\r\n    \"FourthKPIToTrack\": null,\r\n    \"FourthKPIToTrackPeriod\": null,\r\n    \"IsProcess\": false,\r\n    \"Locations\": [],\r\n    \"ManagesEquipment\": true,\r\n    \"ManagesPeople\": true,\r\n    \"Name\": \"Test API-{{timestampMoment}}\",\r\n    \"RuntimeTable\": null,\r\n    \"SecondKPIToTrack\": null,\r\n    \"SecondKPIToTrackPeriod\": null,\r\n    \"ShearsTable\": null,\r\n    \"ShiftPlanReportAdditionalTasksLines\": 0,\r\n    \"ShiftPlanReportTopDelaysAndOrStoppagesLines\": 0,\r\n    \"ShortCode\": \"API-{{timestampMoment}}\",\r\n    \"ShowOn2448HourSchedule\": true,\r\n    \"ShowOnDailyKPIsReport\": false,\r\n    \"ShowOnDailyMeetingKPIsReport\": false,\r\n    \"ShowOnEquipmentSchedule\": true,\r\n    \"ShowOnManningReport\": true,\r\n    \"ShowOnPlanningBoard\": true,\r\n    \"ShowOnScheduler\": true,\r\n    \"ShowOnShiftSchedule\": true,\r\n    \"ShowOnShiftlyReport\": false,\r\n    \"ShowOnSmartboard\": true,\r\n    \"ShowOnSmartboardActualsUsageReport\": false,\r\n    \"ShowOnWeeklyPlanToActualReport\": false,\r\n    \"ShowOnWeeklySchedule\": true,\r\n    \"ShowShiftPlanReport5WHY\": false,\r\n    \"ShowShiftPlanReportChecklist\": false,\r\n    \"ShowShiftPlanReportNotesIssuesActions\": false,\r\n    \"SixthKPIToTrack\": null,\r\n    \"SixthKPIToTrackPeriod\": null,\r\n    \"TTFCTable\": null,\r\n    \"ThirdKPIToTrack\": null,\r\n    \"ThirdKPIToTrackPeriod\": null,\r\n    \"TonnesMultiplier\": null,\r\n    \"Type\": \"Service\",\r\n    \"UCTable\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Processes.json","description":"<p>This API endpoint will create a Process.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Processes - Allows user to manage Processes.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Forms</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Department</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CanAcceptTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CanAssignTasks</td>\n<td></td>\n<td><strong>CanAssignTasks</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanApproval</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanAcknowledgement</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShortIntervalControl</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanNotesonActuals</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableAdHocLocations</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableStartTask</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesEquipment</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesPeople</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnPlanningBoard</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnManningReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOn2448HourSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnShiftSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnWeeklySchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnEquipmentSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnSmartboard</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnScheduler</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportAdditionalTasksLines</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportTopDelaysAndOrStoppagesLines</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReport5WHY</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportChecklist</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportNotesIssuesActions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportHandoverSignOffSection</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportHandoverSignOffSectionRows</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SecondKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SecondKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ThirdKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ThirdKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FourthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FourthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FifthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FifthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SixthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SixthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TonnesMultiplier</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WeeklyOperatingHoursTarget</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Active</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>CrewLeaderOccupations</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryShortCodes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryByDepartment</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryByProcess</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultKPIs</td>\n<td></td>\n<td><strong>Collection of DefaultKPI</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ProcessChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ProcessChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td><strong>Collection of ProcessLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AcceptsTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignsTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>CanAssignTasks</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Yes</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Always</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of DefaultKPI</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Enabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ProcessChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ProcessLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"b4d3a1e8-67f6-4b3c-9421-b4397efa2ba6","id":"b4d3a1e8-67f6-4b3c-9421-b4397efa2ba6","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c5b2625-0767-4aad-8b0a-5f156de877e9"},{"name":"GET Specific Process","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"abd40df8-9858-45c3-9f90-1f0f480ed9ff"}}],"id":"84a21fe6-7c15-40be-ac9c-e7f78dd3bc7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Processes.json/{{Id}}","description":"<p>This API endpoint will return a specific Process.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Processes - Allows user to view Processes.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"b4d3a1e8-67f6-4b3c-9421-b4397efa2ba6","id":"b4d3a1e8-67f6-4b3c-9421-b4397efa2ba6","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"84a21fe6-7c15-40be-ac9c-e7f78dd3bc7a"},{"name":"Edit Process","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"59d62810-83c5-4932-a290-fd45f37c4059"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"3de5bd87-31ab-4f89-b3f2-0198cb4ddea8"}}],"id":"82c0e2b3-80aa-4bac-8311-be787723a64d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"},{"key":"If-Unmodified-Since","type":"text","value":"{{current_timestamp}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"Edited API Process-{{timestampMoment}}\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Processes.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Process.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Processes - Allows user to manage Processes.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"b4d3a1e8-67f6-4b3c-9421-b4397efa2ba6","id":"b4d3a1e8-67f6-4b3c-9421-b4397efa2ba6","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"82c0e2b3-80aa-4bac-8311-be787723a64d"},{"name":"Update Process","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"52b8280a-55be-4d79-b3db-091daeca3b67"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"b7311839-a26a-4ab9-882a-e7415fa3e3ca"}}],"id":"47fcaee9-0bdf-4c41-809b-ee0e3c64d287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"Test API Updated by PUT request-{{timestampMoment}}\",\r\n    \"ShortCode\": \"API-{{timestampMoment}}\",\r\n    \"Department\": \"departments-33\",\r\n    \"Type\": \"Service\",\r\n    \"CanAcceptTasks\": true,\r\n    \"CanAssignTasks\": \"Yes\",\r\n    \"EnableShortIntervalControl\": true,\r\n    \"ManagesEquipment\": true,\r\n    \"ManagesPeople\": true,\r\n    \"ShowOnPlanningBoard\": true,\r\n    \"ShowOnManningReport\": true,\r\n    \"ShowOn2448HourSchedule\": true,\r\n    \"ShowOnShiftSchedule\": true,\r\n    \"ShowOnWeeklySchedule\": true,\r\n    \"ShowOnEquipmentSchedule\": true,\r\n    \"ShowOnSmartboard\": true,\r\n    \"ShowOnScheduler\": true,\r\n    \"Active\": true,\r\n    \"CrewLeaderOccupations\": [\r\n        \"occupations-418\"\r\n    ],\r\n    \"DailyActualsReportKPISummaryByDepartment\": false,\r\n    \"DailyActualsReportKPISummaryByProcess\": false,\r\n    \"AcceptsTasks\": true,\r\n    \"AssignsTasks\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Processes.json/{{Id}}","description":"<p>This API endpoint will update a Process.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Processes - Allows user to manage Processes.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Forms</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Department</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CanAcceptTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CanAssignTasks</td>\n<td></td>\n<td><strong>CanAssignTasks</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanApproval</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanAcknowledgement</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShortIntervalControl</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanNotesonActuals</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableAdHocLocations</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableStartTask</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesEquipment</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesPeople</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnPlanningBoard</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnManningReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOn2448HourSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnShiftSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnWeeklySchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnEquipmentSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnSmartboard</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnScheduler</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportAdditionalTasksLines</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportTopDelaysAndOrStoppagesLines</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReport5WHY</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportChecklist</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportNotesIssuesActions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportHandoverSignOffSection</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportHandoverSignOffSectionRows</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SecondKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SecondKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ThirdKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ThirdKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FourthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FourthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FifthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FifthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SixthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SixthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TonnesMultiplier</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WeeklyOperatingHoursTarget</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Active</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>CrewLeaderOccupations</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryShortCodes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryByDepartment</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryByProcess</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultKPIs</td>\n<td></td>\n<td><strong>Collection of DefaultKPI</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ProcessChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ProcessChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td><strong>Collection of ProcessLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AcceptsTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignsTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>CanAssignTasks</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Yes</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Always</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of DefaultKPI</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Enabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ProcessChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ProcessLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"b4d3a1e8-67f6-4b3c-9421-b4397efa2ba6","id":"b4d3a1e8-67f6-4b3c-9421-b4397efa2ba6","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"47fcaee9-0bdf-4c41-809b-ee0e3c64d287"},{"name":"Delete Process","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"40af3c71-ab11-42cd-8e25-f86bfb28c558"}}],"id":"232c32ad-9644-4398-99bf-ca6fb835cf77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/Processes.json/{{Id}}","description":"<p>This API endpoint will delete a Process.</p>\n<p><strong>PLEASE NOTE:</strong> <em>This endpoint does not actually delete the indicated document, but instead flags it as deleted.</em></p>\n<p>Records flagged as deleted are not returned by the GET endpoint by default. Pass 'includedeleted=true' on the query string to retrieve records flagged as deleted</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Processes - Allows user to manage Processes.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"b4d3a1e8-67f6-4b3c-9421-b4397efa2ba6","id":"b4d3a1e8-67f6-4b3c-9421-b4397efa2ba6","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"232c32ad-9644-4398-99bf-ca6fb835cf77"}],"id":"b4d3a1e8-67f6-4b3c-9421-b4397efa2ba6","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"9382ab38-69a8-4790-85e5-acb75d9d7694","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"34118f4b-f3e9-48ed-ab0c-1f17e5fe8ba2","type":"text/javascript","exec":[""]}}],"_postman_id":"b4d3a1e8-67f6-4b3c-9421-b4397efa2ba6","description":""},{"name":"Shift Plans","item":[{"name":"KPI","item":[{"name":"Applied KPIs","item":[{"name":"GET Applied KPIs","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"578fa8e5-9976-48c1-841e-339f28fa087c"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"3cd5b612-9ca5-41e9-a903-101e0ea8ca7e"}}],"id":"1046d899-3a4e-4d22-b538-021da9e640ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/AppliedKPIs.json","description":"<p>This API endpoint will return a List of AppliedKPIs.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li>View Applied KPIs - Allows user to view Applied KPIs.</li>\n<li>View Actuals - Allows the user to view actuals on the Actuals screen.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found here.</p>\n<p>StartFragment</p>\n<p><em>Example:</em></p>\n<p>/api/v1/AppliedKPIs.json?query=Day&amp;defaultfield=Shift</p>\n<p>EndFragment</p>\n<p><strong>Indexes</strong></p>\n<p>The AppliedKPIs endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the AppliedKPI (excluding collections) may be used to sort the AppliedKPIs list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"307a0178-a860-4172-b302-3596d59e9aab","id":"307a0178-a860-4172-b302-3596d59e9aab","name":"Applied KPIs","type":"folder"}},"urlObject":{"path":["api","v1","AppliedKPIs.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1046d899-3a4e-4d22-b538-021da9e640ae"},{"name":"GET Specific Applied KPI","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"60927ac6-b366-459d-906f-342620021b14"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"4be9c64f-e7fd-4186-8ce3-1a35f8d47d66"}}],"id":"0d3e41e0-20af-4df3-a685-760ad2b06b8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/AppliedKPIs.json/{{Id}}","description":"<p>This API endpoint will return a specific AppliedKPI</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>View Applied KPIs - Allows user to view Applied KPIs.</p>\n</li>\n<li><p>View Actuals - Allows the user to view actuals on the Actuals screen.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the AppliedKPI</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"307a0178-a860-4172-b302-3596d59e9aab","id":"307a0178-a860-4172-b302-3596d59e9aab","name":"Applied KPIs","type":"folder"}},"urlObject":{"path":["api","v1","AppliedKPIs.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d3e41e0-20af-4df3-a685-760ad2b06b8c"},{"name":"Get Duplicates of Applied KPIs","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"9f49b206-5d9e-46d5-98a2-7e196e800019"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"88a17a73-c465-4c85-a8b6-97e55650adc7"}}],"id":"e9ae1887-65ff-4224-9c15-9b127d8a9560","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/appliedkpis.json/GetDuplicates","description":"<p>This API endpoint will return a List of Duplicates of AppliedKPIs.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li>View Applied KPIs - Allows user to view Applied KPIs.</li>\n</ul>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"307a0178-a860-4172-b302-3596d59e9aab","id":"307a0178-a860-4172-b302-3596d59e9aab","name":"Applied KPIs","type":"folder"}},"urlObject":{"path":["api","v1","appliedkpis.json","GetDuplicates"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9ae1887-65ff-4224-9c15-9b127d8a9560"},{"name":"GET Zap Duplicates of Applied KPIs","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"78b14a84-1312-41be-aa6c-db6724172634"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"33d02210-fcdd-445a-82e8-bae7b7b8200b"}}],"id":"90119544-2034-4912-84c3-73934f846a69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/appliedkpis.json/ZapDuplicates","description":"<p>This API endpoint will return a List of ZapDuplicates of AppliedKPIs.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li>View Applied KPIs - Allows user to view Applied KPIs.</li>\n</ul>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"307a0178-a860-4172-b302-3596d59e9aab","id":"307a0178-a860-4172-b302-3596d59e9aab","name":"Applied KPIs","type":"folder"}},"urlObject":{"path":["api","v1","appliedkpis.json","ZapDuplicates"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"90119544-2034-4912-84c3-73934f846a69"}],"id":"307a0178-a860-4172-b302-3596d59e9aab","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"6fe6b165-e1c2-478d-9ab3-c35175db0e38","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"268f5bc6-8449-4bb7-bddb-4bfdbe5ec81b","type":"text/javascript","exec":[""]}}],"_postman_id":"307a0178-a860-4172-b302-3596d59e9aab","description":""},{"name":"Get KPIs","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"0d0c6e6e-517f-45bf-a208-732c11d83caa"}}],"id":"7fb27dc1-e312-4719-b980-82ff2534712d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/kpis.json","description":"<p>This API endpoint will return a List of KPIs.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View KPIs - Allows the user to view the KPIs in the Manage screen.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>StartFragment</p>\n<p>/api/v1/kpis.json?query=Numeric&amp;defaultfield=Type</p>\n<p><strong>Indexes</strong></p>\n<p>The KPIs endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the KPI (excluding collections) may be used to sort the KPIs list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d3956cea-c7a1-4c0c-9984-cdf54ba384a7","id":"d3956cea-c7a1-4c0c-9984-cdf54ba384a7","name":"KPI","type":"folder"}},"urlObject":{"path":["api","v1","kpis.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7fb27dc1-e312-4719-b980-82ff2534712d"},{"name":"Get KPI","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c783b47b-a5f4-4995-be24-f807c9f79712"}}],"id":"b7a1620d-77e3-4fe6-b8d3-5410d362a959","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/kpis.json/{{Id}}","description":"<p>This API endpoint will return a specific KPI.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View KPIs - Allows the user to view the KPIs in the Manage screen.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the KPI</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d3956cea-c7a1-4c0c-9984-cdf54ba384a7","id":"d3956cea-c7a1-4c0c-9984-cdf54ba384a7","name":"KPI","type":"folder"}},"urlObject":{"path":["api","v1","kpis.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7a1620d-77e3-4fe6-b8d3-5410d362a959"},{"name":"Add KPI","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript","id":"ace6b733-cda8-4476-88f2-789fbe20bebe"}},{"listen":"prerequest","script":{"exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript","id":"4edf6d18-26a7-4d00-87e6-c1c4273c96fd"}}],"id":"aa624c85-33e7-4ea9-b431-e2a82997c5ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"APItest-{{current_timestamp}}\",\r\n    \"ShortCode\": \"APItst-{{current_timestamp}}\",\r\n    \"ActualDescription\": \"API test actual description\",\r\n    \"TargetDescription\": \"API test target description\",\r\n    \"Type\": \"Numeric\",\r\n    \"FieldType\": \"Numeric\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/kpis.json","description":"<p>This API endpoint will create a KPI.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage KPIs - Allows the user to add, edit and delete KPIs on the Manage screen. This policy is intended to be used in conjuction with the View KPIs policy.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>A descriptive name for the KPI.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td>A unique short code to identify this KPI.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>VariableName</td>\n<td>A unique varible name to identify this KPI within calculation expressions.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ActualDescription</td>\n<td>A detailed description of the KPI's actual value.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetDescription</td>\n<td>A detailed description of the KPI's target value.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>GreaterActualIsBest</td>\n<td>Indicates if it is best to have a greater actual value.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>The data type used for storing target and actual values. E.g. Numeric.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FieldType</td>\n<td>The field type used for target and actual input. E.g. Numeric, Percentage, Time.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TransformMethod</td>\n<td>The method used for transforming a field type to its underlying data type. E.g. MinutesFromStart, MinutesFromEnd.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetCalculated</td>\n<td>Indicates that the target value is calculated automatically.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ActualCalculated</td>\n<td>Indicates that the actual value is calculated automatically.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Visible</td>\n<td>Indicates that the KPI is visible on all screens and reports.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>VisibleOnWeeklyScheduleSummary</td>\n<td>Indicates that the KPI is visible on the weekly schedule summary.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateFunction</td>\n<td>The function used for aggregating target and actual values. E.g. Sum, Average, TargetAchievedCount</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateExpression</td>\n<td>A custom expression for aggregating target and actual values.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateIgnoreZeros</td>\n<td>Indicates if zero values should be ignored from the aggregate calculation.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>HideZeros</td>\n<td>Indicates if zero values should be hidden.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinValue</td>\n<td>The minimum allowed value.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaxValue</td>\n<td>The maximum allowed value.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinWholeDigits</td>\n<td>The minimum allowed digits before the decimal place.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaxWholeDigits</td>\n<td>The maximum allowed digits before the decimal place.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinDecimalDigits</td>\n<td>The minimum allowed digits after the decimal place.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaxDecimalDigits</td>\n<td>The maximum allowed digits after the decimal place.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>Indicates if this KPI is active.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td>A flag used to treat this KPI as deleted.</td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>TargetCalculationExpression</td>\n<td>The expression for calculating KPI target values.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ActualCalculationExpression</td>\n<td>The expression for calculating KPI actual values.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td>The order to display this KPI.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d3956cea-c7a1-4c0c-9984-cdf54ba384a7","id":"d3956cea-c7a1-4c0c-9984-cdf54ba384a7","name":"KPI","type":"folder"}},"urlObject":{"path":["api","v1","kpis.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa624c85-33e7-4ea9-b431-e2a82997c5ec"}],"id":"d3956cea-c7a1-4c0c-9984-cdf54ba384a7","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"3f127a9e-2abe-4307-a5aa-6419dca9d120"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ba32e3e6-919e-46a2-bff1-9dae2d433995"}}],"_postman_id":"d3956cea-c7a1-4c0c-9984-cdf54ba384a7","description":""},{"name":"Processes","item":[{"name":"GET Process","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"6ebf8274-5211-4ad4-b9c6-2e1244b637bf"}}],"id":"e870ec43-fd73-4f28-8adf-bab05ec2fa00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Processes.json","description":"<p>This API endpoint will return a List of Processes.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Processes - Allows user to view Processes.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Processes.json?query=Other&amp;defaultfield=Type</p>\n<p><strong>Indexes</strong></p>\n<p>The Processs endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Process (excluding collections) may be used to sort the Processs list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"a7f2f127-c589-4b79-b133-b5e53cf08e0c","id":"a7f2f127-c589-4b79-b133-b5e53cf08e0c","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e870ec43-fd73-4f28-8adf-bab05ec2fa00"},{"name":"Add Process","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript","id":"20618f34-9d7e-4781-8547-b42073d1fd68"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"244a96c7-6818-491b-a15b-97dfc4c476f4"}}],"id":"92ec2c5e-3033-4acd-adc4-c1b6a78f081b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Active\": true,\r\n    \"CanAcceptTasks\": true,\r\n    \"CanAssignTasks\": \"Yes\",\r\n    \"ChockPosTable\": null,\r\n    \"CrewLeaderOccupations\": [\r\n        \"occupations-418\"\r\n    ],\r\n    \"DailyActualsReportKPISummaryByDepartment\": false,\r\n    \"DailyActualsReportKPISummaryByProcess\": false,\r\n    \"DefaultKPIs\": [],\r\n    \"Deleted\": null,\r\n    \"Department\": \"departments-33\",\r\n    \"DepartmentName\": \"\",\r\n    \"DisplayOrder\": 0,\r\n    \"EnableAdHocLocations\": false,\r\n    \"EnableShiftPlanAcknowledgement\": false,\r\n    \"EnableShiftPlanApproval\": false,\r\n    \"EnableShortIntervalControl\": true,\r\n    \"FifthKPIToTrack\": null,\r\n    \"FifthKPIToTrackPeriod\": null,\r\n    \"FirstKPIToTrack\": null,\r\n    \"FirstKPIToTrackPeriod\": null,\r\n    \"FourthKPIToTrack\": null,\r\n    \"FourthKPIToTrackPeriod\": null,\r\n    \"IsProcess\": false,\r\n    \"Locations\": [],\r\n    \"ManagesEquipment\": true,\r\n    \"ManagesPeople\": true,\r\n    \"Name\": \"Test API-{{timestampMoment}}\",\r\n    \"RuntimeTable\": null,\r\n    \"SecondKPIToTrack\": null,\r\n    \"SecondKPIToTrackPeriod\": null,\r\n    \"ShearsTable\": null,\r\n    \"ShiftPlanReportAdditionalTasksLines\": 0,\r\n    \"ShiftPlanReportTopDelaysAndOrStoppagesLines\": 0,\r\n    \"ShortCode\": \"API-{{timestampMoment}}\",\r\n    \"ShowOn2448HourSchedule\": true,\r\n    \"ShowOnDailyKPIsReport\": false,\r\n    \"ShowOnDailyMeetingKPIsReport\": false,\r\n    \"ShowOnEquipmentSchedule\": true,\r\n    \"ShowOnManningReport\": true,\r\n    \"ShowOnPlanningBoard\": true,\r\n    \"ShowOnScheduler\": true,\r\n    \"ShowOnShiftSchedule\": true,\r\n    \"ShowOnShiftlyReport\": false,\r\n    \"ShowOnSmartboard\": true,\r\n    \"ShowOnSmartboardActualsUsageReport\": false,\r\n    \"ShowOnWeeklyPlanToActualReport\": false,\r\n    \"ShowOnWeeklySchedule\": true,\r\n    \"ShowShiftPlanReport5WHY\": false,\r\n    \"ShowShiftPlanReportChecklist\": false,\r\n    \"ShowShiftPlanReportNotesIssuesActions\": false,\r\n    \"SixthKPIToTrack\": null,\r\n    \"SixthKPIToTrackPeriod\": null,\r\n    \"TTFCTable\": null,\r\n    \"ThirdKPIToTrack\": null,\r\n    \"ThirdKPIToTrackPeriod\": null,\r\n    \"TonnesMultiplier\": null,\r\n    \"Type\": \"Service\",\r\n    \"UCTable\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Processes.json","description":"<p>This API endpoint will create a Process.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Processes - Allows user to manage Processes.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Forms</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Department</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CanAcceptTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CanAssignTasks</td>\n<td></td>\n<td><strong>CanAssignTasks</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanApproval</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanAcknowledgement</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShortIntervalControl</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanNotesonActuals</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableAdHocLocations</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableStartTask</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesEquipment</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesPeople</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnPlanningBoard</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnManningReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOn2448HourSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnShiftSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnWeeklySchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnEquipmentSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnSmartboard</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnScheduler</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportAdditionalTasksLines</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportTopDelaysAndOrStoppagesLines</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReport5WHY</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportChecklist</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportNotesIssuesActions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportHandoverSignOffSection</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportHandoverSignOffSectionRows</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SecondKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SecondKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ThirdKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ThirdKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FourthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FourthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FifthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FifthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SixthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SixthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TonnesMultiplier</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WeeklyOperatingHoursTarget</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Active</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>CrewLeaderOccupations</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryShortCodes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryByDepartment</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryByProcess</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultKPIs</td>\n<td></td>\n<td><strong>Collection of DefaultKPI</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ProcessChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ProcessChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td><strong>Collection of ProcessLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AcceptsTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignsTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>CanAssignTasks</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Yes</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Always</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of DefaultKPI</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Enabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ProcessChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ProcessLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"a7f2f127-c589-4b79-b133-b5e53cf08e0c","id":"a7f2f127-c589-4b79-b133-b5e53cf08e0c","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"92ec2c5e-3033-4acd-adc4-c1b6a78f081b"},{"name":"GET Specific Process","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"abd40df8-9858-45c3-9f90-1f0f480ed9ff"}}],"id":"4457efb3-f7d3-4932-9c05-a5da729d2ba5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Processes.json/{{Id}}","description":"<p>This API endpoint will return a specific Process.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Processes - Allows user to view Processes.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"a7f2f127-c589-4b79-b133-b5e53cf08e0c","id":"a7f2f127-c589-4b79-b133-b5e53cf08e0c","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4457efb3-f7d3-4932-9c05-a5da729d2ba5"},{"name":"Edit Process","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"59d62810-83c5-4932-a290-fd45f37c4059"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"3de5bd87-31ab-4f89-b3f2-0198cb4ddea8"}}],"id":"90e0d340-400d-4726-bb49-71cf2c6e24db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"},{"key":"If-Unmodified-Since","type":"text","value":"{{current_timestamp}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"Edited API Process-{{timestampMoment}}\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Processes.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Process.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Processes - Allows user to manage Processes.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"a7f2f127-c589-4b79-b133-b5e53cf08e0c","id":"a7f2f127-c589-4b79-b133-b5e53cf08e0c","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"90e0d340-400d-4726-bb49-71cf2c6e24db"},{"name":"Update Process","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"52b8280a-55be-4d79-b3db-091daeca3b67"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"b7311839-a26a-4ab9-882a-e7415fa3e3ca"}}],"id":"164b5c28-b4c2-4b03-bda0-8b5d8711cb4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"Test API Updated by PUT request-{{timestampMoment}}\",\r\n    \"ShortCode\": \"API-{{timestampMoment}}\",\r\n    \"Department\": \"departments-33\",\r\n    \"Type\": \"Service\",\r\n    \"CanAcceptTasks\": true,\r\n    \"CanAssignTasks\": \"Yes\",\r\n    \"EnableShortIntervalControl\": true,\r\n    \"ManagesEquipment\": true,\r\n    \"ManagesPeople\": true,\r\n    \"ShowOnPlanningBoard\": true,\r\n    \"ShowOnManningReport\": true,\r\n    \"ShowOn2448HourSchedule\": true,\r\n    \"ShowOnShiftSchedule\": true,\r\n    \"ShowOnWeeklySchedule\": true,\r\n    \"ShowOnEquipmentSchedule\": true,\r\n    \"ShowOnSmartboard\": true,\r\n    \"ShowOnScheduler\": true,\r\n    \"Active\": true,\r\n    \"CrewLeaderOccupations\": [\r\n        \"occupations-418\"\r\n    ],\r\n    \"DailyActualsReportKPISummaryByDepartment\": false,\r\n    \"DailyActualsReportKPISummaryByProcess\": false,\r\n    \"AcceptsTasks\": true,\r\n    \"AssignsTasks\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Processes.json/{{Id}}","description":"<p>This API endpoint will update a Process.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Processes - Allows user to manage Processes.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Forms</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Department</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CanAcceptTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CanAssignTasks</td>\n<td></td>\n<td><strong>CanAssignTasks</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanApproval</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanAcknowledgement</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShortIntervalControl</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanNotesonActuals</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableAdHocLocations</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableStartTask</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesEquipment</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesPeople</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnPlanningBoard</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnManningReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOn2448HourSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnShiftSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnWeeklySchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnEquipmentSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnSmartboard</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnScheduler</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportAdditionalTasksLines</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportTopDelaysAndOrStoppagesLines</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReport5WHY</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportChecklist</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportNotesIssuesActions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportHandoverSignOffSection</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportHandoverSignOffSectionRows</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SecondKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SecondKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ThirdKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ThirdKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FourthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FourthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FifthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FifthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SixthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SixthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TonnesMultiplier</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WeeklyOperatingHoursTarget</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Active</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>CrewLeaderOccupations</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryShortCodes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryByDepartment</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryByProcess</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultKPIs</td>\n<td></td>\n<td><strong>Collection of DefaultKPI</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ProcessChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ProcessChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td><strong>Collection of ProcessLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AcceptsTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignsTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>CanAssignTasks</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Yes</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Always</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of DefaultKPI</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Enabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ProcessChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ProcessLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"a7f2f127-c589-4b79-b133-b5e53cf08e0c","id":"a7f2f127-c589-4b79-b133-b5e53cf08e0c","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"164b5c28-b4c2-4b03-bda0-8b5d8711cb4d"},{"name":"Delete Process","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"40af3c71-ab11-42cd-8e25-f86bfb28c558"}}],"id":"051f9c60-d169-4755-9f26-8c2254a76bf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/Processes.json/{{Id}}","description":"<p>This API endpoint will delete a Process.</p>\n<p><strong>PLEASE NOTE:</strong> <em>This endpoint does not actually delete the indicated document, but instead flags it as deleted.</em></p>\n<p>Records flagged as deleted are not returned by the GET endpoint by default. Pass 'includedeleted=true' on the query string to retrieve records flagged as deleted</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Processes - Allows user to manage Processes.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"a7f2f127-c589-4b79-b133-b5e53cf08e0c","id":"a7f2f127-c589-4b79-b133-b5e53cf08e0c","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"051f9c60-d169-4755-9f26-8c2254a76bf1"}],"id":"a7f2f127-c589-4b79-b133-b5e53cf08e0c","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"9382ab38-69a8-4790-85e5-acb75d9d7694","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"34118f4b-f3e9-48ed-ab0c-1f17e5fe8ba2","type":"text/javascript","exec":[""]}}],"_postman_id":"a7f2f127-c589-4b79-b133-b5e53cf08e0c","description":""},{"name":"GET list of Shift Plans","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"e1e17a16-8901-47ff-8271-41470909b60c"}}],"id":"43412ca7-4040-4c2e-ab07-fa1ba5905192","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/shiftplans.json","description":"<p>This API endpoint will return a List of ShiftPlans.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Shift Plans - Allows user to view Shift Plans.</li>\n<li>View Actuals - Allows the user to view actuals on the Actuals screen.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/shiftplans.json?query=Day&amp;defaultfield=Shift  </p>\n<p><strong>Indexes</strong></p>\n<p>The ShiftPlans endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the ShiftPlan (excluding collections) may be used to sort the ShiftPlans list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"8a88607d-ff0f-47ad-8255-2536cdbfda3f","id":"8a88607d-ff0f-47ad-8255-2536cdbfda3f","name":"Shift Plans","type":"folder"}},"urlObject":{"path":["api","v1","shiftplans.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"43412ca7-4040-4c2e-ab07-fa1ba5905192"},{"name":"GET specific Shift Plan","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"97332658-7a75-44ef-a6c5-c0cee740162b"}}],"id":"b7bc7989-68af-4a6e-b87c-242e8b01bea3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/shiftplans.json/{{Id}}","description":"<p>This API endpoint will return a specific ShiftPlan.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>View Shift Plans - Allows user to view Shift Plans.</p>\n</li>\n<li><p>View Actuals - Allows the user to view actuals on the Actuals screen.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the ShiftPlan</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"8a88607d-ff0f-47ad-8255-2536cdbfda3f","id":"8a88607d-ff0f-47ad-8255-2536cdbfda3f","name":"Shift Plans","type":"folder"}},"urlObject":{"path":["api","v1","shiftplans.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7bc7989-68af-4a6e-b87c-242e8b01bea3"},{"name":"Copy Notes","event":[{"listen":"test","script":{"id":"13df8b78-ac0c-450d-a9e8-ab86f3be0785","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"146144b8-72f2-410a-8340-4a3bba668995","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"Safety\",\r\n    \"note\": \"123\",\r\n    \"planId\": \"shiftplans-processes-321-2022-08-24-Day\",\r\n    \"onDays\": null,\r\n    \"onShifts\": [\r\n        \"Day\"\r\n    ],\r\n    \"untilDate\": \"2022-08-31T00:00:00\",\r\n    \"untilShift\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/shiftplans.json/CopyNotes","description":"<p>This API endpoint allows a client to request a ShiftPlan's notes to be copied.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Shift Plans - Allows user to manage Shift Plans.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>note</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>planId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>onDays</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>onShifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>untilDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>untilShift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"8a88607d-ff0f-47ad-8255-2536cdbfda3f","id":"8a88607d-ff0f-47ad-8255-2536cdbfda3f","name":"Shift Plans","type":"folder"}},"urlObject":{"path":["api","v1","shiftplans.json","CopyNotes"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"146144b8-72f2-410a-8340-4a3bba668995"}],"id":"8a88607d-ff0f-47ad-8255-2536cdbfda3f","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"edde2767-0458-4d24-a3f5-9c73a1112857","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d43dc989-a4b3-48de-951a-b2e2e3dbb9f9","type":"text/javascript","exec":[""]}}],"_postman_id":"8a88607d-ff0f-47ad-8255-2536cdbfda3f","description":""},{"name":"Shifts","item":[{"name":"Shift Rules","item":[{"name":"GET list of Shift Rules","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"4df4a593-a739-4f74-bd27-3a67af312ac6"}}],"id":"959355ff-8f27-4001-b259-12e55966086f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/shiftrules.json","description":"<p>This API endpoint will return a List of ShiftRules.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Shift Rules - Allows user to view Shift Rules.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/reportoccurrences.json?query=Night&amp;defaultfield=Group</p>\n<p><strong>Indexes</strong></p>\n<p>The ShiftRules endpoint has no database indexes. If you would like one added please submit a request with technical support <a href=\"http://support.fewzion.com/\">http://support.fewzion.com/</a>.</p>\n<p>You may specify sorting via the sort query string argument. Any property of the ShiftRule (excluding collections) may be used to sort the ShiftRules list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"cbb378fe-db26-4681-a129-2a1cb3ce11ff","id":"cbb378fe-db26-4681-a129-2a1cb3ce11ff","name":"Shift Rules","type":"folder"}},"urlObject":{"path":["api","v1","shiftrules.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"959355ff-8f27-4001-b259-12e55966086f"}],"id":"cbb378fe-db26-4681-a129-2a1cb3ce11ff","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"cf3a4105-18ec-4ba0-8b10-fda3d618bb03"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"37f703f9-dd9d-4ae3-8928-502fef93c49c"}}],"_postman_id":"cbb378fe-db26-4681-a129-2a1cb3ce11ff","description":""},{"name":"Shift Times","item":[{"name":"GET list of Shift Times","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"eef57700-2886-49a8-be4a-fcbfc7b1811b"}}],"id":"e113a49a-3907-44e0-95e9-7e2eac295740","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/ShiftTimes.json","description":"<p>This API endpoint will return a List of Shift Times</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Shift Times - Allows user to view Shift Times.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found here.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/ShiftTimes.json?query=Afternoon&amp;defaultfield=Shift</p>\n<p><strong>Indexes</strong></p>\n<p>The ShiftTimes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the ShiftTimes (excluding collections) may be used to sort the ShiftTimes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"95c886b3-39b4-4228-b1c4-6a3c22df1826","id":"95c886b3-39b4-4228-b1c4-6a3c22df1826","name":"Shift Times","type":"folder"}},"urlObject":{"path":["api","v1","ShiftTimes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e113a49a-3907-44e0-95e9-7e2eac295740"},{"name":"GET Specific Shift Time","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"b96fce13-b5ea-40dc-94ae-e7875b836e5d"}}],"id":"fcbb98ec-3a7e-4660-b565-5df26aec6c85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/ShiftTimes.json/{{Id}}","description":"<p>This API endpoint will return a specific Shift Times.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Shift Times - Allows user to view Shift Times.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Shift Times</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"95c886b3-39b4-4228-b1c4-6a3c22df1826","id":"95c886b3-39b4-4228-b1c4-6a3c22df1826","name":"Shift Times","type":"folder"}},"urlObject":{"path":["api","v1","ShiftTimes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fcbb98ec-3a7e-4660-b565-5df26aec6c85"}],"id":"95c886b3-39b4-4228-b1c4-6a3c22df1826","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"1183690b-a08f-4c34-969a-106cc6c2fb56"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"502547c7-2162-48ed-a963-81651cb23da3"}}],"_postman_id":"95c886b3-39b4-4228-b1c4-6a3c22df1826","description":""},{"name":"Get list of shifts","event":[{"listen":"test","script":{"id":"6f066704-4ded-4e03-8734-94e49fc1233c","exec":["pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript"}}],"id":"4c490b80-cfb8-423d-9555-54d1d421a0c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/shifts.json?start=2022-08-29&end=2022-08-30","description":"<p>This API endpoint will return a List of Shifts. Shifts do not correspond to a db object.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<p>View Shift Rules - Allows user to view Shift Rules.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>start</td>\n<td></td>\n<td>date</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>end</td>\n<td></td>\n<td>date</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"78327b5d-d375-46dd-bf33-91380bd1f245","id":"78327b5d-d375-46dd-bf33-91380bd1f245","name":"Shifts","type":"folder"}},"urlObject":{"path":["api","v1","shifts.json"],"host":["{{Url}}"],"query":[{"key":"start","value":"2022-08-29"},{"key":"end","value":"2022-08-30"}],"variable":[]}},"response":[],"_postman_id":"4c490b80-cfb8-423d-9555-54d1d421a0c7"}],"id":"78327b5d-d375-46dd-bf33-91380bd1f245","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"3422b863-e5f6-4bda-9eae-380266e86ef9"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4e30b676-f1ac-4f22-bd1a-d671ccb7f81f"}}],"_postman_id":"78327b5d-d375-46dd-bf33-91380bd1f245","description":""},{"name":"Skills","item":[{"name":"Get list of skills","event":[{"listen":"test","script":{"id":"4821a029-69dc-437c-bef6-17c161688d1d","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"c47cf211-942e-429d-b695-6b72015a9412","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/skills.json","description":"<p>This API endpoint will return a List of Skills.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li>View Skills - Allows the user to view the Skills.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/skills.json?query=Skills2&amp;defaultfield=Name</p>\n<p>/api/v1/skills.json?query=sk2&amp;defaultfield=ShortCode</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Task (excluding collections) may be used to sort the Tasks list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><em>Usage Examples</em></p>\n<p>StartFragment</p>\n<p>/api/v1/skills.json?sort=[{\"property\":\"ShortCode\", \"direction\":\"ASC\"}]</p>\n<p>EndFragment</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"c29978fd-8808-4f7f-a703-e0eb7214ebc4","id":"c29978fd-8808-4f7f-a703-e0eb7214ebc4","name":"Skills","type":"folder"}},"urlObject":{"path":["api","v1","skills.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c47cf211-942e-429d-b695-6b72015a9412"},{"name":"Get specific skill","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"fda6cf04-8c17-4077-8de8-d02156fed6c1"}}],"id":"d6602e54-6af1-44e8-9430-57c991fa7b4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/skills.json/{{Id}}","description":"<p>This API endpoint will return a specific Skill.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li>View Skills - Allows the user to view the Skills.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Skill</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"c29978fd-8808-4f7f-a703-e0eb7214ebc4","id":"c29978fd-8808-4f7f-a703-e0eb7214ebc4","name":"Skills","type":"folder"}},"urlObject":{"path":["api","v1","skills.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6602e54-6af1-44e8-9430-57c991fa7b4a"},{"name":"Add new skill","event":[{"listen":"test","script":{"id":"0291617e-ee16-4191-82b8-6034072829ae","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"1dc03ed1-fc6a-466c-8789-7f5eadc8af51","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"18503b2a-1bf4-45c7-9add-733072cd4dc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ShortCode\": \"APIS-{{current_timestamp}}\",\r\n    \"Name\": \"API Skill-{{current_timestamp}}\",\r\n    \"Icon\": \"0022\",\r\n    \"Color\": \"33CCCC\",\r\n    \"EquipmentTypes\": [\r\n        \"EquipmentTypes-129\"\r\n   ],\r\n    \"TaskTypes\": [\r\n        {\r\n            \"Count\": 2,\r\n            \"TaskType\": \"TaskTypes-193\"\r\n        }\r\n    ],\r\n    \"Deleted\": false,\r\n    \"DisplayOrder\": 12000\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/skills.json","description":"<p>This API endpoint will create a Skill</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li>Manage Skills - Allows the user to add, edit and delete Skills on the Planning Board and Schedule screens for any process. This policy is intended to be used in conjuction with the View Skills policy.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ShortCode</td>\n<td>Skill's short code</td>\n<td>string</td>\n<td>Mandatory parameter</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>Skill's name</td>\n<td>string</td>\n<td>Mandatory parameter</td>\n</tr>\n<tr>\n<td>Icon</td>\n<td>Icon code parameter</td>\n<td>string</td>\n<td>Unicode codes</td>\n</tr>\n<tr>\n<td>Color</td>\n<td>Color code parameter</td>\n<td>string</td>\n<td>HEX code</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td>Equipment Types to which Skill will required</td>\n<td><strong>Collection of EquipmentTypes</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskTypes</td>\n<td>Task Types to which Skill will required</td>\n<td><strong>Collection of TaskTypes</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td>Mark skill as deleted</td>\n<td>string</td>\n<td>Mandatory parameter</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td>DisplayOrder</td>\n<td>Integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>Skill's unique identifier</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>Date and time of last skill's modifying</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>-</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>-</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of EquipmentTypes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Equipment</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskTypes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TaskType</td>\n<td>Task type Id</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td>Required people count</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"c29978fd-8808-4f7f-a703-e0eb7214ebc4","id":"c29978fd-8808-4f7f-a703-e0eb7214ebc4","name":"Skills","type":"folder"}},"urlObject":{"path":["api","v1","skills.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"18503b2a-1bf4-45c7-9add-733072cd4dc8"},{"name":"Edit skill","event":[{"listen":"prerequest","script":{"id":"8ad6264a-8f2b-4bde-a0ec-7a950bd47483","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"91215909-06e6-43f6-bc0a-cc8c9d2e9722","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"92e2ddd2-f745-4af7-aa8c-a74b4670368d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\":\"replace\",\r\n        \"path\":\"$.Color\",\r\n        \"value\": \"33223\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/skills.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Skill.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have following Access Policie:</p>\n<ul>\n<li>Manage Skills - Allows user to manage Skills.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Skill</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"c29978fd-8808-4f7f-a703-e0eb7214ebc4","id":"c29978fd-8808-4f7f-a703-e0eb7214ebc4","name":"Skills","type":"folder"}},"urlObject":{"path":["api","v1","skills.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"92e2ddd2-f745-4af7-aa8c-a74b4670368d"},{"name":"Restore skill","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"39113935-7fa2-4f38-9710-8833a83ab63c"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"68775852-d83c-4bb5-a9ac-43485fffa70b"}}],"id":"27526c27-75f9-43b5-ad5e-a198c25d4946","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\":\"replace\",\r\n        \"path\":\"$.Deleted\",\r\n        \"value\":false\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/skills.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Skill.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have following Access Policie:</p>\n<ul>\n<li>Manage Skills - Allows user to manage Skills.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Skill</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"c29978fd-8808-4f7f-a703-e0eb7214ebc4","id":"c29978fd-8808-4f7f-a703-e0eb7214ebc4","name":"Skills","type":"folder"}},"urlObject":{"path":["api","v1","skills.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"27526c27-75f9-43b5-ad5e-a198c25d4946"},{"name":"Update a skill","event":[{"listen":"test","script":{"id":"205c449f-7b3b-46ee-9482-55643bd16d15","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"32d389c9-c823-4209-b323-028fa0bdcfc6","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"c3146a3b-c45b-48cc-a5de-17e932fcc03c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ShortCode\": \"APIS-{{current_timestamp}}\",\r\n    \"Name\": \"API Skill updated by PUT request-{{current_timestamp}}\",\r\n    \"Icon\": \"0022\",\r\n    \"Color\": \"33CCCC\",\r\n    \"EquipmentTypes\": [\r\n        \"EquipmentTypes-129\",\r\n        \"EquipmentTypes-130\"\r\n   ],\r\n    \"TaskTypes\": [\r\n        {\r\n            \"Count\": 2,\r\n            \"TaskType\": \"TaskTypes-193\"\r\n        },\r\n         {\r\n            \"Count\": 1,\r\n            \"TaskType\": \"TaskTypes-199\"\r\n        }\r\n    ],\r\n    \"Deleted\": false,\r\n    \"DisplayOrder\": 12000\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/skills.json/{{Id}}","description":"<p>This API endpoint will update a Skill</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>Manage Skills - Allows user to manage Skills.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Skill</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ShortCode</td>\n<td>Skill's short code</td>\n<td>string</td>\n<td>Mandatory parameter</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>Skill's name</td>\n<td>string</td>\n<td>Mandatory parameter</td>\n</tr>\n<tr>\n<td>Icon</td>\n<td>Icon code parameter</td>\n<td>string</td>\n<td>Unicode codes</td>\n</tr>\n<tr>\n<td>Color</td>\n<td>Color code parameter</td>\n<td>string</td>\n<td>HEX code</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td>Equipment Types to which Skill will required</td>\n<td><strong>Collection of EquipmentTypes</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskTypes</td>\n<td>Task Types to which Skill will required</td>\n<td><strong>Collection of TaskTypes</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td>Mark skill as deleted</td>\n<td>string</td>\n<td>Mandatory parameter</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td>DisplayOrder</td>\n<td>Integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>Skill's unique identifier</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>Date and time of last skill's modifying</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>-</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>-</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of EquipmentTypes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Equipment</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskTypes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TaskType</td>\n<td>Task type Id</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td>Required people count</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"c29978fd-8808-4f7f-a703-e0eb7214ebc4","id":"c29978fd-8808-4f7f-a703-e0eb7214ebc4","name":"Skills","type":"folder"}},"urlObject":{"path":["api","v1","skills.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3146a3b-c45b-48cc-a5de-17e932fcc03c"},{"name":"Delete skill","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"a88c8df2-e432-4f84-b129-4ec3f2bfccfe"}},{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"01a411c7-05e2-4f44-9730-b278616c3bc4"}}],"id":"3fab54a0-fc97-4e23-9e29-73ed79defa51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"url":"{{Url}}/api/v1/skills.json/{{Id}}","description":"<p>This API endpoint will delete a Skill.</p>\n<p><strong>PLEASE NOTE:</strong> <em>This endpoint does not actually delete the indicated document, but instead flags it as deleted.</em></p>\n<p>Records flagged as deleted are not returned by the GET endpoint by default. Pass 'includedeleted=true' on the query string to retrieve records flagged as deleted</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Skill - Allows user to manage Skill s.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Skill</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"c29978fd-8808-4f7f-a703-e0eb7214ebc4","id":"c29978fd-8808-4f7f-a703-e0eb7214ebc4","name":"Skills","type":"folder"}},"urlObject":{"path":["api","v1","skills.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fab54a0-fc97-4e23-9e29-73ed79defa51"}],"id":"c29978fd-8808-4f7f-a703-e0eb7214ebc4","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"56bf9980-32b0-4676-b4a9-aafc388dbc22","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ee98e8ef-58c5-4726-990b-b48e3b2b189d","type":"text/javascript","exec":[""]}}],"_postman_id":"c29978fd-8808-4f7f-a703-e0eb7214ebc4","description":""},{"name":"Tags","item":[{"name":"Tag Types","item":[{"name":"GET Tag Types","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"2b2b3cf7-f099-4401-8f4f-16447c8d3fb6"}}],"id":"350688a8-2d2d-4362-afd8-1d7255af97d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/TagTypes.json/","description":"<p>This API endpoint will return a List of TagTypes.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Tag Types - Allows user to view Tag Types.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/TagTypes.json?query=Process Tags&amp;defaultfield=Name</p>\n<p><strong>Indexes</strong></p>\n<p>The TagTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the TagType (excluding collections) may be used to sort the TagTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f7a349f5-f7ef-49eb-912f-1ad683745b90","id":"f7a349f5-f7ef-49eb-912f-1ad683745b90","name":"Tag Types","type":"folder"}},"urlObject":{"path":["api","v1","TagTypes.json",""],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"350688a8-2d2d-4362-afd8-1d7255af97d9"},{"name":"ADD Tag Type","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript","id":"c1fcb4d6-2cf9-48ca-8f1a-fee2faa187ef"}}],"id":"4e4724fa-1bb7-4120-a1e8-75a2c85e20f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"API Test\",\r\n    \"DisplayOrder\": 11100\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/TagTypes.json/","description":"<p>This API endpoint will create a TagType</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Tag Types - Allows user to manage Tag Types.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationJobPlanning</td>\n<td>Name of a location job planning type (e.g. Priority or Material) Allows a TagType to be further categorized for the location job planners.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nConflict (409)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f7a349f5-f7ef-49eb-912f-1ad683745b90","id":"f7a349f5-f7ef-49eb-912f-1ad683745b90","name":"Tag Types","type":"folder"}},"urlObject":{"path":["api","v1","TagTypes.json",""],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e4724fa-1bb7-4120-a1e8-75a2c85e20f5"},{"name":"GET Specific Tag Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"5dbe44dd-a39f-451b-91ae-2094c5424130"}}],"id":"4bd427f8-52a8-43f9-8475-29e8f15e6e78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/TagTypes.json/{{Id}}","description":"<p>This API endpoint will return a specific TagType.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Tag Types - Allows user to view Tag Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Tag Type</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f7a349f5-f7ef-49eb-912f-1ad683745b90","id":"f7a349f5-f7ef-49eb-912f-1ad683745b90","name":"Tag Types","type":"folder"}},"urlObject":{"path":["api","v1","TagTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4bd427f8-52a8-43f9-8475-29e8f15e6e78"},{"name":"Update Tag Type","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c59efd3a-b30d-47e5-bd21-eb5b8b832828"}}],"id":"af302c47-1783-4eb1-81f9-e89ea503ce46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"API updated by PUT request\",\r\n    \"DisplayOrder\": 11200\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/TagTypes.json/{{Id}}","description":"<p>This API endpoint will update a TagType</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Tag Types - Allows user to manage Tag Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Tag Type</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationJobPlanning</td>\n<td>Name of a location job planning type (e.g. Priority or Material) Allows a TagType to be further categorized for the location job planners.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f7a349f5-f7ef-49eb-912f-1ad683745b90","id":"f7a349f5-f7ef-49eb-912f-1ad683745b90","name":"Tag Types","type":"folder"}},"urlObject":{"path":["api","v1","TagTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"af302c47-1783-4eb1-81f9-e89ea503ce46"},{"name":"Edit Tag Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"09c3e745-367f-4482-a573-29d786f455c6"}}],"id":"390193cb-b1b1-437b-8b6b-24f7d55fc841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"API edited by PATCH Tag\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/TagTypes.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a TagType</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Tag Types - Allows user to manage Tag Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Tag Type</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>InternalServerError (500)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f7a349f5-f7ef-49eb-912f-1ad683745b90","id":"f7a349f5-f7ef-49eb-912f-1ad683745b90","name":"Tag Types","type":"folder"}},"urlObject":{"path":["api","v1","TagTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"390193cb-b1b1-437b-8b6b-24f7d55fc841"},{"name":"DELETE Tag Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"f73edf77-b776-41b6-be32-3fb428eef35f"}}],"id":"c4b7aaa2-253a-4b35-96a6-959c78bccccf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/TagTypes.json/{{Id}}","description":"<p>This API endpoint will delete a TagType</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Tag Types - Allows user to manage Tag Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Tag Type</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f7a349f5-f7ef-49eb-912f-1ad683745b90","id":"f7a349f5-f7ef-49eb-912f-1ad683745b90","name":"Tag Types","type":"folder"}},"urlObject":{"path":["api","v1","TagTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4b7aaa2-253a-4b35-96a6-959c78bccccf"},{"name":"ADD Tag Type Copy","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript","id":"c1fcb4d6-2cf9-48ca-8f1a-fee2faa187ef"}}],"id":"007eadcb-0511-464b-aa56-08ef4863cba7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"API Test\",\r\n    \"DisplayOrder\": 11100\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/TagTypes.json/","description":"<p>This API endpoint will create a TagType</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Tag Types - Allows user to manage Tag Types.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationJobPlanning</td>\n<td>Name of a location job planning type (e.g. Priority or Material) Allows a TagType to be further categorized for the location job planners.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nConflict (409)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f7a349f5-f7ef-49eb-912f-1ad683745b90","id":"f7a349f5-f7ef-49eb-912f-1ad683745b90","name":"Tag Types","type":"folder"}},"urlObject":{"path":["api","v1","TagTypes.json",""],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"007eadcb-0511-464b-aa56-08ef4863cba7"}],"id":"f7a349f5-f7ef-49eb-912f-1ad683745b90","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"ec275a74-ae59-490b-af5a-bef8d672f5e5"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"cebf270f-8454-49b4-b06e-a78cad087b79"}}],"_postman_id":"f7a349f5-f7ef-49eb-912f-1ad683745b90","description":""},{"name":"Get list of Tags","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"358cf6a6-d739-49df-aae5-78bbecbc36f3"}}],"id":"2688fe02-7d63-40ba-a06c-195c30f9d6d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Tags.json","description":"<p>This API endpoint will return a List of Tags.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Tags - Allows user to view Tags.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Tags.json?query=0000FF&amp;defaultfield=Color</p>\n<p><strong>Indexes</strong></p>\n<p>The Tags endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Tag (excluding collections) may be used to sort the Tags list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2d64c2ff-2cd5-4b17-acfb-30b55e5389e3","id":"2d64c2ff-2cd5-4b17-acfb-30b55e5389e3","name":"Tags","type":"folder"}},"urlObject":{"path":["api","v1","Tags.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2688fe02-7d63-40ba-a06c-195c30f9d6d2"},{"name":"Get specific Tag","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"fc8c0a52-3464-4616-a1bd-24538f440233"}}],"id":"6aea46b7-c8d4-4687-b497-bec5e83ad3d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Tags.json","description":"<p>This API endpoint will return a specific Tag.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Tags - Allows user to view Tags.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Tag</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2d64c2ff-2cd5-4b17-acfb-30b55e5389e3","id":"2d64c2ff-2cd5-4b17-acfb-30b55e5389e3","name":"Tags","type":"folder"}},"urlObject":{"path":["api","v1","Tags.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6aea46b7-c8d4-4687-b497-bec5e83ad3d2"},{"name":"Add Tag","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript","id":"b7cad1a8-4ecd-4504-b13a-4644e7add336"}}],"id":"0462e7f2-8ef7-451a-834c-5bc7ec162910","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Color\": \"FF99CC\",\r\n    \"DisplayOrder\": 81000,\r\n    \"EnabledFor\": [\r\n        {\r\n            \"AutoAssignCondition\": \"\",\r\n            \"CanBeManuallyAdded\": true,\r\n            \"Name\": \"Tasks\"\r\n        },\r\n        {\r\n            \"AutoAssignCondition\": \"\",\r\n            \"CanBeManuallyAdded\": true,\r\n            \"Name\": \"StandardTasks\"\r\n        },\r\n        {\r\n            \"AutoAssignCondition\": \"\",\r\n            \"CanBeManuallyAdded\": true,\r\n            \"Name\": \"PlannedTasks\"\r\n        }\r\n    ],\r\n    \"Icon\": \"\",\r\n    \"IconCode\": \"\",\r\n    \"Name\": \"API\",\r\n    \"ShortCode\": \"API\",\r\n    \"TagAttachment\": false,\r\n    \"TagType\": \"TagTypes-34\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Tags.json","description":"<p>This API endpoint will create a Tag</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Tags - Allows user to manage Tags.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagAttachment</td>\n<td>Indicates if an attachment is to show as a tag on task UIs. I.e. if a task contains an attachment that is tagged, then that tag should show directly on the task on the UI. This looks like poor design: TagAttachment only applies to TaskAttachments. So, it would be better inside the EnabledFor record.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Color</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Icon</td>\n<td>Not in use.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IconCode</td>\n<td>The 4 digit hex code of an icon in FontAwesome. Replaces the ShortCode when displayed. Does respect the Color. Uses the set of icons installed in Extjs (which may not be all of those that are in the current online documentaion of FontAwesome).</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnabledFor</td>\n<td>List of items that may have this tag applied to them</td>\n<td><strong>Collection of TagEnabledFor</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagType</td>\n<td>Used for grouping tags. Optional.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TagEnabledFor</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>The item to which the tag applies</td>\n<td><strong>TagAppliesTo</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AutoAssignCondition</td>\n<td>The javascript that is executed to determine if the tag is auto-assigned to a task. If null/empty, the tag applies but is not auto-assigned (i.e. it is set manually by a user).</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CanBeManuallyAdded</td>\n<td>Indicates, for tags that are auto-assigned, if the tag can also be added by the user. A tag added by the user usurps auto assignment processing. Such a tag can oly be removed by the user. Only applicable where there is an AutoAssignCondition.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>TagAppliesTo</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Tasks</td>\n<td>0</td>\n<td></td>\n</tr>\n<tr>\n<td>StandardTasks</td>\n<td>1</td>\n<td></td>\n</tr>\n<tr>\n<td>PlannedTasks</td>\n<td>2</td>\n<td></td>\n</tr>\n<tr>\n<td>TaskAttachments</td>\n<td>3</td>\n<td></td>\n</tr>\n<tr>\n<td>Users</td>\n<td>4</td>\n<td></td>\n</tr>\n<tr>\n<td>Locations</td>\n<td>5</td>\n<td></td>\n</tr>\n<tr>\n<td>Jobs</td>\n<td>6</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nConflict (409)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2d64c2ff-2cd5-4b17-acfb-30b55e5389e3","id":"2d64c2ff-2cd5-4b17-acfb-30b55e5389e3","name":"Tags","type":"folder"}},"urlObject":{"path":["api","v1","Tags.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0462e7f2-8ef7-451a-834c-5bc7ec162910"},{"name":"Edit Tags","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"8d704d9d-0076-432d-aef7-a6abab42e3c5"}}],"id":"ca8ead2e-f61a-4017-8659-53f71c2e2949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"API edited by PATCH Tag\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Tags.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Tag</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Tags - Allows user to manage Tags.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Tag</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>InternalServerError (500)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2d64c2ff-2cd5-4b17-acfb-30b55e5389e3","id":"2d64c2ff-2cd5-4b17-acfb-30b55e5389e3","name":"Tags","type":"folder"}},"urlObject":{"path":["api","v1","Tags.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca8ead2e-f61a-4017-8659-53f71c2e2949"},{"name":"Update Tag","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"ee2d2bce-8feb-4072-b5c6-55bc69323470"}}],"id":"eb2555c8-911a-4bae-b5cb-158bdb4ecbb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Color\": \"FF99CC\",\r\n    \"DisplayOrder\": 81000,\r\n    \"EnabledFor\": [\r\n        {\r\n            \"AutoAssignCondition\": \"\",\r\n            \"CanBeManuallyAdded\": true,\r\n            \"Name\": \"Tasks\"\r\n        },\r\n        {\r\n            \"AutoAssignCondition\": \"\",\r\n            \"CanBeManuallyAdded\": true,\r\n            \"Name\": \"StandardTasks\"\r\n        },\r\n        {\r\n            \"AutoAssignCondition\": \"\",\r\n            \"CanBeManuallyAdded\": true,\r\n            \"Name\": \"PlannedTasks\"\r\n        }\r\n    ],\r\n    \"Icon\": \"\",\r\n    \"IconCode\": \"\",\r\n    \"Name\": \"Updated by PUT request\",\r\n    \"ShortCode\": \"API\",\r\n    \"TagAttachment\": false,\r\n    \"TagType\": \"TagTypes-34\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Tags.json/{{Id}}","description":"<p>This API endpoint will update a Tag</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Tags - Allows user to manage Tags.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Tag</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagAttachment</td>\n<td>Indicates if an attachment is to show as a tag on task UIs. I.e. if a task contains an attachment that is tagged, then that tag should show directly on the task on the UI. This looks like poor design: TagAttachment only applies to TaskAttachments. So, it would be better inside the EnabledFor record.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Color</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Icon</td>\n<td>Not in use.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IconCode</td>\n<td>The 4 digit hex code of an icon in FontAwesome. Replaces the ShortCode when displayed. Does respect the Color. Uses the set of icons installed in Extjs (which may not be all of those that are in the current online documentaion of FontAwesome).</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnabledFor</td>\n<td>List of items that may have this tag applied to them</td>\n<td><strong>Collection of TagEnabledFor</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagType</td>\n<td>Used for grouping tags. Optional.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TagEnabledFor</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>The item to which the tag applies</td>\n<td><strong>TagAppliesTo</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AutoAssignCondition</td>\n<td>The javascript that is executed to determine if the tag is auto-assigned to a task. If null/empty, the tag applies but is not auto-assigned (i.e. it is set manually by a user).</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CanBeManuallyAdded</td>\n<td>Indicates, for tags that are auto-assigned, if the tag can also be added by the user. A tag added by the user usurps auto assignment processing. Such a tag can oly be removed by the user. Only applicable where there is an AutoAssignCondition.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>TagAppliesTo</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Tasks</td>\n<td>0</td>\n<td></td>\n</tr>\n<tr>\n<td>StandardTasks</td>\n<td>1</td>\n<td></td>\n</tr>\n<tr>\n<td>PlannedTasks</td>\n<td>2</td>\n<td></td>\n</tr>\n<tr>\n<td>TaskAttachments</td>\n<td>3</td>\n<td></td>\n</tr>\n<tr>\n<td>Users</td>\n<td>4</td>\n<td></td>\n</tr>\n<tr>\n<td>Locations</td>\n<td>5</td>\n<td></td>\n</tr>\n<tr>\n<td>Jobs</td>\n<td>6</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2d64c2ff-2cd5-4b17-acfb-30b55e5389e3","id":"2d64c2ff-2cd5-4b17-acfb-30b55e5389e3","name":"Tags","type":"folder"}},"urlObject":{"path":["api","v1","Tags.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb2555c8-911a-4bae-b5cb-158bdb4ecbb8"},{"name":"Delete Tags","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"0208b8da-720c-4fe7-9778-a8fb10b2f82f"}}],"id":"51e6f49a-eeb0-4b13-9530-45c3e7830914","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Tags.json/{{Id}}","description":"<p>This API endpoint will delete a Tag</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Tags - Allows user to manage Tags.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Tag</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2d64c2ff-2cd5-4b17-acfb-30b55e5389e3","id":"2d64c2ff-2cd5-4b17-acfb-30b55e5389e3","name":"Tags","type":"folder"}},"urlObject":{"path":["api","v1","Tags.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"51e6f49a-eeb0-4b13-9530-45c3e7830914"}],"id":"2d64c2ff-2cd5-4b17-acfb-30b55e5389e3","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9f71d035-c198-47ad-b7e4-6d1f14e7d5f9"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ebec0c53-de70-4756-b1c9-36c5f87e2979"}}],"_postman_id":"2d64c2ff-2cd5-4b17-acfb-30b55e5389e3","description":""},{"name":"Tasks","item":[{"name":"Attachments","item":[{"name":"Preview Attachment","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"0c5580a0-472f-495b-8b62-d33e50715a3c"}}],"id":"beee0902-b166-4be0-9c45-9961f6f3141b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/attachments.json/PreviewAttachment?id=e97ec957912caafc6105b90c2c4ca6074bc5aaf21e99af0da30749930154207d&name=Attachment (1).docx&contentType=application/vnd.openxmlformats-officedocument.wordprocessingml.document","description":"<p>This API endpoint will preview a file attachment</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>ViewAttachments - Allows user to view Attachments.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>name</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>contentType</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nNotFound (404)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"6d5f0e9d-d784-4d3f-923d-1a8fde6b0b0d","id":"6d5f0e9d-d784-4d3f-923d-1a8fde6b0b0d","name":"Attachments","type":"folder"}},"urlObject":{"path":["api","v1","attachments.json","PreviewAttachment"],"host":["{{Url}}"],"query":[{"key":"id","value":"e97ec957912caafc6105b90c2c4ca6074bc5aaf21e99af0da30749930154207d"},{"key":"name","value":"Attachment (1).docx"},{"key":"contentType","value":"application/vnd.openxmlformats-officedocument.wordprocessingml.document"}],"variable":[]}},"response":[],"_postman_id":"beee0902-b166-4be0-9c45-9961f6f3141b"},{"name":"Download Attachment","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"3a0b226f-a9bd-4755-8c88-3024dff4a914"}}],"id":"22bcf18e-71b5-4fb6-9471-7500574a9a49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/attachments.json/DownloadAttachment?id=e97ec957912caafc6105b90c2c4ca6074bc5aaf21e99af0da30749930154207d&name=Attachment (1).docx&contentType=application/vnd.openxmlformats-officedocument.wordprocessingml.document","description":"<p>This API endpoint will download a file attachment</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>ViewAttachments - Allows user to view Attachments.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>name</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>contentType</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nNotFound (404)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"6d5f0e9d-d784-4d3f-923d-1a8fde6b0b0d","id":"6d5f0e9d-d784-4d3f-923d-1a8fde6b0b0d","name":"Attachments","type":"folder"}},"urlObject":{"path":["api","v1","attachments.json","DownloadAttachment"],"host":["{{Url}}"],"query":[{"key":"id","value":"e97ec957912caafc6105b90c2c4ca6074bc5aaf21e99af0da30749930154207d"},{"key":"name","value":"Attachment (1).docx"},{"key":"contentType","value":"application/vnd.openxmlformats-officedocument.wordprocessingml.document"}],"variable":[]}},"response":[],"_postman_id":"22bcf18e-71b5-4fb6-9471-7500574a9a49"}],"id":"6d5f0e9d-d784-4d3f-923d-1a8fde6b0b0d","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a74c588d-e023-45aa-aba9-2a537c40bb7f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4bca5fd2-db79-4ca0-a137-f8f248d424a8"}}],"_postman_id":"6d5f0e9d-d784-4d3f-923d-1a8fde6b0b0d","description":""},{"name":"Planned Tasks","item":[{"name":"Get planned tasks list","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"d2127bce-797b-4412-93a0-88c3f0b38461"}}],"id":"dd0b106c-5c40-46d3-8783-788cc8cb55e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/PlannedTasks.json","description":"<p>This API endpoint will return a List of Planned Tasks.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Planned Tasks - Allows the user to view the Planned Tasks in the Planning Board screen.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>/api/v1/PlannedTasks.json?query=1A&amp;defaultfield=Priority</p>\n<p><strong>Indexes</strong></p>\n<p>The PlannedTasks endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the PlannedTask (excluding collections) may be used to sort the PlannedTasks list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"4012400f-6ecf-4c27-b0e9-c75c98624a9f","id":"4012400f-6ecf-4c27-b0e9-c75c98624a9f","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","PlannedTasks.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd0b106c-5c40-46d3-8783-788cc8cb55e2"},{"name":"Get Specific planned task","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"a42eb6a3-99d7-4fbd-88b8-e9fde3919f85"}}],"id":"efae7bbe-e2c5-481c-a4d5-50d90adc165c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/PlannedTasks.json/{{Id}}","description":"<p>This API endpoint will return a specific PlannedTask.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Planned Tasks - Allows the user to view the Planned Tasks in the Planning Board screen.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Planned Task</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"4012400f-6ecf-4c27-b0e9-c75c98624a9f","id":"4012400f-6ecf-4c27-b0e9-c75c98624a9f","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","PlannedTasks.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"efae7bbe-e2c5-481c-a4d5-50d90adc165c"},{"name":"Add planned task","event":[{"listen":"prerequest","script":{"id":"a4d6d4ac-ffa5-482d-aee7-ef0f5385e562","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"2e8a3d1a-847d-46db-8a05-f1bf9851aa13","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}}],"id":"843d5a44-d88d-483a-ab4b-4ebe80a138ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Process\": \"processes-167\",\r\n    \"Priority\": \"9A\",\r\n    \"PlannedStartTimeOffset\": 100,\r\n    \"ShortIntervalControlRequired\": false,\r\n    \"ShortIntervalControl\": \"\",\r\n    \"Description\": \"API test Planned task (planner's) 1\",\r\n    \"Contingency\": false,\r\n    \"Type\": \"TaskTypes-169\",\r\n    \"Duration\": 1.0,\r\n    \"Unit\": \"\",\r\n    \"RateUnit\": \"\",\r\n    \"AssignedProcess\": \"\",\r\n    \"Instructions\": \"\",\r\n    \"ShiftNotes\": \"\",\r\n    \"ShiftEndNotes\": \"\",\r\n    \"RequiredPeople\": [],\r\n    \"RequiredEquipment\": [],\r\n    \"AssignedProcessRequiredPeople\": [],\r\n    \"AssignedProcessRequiredEquipment\": [],\r\n    \"Due\": \"AtEndOfPlanningWeek\",\r\n    \"DueDaysAfter\": 0,\r\n    \"Group\": \"Test\",\r\n    \"Recurrences\": [],\r\n    \"Important\": false,\r\n    \"InspectionRequired\": false,\r\n    \"Locations\": [],\r\n    \"Attachments\": [],\r\n    \"ComplianceBreaches\": [],\r\n    \"ChecklistQuestions\": [],\r\n    \"Tags\": [],\r\n    \"PermitToWorks\": [],\r\n    \"SequenceParentTaskIds\": [],\r\n    \"Forms\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/PlannedTasks.json/","description":"<p>This API endpoint will create a Planned Task</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>Manage Planned Tasks - Allows the user to add, edit and delete Planned Tasks for any Process on the Planning Board. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n<li><p>Manage Accessible Planned Tasks - Allows the user to add, edit and delete Planned Tasks for Processes on the Planning Board they have access to. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SourceId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedBySystem</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StandardTaskId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PlannedStartTimeOffset</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControlRequired</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControl</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WorkOrder</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Contingency</td>\n<td>Indicates that this is a Contingency task.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Rate</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RateUnit</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcess</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Instructions</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftEndNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitJob</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredPeople</td>\n<td></td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredEquipment</td>\n<td></td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcessRequiredPeople</td>\n<td></td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcessRequiredEquipment</td>\n<td></td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedEquipment</td>\n<td></td>\n<td><strong>Collection of AssignedEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentAssigned</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Forms</td>\n<td>A collection of TaskForms</td>\n<td><strong>Collection of TaskForm</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Due</td>\n<td></td>\n<td><strong>Due</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDaysAfter</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Group</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Important</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>InspectionRequired</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td><strong>Collection of TaskLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Attachments</td>\n<td></td>\n<td><strong>Collection of Attachment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ComplianceBreaches</td>\n<td></td>\n<td><strong>Collection of ComplianceBreach</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td></td>\n<td><strong>Collection of AppliedTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitToWorks</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultDuration</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultTarget</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredPerson</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AssignedEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsShadow</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskForm</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormMode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormUniqueId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnforceTaskRestrictions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Checklist</td>\n<td></td>\n<td><strong>Collection of TaskFormChecklist</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Audit</td>\n<td></td>\n<td><strong>Collection of TaskFormAuditRecord</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormChecklist</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormAuditRecord</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EventCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Due</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Unspecified</td>\n<td>0</td>\n</tr>\n<tr>\n<td>OnScheduledDate</td>\n<td>1</td>\n</tr>\n<tr>\n<td>AtEndOfPlanningWeek</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DaysAfterScheduled</td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LocationId</td>\n<td>The id of a Location. If null, it is an ad-hoc TaskLocation.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the TaskLocation. Otherwise, it is the Location's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Attachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AttachmentId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExternalFSFileId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetedItem</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td></td>\n<td><strong>Collection of AttachmentTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RelatedAttachments</td>\n<td></td>\n<td><strong>Collection of RelatedAttachment</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AttachmentType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>File</td>\n<td>0</td>\n</tr>\n<tr>\n<td>SharePointDocument</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ExternalFSFile</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AttachmentTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RelatedAttachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ComplianceBreach</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td></td>\n<td><strong>ComplianceBreachStatus</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisedBy</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisationNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IgnoreBreachOnMobile</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ComplianceBreachStatus</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Current</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Authorised</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Resolved</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Category</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CategoryDisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AnswerType</td>\n<td></td>\n<td><strong>AnswerType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateTimeFormat</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DatePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TimePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>GreaterThanTargetIsBest</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateFunction</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NoTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MultipleChoiceFreeText</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Note</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinimumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaximumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Step</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Visible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswers</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AnswerType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MultipleChoice</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Numeric</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ShortAnswer</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DateTime</td>\n<td>3</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>4</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td>5</td>\n</tr>\n<tr>\n<td>Person</td>\n<td>6</td>\n</tr>\n<tr>\n<td>Text</td>\n<td>7</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresNotes</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AppliedTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td>The Id of a Tag. If null, it is an ad-hoc AppliedTag.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the AppliedTag. Otherwise, it is the Tag's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManuallyAdded</td>\n<td>Indicates that this applied tag was added by a manual user action. Once this flag is set to true, the AutoAssignCondition is ignored.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"4012400f-6ecf-4c27-b0e9-c75c98624a9f","id":"4012400f-6ecf-4c27-b0e9-c75c98624a9f","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","PlannedTasks.json",""],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"843d5a44-d88d-483a-ab4b-4ebe80a138ae"},{"name":"Add Planned Task based on Scheduled Task","event":[{"listen":"test","script":{"id":"0cea2677-309a-41f7-a84f-aea5eb790e13","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}}],"id":"ebd0d470-2f3f-46ff-b73e-ed3eed1e52f2","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"FewzionMetadata","value":"[{\"Type\":\"OriginalTaskId\",\"Data\":\"{{originalTaskId}}\"}]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Process\": \"processes-161\",\r\n    \"Priority\": \"1H\",\r\n    \"Description\": \"AATST\",\r\n    \"Type\": \"TaskTypes-169\",\r\n    \"Target\": 150,\r\n    \"Unit\": \"Development Meters\",\r\n    \"RateUnit\": \"Development Meters / Hour\",\r\n    \"ScheduledDate\": \"2023-06-12T00:00:00\",\r\n    \"ScheduledShift\": \"Day\",\r\n    \"Group\": \"Other\",\r\n    \"ShiftPlan\": \"shiftplans-processes-161-2023-06-12-Day\",\r\n    \"WeekPlan\": \"weekplans-processes-161-week-25-2023\",\r\n    \"IsDisplayed\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/PlannedTasks.json","urlObject":{"path":["api","v1","PlannedTasks.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebd0d470-2f3f-46ff-b73e-ed3eed1e52f2"},{"name":"Schedule Planned Task","event":[{"listen":"test","script":{"id":"0cea2677-309a-41f7-a84f-aea5eb790e13","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}}],"id":"83c0dd9d-1ea2-444f-b39a-7786f0c7dccb","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"FewzionMetadata","value":"[{\"Type\":\"OriginalTaskId\",\"Data\":\"{{plannedTaskId}}\"}]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ScheduledDate\": \"2023-06-12\",\r\n    \"ScheduledShift\": \"Night\",\r\n    \"Process\": \"processes-161\",\r\n    \"Priority\": \"1H\",\r\n    \"Description\": \"AATST\",\r\n    \"ShadowReason\": \"\",\r\n    \"ShadowIsInformational\": false,\r\n    \"ShadowAcceptAll\": false,\r\n    \"Deleted\": false,\r\n    \"ShadowProcesses\": [\r\n        {\r\n            \"ProcessId\": \"processes-129\",\r\n            \"Status\": \"Pending\",\r\n            \"Comment\": \"\",\r\n            \"Id\": \"e0aa738d-a740-4b79-9d59-66ddf2252661\",\r\n            \"RequiredPeople\": [],\r\n            \"RequiredEquipment\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Tasks.json","urlObject":{"path":["api","v1","Tasks.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"83c0dd9d-1ea2-444f-b39a-7786f0c7dccb"},{"name":"Edit Planned task's description","event":[{"listen":"test","script":{"id":"bc3b163c-875b-491c-bd63-7a142e0d2e28","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"ac7380fb-84cc-43a4-8f86-b7fe4b0b0daa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Description\",\r\n        \"value\": \"API test Planned task (planner's) edited 1\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/PlannedTasks.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Planned Task</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>Manage Planned Tasks - Allows the user to add, edit and delete Planned Tasks for any Process on the Planning Board. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n<li><p>Manage Accessible Planned Tasks - Allows the user to add, edit and delete Planned Tasks for Processes on the Planning Board they have access to. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Planned Task</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>InternalServerError (500)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"4012400f-6ecf-4c27-b0e9-c75c98624a9f","id":"4012400f-6ecf-4c27-b0e9-c75c98624a9f","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","PlannedTasks.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac7380fb-84cc-43a4-8f86-b7fe4b0b0daa"},{"name":"Update planned task","event":[{"listen":"prerequest","script":{"id":"a425ba7a-acde-4a3f-9ebc-ef1e6069d809","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"ed0749da-e82b-4366-b536-dc5d796985c9","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"61546ff6-5258-4c68-bb97-e27dbc72842f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Process\": \"processes-167\",\r\n    \"Priority\": \"2A\",\r\n    \"PlannedStartTimeOffset\": 150,\r\n    \"ShortIntervalControlRequired\": false,\r\n    \"ShortIntervalControl\": \"\",\r\n    \"Description\": \"API test Planned updated from PUT request\",\r\n    \"Contingency\": false,\r\n    \"Type\": \"TaskTypes-169\",\r\n    \"Duration\": 1.0,\r\n    \"Unit\": \"\",\r\n    \"RateUnit\": \"\",\r\n    \"AssignedProcess\": \"\",\r\n    \"Instructions\": \"\",\r\n    \"ShiftNotes\": \"\",\r\n    \"ShiftEndNotes\": \"\",\r\n    \"RequiredPeople\": [],\r\n    \"RequiredEquipment\": [],\r\n    \"AssignedProcessRequiredPeople\": [],\r\n    \"AssignedProcessRequiredEquipment\": [],\r\n    \"Due\": \"AtEndOfPlanningWeek\",\r\n    \"DueDaysAfter\": 0,\r\n    \"Group\": \"Test\",\r\n    \"Recurrences\": [],\r\n    \"Important\": false,\r\n    \"InspectionRequired\": false,\r\n    \"Locations\": [],\r\n    \"Attachments\": [],\r\n    \"ComplianceBreaches\": [],\r\n    \"ChecklistQuestions\": [],\r\n    \"Tags\": [],\r\n    \"PermitToWorks\": [],\r\n    \"SequenceParentTaskIds\": [],\r\n    \"Forms\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/PlannedTasks.json/{{Id}}","description":"<p>This API endpoint will return a specific PlannedTask.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li><p>Manage Planned Tasks - Allows the user to add, edit and delete Planned Tasks for any Process on the Planning Board. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n<li><p>Manage Accessible Planned Tasks- Allows the user to add, edit and delete Planned Tasks for Processes on the Planning Board they have access to. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Planned Task</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SourceId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedBySystem</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StandardTaskId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PlannedStartTimeOffset</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControlRequired</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControl</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WorkOrder</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Contingency</td>\n<td>Indicates that this is a Contingency task.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Rate</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RateUnit</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcess</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Instructions</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftEndNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitJob</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredPeople</td>\n<td></td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredEquipment</td>\n<td></td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcessRequiredPeople</td>\n<td></td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcessRequiredEquipment</td>\n<td></td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedEquipment</td>\n<td></td>\n<td><strong>Collection of AssignedEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentAssigned</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Forms</td>\n<td>A collection of TaskForms</td>\n<td><strong>Collection of TaskForm</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Due</td>\n<td></td>\n<td><strong>Due</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDaysAfter</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Group</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Important</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>InspectionRequired</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td><strong>Collection of TaskLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Attachments</td>\n<td></td>\n<td><strong>Collection of Attachment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ComplianceBreaches</td>\n<td></td>\n<td><strong>Collection of ComplianceBreach</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td></td>\n<td><strong>Collection of AppliedTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitToWorks</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultDuration</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultTarget</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredPerson</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AssignedEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsShadow</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskForm</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormMode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormUniqueId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnforceTaskRestrictions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Checklist</td>\n<td></td>\n<td><strong>Collection of TaskFormChecklist</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Audit</td>\n<td></td>\n<td><strong>Collection of TaskFormAuditRecord</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormChecklist</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormAuditRecord</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EventCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Due</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Unspecified</td>\n<td>0</td>\n</tr>\n<tr>\n<td>OnScheduledDate</td>\n<td>1</td>\n</tr>\n<tr>\n<td>AtEndOfPlanningWeek</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DaysAfterScheduled</td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LocationId</td>\n<td>The id of a Location. If null, it is an ad-hoc TaskLocation.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the TaskLocation. Otherwise, it is the Location's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Attachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AttachmentId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExternalFSFileId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetedItem</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td></td>\n<td><strong>Collection of AttachmentTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RelatedAttachments</td>\n<td></td>\n<td><strong>Collection of RelatedAttachment</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AttachmentType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>File</td>\n<td>0</td>\n</tr>\n<tr>\n<td>SharePointDocument</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ExternalFSFile</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AttachmentTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RelatedAttachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ComplianceBreach</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td></td>\n<td><strong>ComplianceBreachStatus</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisedBy</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisationNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IgnoreBreachOnMobile</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ComplianceBreachStatus</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Current</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Authorised</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Resolved</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Category</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CategoryDisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AnswerType</td>\n<td></td>\n<td><strong>AnswerType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateTimeFormat</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DatePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TimePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>GreaterThanTargetIsBest</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateFunction</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NoTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MultipleChoiceFreeText</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Note</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinimumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaximumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Step</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Visible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswers</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AnswerType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MultipleChoice</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Numeric</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ShortAnswer</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DateTime</td>\n<td>3</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>4</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td>5</td>\n</tr>\n<tr>\n<td>Person</td>\n<td>6</td>\n</tr>\n<tr>\n<td>Text</td>\n<td>7</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresNotes</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AppliedTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td>The Id of a Tag. If null, it is an ad-hoc AppliedTag.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the AppliedTag. Otherwise, it is the Tag's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManuallyAdded</td>\n<td>Indicates that this applied tag was added by a manual user action. Once this flag is set to true, the AutoAssignCondition is ignored.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"4012400f-6ecf-4c27-b0e9-c75c98624a9f","id":"4012400f-6ecf-4c27-b0e9-c75c98624a9f","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","PlannedTasks.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"61546ff6-5258-4c68-bb97-e27dbc72842f"},{"name":"DELETE Planned Task","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"f64147a7-4e1c-48eb-80a5-60bf16d14cd0"}}],"id":"81e5f782-352a-4177-8f91-4b1da2603ff2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/PlannedTasks.json/{{Id}}","description":"<p>This API endpoint will delete a Planned Task</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>Manage Planned Tasks - Allows the user to add, edit and delete Planned Tasks for any Process on the Planning Board. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n<li><p>Manage Accessible Planned Tasks -Allows the user to add, edit and delete Planned Tasks for Processes on the Planning Board they have access to. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Planned Task</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"4012400f-6ecf-4c27-b0e9-c75c98624a9f","id":"4012400f-6ecf-4c27-b0e9-c75c98624a9f","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","PlannedTasks.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"81e5f782-352a-4177-8f91-4b1da2603ff2"}],"id":"4012400f-6ecf-4c27-b0e9-c75c98624a9f","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"d0d9a05e-e571-4174-94fc-fbe2e07dfe9a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e6853c5a-5052-494b-83f3-efc0e4939c88","type":"text/javascript","exec":[""]}}],"_postman_id":"4012400f-6ecf-4c27-b0e9-c75c98624a9f","description":""},{"name":"Priorities","item":[{"name":"Get list of Priorities","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"e8f67067-2f27-4901-8fdd-26087872924d"}}],"id":"0e65190d-8d2f-4209-b25b-bdad0e6bb61e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/priorities.json","description":"<p>This API endpoint will return a List of priorities.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View priorities - Allows user to view priorities.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/priorities.json?query=C&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The priorities endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Priorities (excluding collections) may be used to sort the Priorities list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"cfc9d5ca-2524-424f-a09b-8f21853b5699","id":"cfc9d5ca-2524-424f-a09b-8f21853b5699","name":"Priorities","type":"folder"}},"urlObject":{"path":["api","v1","priorities.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e65190d-8d2f-4209-b25b-bdad0e6bb61e"}],"id":"cfc9d5ca-2524-424f-a09b-8f21853b5699","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"5e8f75c5-853a-40a9-8f13-4d11a956ebe3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c9130348-34c4-4e10-9a26-9ee1cbb5fe95","type":"text/javascript","exec":[""]}}],"_postman_id":"cfc9d5ca-2524-424f-a09b-8f21853b5699","description":""},{"name":"Processes","item":[{"name":"GET Process","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"6ebf8274-5211-4ad4-b9c6-2e1244b637bf"}}],"id":"69384ca7-cd67-4035-bdf9-6500ccf1ba3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Processes.json","description":"<p>This API endpoint will return a List of Processes.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Processes - Allows user to view Processes.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Processes.json?query=Other&amp;defaultfield=Type</p>\n<p><strong>Indexes</strong></p>\n<p>The Processs endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Process (excluding collections) may be used to sort the Processs list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"0833bd1e-01fa-4886-b5a2-27b76e697574","id":"0833bd1e-01fa-4886-b5a2-27b76e697574","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"69384ca7-cd67-4035-bdf9-6500ccf1ba3d"},{"name":"Add Process","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript","id":"20618f34-9d7e-4781-8547-b42073d1fd68"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"244a96c7-6818-491b-a15b-97dfc4c476f4"}}],"id":"6e1795c9-13e9-4aad-ae2c-e03ad5939f87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Active\": true,\r\n    \"CanAcceptTasks\": true,\r\n    \"CanAssignTasks\": \"Yes\",\r\n    \"ChockPosTable\": null,\r\n    \"CrewLeaderOccupations\": [\r\n        \"occupations-418\"\r\n    ],\r\n    \"DailyActualsReportKPISummaryByDepartment\": false,\r\n    \"DailyActualsReportKPISummaryByProcess\": false,\r\n    \"DefaultKPIs\": [],\r\n    \"Deleted\": null,\r\n    \"Department\": \"departments-33\",\r\n    \"DepartmentName\": \"\",\r\n    \"DisplayOrder\": 0,\r\n    \"EnableAdHocLocations\": false,\r\n    \"EnableShiftPlanAcknowledgement\": false,\r\n    \"EnableShiftPlanApproval\": false,\r\n    \"EnableShortIntervalControl\": true,\r\n    \"FifthKPIToTrack\": null,\r\n    \"FifthKPIToTrackPeriod\": null,\r\n    \"FirstKPIToTrack\": null,\r\n    \"FirstKPIToTrackPeriod\": null,\r\n    \"FourthKPIToTrack\": null,\r\n    \"FourthKPIToTrackPeriod\": null,\r\n    \"IsProcess\": false,\r\n    \"Locations\": [],\r\n    \"ManagesEquipment\": true,\r\n    \"ManagesPeople\": true,\r\n    \"Name\": \"Test API-{{timestampMoment}}\",\r\n    \"RuntimeTable\": null,\r\n    \"SecondKPIToTrack\": null,\r\n    \"SecondKPIToTrackPeriod\": null,\r\n    \"ShearsTable\": null,\r\n    \"ShiftPlanReportAdditionalTasksLines\": 0,\r\n    \"ShiftPlanReportTopDelaysAndOrStoppagesLines\": 0,\r\n    \"ShortCode\": \"API-{{timestampMoment}}\",\r\n    \"ShowOn2448HourSchedule\": true,\r\n    \"ShowOnDailyKPIsReport\": false,\r\n    \"ShowOnDailyMeetingKPIsReport\": false,\r\n    \"ShowOnEquipmentSchedule\": true,\r\n    \"ShowOnManningReport\": true,\r\n    \"ShowOnPlanningBoard\": true,\r\n    \"ShowOnScheduler\": true,\r\n    \"ShowOnShiftSchedule\": true,\r\n    \"ShowOnShiftlyReport\": false,\r\n    \"ShowOnSmartboard\": true,\r\n    \"ShowOnSmartboardActualsUsageReport\": false,\r\n    \"ShowOnWeeklyPlanToActualReport\": false,\r\n    \"ShowOnWeeklySchedule\": true,\r\n    \"ShowShiftPlanReport5WHY\": false,\r\n    \"ShowShiftPlanReportChecklist\": false,\r\n    \"ShowShiftPlanReportNotesIssuesActions\": false,\r\n    \"SixthKPIToTrack\": null,\r\n    \"SixthKPIToTrackPeriod\": null,\r\n    \"TTFCTable\": null,\r\n    \"ThirdKPIToTrack\": null,\r\n    \"ThirdKPIToTrackPeriod\": null,\r\n    \"TonnesMultiplier\": null,\r\n    \"Type\": \"Service\",\r\n    \"UCTable\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Processes.json","description":"<p>This API endpoint will create a Process.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Processes - Allows user to manage Processes.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Forms</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Department</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CanAcceptTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CanAssignTasks</td>\n<td></td>\n<td><strong>CanAssignTasks</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanApproval</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanAcknowledgement</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShortIntervalControl</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanNotesonActuals</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableAdHocLocations</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableStartTask</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesEquipment</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesPeople</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnPlanningBoard</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnManningReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOn2448HourSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnShiftSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnWeeklySchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnEquipmentSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnSmartboard</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnScheduler</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportAdditionalTasksLines</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportTopDelaysAndOrStoppagesLines</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReport5WHY</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportChecklist</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportNotesIssuesActions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportHandoverSignOffSection</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportHandoverSignOffSectionRows</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SecondKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SecondKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ThirdKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ThirdKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FourthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FourthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FifthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FifthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SixthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SixthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TonnesMultiplier</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WeeklyOperatingHoursTarget</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Active</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>CrewLeaderOccupations</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryShortCodes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryByDepartment</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryByProcess</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultKPIs</td>\n<td></td>\n<td><strong>Collection of DefaultKPI</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ProcessChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ProcessChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td><strong>Collection of ProcessLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AcceptsTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignsTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>CanAssignTasks</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Yes</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Always</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of DefaultKPI</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Enabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ProcessChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ProcessLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"0833bd1e-01fa-4886-b5a2-27b76e697574","id":"0833bd1e-01fa-4886-b5a2-27b76e697574","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e1795c9-13e9-4aad-ae2c-e03ad5939f87"},{"name":"GET Specific Process","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"abd40df8-9858-45c3-9f90-1f0f480ed9ff"}}],"id":"dc14418b-2e6a-43ca-8038-54fef9b8bf8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Processes.json/{{Id}}","description":"<p>This API endpoint will return a specific Process.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Processes - Allows user to view Processes.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"0833bd1e-01fa-4886-b5a2-27b76e697574","id":"0833bd1e-01fa-4886-b5a2-27b76e697574","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc14418b-2e6a-43ca-8038-54fef9b8bf8e"},{"name":"Edit Process","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"59d62810-83c5-4932-a290-fd45f37c4059"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"3de5bd87-31ab-4f89-b3f2-0198cb4ddea8"}}],"id":"0368e613-4015-4ad8-bbca-3dac6a2a9c85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"},{"key":"If-Unmodified-Since","type":"text","value":"{{current_timestamp}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"Edited API Process-{{timestampMoment}}\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Processes.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Process.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Processes - Allows user to manage Processes.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"0833bd1e-01fa-4886-b5a2-27b76e697574","id":"0833bd1e-01fa-4886-b5a2-27b76e697574","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0368e613-4015-4ad8-bbca-3dac6a2a9c85"},{"name":"Update Process","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"52b8280a-55be-4d79-b3db-091daeca3b67"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"b7311839-a26a-4ab9-882a-e7415fa3e3ca"}}],"id":"fae39518-416a-4861-ac1f-3ba5d5b65241","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"Test API Updated by PUT request-{{timestampMoment}}\",\r\n    \"ShortCode\": \"API-{{timestampMoment}}\",\r\n    \"Department\": \"departments-33\",\r\n    \"Type\": \"Service\",\r\n    \"CanAcceptTasks\": true,\r\n    \"CanAssignTasks\": \"Yes\",\r\n    \"EnableShortIntervalControl\": true,\r\n    \"ManagesEquipment\": true,\r\n    \"ManagesPeople\": true,\r\n    \"ShowOnPlanningBoard\": true,\r\n    \"ShowOnManningReport\": true,\r\n    \"ShowOn2448HourSchedule\": true,\r\n    \"ShowOnShiftSchedule\": true,\r\n    \"ShowOnWeeklySchedule\": true,\r\n    \"ShowOnEquipmentSchedule\": true,\r\n    \"ShowOnSmartboard\": true,\r\n    \"ShowOnScheduler\": true,\r\n    \"Active\": true,\r\n    \"CrewLeaderOccupations\": [\r\n        \"occupations-418\"\r\n    ],\r\n    \"DailyActualsReportKPISummaryByDepartment\": false,\r\n    \"DailyActualsReportKPISummaryByProcess\": false,\r\n    \"AcceptsTasks\": true,\r\n    \"AssignsTasks\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Processes.json/{{Id}}","description":"<p>This API endpoint will update a Process.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Processes - Allows user to manage Processes.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Forms</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Department</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CanAcceptTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CanAssignTasks</td>\n<td></td>\n<td><strong>CanAssignTasks</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanApproval</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanAcknowledgement</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShortIntervalControl</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanNotesonActuals</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableAdHocLocations</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableStartTask</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesEquipment</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesPeople</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnPlanningBoard</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnManningReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOn2448HourSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnShiftSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnWeeklySchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnEquipmentSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnSmartboard</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnScheduler</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportAdditionalTasksLines</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportTopDelaysAndOrStoppagesLines</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReport5WHY</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportChecklist</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportNotesIssuesActions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportHandoverSignOffSection</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportHandoverSignOffSectionRows</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SecondKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SecondKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ThirdKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ThirdKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FourthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FourthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FifthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FifthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SixthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SixthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TonnesMultiplier</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WeeklyOperatingHoursTarget</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Active</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>CrewLeaderOccupations</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryShortCodes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryByDepartment</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryByProcess</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultKPIs</td>\n<td></td>\n<td><strong>Collection of DefaultKPI</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ProcessChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ProcessChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td><strong>Collection of ProcessLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AcceptsTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignsTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>CanAssignTasks</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Yes</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Always</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of DefaultKPI</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Enabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ProcessChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ProcessLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"0833bd1e-01fa-4886-b5a2-27b76e697574","id":"0833bd1e-01fa-4886-b5a2-27b76e697574","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fae39518-416a-4861-ac1f-3ba5d5b65241"},{"name":"Delete Process","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"40af3c71-ab11-42cd-8e25-f86bfb28c558"}}],"id":"c98449d2-c06a-4bca-a21a-7767bafd1247","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/Processes.json/{{Id}}","description":"<p>This API endpoint will delete a Process.</p>\n<p><strong>PLEASE NOTE:</strong> <em>This endpoint does not actually delete the indicated document, but instead flags it as deleted.</em></p>\n<p>Records flagged as deleted are not returned by the GET endpoint by default. Pass 'includedeleted=true' on the query string to retrieve records flagged as deleted</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Processes - Allows user to manage Processes.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"0833bd1e-01fa-4886-b5a2-27b76e697574","id":"0833bd1e-01fa-4886-b5a2-27b76e697574","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c98449d2-c06a-4bca-a21a-7767bafd1247"}],"id":"0833bd1e-01fa-4886-b5a2-27b76e697574","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"9382ab38-69a8-4790-85e5-acb75d9d7694","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"34118f4b-f3e9-48ed-ab0c-1f17e5fe8ba2","type":"text/javascript","exec":[""]}}],"_postman_id":"0833bd1e-01fa-4886-b5a2-27b76e697574","description":""},{"name":"Short Interval Controls","item":[{"name":"GET list of Short Interval Controls","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData[jsonData.length-1].Id);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"a68c1d8d-8947-4dbb-807a-8713f29c3f2c"}}],"id":"44b15252-898c-4002-b222-ab1f6cf6fa09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/ShortIntervalControls.json","description":"<p>This API endpoint will return a List of ShortIntervalControls.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Short Interval Controls - Allows user to view Short Interval Controls.</li>\n</ul>\n<p>Filtering the Results<br />You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/ShortIntervalControls.json?query=<em>{{value}}</em>&amp;defaultfield=<em>{{parameter}}</em></p>\n<p><strong>Indexes</strong></p>\n<p>The ShortIntervalControls endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the ShortIntervalControl (excluding collections) may be used to sort the ShortIntervalControls list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"a1f1a0bf-2939-4e85-a340-4a35b7779d4f","id":"a1f1a0bf-2939-4e85-a340-4a35b7779d4f","name":"Short Interval Controls","type":"folder"}},"urlObject":{"path":["api","v1","ShortIntervalControls.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"44b15252-898c-4002-b222-ab1f6cf6fa09"},{"name":"GET Specific Short Interval Control","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"0e297cbb-190b-4c9a-9e7d-b981e1a83121"}}],"id":"b40809b9-74ca-4975-a8f5-8ee85b3babae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/ShortIntervalControls.json/{{Id}}","description":"<p>This API endpoint will return a specific Short Interval Control.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Short Interval Controls - Allows user to view Short Interval Controls.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Short Interval Controls</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"a1f1a0bf-2939-4e85-a340-4a35b7779d4f","id":"a1f1a0bf-2939-4e85-a340-4a35b7779d4f","name":"Short Interval Controls","type":"folder"}},"urlObject":{"path":["api","v1","ShortIntervalControls.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b40809b9-74ca-4975-a8f5-8ee85b3babae"}],"id":"a1f1a0bf-2939-4e85-a340-4a35b7779d4f","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"24148b1f-a221-44dd-aa84-a46f6f0a7e76"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ec47fc35-144c-4a9a-836f-3f3a668b5fde"}}],"_postman_id":"a1f1a0bf-2939-4e85-a340-4a35b7779d4f","description":""},{"name":"Standard Tasks","item":[{"name":"Recurrences of Standard Tasks","item":[{"name":"Get list of recurrences","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"10364a71-5344-4a8d-8a95-1b510364211a"}}],"id":"5598e316-75dd-47ac-b0bc-166f63d8dd91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/recurrences.json","description":"<p>This API endpoint will return a List of Recurrences.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<p><strong>View Standard Tasks</strong></p>\n<p>Allows the user to view the Standard Tasks in the Planning Board screen.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/recurrences.json?query=Weekly&amp;defaultfield=Frequency</p>\n<p><strong>Indexes</strong></p>\n<p>The Recurrences endpoint has no database indexes. If you would like one added please submit a request with technical support <a href=\"http://support.fewzion.com/\">http://support.fewzion.com/</a>.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Recurrence (excluding collections) may be used to sort the Recurrences list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"89c8107a-6cb9-4e65-82eb-3547cdef0676","id":"89c8107a-6cb9-4e65-82eb-3547cdef0676","name":"Recurrences of Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","recurrences.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5598e316-75dd-47ac-b0bc-166f63d8dd91"}],"id":"89c8107a-6cb9-4e65-82eb-3547cdef0676","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"71f612e8-8068-4b72-997b-c8b71ff524c9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f4cfd785-7cc4-428c-8583-765f0d4c76c6","type":"text/javascript","exec":[""]}}],"_postman_id":"89c8107a-6cb9-4e65-82eb-3547cdef0676","description":""},{"name":"Get Standard tasks list","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"ee4b17aa-dc44-4624-8672-ab3e3f04c1fb"}}],"id":"2925e2d7-b925-439e-b29c-34311d3a7df6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"If-None-Match","value":"3A423068-858E-4C62-1857-7AC97853BF60","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/standardtasks.json","description":"<p>This API endpoint will return a List of StandardTasks.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Standard Tasks - Allows the user to view the Standard Tasks in the Planning Board screen.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>/api/v1/standardtasks.json?query=1S&amp;defaultfield=Priority</p>\n<p><strong>Indexes</strong></p>\n<p>The StandardTasks endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the StandardTask (excluding collections) may be used to sort the StandardTasks list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"690c8192-2e0d-48e3-804f-738c352f944d","id":"690c8192-2e0d-48e3-804f-738c352f944d","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","standardtasks.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2925e2d7-b925-439e-b29c-34311d3a7df6"},{"name":"Get specific Standard tasks","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"51e2f367-7b54-4a81-9417-c0b2ffe0eff6"}}],"id":"47504578-9583-48a5-beb6-54355b57d9bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/standardtasks.json/{{Id}}","description":"<p>This API endpoint will return a specific StandardTask.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Standard Tasks - Allows the user to view the Standard Tasks in the Planning Board screen.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"690c8192-2e0d-48e3-804f-738c352f944d","id":"690c8192-2e0d-48e3-804f-738c352f944d","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","standardtasks.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"47504578-9583-48a5-beb6-54355b57d9bf"},{"name":"Get Recurrence Differences","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"0911ac29-975c-41be-a9e3-df6bb7e78ce4"}}],"id":"2eeba60b-b47c-43c1-9a3f-e71d488b3047","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/StandardTasks/GetRecurrenceDifferences?ProcessId=processes-167&StandardTaskId=StandardTasks-867&RecurrenceId=f1b1aa30-e726-43e7-bca8-333f6b8237f6&Action=save","description":"<p>This API endpoint retrieves a RecurrencesDifferences</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>Manage Standard Tasks - Allows the user to add, edit and delete Standard Tasks for any Process on the Planning Board. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n<li><p>Manage Accessible Standard Tasks - Allows the user to add, edit and delete Standard Tasks for Processes on the Planning Board they have access to. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>processId</td>\n<td>specifies the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>standardTaskId</td>\n<td>specifies the StandardTask</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>recurrenceId</td>\n<td>specifies the Recurrence. If null, differences for all the Task's Recurrences are returned</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>action</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"690c8192-2e0d-48e3-804f-738c352f944d","id":"690c8192-2e0d-48e3-804f-738c352f944d","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","StandardTasks","GetRecurrenceDifferences"],"host":["{{Url}}"],"query":[{"key":"ProcessId","value":"processes-167"},{"key":"StandardTaskId","value":"StandardTasks-867"},{"key":"RecurrenceId","value":"f1b1aa30-e726-43e7-bca8-333f6b8237f6"},{"key":"Action","value":"save"}],"variable":[]}},"response":[],"_postman_id":"2eeba60b-b47c-43c1-9a3f-e71d488b3047"},{"name":"Get Recurrence Signature","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"0dd489ba-50e1-41cd-b94b-354c652aa599"}}],"id":"9ecb70f7-54ba-41a0-b6d6-d3a3e767ebf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/StandardTasks/GetRecurrenceSignature?ProcessId=processes-167&StandardTaskId=StandardTasks-867&RecurrenceId=f1b1aa30-e726-43e7-bca8-333f6b8237f6","description":"<p>This API endpoint retrieves an interger that represents the current state of the Recurrence</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>Manage Standard Tasks - Allows the user to add, edit and delete Standard Tasks for any Process on the Planning Board. This policy is intended to be used in conjuction with the View Standard Tasks policy.</li>\n<li>Manage Accessible Standard Tasks - Allows the user to add, edit and delete Standard Tasks for Processes on the Planning Board they have access to. This policy is intended to be used in conjuction with the View Standard Tasks policy.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>processId</td>\n<td>specifies the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>standardTaskId</td>\n<td>specifies the StandardTask</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>recurrenceId</td>\n<td>specifies the Recurrence</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)<br />Unauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"690c8192-2e0d-48e3-804f-738c352f944d","id":"690c8192-2e0d-48e3-804f-738c352f944d","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","StandardTasks","GetRecurrenceSignature"],"host":["{{Url}}"],"query":[{"key":"ProcessId","value":"processes-167"},{"key":"StandardTaskId","value":"StandardTasks-867"},{"key":"RecurrenceId","value":"f1b1aa30-e726-43e7-bca8-333f6b8237f6"}],"variable":[]}},"response":[],"_postman_id":"9ecb70f7-54ba-41a0-b6d6-d3a3e767ebf2"},{"name":"Add standard task","event":[{"listen":"prerequest","script":{"id":"31e0bae5-83ff-49cb-b92a-80a6c400d635","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"dc2f71a6-beb8-4597-a2fb-22f96b5f7382","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}}],"id":"c4f4bb3d-17a4-4977-bcd4-c86a1b288d7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Process\": \"processes-321\",\r\n    \"Priority\": \"7A\",\r\n    \"PlannedStartTimeOffset\": 100,\r\n    \"ShortIntervalControlRequired\": false,\r\n    \"ShortIntervalControl\": \"\",\r\n    \"Description\": \"API test Standard task (planner's)1\",\r\n    \"Contingency\": false,\r\n    \"Type\": \"TaskTypes-169\",\r\n    \"Duration\": 1.0,\r\n    \"Unit\": \"\",\r\n    \"RateUnit\": \"\",\r\n    \"AssignedProcess\": \"\",\r\n    \"Instructions\": \"\",\r\n    \"ShiftNotes\": \"\",\r\n    \"ShiftEndNotes\": \"\",\r\n    \"RequiredPeople\": [],\r\n    \"RequiredEquipment\": [],\r\n    \"AssignedProcessRequiredPeople\": [],\r\n    \"AssignedProcessRequiredEquipment\": [],\r\n    \"Due\": \"AtEndOfPlanningWeek\",\r\n    \"DueDaysAfter\": 0,\r\n    \"Group\": \"Test\",\r\n    \"Recurrences\": [],\r\n    \"Important\": false,\r\n    \"InspectionRequired\": false,\r\n    \"Locations\": [],\r\n    \"Attachments\": [],\r\n    \"ComplianceBreaches\": [],\r\n    \"ChecklistQuestions\": [],\r\n    \"Tags\": [],\r\n    \"PermitToWorks\": [],\r\n    \"SequenceParentTaskIds\": [],\r\n    \"Forms\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/standardtasks.json","description":"<p>This API endpoint will create a StandardTask</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li><p>Manage Standard Tasks - Allows the user to add, edit and delete Standard Tasks for any Process on the Planning Board. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n<li><p>Manage Accessible Standard Tasks - Allows the user to add, edit and delete Standard Tasks for Processes on the Planning Board they have access to. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PlannedStartTimeOffset</td>\n<td>The number of minutes offset from the start. If this is used during scheduling in a Standard Job, the offset is taken as being from the start of the jobs. (So, the offset can be a large number).</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControlRequired</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControl</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Contingency</td>\n<td>Indicates that this is a Contingency task.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Rate</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RateUnit</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcess</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Instructions</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftEndNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitJob</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredPeople</td>\n<td></td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredEquipment</td>\n<td></td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcessRequiredPeople</td>\n<td></td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcessRequiredEquipment</td>\n<td></td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedEquipment</td>\n<td></td>\n<td><strong>Collection of AssignedEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Due</td>\n<td></td>\n<td><strong>Due</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDaysAfter</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Group</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Recurrences</td>\n<td></td>\n<td><strong>Collection of Recurrence</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Important</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>InspectionRequired</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td><strong>Collection of TaskLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Attachments</td>\n<td></td>\n<td><strong>Collection of Attachment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ComplianceBreaches</td>\n<td></td>\n<td><strong>Collection of ComplianceBreach</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td></td>\n<td><strong>Collection of AppliedTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitToWorks</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultTarget</td>\n<td>The default Target that this Task is expected to meet.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultDuration</td>\n<td>The Default assigned Duration that this Task is expected to take.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SequenceParentTaskIds</td>\n<td>List of Ids of fewzion task objects. If null or empty, then the task is not part of any sequence.</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Forms</td>\n<td>A collection of TaskForms</td>\n<td><strong>Collection of TaskForm</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredPerson</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AssignedEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsShadow</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Due</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Unspecified</td>\n<td>0</td>\n</tr>\n<tr>\n<td>OnScheduledDate</td>\n<td>1</td>\n</tr>\n<tr>\n<td>AtEndOfPlanningWeek</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DaysAfterScheduled</td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LocationId</td>\n<td>The id of a Location. If null, it is an ad-hoc TaskLocation.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the TaskLocation. Otherwise, it is the Location's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Attachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AttachmentId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExternalFSFileId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetedItem</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td></td>\n<td><strong>Collection of AttachmentTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RelatedAttachments</td>\n<td></td>\n<td><strong>Collection of RelatedAttachment</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AttachmentType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>File</td>\n<td>0</td>\n</tr>\n<tr>\n<td>SharePointDocument</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ExternalFSFile</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AttachmentTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RelatedAttachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AppliedTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td>The Id of a Tag. If null, it is an ad-hoc AppliedTag.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the AppliedTag. Otherwise, it is the Tag's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManuallyAdded</td>\n<td>Indicates that this applied tag was added by a manual user action. Once this flag is set to true, the AutoAssignCondition is ignored.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ComplianceBreach</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td></td>\n<td><strong>ComplianceBreachStatus</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisedBy</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisationNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IgnoreBreachOnMobile</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ComplianceBreachStatus</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Current</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Authorised</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Resolved</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Category</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CategoryDisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AnswerType</td>\n<td></td>\n<td><strong>AnswerType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateTimeFormat</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DatePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TimePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>GreaterThanTargetIsBest</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateFunction</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NoTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MultipleChoiceFreeText</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Note</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinimumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaximumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Step</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Visible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswers</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AnswerType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MultipleChoice</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Numeric</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ShortAnswer</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DateTime</td>\n<td>3</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>4</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td>5</td>\n</tr>\n<tr>\n<td>Person</td>\n<td>6</td>\n</tr>\n<tr>\n<td>Text</td>\n<td>7</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresNotes</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Recurrence</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Frequency</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Every</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnSunday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnMonday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnTuesday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnWednesday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnThursday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnFriday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnSaturday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>By</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Skip</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Ends</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EndsAfter</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EndsOn</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnWeeks345</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TriggerReschedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskForm</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormMode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormUniqueId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnforceTaskRestrictions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Checklist</td>\n<td></td>\n<td><strong>Collection of TaskFormChecklist</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Audit</td>\n<td></td>\n<td><strong>Collection of TaskFormAuditRecord</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormChecklist</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormAuditRecord</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EventCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"690c8192-2e0d-48e3-804f-738c352f944d","id":"690c8192-2e0d-48e3-804f-738c352f944d","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","standardtasks.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4f4bb3d-17a4-4977-bcd4-c86a1b288d7e"},{"name":"Schedule Standard Task","event":[{"listen":"test","script":{"id":"0cea2677-309a-41f7-a84f-aea5eb790e13","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}}],"id":"183f347b-887e-48d7-ac09-d0b49fcb47d5","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"FewzionMetadata","value":"[{\"Type\":\"OriginalTaskId\",\"Data\":\"{{standardTaskId}}\"}]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ScheduledDate\": \"2023-06-12\",\r\n    \"ScheduledShift\": \"Night\",\r\n    \"Process\": \"processes-161\",\r\n    \"Priority\": \"1H\",\r\n    \"Description\": \"AATST\",\r\n    \"ShadowReason\": \"\",\r\n    \"ShadowIsInformational\": false,\r\n    \"ShadowAcceptAll\": false,\r\n    \"Deleted\": false,\r\n    \"ShadowProcesses\": [\r\n        {\r\n            \"ProcessId\": \"processes-129\",\r\n            \"Status\": \"Pending\",\r\n            \"Comment\": \"\",\r\n            \"Id\": \"e0aa738d-a740-4b79-9d59-66ddf2252661\",\r\n            \"RequiredPeople\": [],\r\n            \"RequiredEquipment\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Tasks.json","urlObject":{"path":["api","v1","Tasks.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"183f347b-887e-48d7-ac09-d0b49fcb47d5"},{"name":"Edit Standard task's description","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);"],"type":"text/javascript","id":"183d6c6f-d930-4d44-b0a8-95a29747c911"}}],"id":"b05e30f1-3776-4d75-95c3-2941d77fffd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\", \r\n        \"path\": \"$.Description\", \r\n        \"value\": \"API test Standard task (planner's) edited 1\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/StandardTasks.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a StandardTask</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li><p>Manage Standard Tasks - Allows the user to add, edit and delete Standard Tasks for any Process on the Planning Board. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n<li><p>Manage Accessible Standard Tasks - Allows the user to add, edit and delete Standard Tasks for Processes on the Planning Board they have access to. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>InternalServerError (500)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"690c8192-2e0d-48e3-804f-738c352f944d","id":"690c8192-2e0d-48e3-804f-738c352f944d","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","StandardTasks.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b05e30f1-3776-4d75-95c3-2941d77fffd0"},{"name":"Update standard task","event":[{"listen":"prerequest","script":{"id":"bd9271b6-54b2-4256-8042-988f40c65400","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"e9982c8a-fb41-49ec-b7d4-a73b1e516cbd","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"0c45f47a-e1b1-47e9-9a55-3025844b39df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Process\": \"processes-321\",\r\n    \"Priority\": \"8A\",\r\n    \"PlannedStartTimeOffset\": 100,\r\n    \"ShortIntervalControlRequired\": false,\r\n    \"ShortIntervalControl\": \"\",\r\n    \"Description\": \"API test Standard task (planner's)1\",\r\n    \"Contingency\": false,\r\n    \"Type\": \"TaskTypes-169\",\r\n    \"Duration\": 2.0,\r\n    \"Unit\": \"\",\r\n    \"RateUnit\": \"\",\r\n    \"AssignedProcess\": \"\",\r\n    \"Instructions\": \"\",\r\n    \"ShiftNotes\": \"\",\r\n    \"ShiftEndNotes\": \"\",\r\n    \"RequiredPeople\": [],\r\n    \"RequiredEquipment\": [],\r\n    \"AssignedProcessRequiredPeople\": [],\r\n    \"AssignedProcessRequiredEquipment\": [],\r\n    \"Due\": \"AtEndOfPlanningWeek\",\r\n    \"DueDaysAfter\": 0,\r\n    \"Group\": \"Test\",\r\n    \"Recurrences\": [],\r\n    \"Important\": false,\r\n    \"InspectionRequired\": false,\r\n    \"Locations\": [],\r\n    \"Attachments\": [],\r\n    \"ComplianceBreaches\": [],\r\n    \"ChecklistQuestions\": [],\r\n    \"Tags\": [],\r\n    \"PermitToWorks\": [],\r\n    \"SequenceParentTaskIds\": [],\r\n    \"Forms\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/standardtasks.json/{{Id}}","description":"<p>This API endpoint will update a StandardTask</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li><p>Manage Standard Tasks - Allows the user to add, edit and delete Standard Tasks for any Process on the Planning Board. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n<li><p>Manage Accessible Standard Tasks - Allows the user to add, edit and delete Standard Tasks for Processes on the Planning Board they have access to. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PlannedStartTimeOffset</td>\n<td>The number of minutes offset from the start. If this is used during scheduling in a Standard Job, the offset is taken as being from the start of the jobs. (So, the offset can be a large number).</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControlRequired</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControl</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Contingency</td>\n<td>Indicates that this is a Contingency task.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Rate</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RateUnit</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcess</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Instructions</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftEndNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitJob</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredPeople</td>\n<td></td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredEquipment</td>\n<td></td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcessRequiredPeople</td>\n<td></td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcessRequiredEquipment</td>\n<td></td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedEquipment</td>\n<td></td>\n<td><strong>Collection of AssignedEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Due</td>\n<td></td>\n<td><strong>Due</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDaysAfter</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Group</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Recurrences</td>\n<td></td>\n<td><strong>Collection of Recurrence</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Important</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>InspectionRequired</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td><strong>Collection of TaskLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Attachments</td>\n<td></td>\n<td><strong>Collection of Attachment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ComplianceBreaches</td>\n<td></td>\n<td><strong>Collection of ComplianceBreach</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td></td>\n<td><strong>Collection of AppliedTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitToWorks</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultTarget</td>\n<td>The default Target that this Task is expected to meet.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultDuration</td>\n<td>The Default assigned Duration that this Task is expected to take.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SequenceParentTaskIds</td>\n<td>List of Ids of fewzion task objects. If null or empty, then the task is not part of any sequence.</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Forms</td>\n<td>A collection of TaskForms</td>\n<td><strong>Collection of TaskForm</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredPerson</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AssignedEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsShadow</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Due</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Unspecified</td>\n<td>0</td>\n</tr>\n<tr>\n<td>OnScheduledDate</td>\n<td>1</td>\n</tr>\n<tr>\n<td>AtEndOfPlanningWeek</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DaysAfterScheduled</td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LocationId</td>\n<td>The id of a Location. If null, it is an ad-hoc TaskLocation.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the TaskLocation. Otherwise, it is the Location's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Attachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AttachmentId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExternalFSFileId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetedItem</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td></td>\n<td><strong>Collection of AttachmentTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RelatedAttachments</td>\n<td></td>\n<td><strong>Collection of RelatedAttachment</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AttachmentType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>File</td>\n<td>0</td>\n</tr>\n<tr>\n<td>SharePointDocument</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ExternalFSFile</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AttachmentTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RelatedAttachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AppliedTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td>The Id of a Tag. If null, it is an ad-hoc AppliedTag.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the AppliedTag. Otherwise, it is the Tag's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManuallyAdded</td>\n<td>Indicates that this applied tag was added by a manual user action. Once this flag is set to true, the AutoAssignCondition is ignored.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ComplianceBreach</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td></td>\n<td><strong>ComplianceBreachStatus</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisedBy</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisationNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IgnoreBreachOnMobile</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ComplianceBreachStatus</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Current</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Authorised</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Resolved</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Category</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CategoryDisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AnswerType</td>\n<td></td>\n<td><strong>AnswerType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateTimeFormat</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DatePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TimePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>GreaterThanTargetIsBest</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateFunction</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NoTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MultipleChoiceFreeText</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Note</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinimumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaximumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Step</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Visible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswers</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AnswerType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MultipleChoice</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Numeric</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ShortAnswer</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DateTime</td>\n<td>3</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>4</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td>5</td>\n</tr>\n<tr>\n<td>Person</td>\n<td>6</td>\n</tr>\n<tr>\n<td>Text</td>\n<td>7</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresNotes</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Recurrence</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Frequency</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Every</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnSunday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnMonday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnTuesday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnWednesday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnThursday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnFriday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnSaturday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>By</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Skip</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Ends</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EndsAfter</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EndsOn</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnWeeks345</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TriggerReschedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskForm</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormMode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormUniqueId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnforceTaskRestrictions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Checklist</td>\n<td></td>\n<td><strong>Collection of TaskFormChecklist</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Audit</td>\n<td></td>\n<td><strong>Collection of TaskFormAuditRecord</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormChecklist</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormAuditRecord</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EventCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"690c8192-2e0d-48e3-804f-738c352f944d","id":"690c8192-2e0d-48e3-804f-738c352f944d","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","standardtasks.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c45f47a-e1b1-47e9-9a55-3025844b39df"},{"name":"Delete standard task","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"8dff7edb-b802-4733-9f63-0fefdb5c562d"}}],"id":"620739d5-96c4-4c9a-bc23-9f8c39731aa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/standardtasks.json/{{Id}}","description":"<p>This API endpoint will delete a StandardTask</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li><p>Manage Standard Tasks - Allows the user to add, edit and delete Standard Tasks for any Process on the Planning Board. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n<li><p>Manage Accessible Standard Tasks - Allows the user to add, edit and delete Standard Tasks for Processes on the Planning Board they have access to. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Standard task</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"690c8192-2e0d-48e3-804f-738c352f944d","id":"690c8192-2e0d-48e3-804f-738c352f944d","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","standardtasks.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"620739d5-96c4-4c9a-bc23-9f8c39731aa8"}],"id":"690c8192-2e0d-48e3-804f-738c352f944d","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"0b31b16a-821e-428c-bf92-ee88124003af","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e3644cde-ae5d-4a0d-b460-df57faaf27b6","type":"text/javascript","exec":[""]}}],"_postman_id":"690c8192-2e0d-48e3-804f-738c352f944d","description":""},{"name":"Task Note Templates","item":[{"name":"GET list of Task Note Templates","event":[{"listen":"test","script":{"id":"93d2981c-e977-4973-9fe7-1f8b83b65d9d","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"d59fc303-ca8c-4775-9b3f-0fa4a4263e70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/TaskNoteTemplates.json","description":"<p>This API endpoint will return a List of TaskNoteTemplate.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Task Note Templates - Allows user to view Task Note Templates.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/TaskNoteTemplates.json?query=<em>{{value}}</em>&amp;defaultfield=<em>{{parameter}}</em></p>\n<p><strong>Indexes</strong></p>\n<p>The TaskNoteTemplates endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p>Task Note Template Index<br />Sorting the Results<br />You may specify sorting via the sort query string argument. Any property of the TaskNoteTemplate (excluding collections) may be used to sort the TaskNoteTemplates list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"11aaf4df-0de6-4395-9ed5-8da1346605f0","id":"11aaf4df-0de6-4395-9ed5-8da1346605f0","name":"Task Note Templates","type":"folder"}},"urlObject":{"path":["api","v1","TaskNoteTemplates.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d59fc303-ca8c-4775-9b3f-0fa4a4263e70"},{"name":"GET Specific Task Note Templates","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"34913940-8c8b-4716-8ac3-943ac74289d2"}}],"id":"0462a48c-c0cf-40d3-bd6e-4360b4d48e8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/TaskNoteTemplates.json/{{Id}}","description":"<p>This API endpoint will return a specific TaskNoteTemplate.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Task Note Templates - Allows user to view Task Note Templates.</li>\n</ul>\n<p><strong>Parameters</strong>\nName|Description|Type|Additional information\nid|The id of the TaskNoteTemplate|string|Required</p>\n<p><strong>Potential Error Response Codes</strong>\nNotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"11aaf4df-0de6-4395-9ed5-8da1346605f0","id":"11aaf4df-0de6-4395-9ed5-8da1346605f0","name":"Task Note Templates","type":"folder"}},"urlObject":{"path":["api","v1","TaskNoteTemplates.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0462a48c-c0cf-40d3-bd6e-4360b4d48e8d"}],"id":"11aaf4df-0de6-4395-9ed5-8da1346605f0","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d1c4e32d-b63f-4280-816f-ae2f12081af9"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8fbe1cb1-6319-4337-bf85-4ba149b3be3d"}}],"_postman_id":"11aaf4df-0de6-4395-9ed5-8da1346605f0","description":""},{"name":"Task Types","item":[{"name":"GET Task Types","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"fbaa7cb3-e6bf-4743-a645-77bcd41aa08e"}}],"id":"677a30ea-fad0-479c-b5de-07789972f762","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/TaskTypes.json","description":"<p>This API endpoint will return a List of TaskTypes.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Task Types - Allows user to view Task Types.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/TaskTypes.json?query=true&amp;defaultfield=</p>\n<p>TargetAchievedGreaterActualIsBest</p>\n<p><strong>Indexes</strong><br />The TaskTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the TaskType (excluding collections) may be used to sort the TaskTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"315dca21-d7ae-4d6c-99e1-e909eb43800a","id":"315dca21-d7ae-4d6c-99e1-e909eb43800a","name":"Task Types","type":"folder"}},"urlObject":{"path":["api","v1","TaskTypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"677a30ea-fad0-479c-b5de-07789972f762"},{"name":"GET Task Types","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"1e520182-1e35-46eb-883e-5c5e427d8d1b"}}],"id":"edc09169-ac14-43c4-8428-f7ceb975d48f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/TaskTypes.json/{{Id}}","description":"<p>This API endpoint will return a specific TaskType.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Task Types - Allows user to view Task Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the TaskType</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"315dca21-d7ae-4d6c-99e1-e909eb43800a","id":"315dca21-d7ae-4d6c-99e1-e909eb43800a","name":"Task Types","type":"folder"}},"urlObject":{"path":["api","v1","TaskTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"edc09169-ac14-43c4-8428-f7ceb975d48f"},{"name":"Add Task Type","event":[{"listen":"test","script":{"id":"5ad5fcfc-3ecb-4a46-af3f-589ce65aba14","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}}],"id":"4d96f9b3-e559-4ab2-97a4-3f2bde23c00d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"AfterState\": \"APIed\",\r\n    \"BeforeState\": \"to API\",\r\n    \"Color\": \"\",\r\n    \"DefaultTasksToImportant\": false,\r\n    \"DefaultTasksToShortIntervalControl\": false,\r\n    \"DisplayOrder\": 47000,\r\n    \"Skills\": [\r\n            {\r\n                \"SkillId\": \"skills-3-A\",\r\n                \"PeopleCount\": 1\r\n            }\r\n        ],\r\n    \"DuringState\": \"APIng\",\r\n    \"EquipmentTypes\": [],\r\n    \"ManagesLocationStatus\": true,\r\n    \"Name\": \"API\",\r\n    \"OccupationTypes\": [],\r\n    \"ShortCode\": \"API\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/TaskTypes.json","description":"<p>This API endpoint will create a TaskType</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Task Types - Allows user to manage Task Types.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Color</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultTasksToImportant</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultTasksToShortIntervalControl</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetAchievedGreaterActualIsBest</td>\n<td>Indicates that a target is considered to be met if the actual value is greater than the target. This is the usual case. Allows for the case where an actual is better if it is lower than the target. See also KPI.GreaterActualIsBest</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultActualStartToCurrent</td>\n<td>Indicates that a when a UI shows a Task's actual start time that is null, it should default to the current time. The alternative is that the UI shows the Tasks's planned start time.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultActualEndToCurrent</td>\n<td>Indicates that a when a UI shows a Task's actual end time that is null, it should default to the current time. The alternative is that the UI shows the Tasks's planned end time.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisableAutoCalcOfCompletionPercentage</td>\n<td>Indicates that a when an actual is entered, the Task's completion percentage is to be calculated (based on the Target), rather than left for user input.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesLocationStatus</td>\n<td>Indicates if this type is one which manages the status of locations of tasks of this type.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>BeforeState</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DuringState</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AfterState</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td>The collection of equipment types relevant to this task type</td>\n<td><strong>Collection of TaskTypeEquipmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypes</td>\n<td>The collection of equipment types relevant to this task type</td>\n<td><strong>Collection of TaskTypeOccupationType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskTypeEquipmentType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeId</td>\n<td>Required. Referencing EquipmentType records.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskTypeOccupationType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypeId</td>\n<td>Required. Referencing OccupationType records.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nConflict (409)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"315dca21-d7ae-4d6c-99e1-e909eb43800a","id":"315dca21-d7ae-4d6c-99e1-e909eb43800a","name":"Task Types","type":"folder"}},"urlObject":{"path":["api","v1","TaskTypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d96f9b3-e559-4ab2-97a4-3f2bde23c00d"},{"name":"Edit Task Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"b51f50d0-8837-4289-ba42-ca26b96dad7c"}}],"id":"19a93180-cceb-41e7-a372-34109e625d80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"API edited by PATCH request\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/TaskTypes.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a TaskType</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Task Types - Allows user to manage Task Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the TaskType</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>InternalServerError (500)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"315dca21-d7ae-4d6c-99e1-e909eb43800a","id":"315dca21-d7ae-4d6c-99e1-e909eb43800a","name":"Task Types","type":"folder"}},"urlObject":{"path":["api","v1","TaskTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"19a93180-cceb-41e7-a372-34109e625d80"},{"name":"Update Task Type","event":[{"listen":"test","script":{"id":"134b552d-747f-4bbb-a2fe-75d80aefd665","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"9cefbc06-7ea2-4895-aa37-e3e941410e66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"AfterState\": \"APIed\",\r\n    \"BeforeState\": \"to API\",\r\n    \"Color\": \"\",\r\n    \"DefaultTasksToImportant\": false,\r\n    \"DefaultTasksToShortIntervalControl\": false,\r\n    \"DisplayOrder\": 47000,\r\n        \"Skills\": [\r\n            {\r\n                \"SkillId\": \"skills-2-A\",\r\n                \"PeopleCount\": 1\r\n            }\r\n        ],\r\n    \"DuringState\": \"APIng\",\r\n    \"EquipmentTypes\": [],\r\n    \"ManagesLocationStatus\": true,\r\n    \"Name\": \"API updated by PUT request\",\r\n    \"OccupationTypes\": [],\r\n    \"ShortCode\": \"API\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/TaskTypes.json/{{Id}}","description":"<p>This API endpoint will update a TaskType</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Task Types - Allows user to manage Task Types</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the TaskType</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Color</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultTasksToImportant</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultTasksToShortIntervalControl</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetAchievedGreaterActualIsBest</td>\n<td>Indicates that a target is considered to be met if the actual value is greater than the target. This is the usual case. Allows for the case where an actual is better if it is lower than the target. See also KPI.GreaterActualIsBest</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultActualStartToCurrent</td>\n<td>Indicates that a when a UI shows a Task's actual start time that is null, it should default to the current time. The alternative is that the UI shows the Tasks's planned start time.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultActualEndToCurrent</td>\n<td>Indicates that a when a UI shows a Task's actual end time that is null, it should default to the current time. The alternative is that the UI shows the Tasks's planned end time.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisableAutoCalcOfCompletionPercentage</td>\n<td>Indicates that a when an actual is entered, the Task's completion percentage is to be calculated (based on the Target), rather than left for user input.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesLocationStatus</td>\n<td>Indicates if this type is one which manages the status of locations of tasks of this type.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>BeforeState</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DuringState</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AfterState</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td>The collection of equipment types relevant to this task type</td>\n<td><strong>Collection of TaskTypeEquipmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypes</td>\n<td>The collection of equipment types relevant to this task type</td>\n<td><strong>Collection of TaskTypeOccupationType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskTypeEquipmentType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeId</td>\n<td>Required. Referencing EquipmentType records.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskTypeOccupationType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypeId</td>\n<td>Required. Referencing OccupationType records.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"315dca21-d7ae-4d6c-99e1-e909eb43800a","id":"315dca21-d7ae-4d6c-99e1-e909eb43800a","name":"Task Types","type":"folder"}},"urlObject":{"path":["api","v1","TaskTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cefbc06-7ea2-4895-aa37-e3e941410e66"},{"name":"Delete Task Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9e919469-4320-4c4a-a3ef-7e7b9eb78a24"}}],"id":"22213614-d42b-47e8-992e-71f88b465587","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/TaskTypes.json/{{Id}}","description":"<p>This API endpoint will delete a TaskType</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy: </p>\n<ul>\n<li>Manage Task Types - Allows user to manage Task Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the TaskType</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"315dca21-d7ae-4d6c-99e1-e909eb43800a","id":"315dca21-d7ae-4d6c-99e1-e909eb43800a","name":"Task Types","type":"folder"}},"urlObject":{"path":["api","v1","TaskTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"22213614-d42b-47e8-992e-71f88b465587"}],"id":"315dca21-d7ae-4d6c-99e1-e909eb43800a","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"b13347db-111b-442d-80dd-be4508ed0157"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"55744ab0-f650-4dca-a7c9-8180ca0a498e"}}],"_postman_id":"315dca21-d7ae-4d6c-99e1-e909eb43800a","description":""},{"name":"Units","item":[{"name":"Get the list of Units","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"be0da70f-c2f6-4fd8-ba2a-188d161c186e"}}],"id":"5ade3e4d-3869-414d-a126-512e2857e179","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Units.json","description":"<p>This API endpoint will return a List of Units.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Units - Allows user to view Units.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Units.json?query=M&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The Units endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Unit (excluding collections) may be used to sort the Units list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"25873f5d-ee91-4216-a986-e77b962902cd","id":"25873f5d-ee91-4216-a986-e77b962902cd","name":"Units","type":"folder"}},"urlObject":{"path":["api","v1","Units.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ade3e4d-3869-414d-a126-512e2857e179"},{"name":"Get Specific Unit","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"5e3b7bf4-5220-4ccb-8b0e-7919d523390d"}}],"id":"1668546a-7823-4c58-a0eb-a327f1ec71f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Units.json/{{Id}}","description":"<p>This API endpoint will return a specific Unit.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Units - Allows user to view Units.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Unit</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"25873f5d-ee91-4216-a986-e77b962902cd","id":"25873f5d-ee91-4216-a986-e77b962902cd","name":"Units","type":"folder"}},"urlObject":{"path":["api","v1","Units.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1668546a-7823-4c58-a0eb-a327f1ec71f2"},{"name":"Get detailed info about Unit references","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"05c22bb7-0dfc-4c3b-a780-946485094311"}}],"id":"fc87439e-de84-4abf-b064-26669d8d72bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Units.json/GetInfo?id={{Id}}&includeHistoricalData=true","description":"<p>This API endpoint will return detailed info about Unit references.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Units - Allows user to manage Units.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Unit</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>includeHistoricalData</td>\n<td></td>\n<td>boolean</td>\n<td>Default value is False</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"25873f5d-ee91-4216-a986-e77b962902cd","id":"25873f5d-ee91-4216-a986-e77b962902cd","name":"Units","type":"folder"}},"urlObject":{"path":["api","v1","Units.json","GetInfo"],"host":["{{Url}}"],"query":[{"key":"id","value":"{{Id}}"},{"key":"includeHistoricalData","value":"true"}],"variable":[]}},"response":[],"_postman_id":"fc87439e-de84-4abf-b064-26669d8d72bd"},{"name":"Add Unit","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript","id":"dbbc91f4-d55e-4a51-9c77-691209565bb8"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"fae436b1-afb7-4994-a145-aebd6762636d"}}],"id":"417f6023-3d69-48ec-9401-9c4449e8ec0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Active\": true,\r\n    \"Deleted\": false,\r\n    \"DisplayOrder\": 0,\r\n    \"Name\": \"API-{{timestampMoment}}\",\r\n    \"ShortCode\": \"API-{{timestampMoment}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Units.json","description":"<p>This API endpoint will create a Unit.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Units - Allows user to manage Units.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"25873f5d-ee91-4216-a986-e77b962902cd","id":"25873f5d-ee91-4216-a986-e77b962902cd","name":"Units","type":"folder"}},"urlObject":{"path":["api","v1","Units.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"417f6023-3d69-48ec-9401-9c4449e8ec0b"}],"id":"25873f5d-ee91-4216-a986-e77b962902cd","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"1c840b27-caa8-4402-92cf-5e8582e776db"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"57951af0-eb2c-4b0b-80b8-11d28185638c"}}],"_postman_id":"25873f5d-ee91-4216-a986-e77b962902cd","description":""},{"name":"Get list of tasks","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"90ef2aa9-4a4d-43e2-8cd5-a579dbf34282"}}],"id":"f32b54d3-7459-4197-b6f8-a83225d1caa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Tasks.json","description":"<p>This API endpoint will return a List of Tasks.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li>View Tasks - Allows the user to access the Planning Board and Schedule screens and view the Tasks in them.</li>\n<li>View Actuals - Allows the user to view actuals on the Actuals screen.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>StartFragmentStartFragment</p>\n<p>/api/v1/tasks.json?query=2021-09-25T00:00:00.0000000&amp;defaultfield=ScheduledDate</p>\n<p>/api/v1/tasks.json?query=WO00001&amp;defaultfield= WorkOrder</p>\n<p><strong>Indexes</strong></p>\n<p>The Tasks endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/tasks.json?query=Process:processes-1 AND @in:(WO00001,WO00002) AND ScheduledDate:{2021-09-25T00:00:00.0000000 TO NULL} AND ScheduledDate:{* TO 2021-10-25T00:00:00.0000000}</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Task (excluding collections) may be used to sort the Tasks list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/tasks.json?sort=[{\"property\":\"Type\", \"direction\":\"ASC\"}]</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"51f1280c-8efc-4d09-b37a-2cc53f416221","id":"51f1280c-8efc-4d09-b37a-2cc53f416221","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Tasks.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f32b54d3-7459-4197-b6f8-a83225d1caa2"},{"name":"Get number of task ids requested","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"b7e7ed8c-c87a-44eb-ab7f-eb44f9b9b9fd"}}],"id":"51b9eaa2-7588-43aa-9a66-d6fab1b6be56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/tasks.json/GetNewTaskIds?number=3","description":"<p>This API endpoint will return the number of task ids requested.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>number</td>\n<td></td>\n<td>integer</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"51f1280c-8efc-4d09-b37a-2cc53f416221","id":"51f1280c-8efc-4d09-b37a-2cc53f416221","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","tasks.json","GetNewTaskIds"],"host":["{{Url}}"],"query":[{"key":"number","value":"3"}],"variable":[]}},"response":[],"_postman_id":"51b9eaa2-7588-43aa-9a66-d6fab1b6be56"},{"name":"Get specific task","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c1a6289b-9fde-4662-81d5-9a65577f89a9"}}],"id":"64aeccbf-c87e-4d0d-a324-64307c8e45b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Tasks.json//{{Id}}","description":"<p>This API endpoint will return a specific Task.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li><p>View Tasks - Allows the user to access the Planning Board and Schedule screens and view the Tasks in them.</p>\n</li>\n<li><p>View Actuals - Allows the user to view actuals on the Actuals screen.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Task</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"51f1280c-8efc-4d09-b37a-2cc53f416221","id":"51f1280c-8efc-4d09-b37a-2cc53f416221","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Tasks.json","","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"64aeccbf-c87e-4d0d-a324-64307c8e45b1"},{"name":"Add task","event":[{"listen":"test","script":{"id":"f49607f6-d703-4db2-94ba-9b9947d9efb2","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"8ba45b9d-234e-48d1-9b99-e1a096fe1853","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"c073ef85-22f7-4609-9e96-20f41d71b8c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ShortIntervalControlRequired\": false,\r\n    \"ShortIntervalControl\": \"\",\r\n    \"Actuals\": [],\r\n    \"Process\": \"processes-161\",\r\n    \"Priority\": \"12A\",\r\n    \"Description\": \"API task-{{current_timestamp}}\",\r\n    \"Type\": \"TaskTypes-164\",\r\n    \"Duration\": 0.0,\r\n    \"Target\": 8.0,\r\n    \"Unit\": \"Development Meters\",\r\n    \"AssignedProcess\": \"\",\r\n    \"Instructions\": \"\",\r\n    \"ShiftNotes\": \"\",\r\n    \"ShiftEndNotes\": \"\",\r\n    \"RequiredPeople\": [ ],\r\n    \"RequiredEquipment\": [ ],\r\n    \"AssignedProcessRequiredPeople\": [],\r\n    \"AssignedProcessRequiredEquipment\": [],\r\n    \"StandardTaskId\": \"\",\r\n    \"RecurrenceId\": \"\",\r\n    \"OriginalScheduledDate\": \"{{current_timestamp}}\",\r\n    \"OriginalScheduledShift\": \"Day\",\r\n    \"ScheduledDate\": \"{{current_timestamp}}\",\r\n    \"ScheduledShift\": \"Day\",\r\n    \"Status\": \"Pending\",\r\n    \"AssignedPeople\": [\r\n        {\r\n            \"User\": \"users-1205\", \r\n            \"OccupationTypeShortCode\": \"Fitter\"\r\n        }\r\n    ],\r\n    \"AssignedEquipment\": [],\r\n    \"DueDaysAfter\": 0,\r\n    \"Group\": \"1. Compliance / Statutory\",\r\n    \"Important\": false,\r\n    \"InspectionRequired\": false,\r\n    \"ShiftPlan\": \"shiftplans-processes-161-{{current_timestamp}}\",\r\n    \"AssignedShiftPlan\": \"\",\r\n    \"WeekPlan\": \"weekplans-processes-161-{{current_timestamp}}\",\r\n    \"Locations\": [],\r\n    \"Attachments\": [],\r\n    \"AttachmentCount\": 0,\r\n    \"RelatedAttachmentCount\": 0,\r\n    \"AttachmentTags\": [],\r\n    \"Tags\": [],\r\n    \"Deleted\": false,\r\n    \"ComplianceBreaches\": [],\r\n    \"ChecklistQuestions\": [],\r\n    \"Forms\": [],\r\n    \"PermitToWorks\": [],\r\n    \"SequenceParentTaskIds\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Tasks.json","description":"<p>This API endpoint will create a Task</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li>Schedule Tasks - Allows the user to schedule, add, edit and delete Tasks on the Planning Board and Schedule screens for any process. This policy is intended to be used in conjuction with the View Tasks policy.</li>\n<li>Schedule Accessible Tasks - Allows the user to schedule, add, edit and delete Tasks on the Planning Board and Schedule screens for processes they have access to. This policy is intended to be used in conjuction with the View Tasks policy.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PlannedStartTimeOffset</td>\n<td>The Planned Start Time in Minutes Offset from Shift Start Time</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ActualEndTime</td>\n<td>The Actual End Time</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ActualStartTimeOffset</td>\n<td>The Actual Start Time in Minutes Offset from Shift Start Time</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControlRequired</td>\n<td>Indicates whether Short Interval Control is Required</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControl</td>\n<td>The Short Interval Control</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Actuals</td>\n<td>Actuals</td>\n<td><strong>Collection of TaskActual</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td>The Process Id that this Task belongs to</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedBySystem</td>\n<td>Indicates the Task is managed by Fewzion and can't be deleted.</td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>The Task's priority.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>The Task's Description.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Contingency</td>\n<td>Indicates that this is a Contingency task.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WorkOrder</td>\n<td>The Task's Work Order identifier.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>The id of a this Task's TaskType.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td>The assigned Duration that this Task is expected to take.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultDuration</td>\n<td>The Default assigned Duration that this Task is expected to take.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td>The assigned Target that this Task is expected to meet.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultTarget</td>\n<td>The default Target that this Task is expected to meet.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td>The assigned Unit (Type).</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Rate</td>\n<td>The assigned tasks rate to achive the target.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RateUnit</td>\n<td>The unit of task's target rate.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDate</td>\n<td>The date that the task should be completed by.</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcess</td>\n<td>This field is used when a task is used by another process.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Instructions</td>\n<td>Any additional information / instructions about the task.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>InstructionsAcknowledged</td>\n<td>Were the task notes / instructions acknowledged.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftNotes</td>\n<td>Any additional information / instructions about the task during the shift.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftEndNotes</td>\n<td>Any additional information / instructions about the task after the shift.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredPeople</td>\n<td>A collection specifying the number and type of People (by Occupation type) required to do the Task.</td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredEquipment</td>\n<td>A collection specifying the number and type of Equipment (by Equipment type) required to do the Task.</td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcessRequiredPeople</td>\n<td>A collection specifying the number and type of People (by Occupation type) required to do the Task, when the Task is used by another Process.</td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcessRequiredEquipment</td>\n<td>A collection specifying the number and type of Equipment (by Equipment type) required to do the Task, when the Task is used by another Process.</td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>StandardTaskId</td>\n<td>The id of the standard task used to create this one - null if not from a standard task</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>RecurrenceId</td>\n<td>The id of the recurrence used to create this one - null if not from a recurrence</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>SourceTaskId</td>\n<td>The id of the source task, if this task was created by being split off another task - null if not created by a split. The source is the orignal task (so e.g. when splitting B off A and then C off B; both B and C will have SourceTaskId of A).</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Changed</td>\n<td>Signals that the task changed since creation (used by recurrence rescheduling)</td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>OriginalScheduledDate</td>\n<td>The date on which the task was originally scheduled (used by recurrence rescheduling)</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>OriginalScheduledShift</td>\n<td>The shift on which the task was originally scheduled (used by recurrence rescheduling)</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ScheduledDate</td>\n<td>The date on which the task is scheduled</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ScheduledShift</td>\n<td>The shift on which the task is scheduled</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultScheduledDate</td>\n<td>Indicates that the ScheduledDate on the record was not set by a User, but instead defaulted.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultScheduledShift</td>\n<td>Indicates that the ScheduledShift on the record was not set by a User, but instead defaulted.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>A Status used when the Task is used by another Process. Either Pending, Approved, Rejected</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IncompleteTaskNotes</td>\n<td>Notes added when a task is not completed</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CompletionPercentage</td>\n<td>How complete the Task is.</td>\n<td>integer</td>\n<td>Required Access Polices to edit: Enter Actuals</td>\n</tr>\n<tr>\n<td>AssignedPeople</td>\n<td>A collection identifying any Users assigned to this Task</td>\n<td><strong>Collection of AssignedPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedEquipment</td>\n<td>A collection identifying any Equipment assigned to this Task</td>\n<td><strong>Collection of AssignedEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentAssigned</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PlannedStartTime</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Due</td>\n<td>Identifies what strategy to use for assigning a default DueDate.</td>\n<td><strong>Due</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDaysAfter</td>\n<td>Used in conjuction with DaysAfterScheduled to calculate a DueDate</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Group</td>\n<td>The Group that this Task originally came from if it was created from a StandardTask or PlannedTask.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CompletionTimestamp</td>\n<td>Set at the time the Process Superintendent verifies the task as completed.</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Important</td>\n<td>A decorator of a task for display purposes.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>InspectionRequired</td>\n<td>Indicates if an inspection is required.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>InspectionCompleted</td>\n<td>Indicates if an inspection is completed.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlan</td>\n<td>The id of the Shift Plan that this task belongs to.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedShiftPlan</td>\n<td>The id of the assigned Shift Plan that this task belongs to.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WeekPlan</td>\n<td>The id of the Week Plan that this task belongs to.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td>A collection of Locations relevant to this Task.</td>\n<td><strong>Collection of TaskLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations_Tags_Exact_Value_Match</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations_Exact_Value_Match</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations_Create_New</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ScheduledShift_Exact_Value_Match</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process_Exact_Value_Match</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Priority_Exact_Value_Match</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td>The source of the Task</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Attachments</td>\n<td>A collection of task attachments.</td>\n<td><strong>Collection of Attachment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AttachmentCount</td>\n<td>The total number of attachments for this task.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RelatedAttachmentCount</td>\n<td>The total number of related attachments for this task.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AttachmentTags</td>\n<td>A collection of attachment tag ids.</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td>A collection of tag ids</td>\n<td><strong>Collection of AppliedTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td>A flag used to treat this task as deleted.</td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ComplianceBreaches</td>\n<td>A collection of compliance breaches.</td>\n<td><strong>Collection of ComplianceBreach</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td>A collection of checklist questions.</td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Forms</td>\n<td>A collection of TaskForms</td>\n<td><strong>Collection of TaskForm</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>OriginalShiftNotes</td>\n<td>The shift notes as they stood before modification by Actuals. Effectively, these are the notes set at planning time. When a task is duplicated, the original notes go into the new tasks's notes fields. The idea is that notes applicable to actuals do not belong in the duplicated task.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OriginalShiftEndNotes</td>\n<td>The shift end notes as they stood before modification by Actuals. See OriginalShiftNotes.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitToWorks</td>\n<td>The permit to work documents attached to this task.</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitJob</td>\n<td>The Permit job attached to this task.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MSTJob</td>\n<td>The MST job attached to this task.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationPlanningJob</td>\n<td>The Location Planning job attached to this task.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SequenceParentTaskIds</td>\n<td>List of Ids of fewzion task objects. If null or empty, then the task is not part of any sequence.</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locked</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskActual</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Actuals</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Actual</td>\n<td>Actual value</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Interval</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Offset</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredPerson</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AssignedPerson</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>User</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AssignedEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsShadow</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Due</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Unspecified</td>\n<td>0</td>\n</tr>\n<tr>\n<td>OnScheduledDate</td>\n<td>1</td>\n</tr>\n<tr>\n<td>AtEndOfPlanningWeek</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DaysAfterScheduled</td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LocationId</td>\n<td>The id of a Location. If null, it is an ad-hoc TaskLocation.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the TaskLocation. Otherwise, it is the Location's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Attachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AttachmentId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExternalFSFileId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetedItem</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td></td>\n<td><strong>Collection of AttachmentTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RelatedAttachments</td>\n<td></td>\n<td><strong>Collection of RelatedAttachment</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AttachmentType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>File</td>\n<td>0</td>\n</tr>\n<tr>\n<td>SharePointDocument</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ExternalFSFile</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AttachmentTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RelatedAttachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AppliedTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td>The Id of a Tag. If null, it is an ad-hoc AppliedTag.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the AppliedTag. Otherwise, it is the Tag's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManuallyAdded</td>\n<td>Indicates that this applied tag was added by a manual user action. Once this flag is set to true, the AutoAssignCondition is ignored.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ComplianceBreach</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td></td>\n<td><strong>ComplianceBreachStatus</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisedBy</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisationNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IgnoreBreachOnMobile</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ComplianceBreachStatus</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Current</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Authorised</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Resolved</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Category</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CategoryDisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AnswerType</td>\n<td></td>\n<td><strong>AnswerType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateTimeFormat</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DatePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TimePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>GreaterThanTargetIsBest</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateFunction</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NoTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MultipleChoiceFreeText</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Note</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinimumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaximumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Step</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Visible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswers</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AnswerType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MultipleChoice</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Numeric</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ShortAnswer</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DateTime</td>\n<td>3</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>4</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td>5</td>\n</tr>\n<tr>\n<td>Person</td>\n<td>6</td>\n</tr>\n<tr>\n<td>Text</td>\n<td>7</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresNotes</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskForm</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormMode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormUniqueId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnforceTaskRestrictions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Checklist</td>\n<td></td>\n<td><strong>Collection of TaskFormChecklist</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Audit</td>\n<td></td>\n<td><strong>Collection of TaskFormAuditRecord</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormChecklist</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormAuditRecord</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EventCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"51f1280c-8efc-4d09-b37a-2cc53f416221","id":"51f1280c-8efc-4d09-b37a-2cc53f416221","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Tasks.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c073ef85-22f7-4609-9e96-20f41d71b8c0"},{"name":"Add Actuals","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"3a685915-3246-4929-b49a-d01b20700454"}}],"id":"d94c96ca-d5e1-4fb4-94e2-420fceac8266","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Actuals\",\r\n        \"value\":\r\n        [\r\n            {\r\n                \"Actual\": 8,\r\n                \"Interval\": 1,\r\n                \"Offset\": 0\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.CompletionPercentage\",\r\n        \"value\": 100\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Tasks.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Task</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>Schedule Tasks - Allows the user to schedule, add, edit and delete Tasks on the Planning Board and Schedule screens for any process. This policy is intended to be used in conjuction with the View Tasks policy.</p>\n</li>\n<li><p>Schedule Accessible Tasks - Allows the user to schedule, add, edit and delete Tasks on the Planning Board and Schedule screens for processes they have access to. This policy is intended to be used in conjuction with the View Tasks policy.</p>\n</li>\n<li><p>Enter Actuals - Allows the user to enter actuals on the Actuals, Planning Board and Schedules screens.</p>\n</li>\n<li><p>Answer Checklist Questions - Allows the user to answer checklist questions on the Actuals screen.</p>\n</li>\n<li><p>Authorise Compliance Breaches - Allows the user to authorise compliance breaches.</p>\n</li>\n<li><p>Complete Task Inspection - Allows user to authorise Task Inspection Completed.</p>\n</li>\n<li><p>Manage Accessible ShiftPlan Resources - Allow user to manage shift plan resources.</p>\n</li>\n<li><p>Manage Accessible ShiftPlan Notes - Allow user to manage accessible shift plan notes.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Task</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>InternalServerError (500)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"51f1280c-8efc-4d09-b37a-2cc53f416221","id":"51f1280c-8efc-4d09-b37a-2cc53f416221","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Tasks.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d94c96ca-d5e1-4fb4-94e2-420fceac8266"},{"name":"Edit task","event":[{"listen":"test","script":{"id":"b6e44fa1-5623-46b8-8839-c35ecf78a80d","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"e1fd9cf0-5362-48f0-8cf6-5bed54e96e7c","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"84d5c361-0fb6-42ac-8af6-d461bd570ee6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ShortIntervalControlRequired\": false,\r\n    \"ShortIntervalControl\": \"\",\r\n    \"Actuals\": [],\r\n    \"Process\": \"processes-161\",\r\n    \"Priority\": \"1A\",\r\n    \"Description\": \"API planner's task Edited by PUT request\",\r\n    \"Type\": \"TaskTypes-165\",\r\n    \"Duration\": 0.0,\r\n    \"Target\": 8.0,\r\n    \"Unit\": \"Development Meters\",\r\n    \"AssignedProcess\": \"\",\r\n    \"Instructions\": \"\",\r\n    \"ShiftNotes\": \"\",\r\n    \"ShiftEndNotes\": \"\",\r\n    \"RequiredPeople\": [ ],\r\n    \"RequiredEquipment\": [ ],\r\n    \"AssignedProcessRequiredPeople\": [],\r\n    \"AssignedProcessRequiredEquipment\": [],\r\n    \"StandardTaskId\": \"\",\r\n    \"RecurrenceId\": \"\",\r\n    \"OriginalScheduledDate\": \"{{current_timestamp}}\",\r\n    \"OriginalScheduledShift\": \"Day\",\r\n    \"ScheduledDate\": \"{{current_timestamp}}\",\r\n    \"ScheduledShift\": \"Day\",\r\n    \"Status\": \"Pending\",\r\n    \"AssignedPeople\": [\r\n        {\r\n            \"User\": \"users-1205\", \r\n            \"OccupationTypeShortCode\": \"Fitter\"\r\n        }\r\n    ],\r\n    \"AssignedEquipment\": [],\r\n    \"DueDaysAfter\": 0,\r\n    \"Group\": \"1. Compliance / Statutory\",\r\n    \"Important\": false,\r\n    \"InspectionRequired\": false,\r\n    \"ShiftPlan\": \"shiftplans-processes-161-{{current_timestamp}}\",\r\n    \"AssignedShiftPlan\": \"\",\r\n    \"WeekPlan\": \"weekplans-processes-161-{{current_timestamp}}\",\r\n    \"Locations\": [],\r\n    \"Attachments\": [],\r\n    \"AttachmentCount\": 0,\r\n    \"RelatedAttachmentCount\": 0,\r\n    \"AttachmentTags\": [],\r\n    \"Tags\": [],\r\n    \"Deleted\": false,\r\n    \"ComplianceBreaches\": [],\r\n    \"ChecklistQuestions\": [],\r\n    \"Forms\": [],\r\n    \"PermitToWorks\": [],\r\n    \"SequenceParentTaskIds\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Tasks.json/{{Id}}","description":"<p>This API endpoint will update a Task</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li><p>Schedule Tasks - Allows the user to schedule, add, edit and delete Tasks on the Planning Board and Schedule screens for any process. This policy is intended to be used in conjuction with the View Tasks policy.</p>\n</li>\n<li><p>Schedule Accessible Tasks - Allows the user to schedule, add, edit and delete Tasks on the Planning Board and Schedule screens for processes they have access to. This policy is intended to be used in conjuction with the View Tasks policy.</p>\n</li>\n<li><p>Enter Actuals - Allows the user to enter actuals on the Actuals, Planning Board and Schedules screens.</p>\n</li>\n<li><p>Answer Checklist Questions - Allows the user to answer checklist questions on the Actuals screen.</p>\n</li>\n<li><p>Authorise Compliance Breaches - Allows the user to authorise compliance breaches.</p>\n</li>\n<li><p>Complete Task Inspection - Allows user to authorise Task Inspection Completed.</p>\n</li>\n<li><p>Manage Accessible ShiftPlan Resources - Allow user to manage shift plan resources.</p>\n</li>\n<li><p>Manage Accessible ShiftPlan Notes - Allow user to manage accessible shift plan notes.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Task</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PlannedStartTimeOffset</td>\n<td>The Planned Start Time in Minutes Offset from Shift Start Time</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ActualEndTime</td>\n<td>The Actual End Time</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ActualStartTimeOffset</td>\n<td>The Actual Start Time in Minutes Offset from Shift Start Time</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControlRequired</td>\n<td>Indicates whether Short Interval Control is Required</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControl</td>\n<td>The Short Interval Control</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Actuals</td>\n<td>Actuals</td>\n<td><strong>Collection of TaskActual</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td>The Process Id that this Task belongs to</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedBySystem</td>\n<td>Indicates the Task is managed by Fewzion and can't be deleted.</td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>The Task's priority.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>The Task's Description.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Contingency</td>\n<td>Indicates that this is a Contingency task.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WorkOrder</td>\n<td>The Task's Work Order identifier.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>The id of a this Task's TaskType.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td>The assigned Duration that this Task is expected to take.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultDuration</td>\n<td>The Default assigned Duration that this Task is expected to take.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td>The assigned Target that this Task is expected to meet.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultTarget</td>\n<td>The default Target that this Task is expected to meet.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td>The assigned Unit (Type).</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Rate</td>\n<td>The assigned tasks rate to achive the target.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RateUnit</td>\n<td>The unit of task's target rate.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDate</td>\n<td>The date that the task should be completed by.</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcess</td>\n<td>This field is used when a task is used by another process.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Instructions</td>\n<td>Any additional information / instructions about the task.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>InstructionsAcknowledged</td>\n<td>Were the task notes / instructions acknowledged.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftNotes</td>\n<td>Any additional information / instructions about the task during the shift.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftEndNotes</td>\n<td>Any additional information / instructions about the task after the shift.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredPeople</td>\n<td>A collection specifying the number and type of People (by Occupation type) required to do the Task.</td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredEquipment</td>\n<td>A collection specifying the number and type of Equipment (by Equipment type) required to do the Task.</td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcessRequiredPeople</td>\n<td>A collection specifying the number and type of People (by Occupation type) required to do the Task, when the Task is used by another Process.</td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcessRequiredEquipment</td>\n<td>A collection specifying the number and type of Equipment (by Equipment type) required to do the Task, when the Task is used by another Process.</td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>StandardTaskId</td>\n<td>The id of the standard task used to create this one - null if not from a standard task</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>RecurrenceId</td>\n<td>The id of the recurrence used to create this one - null if not from a recurrence</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>SourceTaskId</td>\n<td>The id of the source task, if this task was created by being split off another task - null if not created by a split. The source is the orignal task (so e.g. when splitting B off A and then C off B; both B and C will have SourceTaskId of A).</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Changed</td>\n<td>Signals that the task changed since creation (used by recurrence rescheduling)</td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>OriginalScheduledDate</td>\n<td>The date on which the task was originally scheduled (used by recurrence rescheduling)</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>OriginalScheduledShift</td>\n<td>The shift on which the task was originally scheduled (used by recurrence rescheduling)</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ScheduledDate</td>\n<td>The date on which the task is scheduled</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ScheduledShift</td>\n<td>The shift on which the task is scheduled</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultScheduledDate</td>\n<td>Indicates that the ScheduledDate on the record was not set by a User, but instead defaulted.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultScheduledShift</td>\n<td>Indicates that the ScheduledShift on the record was not set by a User, but instead defaulted.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>A Status used when the Task is used by another Process. Either Pending, Approved, Rejected</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IncompleteTaskNotes</td>\n<td>Notes added when a task is not completed</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CompletionPercentage</td>\n<td>How complete the Task is.</td>\n<td>integer</td>\n<td>Required Access Polices to edit: Enter Actuals</td>\n</tr>\n<tr>\n<td>AssignedPeople</td>\n<td>A collection identifying any Users assigned to this Task</td>\n<td><strong>Collection of AssignedPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedEquipment</td>\n<td>A collection identifying any Equipment assigned to this Task</td>\n<td><strong>Collection of AssignedEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentAssigned</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PlannedStartTime</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Due</td>\n<td>Identifies what strategy to use for assigning a default DueDate.</td>\n<td><strong>Due</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDaysAfter</td>\n<td>Used in conjuction with DaysAfterScheduled to calculate a DueDate</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Group</td>\n<td>The Group that this Task originally came from if it was created from a StandardTask or PlannedTask.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CompletionTimestamp</td>\n<td>Set at the time the Process Superintendent verifies the task as completed.</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Important</td>\n<td>A decorator of a task for display purposes.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>InspectionRequired</td>\n<td>Indicates if an inspection is required.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>InspectionCompleted</td>\n<td>Indicates if an inspection is completed.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlan</td>\n<td>The id of the Shift Plan that this task belongs to.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedShiftPlan</td>\n<td>The id of the assigned Shift Plan that this task belongs to.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WeekPlan</td>\n<td>The id of the Week Plan that this task belongs to.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td>A collection of Locations relevant to this Task.</td>\n<td><strong>Collection of TaskLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations_Tags_Exact_Value_Match</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations_Exact_Value_Match</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations_Create_New</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ScheduledShift_Exact_Value_Match</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process_Exact_Value_Match</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Priority_Exact_Value_Match</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td>The source of the Task</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Attachments</td>\n<td>A collection of task attachments.</td>\n<td><strong>Collection of Attachment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AttachmentCount</td>\n<td>The total number of attachments for this task.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RelatedAttachmentCount</td>\n<td>The total number of related attachments for this task.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AttachmentTags</td>\n<td>A collection of attachment tag ids.</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td>A collection of tag ids</td>\n<td><strong>Collection of AppliedTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td>A flag used to treat this task as deleted.</td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ComplianceBreaches</td>\n<td>A collection of compliance breaches.</td>\n<td><strong>Collection of ComplianceBreach</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td>A collection of checklist questions.</td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Forms</td>\n<td>A collection of TaskForms</td>\n<td><strong>Collection of TaskForm</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>OriginalShiftNotes</td>\n<td>The shift notes as they stood before modification by Actuals. Effectively, these are the notes set at planning time. When a task is duplicated, the original notes go into the new tasks's notes fields. The idea is that notes applicable to actuals do not belong in the duplicated task.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OriginalShiftEndNotes</td>\n<td>The shift end notes as they stood before modification by Actuals. See OriginalShiftNotes.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitToWorks</td>\n<td>The permit to work documents attached to this task.</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitJob</td>\n<td>The Permit job attached to this task.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MSTJob</td>\n<td>The MST job attached to this task.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationPlanningJob</td>\n<td>The Location Planning job attached to this task.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SequenceParentTaskIds</td>\n<td>List of Ids of fewzion task objects. If null or empty, then the task is not part of any sequence.</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locked</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskActual</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Actuals</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Actual</td>\n<td>Actual value</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Interval</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Offset</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredPerson</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AssignedPerson</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>User</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AssignedEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsShadow</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Due</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Unspecified</td>\n<td>0</td>\n</tr>\n<tr>\n<td>OnScheduledDate</td>\n<td>1</td>\n</tr>\n<tr>\n<td>AtEndOfPlanningWeek</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DaysAfterScheduled</td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LocationId</td>\n<td>The id of a Location. If null, it is an ad-hoc TaskLocation.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the TaskLocation. Otherwise, it is the Location's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Attachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AttachmentId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExternalFSFileId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetedItem</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td></td>\n<td><strong>Collection of AttachmentTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RelatedAttachments</td>\n<td></td>\n<td><strong>Collection of RelatedAttachment</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AttachmentType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>File</td>\n<td>0</td>\n</tr>\n<tr>\n<td>SharePointDocument</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ExternalFSFile</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AttachmentTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RelatedAttachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AppliedTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td>The Id of a Tag. If null, it is an ad-hoc AppliedTag.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the AppliedTag. Otherwise, it is the Tag's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManuallyAdded</td>\n<td>Indicates that this applied tag was added by a manual user action. Once this flag is set to true, the AutoAssignCondition is ignored.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ComplianceBreach</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td></td>\n<td><strong>ComplianceBreachStatus</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisedBy</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisationNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IgnoreBreachOnMobile</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ComplianceBreachStatus</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Current</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Authorised</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Resolved</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Category</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CategoryDisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AnswerType</td>\n<td></td>\n<td><strong>AnswerType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateTimeFormat</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DatePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TimePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>GreaterThanTargetIsBest</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateFunction</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NoTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MultipleChoiceFreeText</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Note</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinimumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaximumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Step</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Visible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswers</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AnswerType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MultipleChoice</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Numeric</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ShortAnswer</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DateTime</td>\n<td>3</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>4</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td>5</td>\n</tr>\n<tr>\n<td>Person</td>\n<td>6</td>\n</tr>\n<tr>\n<td>Text</td>\n<td>7</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresNotes</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskForm</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormMode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormUniqueId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnforceTaskRestrictions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Checklist</td>\n<td></td>\n<td><strong>Collection of TaskFormChecklist</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Audit</td>\n<td></td>\n<td><strong>Collection of TaskFormAuditRecord</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormChecklist</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormAuditRecord</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EventCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"51f1280c-8efc-4d09-b37a-2cc53f416221","id":"51f1280c-8efc-4d09-b37a-2cc53f416221","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Tasks.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"84d5c361-0fb6-42ac-8af6-d461bd570ee6"},{"name":"DELETE task","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"58b31c7e-3631-4184-b40f-85cb8e16dda8"}}],"id":"56c47069-4720-4d29-9914-d83a3bef0476","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/Tasks.json/{{Id}}","description":"<p>This API endpoint will delete a Task</p>\n<p><strong>PLEASE NOTE:</strong> <em>This endpoint does not actually delete the indicated document, but instead flags it as deleted.</em></p>\n<p>Records flagged as deleted are not returned by the GET endpoint by default. Pass 'includedeleted=true' on the query string to retrieve records flagged as deleted</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li><p>Schedule Tasks - Allows the user to schedule, add, edit and delete Tasks on the Planning Board and Schedule screens for any process. This policy is intended to be used in conjuction with the View Tasks policy.</p>\n</li>\n<li><p>Schedule Accessible Tasks - Allows the user to schedule, add, edit and delete Tasks on the Planning Board and Schedule screens for processes they have access to. This policy is intended to be used in conjuction with the View Tasks policy.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Task</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"51f1280c-8efc-4d09-b37a-2cc53f416221","id":"51f1280c-8efc-4d09-b37a-2cc53f416221","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Tasks.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"56c47069-4720-4d29-9914-d83a3bef0476"}],"id":"51f1280c-8efc-4d09-b37a-2cc53f416221","description":"<p>Folder with requests to get, add, edit and delete a tasks</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"e09a4c4b-740a-4785-a4fc-1d5a9d898626","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"86516b71-25e6-48d4-ae4a-b5d5eb1247b3","type":"text/javascript","exec":[""]}}],"_postman_id":"51f1280c-8efc-4d09-b37a-2cc53f416221"},{"name":"Users","item":[{"name":"Crews","item":[{"name":"Get list of crews","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"41ebd3aa-a3db-4733-8ce7-fc36d966e24b"}}],"id":"9f745feb-50b1-445c-9b7c-40197d8ee0bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Crews.json","description":"<p>This API endpoint will return a List of Crews</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Crews - Allows user to view Crews.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Crews.json?query=WEDS&amp;defaultfield=Name</p>\n<p><strong>Indexes</strong></p>\n<p>The Crews endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Crews (excluding collections) may be used to sort the Crews list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1d6db7f7-8651-42df-95c1-d499399075f7","id":"1d6db7f7-8651-42df-95c1-d499399075f7","name":"Crews","type":"folder"}},"urlObject":{"path":["api","v1","Crews.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f745feb-50b1-445c-9b7c-40197d8ee0bc"},{"name":"Get specific crew","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"0e2e4885-4e08-4e8a-aed0-ecb2c6e843cd"}}],"id":"5225cd11-7dbf-4d7f-ae50-9804a60870a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Crews.json/{{Id}}","description":"<p>This API endpoint will return a specific Crew.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Crew - Allows user to view Crew.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Crew</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1d6db7f7-8651-42df-95c1-d499399075f7","id":"1d6db7f7-8651-42df-95c1-d499399075f7","name":"Crews","type":"folder"}},"urlObject":{"path":["api","v1","Crews.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5225cd11-7dbf-4d7f-ae50-9804a60870a4"}],"id":"1d6db7f7-8651-42df-95c1-d499399075f7","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"da8c8ab1-868d-4d1f-aac2-4022c19cf865"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0bae8a8f-16b8-4988-ac33-924d643fe199"}}],"_postman_id":"1d6db7f7-8651-42df-95c1-d499399075f7","description":""},{"name":"Employers","item":[{"name":"Get list of employers","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"a8874752-6868-4f78-9e96-167a6fb64d1c"}}],"id":"801a6251-02a6-4b25-97b7-43888ca89828","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Employers.json","description":"<p>This API endpoint will return a List of Employers</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Employers - Allows user to view Districts.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Employers.json?query=true&amp;defaultfield=Contractor</p>\n<p><strong>Indexes</strong></p>\n<p>The Employers endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Employers (excluding collections) may be used to sort the Employers list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"6ea1f399-de9c-4a89-8ac5-cda86fc11d77","id":"6ea1f399-de9c-4a89-8ac5-cda86fc11d77","name":"Employers","type":"folder"}},"urlObject":{"path":["api","v1","Employers.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"801a6251-02a6-4b25-97b7-43888ca89828"},{"name":"Get specific employers","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"a0a029d1-b9b4-4b06-ad62-e39d5309af4c"}}],"id":"c4673577-fbce-4bc9-b245-dda978117a6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"API New\",\r\n    \"ShortCode\": \"API\",\r\n    \"Contractor\": false,\r\n    \"DisplayOrder\": 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Employers.json/{{Id}}","description":"<p>This API endpoint will return a specific Employer.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Employers - Allows user to view Employers.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Employer</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"6ea1f399-de9c-4a89-8ac5-cda86fc11d77","id":"6ea1f399-de9c-4a89-8ac5-cda86fc11d77","name":"Employers","type":"folder"}},"urlObject":{"path":["api","v1","Employers.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4673577-fbce-4bc9-b245-dda978117a6f"}],"id":"6ea1f399-de9c-4a89-8ac5-cda86fc11d77","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"3b79b828-8c90-4f96-9dfc-321547cb7006"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"9a815f79-f7b2-4533-ad2a-719a6d6b6b61"}}],"_postman_id":"6ea1f399-de9c-4a89-8ac5-cda86fc11d77","description":""},{"name":"Occupations","item":[{"name":"Occupation Type","item":[{"name":"GET Occupation Types","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9d890e35-7b61-4df9-88aa-cec1c01b64d2"}}],"id":"d0b6b88f-1b5a-45e3-8c47-99bc0ce21c85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/OccupationTypes.json","description":"<p>This API endpoint will return a List of OccupationTypes</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View OccupationTypes - Allows user to view OccupationTypes.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/OccupationTypes.json?query=SUP&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The OccupationTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the OccupationTypes (excluding collections) may be used to sort the OccupationTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df745f87-2696-4dc2-9d53-1816a2a438d5","id":"df745f87-2696-4dc2-9d53-1816a2a438d5","name":"Occupation Type","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0b6b88f-1b5a-45e3-8c47-99bc0ce21c85"},{"name":"GET Specific Occupation Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9b878f62-4ae5-4111-b1fc-b470984f9c54"}}],"id":"b6579b80-3cdb-4632-8e53-da5dc70225b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/OccupationTypes.json/{{Id}}","description":"<p>This API endpoint will return a specific Occupation Type.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Occupation Types - Allows user to view Occupation Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation Type</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df745f87-2696-4dc2-9d53-1816a2a438d5","id":"df745f87-2696-4dc2-9d53-1816a2a438d5","name":"Occupation Type","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6579b80-3cdb-4632-8e53-da5dc70225b0"},{"name":"Add Occupation Type","event":[{"listen":"test","script":{"id":"cedb254f-e08d-4118-ab02-f83d043a0391","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}}],"id":"f83089c9-6052-4326-a3d8-048a7fe39ee4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"DisplayOrder\": 12000,\r\n    \"Name\": \"API\",\r\n    \"Plural\": \"APIs\",\r\n    \"ShortCode\": \"API\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/OccupationTypes.json","description":"<p>This API endpoint will create a Occupation Type</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage OccupationTypes - Allows user to manage OccupationTypes.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Plural</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df745f87-2696-4dc2-9d53-1816a2a438d5","id":"df745f87-2696-4dc2-9d53-1816a2a438d5","name":"Occupation Type","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f83089c9-6052-4326-a3d8-048a7fe39ee4"},{"name":"Edit Occupation Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"3a99ab99-d31b-4b0a-b3e2-65ee5e3b1769"}}],"id":"54267526-73e7-4b92-8bf5-b39460c87faa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"},{"key":"If-Unmodified-Since","type":"text","value":"{{current_timestamp}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"API edited  by PATCH request\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/OccupationTypes.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Occupation Type.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Occupation Type - Allows user to manage Occupation Type.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation Type</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df745f87-2696-4dc2-9d53-1816a2a438d5","id":"df745f87-2696-4dc2-9d53-1816a2a438d5","name":"Occupation Type","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"54267526-73e7-4b92-8bf5-b39460c87faa"},{"name":"Update Occupation Type","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"502d9935-8fcc-4f52-aa82-167e863b47e9"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"ea542f37-fa11-45fa-9164-81372a951e9e"}}],"id":"b2844f86-82da-4dc0-9e48-1dbdc1675f17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"DisplayOrder\": 12000,\r\n    \"Name\": \"API updated by PUT request\",\r\n    \"Plural\": \"APIs\",\r\n    \"ShortCode\": \"API\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/OccupationTypes.json/{{Id}}","description":"<p>This API endpoint will update a Occupation Type </p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Occupation Types - Allows user to manage Occupation Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation Type</td>\n<td>Required</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Plural</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df745f87-2696-4dc2-9d53-1816a2a438d5","id":"df745f87-2696-4dc2-9d53-1816a2a438d5","name":"Occupation Type","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2844f86-82da-4dc0-9e48-1dbdc1675f17"},{"name":"Delete Occupation Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"cb1d2b5f-9cac-47f2-b079-3cb31a55004a"}}],"id":"f821796b-ee19-440b-8a55-b33a77dc7ab1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/OccupationTypes.json/{{Id}}","description":"<p>This API endpoint will delete a Occupation Type.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Occupation Types- Allows user to manage Occupation Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation Type</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df745f87-2696-4dc2-9d53-1816a2a438d5","id":"df745f87-2696-4dc2-9d53-1816a2a438d5","name":"Occupation Type","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f821796b-ee19-440b-8a55-b33a77dc7ab1"}],"id":"df745f87-2696-4dc2-9d53-1816a2a438d5","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"491fe9d6-bcf6-4e7b-928d-9e6ad4eb2172"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"692eb17d-76db-484b-91f9-f5542a2bfbef"}}],"_postman_id":"df745f87-2696-4dc2-9d53-1816a2a438d5","description":""},{"name":"GET Occupations","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c9823a90-fd3e-4370-b029-6b322cacaec3"}}],"id":"cc88331c-d509-4998-aab0-9bb6033eaf65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Occupations.json","description":"<p>This API endpoint will return a List of Occupations</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Occupations - Allows user to view Occupations.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Occupations.json?query=false&amp;defaultfield=IsASpecialApprovalManager</p>\n<p><strong>Indexes</strong></p>\n<p>The Occupations endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Occupations (excluding collections) may be used to sort the Occupations list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65a2a579-e06e-44e9-9450-51f1ff605afb","id":"65a2a579-e06e-44e9-9450-51f1ff605afb","name":"Occupations","type":"folder"}},"urlObject":{"path":["api","v1","Occupations.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc88331c-d509-4998-aab0-9bb6033eaf65"},{"name":"GET Specific Occupation","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"e5b25c5b-0f27-44f0-b484-01c9bd51e277"}}],"id":"e0746b29-b30e-42ff-8ee0-7caca4753125","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Occupations.json/{{Id}}","description":"<p>This API endpoint will return a specific Occupation.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Occupations - Allows user to view Occupations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65a2a579-e06e-44e9-9450-51f1ff605afb","id":"65a2a579-e06e-44e9-9450-51f1ff605afb","name":"Occupations","type":"folder"}},"urlObject":{"path":["api","v1","Occupations.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0746b29-b30e-42ff-8ee0-7caca4753125"},{"name":"Add Occupation","event":[{"listen":"test","script":{"id":"a2879c07-c84b-4253-a756-e66eee3b863f","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}}],"id":"6bbd38e2-2b81-4a4f-b0a3-05830d387968","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"DisplayOrder\": 26000,\r\n\"IsASpecialApprovalManager\": false,\r\n\"Name\": \"API Occupation\",\r\n\"ShortCode\": \"API\",\r\n\"SummarizeOnRoster\": false,\r\n\"TrackAbsenteeismOnShiftUndermanagersReport\": false,\r\n\"TrackKeyPeopleOnShiftUndermanagersReport\": false,\r\n\"Type\": \"MA\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Occupations.json","description":"<p>This API endpoint will create a Occupation</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Occupations - Allows user to manage Occupations.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SummarizeOnRoster</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TrackKeyPeopleOnShiftUndermanagersReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TrackAbsenteeismOnShiftUndermanagersReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsASpecialApprovalManager</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65a2a579-e06e-44e9-9450-51f1ff605afb","id":"65a2a579-e06e-44e9-9450-51f1ff605afb","name":"Occupations","type":"folder"}},"urlObject":{"path":["api","v1","Occupations.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bbd38e2-2b81-4a4f-b0a3-05830d387968"},{"name":"Edit Occupation","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"56a1d850-4989-4b27-8813-2e3995343d31"}}],"id":"7c087956-3515-404c-b1b8-1e78d296fa01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"API edited by PATCH request\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Occupations.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Occupation.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Occupations - Allows user to manage Occupations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65a2a579-e06e-44e9-9450-51f1ff605afb","id":"65a2a579-e06e-44e9-9450-51f1ff605afb","name":"Occupations","type":"folder"}},"urlObject":{"path":["api","v1","Occupations.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c087956-3515-404c-b1b8-1e78d296fa01"},{"name":"Update Occupation","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"929a56d6-4d72-49fc-8e19-57b048837403"}},{"listen":"prerequest","script":{"exec":["var date = new Date();\r","var fromDate = new Date(date.setDate(date.getDate())).toLocaleDateString(\"en-US\");\r","var toDate = new Date(date.setDate(date.getDate()+1)).toLocaleDateString(\"en-US\");\r","postman.setEnvironmentVariable(\"fromDate\", fromDate);\r","postman.setEnvironmentVariable(\"toDate\", toDate);"],"type":"text/javascript","id":"4d9380a7-c301-40d7-a06c-c991ce64ab9b"}}],"id":"7e00488e-ac2d-493e-994e-d17abf6d7fa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Type\": \"Test\",\r\n    \"Name\": \"API Edited\",\r\n    \"FromDate\": \"{{fromDate}}\",\r\n    \"ToDate\": \"{{toDate}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Occupations.json/{{Id}}","description":"<p>This API endpoint will update a Occupation</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Occupations - Allows user to manage Occupations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation</td>\n<td>Required</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SummarizeOnRoster</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TrackKeyPeopleOnShiftUndermanagersReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TrackAbsenteeismOnShiftUndermanagersReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsASpecialApprovalManager</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65a2a579-e06e-44e9-9450-51f1ff605afb","id":"65a2a579-e06e-44e9-9450-51f1ff605afb","name":"Occupations","type":"folder"}},"urlObject":{"path":["api","v1","Occupations.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e00488e-ac2d-493e-994e-d17abf6d7fa2"},{"name":"Delete Occupation","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"87715130-9047-4312-b260-7d1763bf165f"}}],"id":"92e25779-4da7-4381-aec6-417c8a0aceed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Occupations.json/{{Id}}","description":"<p>This API endpoint will delete a Occupation.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Occupations - Allows user to manage Occupations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65a2a579-e06e-44e9-9450-51f1ff605afb","id":"65a2a579-e06e-44e9-9450-51f1ff605afb","name":"Occupations","type":"folder"}},"urlObject":{"path":["api","v1","Occupations.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"92e25779-4da7-4381-aec6-417c8a0aceed"}],"id":"65a2a579-e06e-44e9-9450-51f1ff605afb","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"1fa358a4-fdd8-4525-bb9b-84a047fba744"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"90d81f52-d99d-480c-9d05-e3f8481e7c8a"}}],"_postman_id":"65a2a579-e06e-44e9-9450-51f1ff605afb","description":""},{"name":"Work Schedule Rules","item":[{"name":"Get list of Work Schedule Rules","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"23b271d0-4fea-4801-a5ae-0a7b633bc9e1"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9efce4b9-63b6-460a-a5f4-ccf5a4cfdbb3"}}],"id":"d7ad353a-e392-4d2c-a0d8-e6128f24e0ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/WorkScheduleRules.json","description":"<p>This API endpoint will return a List of WorkScheduleRules.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Work Schedule Rules - Allows user to view Work Schedule Rules.</li>\n</ul>\n<p><strong>Filtering the Results</strong> - You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>/api/v1/WorkScheduleRules.json?query=Weekend Night Shift&amp;defaultfield=Name</p>\n<p>EndFragment</p>\n<p><strong>Indexes</strong><br />The WorkScheduleRules endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong><br />You may specify sorting via the sort query string argument. Any property of the WorkScheduleRule (excluding collections) may be used to sort the WorkScheduleRules list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1b34e290-368b-41dd-a25b-d72ac3a743cf","id":"1b34e290-368b-41dd-a25b-d72ac3a743cf","name":"Work Schedule Rules","type":"folder"}},"urlObject":{"path":["api","v1","WorkScheduleRules.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7ad353a-e392-4d2c-a0d8-e6128f24e0ed"},{"name":"Add Work Schedule Rule","event":[{"listen":"prerequest","script":{"exec":["var date = new Date();\r","var startDate = new Date(date.setDate(date.getDate())).toLocaleDateString(\"en-US\");\r","postman.setEnvironmentVariable(\"startDate\", startDate);"],"type":"text/javascript","id":"97bdb15f-e381-4ee0-b8b7-65c8a8cdb11c"}},{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript","id":"810c7a06-51ac-45d6-9d39-9de095bd35d1"}}],"id":"7cb8db5b-6f9f-4362-a1f0-fe1e7b99bdd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"API Test\",\r\n    \"ShortCode\": \"API Test\",\r\n    \"Ancillary\": false,\r\n    \"Disabled\": false,\r\n    \"ShowInRoster\": true,\r\n    \"ShiftPatterns\": [\r\n        {\r\n            \"Id\": \"ab287aff-0387-48c2-9ecc-60605792e56a\",\r\n            \"StartDate\": \"{{startDate}}\",\r\n            \"ReferenceDate\": \"{{startDate}}\",\r\n            \"PatternLength\": 56,\r\n            \"ShiftPatternShifts\": [\r\n                {\r\n                    \"Id\": \"1\",\r\n                    \"CycleDay\": 1,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"2\",\r\n                    \"CycleDay\": 2,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"3\",\r\n                    \"CycleDay\": 3,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"4\",\r\n                    \"CycleDay\": 4,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"5\",\r\n                    \"CycleDay\": 5,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"6\",\r\n                    \"CycleDay\": 6,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"7\",\r\n                    \"CycleDay\": 7,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"8\",\r\n                    \"CycleDay\": 8,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"9\",\r\n                    \"CycleDay\": 9,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"10\",\r\n                    \"CycleDay\": 10,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"11\",\r\n                    \"CycleDay\": 11,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"12\",\r\n                    \"CycleDay\": 12,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"13\",\r\n                    \"CycleDay\": 13,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"14\",\r\n                    \"CycleDay\": 14,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"15\",\r\n                    \"CycleDay\": 15,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"16\",\r\n                    \"CycleDay\": 16,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"17\",\r\n                    \"CycleDay\": 17,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"18\",\r\n                    \"CycleDay\": 18,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"19\",\r\n                    \"CycleDay\": 19,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"20\",\r\n                    \"CycleDay\": 20,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"21\",\r\n                    \"CycleDay\": 21,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"22\",\r\n                    \"CycleDay\": 22,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"23\",\r\n                    \"CycleDay\": 23,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"24\",\r\n                    \"CycleDay\": 24,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"25\",\r\n                    \"CycleDay\": 25,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"26\",\r\n                    \"CycleDay\": 26,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"27\",\r\n                    \"CycleDay\": 27,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"28\",\r\n                    \"CycleDay\": 28,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"29\",\r\n                    \"CycleDay\": 29,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"30\",\r\n                    \"CycleDay\": 30,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"31\",\r\n                    \"CycleDay\": 31,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"32\",\r\n                    \"CycleDay\": 32,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"33\",\r\n                    \"CycleDay\": 33,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"34\",\r\n                    \"CycleDay\": 34,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"35\",\r\n                    \"CycleDay\": 35,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"36\",\r\n                    \"CycleDay\": 36,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"37\",\r\n                    \"CycleDay\": 37,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"38\",\r\n                    \"CycleDay\": 38,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"39\",\r\n                    \"CycleDay\": 39,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"40\",\r\n                    \"CycleDay\": 40,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"41\",\r\n                    \"CycleDay\": 41,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"42\",\r\n                    \"CycleDay\": 42,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"43\",\r\n                    \"CycleDay\": 43,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"44\",\r\n                    \"CycleDay\": 44,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"45\",\r\n                    \"CycleDay\": 45,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"46\",\r\n                    \"CycleDay\": 46,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"47\",\r\n                    \"CycleDay\": 47,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"48\",\r\n                    \"CycleDay\": 48,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"49\",\r\n                    \"CycleDay\": 49,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"50\",\r\n                    \"CycleDay\": 50,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"51\",\r\n                    \"CycleDay\": 51,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"52\",\r\n                    \"CycleDay\": 52,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"53\",\r\n                    \"CycleDay\": 53,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"54\",\r\n                    \"CycleDay\": 54,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"55\",\r\n                    \"CycleDay\": 55,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"56\",\r\n                    \"CycleDay\": 56,\r\n                    \"Shift\": \"\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/WorkScheduleRules.json","description":"<p>This API endpoint will create a Work Schedule Rule</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Work Schedule Rules - Allows user to manage Work Schedule Rules.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Ancillary</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Disabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowInRoster</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPatterns</td>\n<td></td>\n<td><strong>Collection of ShiftPattern</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ShiftPattern</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ReferenceDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PatternLength</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPatternShifts</td>\n<td></td>\n<td><strong>Collection of ShiftPatternShift</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ShiftPatternShift</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CycleDay</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1b34e290-368b-41dd-a25b-d72ac3a743cf","id":"1b34e290-368b-41dd-a25b-d72ac3a743cf","name":"Work Schedule Rules","type":"folder"}},"urlObject":{"path":["api","v1","WorkScheduleRules.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7cb8db5b-6f9f-4362-a1f0-fe1e7b99bdd2"},{"name":"Get Specific Work Schedule Rule","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"6cfd075d-e4b2-4def-97da-02bed8b54e0f"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"551707ad-a39f-4108-ba7f-aebf292f5856"}}],"id":"64062422-cf82-43f8-95fa-7d3d01bc0186","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/WorkScheduleRules.json/{{Id}}","description":"<p>This API endpoint will return a specific WorkScheduleRules</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Work Schedule Rules - Allows user to view Work Schedule Rules.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Work Schedule Rule</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1b34e290-368b-41dd-a25b-d72ac3a743cf","id":"1b34e290-368b-41dd-a25b-d72ac3a743cf","name":"Work Schedule Rules","type":"folder"}},"urlObject":{"path":["api","v1","WorkScheduleRules.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"64062422-cf82-43f8-95fa-7d3d01bc0186"},{"name":"Add Work Schedule Rule Copy","event":[{"listen":"prerequest","script":{"exec":["var date = new Date();\r","var startDate = new Date(date.setDate(date.getDate())).toLocaleDateString(\"en-US\");\r","postman.setEnvironmentVariable(\"startDate\", startDate);"],"type":"text/javascript","id":"2048342f-1484-4245-80d7-5cf024adf9c0"}},{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"5da79658-a1a4-4c31-9a45-fe932ceb4bd2"}}],"id":"4cf6a4bb-bb84-4a88-9239-e585e82e9946","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"API Test Edited by PUT request\",\r\n    \"ShortCode\": \"API Test\",\r\n    \"Ancillary\": false,\r\n    \"Disabled\": false,\r\n    \"ShowInRoster\": true,\r\n    \"ShiftPatterns\": [\r\n        {\r\n            \"StartDate\": \"{{startDate}}\",\r\n            \"ReferenceDate\": \"{{startDate}}\",\r\n            \"PatternLength\": 56,\r\n            \"ShiftPatternShifts\": [\r\n                {\r\n                    \"Id\": \"1\",\r\n                    \"CycleDay\": 1,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"2\",\r\n                    \"CycleDay\": 2,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"3\",\r\n                    \"CycleDay\": 3,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"4\",\r\n                    \"CycleDay\": 4,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"5\",\r\n                    \"CycleDay\": 5,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"6\",\r\n                    \"CycleDay\": 6,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"7\",\r\n                    \"CycleDay\": 7,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"8\",\r\n                    \"CycleDay\": 8,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"9\",\r\n                    \"CycleDay\": 9,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"10\",\r\n                    \"CycleDay\": 10,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"11\",\r\n                    \"CycleDay\": 11,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"12\",\r\n                    \"CycleDay\": 12,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"13\",\r\n                    \"CycleDay\": 13,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"14\",\r\n                    \"CycleDay\": 14,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"15\",\r\n                    \"CycleDay\": 15,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"16\",\r\n                    \"CycleDay\": 16,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"17\",\r\n                    \"CycleDay\": 17,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"18\",\r\n                    \"CycleDay\": 18,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"19\",\r\n                    \"CycleDay\": 19,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"20\",\r\n                    \"CycleDay\": 20,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"21\",\r\n                    \"CycleDay\": 21,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"22\",\r\n                    \"CycleDay\": 22,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"23\",\r\n                    \"CycleDay\": 23,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"24\",\r\n                    \"CycleDay\": 24,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"25\",\r\n                    \"CycleDay\": 25,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"26\",\r\n                    \"CycleDay\": 26,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"27\",\r\n                    \"CycleDay\": 27,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"28\",\r\n                    \"CycleDay\": 28,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"29\",\r\n                    \"CycleDay\": 29,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"30\",\r\n                    \"CycleDay\": 30,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"31\",\r\n                    \"CycleDay\": 31,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"32\",\r\n                    \"CycleDay\": 32,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"33\",\r\n                    \"CycleDay\": 33,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"34\",\r\n                    \"CycleDay\": 34,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"35\",\r\n                    \"CycleDay\": 35,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"36\",\r\n                    \"CycleDay\": 36,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"37\",\r\n                    \"CycleDay\": 37,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"38\",\r\n                    \"CycleDay\": 38,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"39\",\r\n                    \"CycleDay\": 39,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"40\",\r\n                    \"CycleDay\": 40,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"41\",\r\n                    \"CycleDay\": 41,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"42\",\r\n                    \"CycleDay\": 42,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"43\",\r\n                    \"CycleDay\": 43,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"44\",\r\n                    \"CycleDay\": 44,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"45\",\r\n                    \"CycleDay\": 45,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"46\",\r\n                    \"CycleDay\": 46,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"47\",\r\n                    \"CycleDay\": 47,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"48\",\r\n                    \"CycleDay\": 48,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"49\",\r\n                    \"CycleDay\": 49,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"50\",\r\n                    \"CycleDay\": 50,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"51\",\r\n                    \"CycleDay\": 51,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"52\",\r\n                    \"CycleDay\": 52,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"53\",\r\n                    \"CycleDay\": 53,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"54\",\r\n                    \"CycleDay\": 54,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"55\",\r\n                    \"CycleDay\": 55,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"56\",\r\n                    \"CycleDay\": 56,\r\n                    \"Shift\": \"\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/WorkScheduleRules.json/{{Id}}","description":"<p>This API endpoint will update a Work Schedule Rule</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Work Schedule Rules - Allows user to manage Work Schedule Rules.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Work Schedule Rule</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Ancillary</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Disabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowInRoster</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPatterns</td>\n<td></td>\n<td><strong>Collection of ShiftPattern</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ShiftPattern</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ReferenceDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PatternLength</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPatternShifts</td>\n<td></td>\n<td><strong>Collection of ShiftPatternShift</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ShiftPatternShift</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CycleDay</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1b34e290-368b-41dd-a25b-d72ac3a743cf","id":"1b34e290-368b-41dd-a25b-d72ac3a743cf","name":"Work Schedule Rules","type":"folder"}},"urlObject":{"path":["api","v1","WorkScheduleRules.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cf6a4bb-bb84-4a88-9239-e585e82e9946"},{"name":"Edit Work Schedule Rule","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"43579c0b-3fad-47b0-abe5-d3a3dcdb112a"}}],"id":"c79b2a6d-01ae-4f87-bea2-e98ad72c996f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"API WSR\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/WorkScheduleRules.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Work Schedule Rule</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Work Schedule Rules - Allows user to manage Work Schedule Rules.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the work schedules rule</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>InternalServerError (500)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1b34e290-368b-41dd-a25b-d72ac3a743cf","id":"1b34e290-368b-41dd-a25b-d72ac3a743cf","name":"Work Schedule Rules","type":"folder"}},"urlObject":{"path":["api","v1","WorkScheduleRules.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c79b2a6d-01ae-4f87-bea2-e98ad72c996f"},{"name":"Delete Work Schedule Rule","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"245cd59b-653c-47f9-b01d-149d37af2c1d"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"538d71b5-fb9a-4ec9-b996-5c2c7f3edcc6"}}],"id":"b46e0461-9d11-463c-b7bf-f3aadd267836","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/WorkScheduleRules.json/{{Id}}","description":"<p>This API endpoint will delete a Work Schedule Rule</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Work Schedule Rules - Allows user to manage Work Schedule Rules.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Work Shedule Rule</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1b34e290-368b-41dd-a25b-d72ac3a743cf","id":"1b34e290-368b-41dd-a25b-d72ac3a743cf","name":"Work Schedule Rules","type":"folder"}},"urlObject":{"path":["api","v1","WorkScheduleRules.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b46e0461-9d11-463c-b7bf-f3aadd267836"}],"id":"1b34e290-368b-41dd-a25b-d72ac3a743cf","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"90a192a1-aaf3-4f3b-ad29-d3aa28f5fb6d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"a833c326-a753-401b-b6f7-f316765047ce"}}],"_postman_id":"1b34e290-368b-41dd-a25b-d72ac3a743cf","description":""},{"name":"GET list of users","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"5986a972-7396-4343-a328-8921324e1a83"}}],"id":"5323240c-c17d-44d5-80c5-b0e40b10ce45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Users.json","description":"<p>This API endpoint will return a List of Users.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Users - Allows user to view Users.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>/api/v1/Users.json?query=Matt&amp;defaultfield=FirstName</p>\n<p><strong>Indexes</strong></p>\n<p>The Users endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the User (excluding collections) may be used to sort the Users list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"34c170c5-0666-4368-b73a-9d92d7e58eb6","id":"34c170c5-0666-4368-b73a-9d92d7e58eb6","name":"Users","type":"folder"}},"urlObject":{"path":["api","v1","Users.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5323240c-c17d-44d5-80c5-b0e40b10ce45"},{"name":"GET Specific User","event":[{"listen":"test","script":{"id":"657bd353-d885-403d-a340-8ac4fd25ad3a","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"71d716ff-0b22-4c2d-96da-2709eb3c66a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Users.json/{{Id}}","description":"<p>This API endpoint will return a specific User.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Users - Allows user to view Users.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the User</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"34c170c5-0666-4368-b73a-9d92d7e58eb6","id":"34c170c5-0666-4368-b73a-9d92d7e58eb6","name":"Users","type":"folder"}},"urlObject":{"path":["api","v1","Users.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"71d716ff-0b22-4c2d-96da-2709eb3c66a6"},{"name":"Add User","event":[{"listen":"test","script":{"id":"e848e2b3-37dc-4b5c-8925-e44cd37ec998","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"0e520bc0-e9f0-4eac-822d-330482dd67f6","exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript"}}],"id":"ac26f5a2-9ac7-4d19-b862-e8a5f4992bb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"AccessibleEmployers\": [],\r\n    \"AccessibleProcesses\": [],\r\n    \"Active\": true,\r\n    \"CardId\": \"\",\r\n    \"CreatedDateTime\": null,\r\n    \"CrewLeaderTrainingComplete\": false,\r\n    \"CrewLeaderTrainingPrompts\": 5,\r\n    \"CurrentCrew\": \"\",\r\n    \"CurrentDepartment\": \"\",\r\n    \"CurrentEmployer\": \"\",\r\n    \"CurrentOccupation\": \"\",\r\n    \"CurrentProcess\": \"\",\r\n    \"CurrentWorkScheduleRule\": \"\",\r\n    \"Deleted\": null,\r\n    \"DisableAddLeave\": false,\r\n    \"EmailAddress\": \"\",\r\n    \"EmployeeNo\": \"\",\r\n    \"FirstName\": \"User-{{timestampMoment}}\",\r\n    \"FullStoryRecordingEnabled\": false,\r\n    \"IsAShiftPlanAcknowledger\": false,\r\n    \"LastConfirmedMajorRelease\": \"\",\r\n    \"LastName\": \"API-{{timestampMoment}}\",\r\n    \"LeaveApprovalModel\": \"\",\r\n    \"Password\": \"letmein\",\r\n    \"Roles\": [\r\n        {\r\n            \"Role\": \"roles-33\",\r\n            \"RoleName\": \"Location Manager\"\r\n        }\r\n    ],\r\n    \"ShowInRoster\": false,\r\n    \"Source\": \"\",\r\n    \"Tags\": [],\r\n    \"TrackShiftAttendance\": false,\r\n    \"Username\": \"locmanager.api-{{timestampMoment}}\",\r\n    \"Skills\": [\r\n        {\r\n                \"SkillId\": \"skills-2-A\",\r\n                \"ExpiryDate\": \"2022-08-30T00:00:00\"\r\n        },\r\n                {\r\n                \"SkillId\": \"skills-3-A\",\r\n                \"ExpiryDate\": \"2022-08-30T00:00:00\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Users.json","description":"<p>This API endpoint will create a User</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Users - Allows user to manage Users.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreatedDateTime</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FullStoryRecordingEnabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Username</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CrewLeaderTrainingPrompts</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CrewLeaderTrainingComplete</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CardId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EmployeeNo</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MobileNumber</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowInRoster</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Active</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisableAddLeave</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LastConfirmedMajorRelease</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentOccupation</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentDepartment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentProcess</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentCrew</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentWorkScheduleRule</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentEmployer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsEmailVerified</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>AllowedPolicies</td>\n<td>A list of the current user's access policies</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsAShiftPlanAcknowledger</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Roles</td>\n<td></td>\n<td><strong>Collection of UserRole</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AccessibleProcesses</td>\n<td></td>\n<td><strong>Collection of UserAccessibleProcess</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AccessibleEmployers</td>\n<td></td>\n<td><strong>Collection of UserAccessibleEmployer</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Processes</td>\n<td></td>\n<td><strong>Collection of UserProcess</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Crews</td>\n<td></td>\n<td><strong>Collection of UserCrew</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>WorkScheduleRules</td>\n<td></td>\n<td><strong>Collection of UserWorkScheduleRule</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Departments</td>\n<td></td>\n<td><strong>Collection of UserDepartment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Occupations</td>\n<td></td>\n<td><strong>Collection of UserOccupation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Employers</td>\n<td></td>\n<td><strong>Collection of UserEmployer</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultEquipment</td>\n<td>List of default equipment this user operates.</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Leaves</td>\n<td></td>\n<td><strong>Collection of UserLeave</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td>A collection of tag ids</td>\n<td><strong>Collection of AppliedTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>LeaveApprovalModel</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Provider</td>\n<td>Identifier of the external identity provider.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProviderId</td>\n<td>User's unique identifier provided by the external identity provider.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserRole</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Role</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RoleName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserAccessibleProcess</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProcessName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProcessType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserAccessibleEmployer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Employer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserProcess</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserCrew</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Crew</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserWorkScheduleRule</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WorkScheduleRule</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserDepartment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Department</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserOccupation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Occupation</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserEmployer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Employer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserLeave</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UserId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EmployeeNo</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateRequested</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LeaveType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LeaveTypeDisp</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LeaveGroup</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ActualDays</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateApprover1Actioned</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateApprover2Actioned</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NotApprovedReason</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SchoolHolidaysDeclinedLastTime</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AccruedHoursEntered</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EstimatedRemainingHours</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ActualHours</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LeaveInPeriodHours</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Planned</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Processed</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>KioskRequest</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SummaryString</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UserComments</td>\n<td></td>\n<td><strong>Collection of UserComment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserComment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedBy</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CommentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AppliedTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td>The Id of a Tag. If null, it is an ad-hoc AppliedTag.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the AppliedTag. Otherwise, it is the Tag's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManuallyAdded</td>\n<td>Indicates that this applied tag was added by a manual user action. Once this flag is set to true, the AutoAssignCondition is ignored.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"34c170c5-0666-4368-b73a-9d92d7e58eb6","id":"34c170c5-0666-4368-b73a-9d92d7e58eb6","name":"Users","type":"folder"}},"urlObject":{"path":["api","v1","Users.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac26f5a2-9ac7-4d19-b862-e8a5f4992bb5"},{"name":"Edit User","event":[{"listen":"test","script":{"id":"921bc547-2bb6-41a8-8b69-0f5e91bc4162","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"fcae6495-8b75-481d-abbe-7cb6299e0940","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Skills\",\r\n        \"value\": [\r\n            {\r\n                \"Id\": \"f547bac8-c187-4159-9e46-ad9bfb40f0cb\",\r\n                \"SkillId\": \"skills-5-A\"\r\n            }\r\n        ]\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Users.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a User</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Users - Allows user to manage Users.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the User</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>InternalServerError (500)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"34c170c5-0666-4368-b73a-9d92d7e58eb6","id":"34c170c5-0666-4368-b73a-9d92d7e58eb6","name":"Users","type":"folder"}},"urlObject":{"path":["api","v1","Users.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fcae6495-8b75-481d-abbe-7cb6299e0940"},{"name":"Restore User","event":[{"listen":"test","script":{"id":"921bc547-2bb6-41a8-8b69-0f5e91bc4162","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"afd8a6a8-b94b-4875-b579-3eaefc8c45b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Deleted\",\r\n        \"value\": false\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Users.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a User</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Users - Allows user to manage Users.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the User</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>InternalServerError (500)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"34c170c5-0666-4368-b73a-9d92d7e58eb6","id":"34c170c5-0666-4368-b73a-9d92d7e58eb6","name":"Users","type":"folder"}},"urlObject":{"path":["api","v1","Users.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"afd8a6a8-b94b-4875-b579-3eaefc8c45b0"},{"name":"Update User","event":[{"listen":"test","script":{"id":"29383503-a533-43d4-825f-065e3eb50441","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"d3a5fea8-d249-4702-bb07-0ecd6cf53770","exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript"}}],"id":"0094f8c0-bcf4-464b-87eb-9b72c1db0007","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"FullStoryRecordingEnabled\": false,\r\n    \"Username\": \"locmanager.api-{{timestampMoment}}\",\r\n    \"CrewLeaderTrainingPrompts\": 5,\r\n    \"FirstName\": \"User-{{timestampMoment}}\",\r\n    \"LastName\": \"API Updated-{{timestampMoment}}\",\r\n    \"Active\": true,\r\n    \"IsAShiftPlanAcknowledger\": false,\r\n        \"Skills\":[\r\n        {\r\n            \"Id\":\"8611be27-e16b-410b-ae61-917924afa692\",\r\n            \"SkillId\":\"skills-2-A\"\r\n        },\r\n        {\r\n            \"Id\":\"6f39f191-39fe-41aa-9fe7-9e5cb55ee452\",\r\n            \"SkillId\":\"skills-3-A\"\r\n        },\r\n        {\r\n            \"Id\":\"96cf456f-03dc-4996-b05e-4bc4e932c27d\",\r\n            \"SkillId\":\"skills-38-A\"\r\n        }\r\n    ],\r\n    \"Roles\": [\r\n        {\r\n            \"Id\": \"aa024fcc-ad56-46f8-b209-8452c3440238\",\r\n            \"Role\": \"roles-33\",\r\n            \"RoleName\": \"Location Manager\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/users.json/{{Id}}","description":"<p>This API endpoint will Update a User</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Users - Allows user to manage Users.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the User</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreatedDateTime</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FullStoryRecordingEnabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Username</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CrewLeaderTrainingPrompts</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CrewLeaderTrainingComplete</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CardId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EmployeeNo</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MobileNumber</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowInRoster</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Active</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisableAddLeave</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LastConfirmedMajorRelease</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentOccupation</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentDepartment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentProcess</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentCrew</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentWorkScheduleRule</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentEmployer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsEmailVerified</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>AllowedPolicies</td>\n<td>A list of the current user's access policies</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsAShiftPlanAcknowledger</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Roles</td>\n<td></td>\n<td><strong>Collection of UserRole</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AccessibleProcesses</td>\n<td></td>\n<td><strong>Collection of UserAccessibleProcess</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AccessibleEmployers</td>\n<td></td>\n<td><strong>Collection of UserAccessibleEmployer</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Processes</td>\n<td></td>\n<td><strong>Collection of UserProcess</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Crews</td>\n<td></td>\n<td><strong>Collection of UserCrew</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>WorkScheduleRules</td>\n<td></td>\n<td><strong>Collection of UserWorkScheduleRule</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Departments</td>\n<td></td>\n<td><strong>Collection of UserDepartment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Occupations</td>\n<td></td>\n<td><strong>Collection of UserOccupation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Employers</td>\n<td></td>\n<td><strong>Collection of UserEmployer</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultEquipment</td>\n<td>List of default equipment this user operates.</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Leaves</td>\n<td></td>\n<td><strong>Collection of UserLeave</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td>A collection of tag ids</td>\n<td><strong>Collection of AppliedTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>LeaveApprovalModel</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Provider</td>\n<td>Identifier of the external identity provider.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProviderId</td>\n<td>User's unique identifier provided by the external identity provider.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserRole</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Role</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RoleName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserAccessibleProcess</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProcessName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProcessType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserAccessibleEmployer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Employer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserProcess</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserCrew</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Crew</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserWorkScheduleRule</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WorkScheduleRule</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserDepartment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Department</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserOccupation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Occupation</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserEmployer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Employer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserLeave</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UserId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EmployeeNo</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateRequested</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LeaveType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LeaveTypeDisp</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LeaveGroup</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ActualDays</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateApprover1Actioned</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateApprover2Actioned</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NotApprovedReason</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SchoolHolidaysDeclinedLastTime</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AccruedHoursEntered</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EstimatedRemainingHours</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ActualHours</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LeaveInPeriodHours</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Planned</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Processed</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>KioskRequest</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SummaryString</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UserComments</td>\n<td></td>\n<td><strong>Collection of UserComment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserComment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedBy</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CommentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AppliedTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td>The Id of a Tag. If null, it is an ad-hoc AppliedTag.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the AppliedTag. Otherwise, it is the Tag's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManuallyAdded</td>\n<td>Indicates that this applied tag was added by a manual user action. Once this flag is set to true, the AutoAssignCondition is ignored.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"34c170c5-0666-4368-b73a-9d92d7e58eb6","id":"34c170c5-0666-4368-b73a-9d92d7e58eb6","name":"Users","type":"folder"}},"urlObject":{"path":["api","v1","users.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0094f8c0-bcf4-464b-87eb-9b72c1db0007"},{"name":"Delete User","event":[{"listen":"test","script":{"id":"6a86f95b-32d0-48da-be47-976819ddb564","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"d9a99ad1-0bd6-4fec-bdd3-e54b3163bc17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Users.json/{{Id}}","description":"<p>This API endpoint will delete a User</p>\n<p><strong>PLEASE NOTE:</strong> <em>This endpoint does not actually delete the indicated document, but instead flags it as deleted.</em></p>\n<p>Records flagged as deleted are not returned by the GET endpoint by default. Pass 'includedeleted=true' on the query string to retrieve records flagged as deleted</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Users - Allows user to manage Users.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the User</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"34c170c5-0666-4368-b73a-9d92d7e58eb6","id":"34c170c5-0666-4368-b73a-9d92d7e58eb6","name":"Users","type":"folder"}},"urlObject":{"path":["api","v1","Users.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9a99ad1-0bd6-4fec-bdd3-e54b3163bc17"}],"id":"34c170c5-0666-4368-b73a-9d92d7e58eb6","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"4ed7e8b6-e4de-4d27-8f4c-e487a9d5d24d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8b2f55a7-e08f-4c29-9fef-b13d0544b40d","type":"text/javascript","exec":[""]}}],"_postman_id":"34c170c5-0666-4368-b73a-9d92d7e58eb6","description":""},{"name":"User Leaves","item":[{"name":"Leave Types","item":[{"name":"GET list of Leave Types","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData[jsonData.length-1].Id);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"3e211087-c8cc-4cde-93d7-4c32e0da3044"}}],"id":"f1b195ca-cd03-4f97-83bc-4def2bdfce0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/leavetypes.json","description":"<p>This API endpoint will return a List of LeaveTypes.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Leave Types - Allows user to view Leave Types.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/leavetypes.json?query=Orange&amp;defaultfield=Colour</p>\n<p><strong>Indexes</strong></p>\n<p>The LeaveTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong><br />You may specify sorting via the sort query string argument. Any property of the LeaveType (excluding collections) may be used to sort the LeaveTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"24129d6a-155c-45a6-be3a-9dea22e47fba","id":"24129d6a-155c-45a6-be3a-9dea22e47fba","name":"Leave Types","type":"folder"}},"urlObject":{"path":["api","v1","leavetypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1b195ca-cd03-4f97-83bc-4def2bdfce0e"},{"name":"GET specific Leave Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"6dc82e26-8d73-458f-8c23-f28fc3624f6c"}}],"id":"856f1a3c-61df-47fb-890c-e848248f7735","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/leavetypes.json/{{Id}}","description":"<p>This API endpoint will return a specific LeaveType.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Leave Types - Allows user to view Leave Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Leave Type</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"24129d6a-155c-45a6-be3a-9dea22e47fba","id":"24129d6a-155c-45a6-be3a-9dea22e47fba","name":"Leave Types","type":"folder"}},"urlObject":{"path":["api","v1","leavetypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"856f1a3c-61df-47fb-890c-e848248f7735"}],"id":"24129d6a-155c-45a6-be3a-9dea22e47fba","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"5a07e4ed-71d5-479a-84b1-08050c3723cc"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"02ff414c-7ff3-4565-9826-01309a728e7d"}}],"_postman_id":"24129d6a-155c-45a6-be3a-9dea22e47fba","description":""},{"name":"Occupations","item":[{"name":"Occupation Type","item":[{"name":"GET Occupation Types","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9d890e35-7b61-4df9-88aa-cec1c01b64d2"}}],"id":"28e4d1c3-b1a0-4177-8e77-97080f690165","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/OccupationTypes.json","description":"<p>This API endpoint will return a List of OccupationTypes</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View OccupationTypes - Allows user to view OccupationTypes.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/OccupationTypes.json?query=SUP&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The OccupationTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the OccupationTypes (excluding collections) may be used to sort the OccupationTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bde65ccb-424a-4c25-b827-9cec0203f6d2","id":"bde65ccb-424a-4c25-b827-9cec0203f6d2","name":"Occupation Type","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"28e4d1c3-b1a0-4177-8e77-97080f690165"},{"name":"GET Specific Occupation Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9b878f62-4ae5-4111-b1fc-b470984f9c54"}}],"id":"e8be1bf3-7cea-4db0-b3cb-82711490f4ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/OccupationTypes.json/{{Id}}","description":"<p>This API endpoint will return a specific Occupation Type.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Occupation Types - Allows user to view Occupation Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation Type</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bde65ccb-424a-4c25-b827-9cec0203f6d2","id":"bde65ccb-424a-4c25-b827-9cec0203f6d2","name":"Occupation Type","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8be1bf3-7cea-4db0-b3cb-82711490f4ea"}],"id":"bde65ccb-424a-4c25-b827-9cec0203f6d2","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"491fe9d6-bcf6-4e7b-928d-9e6ad4eb2172"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"692eb17d-76db-484b-91f9-f5542a2bfbef"}}],"_postman_id":"bde65ccb-424a-4c25-b827-9cec0203f6d2","description":""},{"name":"GET Occupations","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c9823a90-fd3e-4370-b029-6b322cacaec3"}}],"id":"d64d7afa-bcac-45a3-a472-fe60cc69fe6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Occupations.json","description":"<p>This API endpoint will return a List of Occupations</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Occupations - Allows user to view Occupations.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Occupations.json?query=false&amp;defaultfield=IsASpecialApprovalManager</p>\n<p><strong>Indexes</strong></p>\n<p>The Occupations endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Occupations (excluding collections) may be used to sort the Occupations list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"dfbe8e8e-b4f5-420d-9540-405c7395c109","id":"dfbe8e8e-b4f5-420d-9540-405c7395c109","name":"Occupations","type":"folder"}},"urlObject":{"path":["api","v1","Occupations.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d64d7afa-bcac-45a3-a472-fe60cc69fe6f"},{"name":"GET Specific Occupation","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"e5b25c5b-0f27-44f0-b484-01c9bd51e277"}}],"id":"f3585e9c-edad-4cb5-b1c2-61ad9e0b4e3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Occupations.json/{{Id}}","description":"<p>This API endpoint will return a specific Occupation.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Occupations - Allows user to view Occupations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"dfbe8e8e-b4f5-420d-9540-405c7395c109","id":"dfbe8e8e-b4f5-420d-9540-405c7395c109","name":"Occupations","type":"folder"}},"urlObject":{"path":["api","v1","Occupations.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3585e9c-edad-4cb5-b1c2-61ad9e0b4e3c"}],"id":"dfbe8e8e-b4f5-420d-9540-405c7395c109","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"1fa358a4-fdd8-4525-bb9b-84a047fba744"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"90d81f52-d99d-480c-9d05-e3f8481e7c8a"}}],"_postman_id":"dfbe8e8e-b4f5-420d-9540-405c7395c109","description":""},{"name":"Users","item":[{"name":"Crews","item":[{"name":"Get list of crews","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"41ebd3aa-a3db-4733-8ce7-fc36d966e24b"}}],"id":"a2e91e97-0c20-4568-a28f-bccd1911921b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Crews.json","description":"<p>This API endpoint will return a List of Crews</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Crews - Allows user to view Crews.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Crews.json?query=WEDS&amp;defaultfield=Name</p>\n<p><strong>Indexes</strong></p>\n<p>The Crews endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Crews (excluding collections) may be used to sort the Crews list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"47becaf7-07f5-4122-b65d-2f7f17d9a1a2","id":"47becaf7-07f5-4122-b65d-2f7f17d9a1a2","name":"Crews","type":"folder"}},"urlObject":{"path":["api","v1","Crews.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2e91e97-0c20-4568-a28f-bccd1911921b"},{"name":"Get specific crew","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"0e2e4885-4e08-4e8a-aed0-ecb2c6e843cd"}}],"id":"01a17ea7-80d3-4ee8-ac97-cf5f681968fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Crews.json/{{Id}}","description":"<p>This API endpoint will return a specific Crew.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Crew - Allows user to view Crew.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Crew</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"47becaf7-07f5-4122-b65d-2f7f17d9a1a2","id":"47becaf7-07f5-4122-b65d-2f7f17d9a1a2","name":"Crews","type":"folder"}},"urlObject":{"path":["api","v1","Crews.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"01a17ea7-80d3-4ee8-ac97-cf5f681968fa"}],"id":"47becaf7-07f5-4122-b65d-2f7f17d9a1a2","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"da8c8ab1-868d-4d1f-aac2-4022c19cf865"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0bae8a8f-16b8-4988-ac33-924d643fe199"}}],"_postman_id":"47becaf7-07f5-4122-b65d-2f7f17d9a1a2","description":""},{"name":"Employers","item":[{"name":"Get list of employers","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"a8874752-6868-4f78-9e96-167a6fb64d1c"}}],"id":"05e714ef-cd7f-40b2-b34c-c10392e15520","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Employers.json","description":"<p>This API endpoint will return a List of Employers</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Employers - Allows user to view Districts.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Employers.json?query=true&amp;defaultfield=Contractor</p>\n<p><strong>Indexes</strong></p>\n<p>The Employers endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Employers (excluding collections) may be used to sort the Employers list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"127f821b-590e-46bf-bf47-9f721a56b11b","id":"127f821b-590e-46bf-bf47-9f721a56b11b","name":"Employers","type":"folder"}},"urlObject":{"path":["api","v1","Employers.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"05e714ef-cd7f-40b2-b34c-c10392e15520"},{"name":"Get specific employers","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"a0a029d1-b9b4-4b06-ad62-e39d5309af4c"}}],"id":"de9e6838-0062-467a-9dad-465e51e3becd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"API New\",\r\n    \"ShortCode\": \"API\",\r\n    \"Contractor\": false,\r\n    \"DisplayOrder\": 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Employers.json/{{Id}}","description":"<p>This API endpoint will return a specific Employer.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Employers - Allows user to view Employers.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Employer</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"127f821b-590e-46bf-bf47-9f721a56b11b","id":"127f821b-590e-46bf-bf47-9f721a56b11b","name":"Employers","type":"folder"}},"urlObject":{"path":["api","v1","Employers.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"de9e6838-0062-467a-9dad-465e51e3becd"}],"id":"127f821b-590e-46bf-bf47-9f721a56b11b","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"3b79b828-8c90-4f96-9dfc-321547cb7006"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"9a815f79-f7b2-4533-ad2a-719a6d6b6b61"}}],"_postman_id":"127f821b-590e-46bf-bf47-9f721a56b11b","description":""},{"name":"Work Schedule Rules","item":[{"name":"Get list of Work Schedule Rules","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"23b271d0-4fea-4801-a5ae-0a7b633bc9e1"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9efce4b9-63b6-460a-a5f4-ccf5a4cfdbb3"}}],"id":"e00e9016-f5b5-400e-8a23-7ba91b3b7d93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/WorkScheduleRules.json","description":"<p>This API endpoint will return a List of WorkScheduleRules.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Work Schedule Rules - Allows user to view Work Schedule Rules.</li>\n</ul>\n<p><strong>Filtering the Results</strong> - You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>/api/v1/WorkScheduleRules.json?query=Weekend Night Shift&amp;defaultfield=Name</p>\n<p>EndFragment</p>\n<p><strong>Indexes</strong><br />The WorkScheduleRules endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong><br />You may specify sorting via the sort query string argument. Any property of the WorkScheduleRule (excluding collections) may be used to sort the WorkScheduleRules list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"41524d4e-50a1-49d9-8dd5-4b892cd3a601","id":"41524d4e-50a1-49d9-8dd5-4b892cd3a601","name":"Work Schedule Rules","type":"folder"}},"urlObject":{"path":["api","v1","WorkScheduleRules.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e00e9016-f5b5-400e-8a23-7ba91b3b7d93"},{"name":"Get Specific Work Schedule Rule","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"6cfd075d-e4b2-4def-97da-02bed8b54e0f"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"551707ad-a39f-4108-ba7f-aebf292f5856"}}],"id":"83ac1968-99a9-4f80-a925-322c2711bdd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/WorkScheduleRules.json/{{Id}}","description":"<p>This API endpoint will return a specific WorkScheduleRules</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Work Schedule Rules - Allows user to view Work Schedule Rules.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Work Schedule Rule</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"41524d4e-50a1-49d9-8dd5-4b892cd3a601","id":"41524d4e-50a1-49d9-8dd5-4b892cd3a601","name":"Work Schedule Rules","type":"folder"}},"urlObject":{"path":["api","v1","WorkScheduleRules.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"83ac1968-99a9-4f80-a925-322c2711bdd3"}],"id":"41524d4e-50a1-49d9-8dd5-4b892cd3a601","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"90a192a1-aaf3-4f3b-ad29-d3aa28f5fb6d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"a833c326-a753-401b-b6f7-f316765047ce"}}],"_postman_id":"41524d4e-50a1-49d9-8dd5-4b892cd3a601","description":""},{"name":"GET list of users","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"5986a972-7396-4343-a328-8921324e1a83"}}],"id":"c008b5eb-0335-4065-acc3-105ea1886056","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Users.json","description":"<p>This API endpoint will return a List of Users.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Users - Allows user to view Users.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>/api/v1/Users.json?query=Matt&amp;defaultfield=FirstName</p>\n<p><strong>Indexes</strong></p>\n<p>The Users endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the User (excluding collections) may be used to sort the Users list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2bb8d839-6b96-4fec-a7be-cf65e439e0e1","id":"2bb8d839-6b96-4fec-a7be-cf65e439e0e1","name":"Users","type":"folder"}},"urlObject":{"path":["api","v1","Users.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c008b5eb-0335-4065-acc3-105ea1886056"},{"name":"GET Specific User","event":[{"listen":"test","script":{"id":"657bd353-d885-403d-a340-8ac4fd25ad3a","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"04f40402-ce82-462a-99cf-b9201642cb67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Users.json/{{Id}}","description":"<p>This API endpoint will return a specific User.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Users - Allows user to view Users.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the User</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2bb8d839-6b96-4fec-a7be-cf65e439e0e1","id":"2bb8d839-6b96-4fec-a7be-cf65e439e0e1","name":"Users","type":"folder"}},"urlObject":{"path":["api","v1","Users.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"04f40402-ce82-462a-99cf-b9201642cb67"}],"id":"2bb8d839-6b96-4fec-a7be-cf65e439e0e1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"4ed7e8b6-e4de-4d27-8f4c-e487a9d5d24d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8b2f55a7-e08f-4c29-9fef-b13d0544b40d","type":"text/javascript","exec":[""]}}],"_postman_id":"2bb8d839-6b96-4fec-a7be-cf65e439e0e1","description":""},{"name":"GET List of Leaves","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"48257ff5-98f9-4481-862b-fd813ef19cfa"}}],"id":"80df0662-0fcc-42ae-a4ec-ce51dff0130c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/userleaves.json","description":"<p>This API endpoint will return a List of UserLeaves.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Leave - Allows user to view Leave.</li>\n</ul>\n<p><strong>Filtering the Results</strong><br />You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>StartFragment</p>\n<p>/api/v1/userleaves.json?query=Pending&amp;defaultfield=Status  </p>\n<p><strong>Indexes</strong><br />The UserLeaves endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong><br />You may specify sorting via the sort query string argument. Any property of the UserLeave (excluding collections) may be used to sort the UserLeaves list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"44b0f8b3-6f32-4085-beef-23b8a2f242a2","id":"44b0f8b3-6f32-4085-beef-23b8a2f242a2","name":"User Leaves","type":"folder"}},"urlObject":{"path":["api","v1","userleaves.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"80df0662-0fcc-42ae-a4ec-ce51dff0130c"},{"name":"GET Specific Leave","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"dc864434-dafa-45d5-b261-1a9daaef4a91"}}],"id":"f4f50b67-4d61-481c-9c36-e5c2d1d50001","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/userleaves.json/{{Id}}","description":"<p>This API endpoint will return a specific UserLeave.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Leave - Allows user to view Leave.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Leave</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"44b0f8b3-6f32-4085-beef-23b8a2f242a2","id":"44b0f8b3-6f32-4085-beef-23b8a2f242a2","name":"User Leaves","type":"folder"}},"urlObject":{"path":["api","v1","userleaves.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4f50b67-4d61-481c-9c36-e5c2d1d50001"},{"name":"Add leave","event":[{"listen":"test","script":{"id":"8fdfb1a7-5509-48ab-ada3-a5c15d7ef658","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"3dc4952b-c978-47fe-a26f-c581f2ce6cb0","exec":["var date = new Date();\r","var currentDay = date.toLocaleDateString(\"en-US\");\r","postman.setEnvironmentVariable(\"currentDay\", currentDay);\r","var followingDay = new Date(date.setDate(date.getDate() + 1)).toLocaleDateString(\"en-US\");\r","postman.setEnvironmentVariable(\"followingDay\", followingDay);"],"type":"text/javascript"}}],"id":"3f1f2d52-35bb-45d7-9a64-3669b0cead02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": \"{{UserId}}\",\r\n    \"LeaveType\": \"{{leaveShortCode}}\",\r\n    \"FromDate\": \"{{currentDay}}\",\r\n    \"ToDate\": \"{{followingDay}}\",\r\n    \"DateRequested\": \"{{currentDay}}\",\r\n    \"Status\": \"Approved\",\r\n    \"Planned\": true,\r\n    \"Comments\": \"\",\r\n    \"Source\": \"\",\r\n    \"SourceId\": \"\",\r\n    \"Deleted\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/userleaves.json","description":"<p>This API endpoint will create a UserLeave</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Leave - Allows user to manage Leave.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td>**Required Field  <br />**The ID of the user who has the user leave</td>\n<td>string</td>\n<td><em><strong>Reference Data: GET List of Users  <br />{{Url}}/api/v1/users.json</strong></em>  <br />This API endpoint will return the list of users (required: users.Id) so that the correct user can be selected for the user leave</td>\n</tr>\n<tr>\n<td>LeaveType</td>\n<td>**Required Field  <br />**The type of the user leave (e.g. Annual Leave)</td>\n<td>string</td>\n<td><em><strong>Reference Data: GET List of Leave Types  <br />{{Url}}/api/v1/leavetypes.json</strong></em>  <br />This API endpoint will return the list of leave types (required: leavetypes.Name) so that the correct leave type can be selected for the user leave</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>**Required Field  <br />**The start date of the user leave</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>**Required Field  <br />**The end date of the user leave</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td>The source sytem of the user leave (e.g. SAP)</td>\n<td>string</td>\n<td>IF not provided then the value is \"\"</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td>The unique identifier of the user leave within the source system (e.g. SAPLEAVE-0000123609)</td>\n<td>string</td>\n<td>IF not provided then the value is \"\"</td>\n</tr>\n<tr>\n<td>DateRequested</td>\n<td>The date when the user leave was requested</td>\n<td>date</td>\n<td>IF not provided then the value is the date of the API request</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>The status of the user leave  <br />Possible values: \"Pending\", \"Approved\", \"Approved (Pending Paperwork)\", \"Declined\", \"InDispute\", \"Cancelled\"</td>\n<td>string</td>\n<td>IF not provided then the value is \"Pending\"</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>Additional information / justification of the user leave</td>\n<td>string</td>\n<td>IF not provided then the value is \"\"</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td>Indicates that the user leave is deleted or not</td>\n<td>boolean</td>\n<td>IF not provided then the value is \"False\"</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"44b0f8b3-6f32-4085-beef-23b8a2f242a2","id":"44b0f8b3-6f32-4085-beef-23b8a2f242a2","name":"User Leaves","type":"folder"}},"urlObject":{"path":["api","v1","userleaves.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f1f2d52-35bb-45d7-9a64-3669b0cead02"},{"name":"Edit Leave","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"b945941d-0bff-44e2-8fce-2a0f271c59c3"}}],"id":"2f250471-5666-489d-b7a1-717606897c54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Status\",\r\n        \"value\": \"Pending\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/userleaves.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a UserLeave</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Leave - Allows user to manage Leave.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Location</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>InternalServerError (500)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"44b0f8b3-6f32-4085-beef-23b8a2f242a2","id":"44b0f8b3-6f32-4085-beef-23b8a2f242a2","name":"User Leaves","type":"folder"}},"urlObject":{"path":["api","v1","userleaves.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f250471-5666-489d-b7a1-717606897c54"},{"name":"Update Leave","event":[{"listen":"test","script":{"id":"75149814-28b7-44df-b10e-27ef2876ae94","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"0806e1a0-78e9-4573-8787-addb35ec364e","exec":["var date = new Date();\r","var currentDay = date.toLocaleDateString(\"en-US\");\r","postman.setEnvironmentVariable(\"currentDay\", currentDay);\r","var followingDay = new Date(date.setDate(date.getDate() + 1)).toLocaleDateString(\"en-US\");\r","postman.setEnvironmentVariable(\"followingDay\", followingDay);"],"type":"text/javascript"}}],"id":"b8b40a90-e19a-488d-a33d-797a44cf02f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": \"{{UserId}}\",\r\n    \"LeaveType\": \"{{leaveShortCode}}\",\r\n    \"FromDate\": \"{{currentDay}}\",\r\n    \"ToDate\": \"{{followingDay}}\",\r\n    \"DateRequested\": \"{{currentDay}}\",\r\n    \"Status\": \"Approved\",\r\n    \"Planned\": true,\r\n    \"Comments\": \"\",\r\n    \"Source\": \"\",\r\n    \"SourceId\": \"\",\r\n    \"Deleted\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/userleaves.json/{{Id}}","description":"<p>This API endpoint will update a UserLeave</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Leave - Allows user to manage Leave.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Leave</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td>**Required Field  <br />**The ID of the user who has the user leave</td>\n<td>string</td>\n<td><em><strong>Reference Data: GET List of Users  <br />{{Url}}/api/v1/users.json</strong></em>  <br />This API endpoint will return the list of users (required: users.Id) so that the correct user can be selected for the user leave</td>\n</tr>\n<tr>\n<td>LeaveType</td>\n<td>**Required Field  <br />**The type of the user leave (e.g. Annual Leave)</td>\n<td>string</td>\n<td><em><strong>Reference Data: GET List of Leave Types  <br />{{Url}}/api/v1/leavetypes.json</strong></em>  <br />This API endpoint will return the list of leave types (required: leavetypes.Name) so that the correct leave type can be selected for the user leave</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>**Required Field  <br />**The start date of the user leave</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>**Required Field  <br />**The end date of the user leave</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td>The source sytem of the user leave (e.g. SAP)</td>\n<td>string</td>\n<td>IF not provided then the value is \"\"</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td>The unique identifier of the user leave within the source system (e.g. SAPLEAVE-0000123609)</td>\n<td>string</td>\n<td>IF not provided then the value is \"\"</td>\n</tr>\n<tr>\n<td>DateRequested</td>\n<td>The date when the user leave was requested</td>\n<td>date</td>\n<td>IF not provided then the value is the date of the API request</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>The status of the user leave  <br />Possible values: \"Pending\", \"Approved\", \"Approved (Pending Paperwork)\", \"Declined\", \"InDispute\", \"Cancelled\"</td>\n<td>string</td>\n<td>IF not provided then the value is \"Pending\"</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>Additional information / justification of the user leave</td>\n<td>string</td>\n<td>IF not provided then the value is \"\"</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td>Indicates that the user leave is deleted or not</td>\n<td>boolean</td>\n<td>IF not provided then the value is \"False\"</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"44b0f8b3-6f32-4085-beef-23b8a2f242a2","id":"44b0f8b3-6f32-4085-beef-23b8a2f242a2","name":"User Leaves","type":"folder"}},"urlObject":{"path":["api","v1","userleaves.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8b40a90-e19a-488d-a33d-797a44cf02f0"},{"name":"DELETE Leave","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"55dd2e04-4084-4ff8-976d-ab9ac51fc567"}}],"id":"84c3595c-42bb-441e-b3d4-058fe2eae03c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/userleaves.json/{{Id}}","description":"<p>This API endpoint will delete a UserLeave</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Leave - Allows user to manage Leave.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Leave</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p>Potential Error Response Codes</p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"44b0f8b3-6f32-4085-beef-23b8a2f242a2","id":"44b0f8b3-6f32-4085-beef-23b8a2f242a2","name":"User Leaves","type":"folder"}},"urlObject":{"path":["api","v1","userleaves.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"84c3595c-42bb-441e-b3d4-058fe2eae03c"}],"id":"44b0f8b3-6f32-4085-beef-23b8a2f242a2","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"80a05638-1f6d-4927-927a-5aad486a9248"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"5fe00908-23c3-46a2-80e3-6ca337801b9e"}}],"_postman_id":"44b0f8b3-6f32-4085-beef-23b8a2f242a2","description":""},{"name":"User Overtimes","item":[{"name":"Occupations","item":[{"name":"Occupation Type","item":[{"name":"GET Occupation Types","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9d890e35-7b61-4df9-88aa-cec1c01b64d2"}}],"id":"ef637d2e-2806-43f3-8f69-e178dbcbe475","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/OccupationTypes.json","description":"<p>This API endpoint will return a List of OccupationTypes</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View OccupationTypes - Allows user to view OccupationTypes.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/OccupationTypes.json?query=SUP&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The OccupationTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the OccupationTypes (excluding collections) may be used to sort the OccupationTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"47c91b24-06aa-4868-b177-29a169732eaa","id":"47c91b24-06aa-4868-b177-29a169732eaa","name":"Occupation Type","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef637d2e-2806-43f3-8f69-e178dbcbe475"},{"name":"GET Specific Occupation Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9b878f62-4ae5-4111-b1fc-b470984f9c54"}}],"id":"1cdf3d1e-ccb0-4351-897a-f19bfdedd794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/OccupationTypes.json/{{Id}}","description":"<p>This API endpoint will return a specific Occupation Type.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Occupation Types - Allows user to view Occupation Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation Type</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"47c91b24-06aa-4868-b177-29a169732eaa","id":"47c91b24-06aa-4868-b177-29a169732eaa","name":"Occupation Type","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1cdf3d1e-ccb0-4351-897a-f19bfdedd794"}],"id":"47c91b24-06aa-4868-b177-29a169732eaa","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"491fe9d6-bcf6-4e7b-928d-9e6ad4eb2172"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"692eb17d-76db-484b-91f9-f5542a2bfbef"}}],"_postman_id":"47c91b24-06aa-4868-b177-29a169732eaa","description":""},{"name":"GET Occupations","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c9823a90-fd3e-4370-b029-6b322cacaec3"}}],"id":"dd302701-a8c1-498a-b27d-3afc0e4c6aad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Occupations.json","description":"<p>This API endpoint will return a List of Occupations</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Occupations - Allows user to view Occupations.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Occupations.json?query=false&amp;defaultfield=IsASpecialApprovalManager</p>\n<p><strong>Indexes</strong></p>\n<p>The Occupations endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Occupations (excluding collections) may be used to sort the Occupations list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"31586e47-5a91-4eb6-a977-c626d5d7aea7","id":"31586e47-5a91-4eb6-a977-c626d5d7aea7","name":"Occupations","type":"folder"}},"urlObject":{"path":["api","v1","Occupations.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd302701-a8c1-498a-b27d-3afc0e4c6aad"},{"name":"GET Specific Occupation","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"e5b25c5b-0f27-44f0-b484-01c9bd51e277"}}],"id":"ee9d15bf-eb3e-45ce-b358-5087294d0371","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Occupations.json/{{Id}}","description":"<p>This API endpoint will return a specific Occupation.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Occupations - Allows user to view Occupations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"31586e47-5a91-4eb6-a977-c626d5d7aea7","id":"31586e47-5a91-4eb6-a977-c626d5d7aea7","name":"Occupations","type":"folder"}},"urlObject":{"path":["api","v1","Occupations.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee9d15bf-eb3e-45ce-b358-5087294d0371"}],"id":"31586e47-5a91-4eb6-a977-c626d5d7aea7","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"1fa358a4-fdd8-4525-bb9b-84a047fba744"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"90d81f52-d99d-480c-9d05-e3f8481e7c8a"}}],"_postman_id":"31586e47-5a91-4eb6-a977-c626d5d7aea7","description":""},{"name":"Users","item":[{"name":"Crews","item":[{"name":"Get list of crews","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"41ebd3aa-a3db-4733-8ce7-fc36d966e24b"}}],"id":"b351da4d-725f-4bb7-a903-b368af71b638","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Crews.json","description":"<p>This API endpoint will return a List of Crews</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Crews - Allows user to view Crews.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Crews.json?query=WEDS&amp;defaultfield=Name</p>\n<p><strong>Indexes</strong></p>\n<p>The Crews endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Crews (excluding collections) may be used to sort the Crews list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"0716def0-39be-418b-a1a9-56f9838a236e","id":"0716def0-39be-418b-a1a9-56f9838a236e","name":"Crews","type":"folder"}},"urlObject":{"path":["api","v1","Crews.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b351da4d-725f-4bb7-a903-b368af71b638"},{"name":"Get specific crew","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"0e2e4885-4e08-4e8a-aed0-ecb2c6e843cd"}}],"id":"683ed32f-728a-4323-a427-c0f323f58990","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Crews.json/{{Id}}","description":"<p>This API endpoint will return a specific Crew.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Crew - Allows user to view Crew.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Crew</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"0716def0-39be-418b-a1a9-56f9838a236e","id":"0716def0-39be-418b-a1a9-56f9838a236e","name":"Crews","type":"folder"}},"urlObject":{"path":["api","v1","Crews.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"683ed32f-728a-4323-a427-c0f323f58990"}],"id":"0716def0-39be-418b-a1a9-56f9838a236e","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"da8c8ab1-868d-4d1f-aac2-4022c19cf865"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0bae8a8f-16b8-4988-ac33-924d643fe199"}}],"_postman_id":"0716def0-39be-418b-a1a9-56f9838a236e","description":""},{"name":"Employers","item":[{"name":"Get list of employers","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"a8874752-6868-4f78-9e96-167a6fb64d1c"}}],"id":"98fdf5e8-4b90-4edc-a2c3-bdbc9ab73b75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Employers.json","description":"<p>This API endpoint will return a List of Employers</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Employers - Allows user to view Districts.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Employers.json?query=true&amp;defaultfield=Contractor</p>\n<p><strong>Indexes</strong></p>\n<p>The Employers endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Employers (excluding collections) may be used to sort the Employers list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"ede5f2f5-0e1e-4f12-b1c3-e53aa143a9f6","id":"ede5f2f5-0e1e-4f12-b1c3-e53aa143a9f6","name":"Employers","type":"folder"}},"urlObject":{"path":["api","v1","Employers.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"98fdf5e8-4b90-4edc-a2c3-bdbc9ab73b75"},{"name":"Get specific employers","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"a0a029d1-b9b4-4b06-ad62-e39d5309af4c"}}],"id":"9091eb52-fa12-4063-83a7-674bf4f1a65d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"API New\",\r\n    \"ShortCode\": \"API\",\r\n    \"Contractor\": false,\r\n    \"DisplayOrder\": 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Employers.json/{{Id}}","description":"<p>This API endpoint will return a specific Employer.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Employers - Allows user to view Employers.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Employer</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"ede5f2f5-0e1e-4f12-b1c3-e53aa143a9f6","id":"ede5f2f5-0e1e-4f12-b1c3-e53aa143a9f6","name":"Employers","type":"folder"}},"urlObject":{"path":["api","v1","Employers.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9091eb52-fa12-4063-83a7-674bf4f1a65d"}],"id":"ede5f2f5-0e1e-4f12-b1c3-e53aa143a9f6","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"3b79b828-8c90-4f96-9dfc-321547cb7006"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"9a815f79-f7b2-4533-ad2a-719a6d6b6b61"}}],"_postman_id":"ede5f2f5-0e1e-4f12-b1c3-e53aa143a9f6","description":""},{"name":"Work Schedule Rules","item":[{"name":"Get list of Work Schedule Rules","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"23b271d0-4fea-4801-a5ae-0a7b633bc9e1"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9efce4b9-63b6-460a-a5f4-ccf5a4cfdbb3"}}],"id":"1c526650-7897-46ee-a1e6-9c8ca2fe440b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/WorkScheduleRules.json","description":"<p>This API endpoint will return a List of WorkScheduleRules.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Work Schedule Rules - Allows user to view Work Schedule Rules.</li>\n</ul>\n<p><strong>Filtering the Results</strong> - You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>/api/v1/WorkScheduleRules.json?query=Weekend Night Shift&amp;defaultfield=Name</p>\n<p>EndFragment</p>\n<p><strong>Indexes</strong><br />The WorkScheduleRules endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong><br />You may specify sorting via the sort query string argument. Any property of the WorkScheduleRule (excluding collections) may be used to sort the WorkScheduleRules list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"39883526-ea00-45ec-9a90-96d94445d15a","id":"39883526-ea00-45ec-9a90-96d94445d15a","name":"Work Schedule Rules","type":"folder"}},"urlObject":{"path":["api","v1","WorkScheduleRules.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c526650-7897-46ee-a1e6-9c8ca2fe440b"},{"name":"Get Specific Work Schedule Rule","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"6cfd075d-e4b2-4def-97da-02bed8b54e0f"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"551707ad-a39f-4108-ba7f-aebf292f5856"}}],"id":"d98f174b-be26-48b3-83be-7e9d68bcb41b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/WorkScheduleRules.json/{{Id}}","description":"<p>This API endpoint will return a specific WorkScheduleRules</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Work Schedule Rules - Allows user to view Work Schedule Rules.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Work Schedule Rule</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"39883526-ea00-45ec-9a90-96d94445d15a","id":"39883526-ea00-45ec-9a90-96d94445d15a","name":"Work Schedule Rules","type":"folder"}},"urlObject":{"path":["api","v1","WorkScheduleRules.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d98f174b-be26-48b3-83be-7e9d68bcb41b"}],"id":"39883526-ea00-45ec-9a90-96d94445d15a","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"90a192a1-aaf3-4f3b-ad29-d3aa28f5fb6d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"a833c326-a753-401b-b6f7-f316765047ce"}}],"_postman_id":"39883526-ea00-45ec-9a90-96d94445d15a","description":""},{"name":"GET list of users","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"5986a972-7396-4343-a328-8921324e1a83"}}],"id":"46bb222e-9565-4646-9cc4-8aedfc93bb27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Users.json","description":"<p>This API endpoint will return a List of Users.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Users - Allows user to view Users.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>/api/v1/Users.json?query=Matt&amp;defaultfield=FirstName</p>\n<p><strong>Indexes</strong></p>\n<p>The Users endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the User (excluding collections) may be used to sort the Users list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"50ecafdc-d90f-4712-b3b0-dc7282d504d9","id":"50ecafdc-d90f-4712-b3b0-dc7282d504d9","name":"Users","type":"folder"}},"urlObject":{"path":["api","v1","Users.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"46bb222e-9565-4646-9cc4-8aedfc93bb27"},{"name":"GET Specific User","event":[{"listen":"test","script":{"id":"657bd353-d885-403d-a340-8ac4fd25ad3a","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"841c2c67-4ba1-400c-9d68-ed231b0d1ed3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Users.json/{{Id}}","description":"<p>This API endpoint will return a specific User.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Users - Allows user to view Users.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the User</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"50ecafdc-d90f-4712-b3b0-dc7282d504d9","id":"50ecafdc-d90f-4712-b3b0-dc7282d504d9","name":"Users","type":"folder"}},"urlObject":{"path":["api","v1","Users.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"841c2c67-4ba1-400c-9d68-ed231b0d1ed3"}],"id":"50ecafdc-d90f-4712-b3b0-dc7282d504d9","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"4ed7e8b6-e4de-4d27-8f4c-e487a9d5d24d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8b2f55a7-e08f-4c29-9fef-b13d0544b40d","type":"text/javascript","exec":[""]}}],"_postman_id":"50ecafdc-d90f-4712-b3b0-dc7282d504d9","description":""},{"name":"GET Overtimes","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"03ba73ba-da2c-4480-a323-67d9a2f8f122"}}],"id":"e42b52e1-5f7a-47c9-811c-f1658cc82202","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/userovertimes.json ","description":"<p>This API endpoint will return a List of UserOvertimes.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Overtime - Allows user to view Overtime.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>StartFragment</p>\n<p>/api/v1/userovertimes.json?query=Day&amp;defaultfield=Shift</p>\n<p><strong>Indexes</strong></p>\n<p>The UserOvertimes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the UserOvertime (excluding collections) may be used to sort the UserOvertimes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"39be5e2a-596d-4194-82f6-eb0704f94679","id":"39be5e2a-596d-4194-82f6-eb0704f94679","name":"User Overtimes","type":"folder"}},"urlObject":{"path":["api","v1","userovertimes.json "],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e42b52e1-5f7a-47c9-811c-f1658cc82202"},{"name":"Add Overtime","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript","id":"af79fb92-7719-4a24-a934-517cd13c91b2"}},{"listen":"prerequest","script":{"exec":["var date = new Date();\r","var currentDay = date.toLocaleDateString(\"en-US\");\r","postman.setEnvironmentVariable(\"currentDay\", currentDay);\r","var followingDay = new Date(date.setDate(date.getDate()+1)).toLocaleDateString(\"en-US\");\r","postman.setEnvironmentVariable(\"followingDay\", followingDay);"],"type":"text/javascript","id":"76e17154-b582-46ba-8699-e0f0297061fa"}}],"id":"57c1cbdc-8d49-4572-8cb7-678afb5c3a8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Source\": \"\",\r\n    \"UserId\": \"{{UserId}}\",\r\n    \"DateRequested\": \"{{currentDay}}\",\r\n    \"FromDate\": \"{{currentDay}}\",\r\n    \"ToDate\": \"{{followingDay}}\",\r\n    \"Shift\": \"Day\",\r\n    \"Process\": \"processes-167\",\r\n    \"Occupation\": \"occupations-418\",\r\n    \"Deleted\": false,\r\n    \"UserComments\": [],\r\n    \"OvertimeHours\": [\r\n        {\r\n            \"Id\": \"519533c5-3fd8-46ee-beae-4f2eac7cfe3e\",\r\n            \"Date\": \"{{currentDay}}\",\r\n            \"HoursCount\": 8.0\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/userovertimes.json","description":"<p>This API endpoint will create a UserOvertime</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Overtime - Allows user to manage Overtime.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UserId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateRequested</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Occupation</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UserComments</td>\n<td></td>\n<td><strong>Collection of UserComment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>OvertimeHours</td>\n<td></td>\n<td><strong>Collection of OvertimeHours</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserCommen</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedBy</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CommentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of OvertimeHours</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>HoursCount</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"39be5e2a-596d-4194-82f6-eb0704f94679","id":"39be5e2a-596d-4194-82f6-eb0704f94679","name":"User Overtimes","type":"folder"}},"urlObject":{"path":["api","v1","userovertimes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"57c1cbdc-8d49-4572-8cb7-678afb5c3a8f"},{"name":"GET specific overtime","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"378da153-2206-48cc-9833-e07e8c0ce85d"}}],"id":"999e3bb8-634a-4964-9fa1-00013121d185","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/userovertimes.json/{{Id}}","description":"<p>This API endpoint will return a specific UserOvertime.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Overtime - Allows user to view Overtime.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Overtime</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"39be5e2a-596d-4194-82f6-eb0704f94679","id":"39be5e2a-596d-4194-82f6-eb0704f94679","name":"User Overtimes","type":"folder"}},"urlObject":{"path":["api","v1","userovertimes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"999e3bb8-634a-4964-9fa1-00013121d185"},{"name":"Edit Overtime","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"2bfa6c77-1895-4f01-af7d-6901f5165b44"}}],"id":"a652d97e-0e60-447a-9b84-0130490f8a78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Source\": \"\",\r\n    \"UserId\": \"{{UserId}}\",\r\n    \"DateRequested\": \"{{currentDay}}\",\r\n    \"FromDate\": \"{{currentDay}}\",\r\n    \"ToDate\": \"{{followingDay}}\",\r\n    \"Shift\": \"Day\",\r\n    \"Process\": \"processes-167\",\r\n    \"Occupation\": \"occupations-418\",\r\n    \"Deleted\": false,\r\n    \"UserComments\": [],\r\n    \"OvertimeHours\": [\r\n        {\r\n            \"Date\": \"{{currentDay}}\",\r\n            \"HoursCount\": 12.0\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/userovertimes.json/{{Id}}","description":"<p>This API endpoint will update a UserOvertime</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Overtime - Allows user to manage Overtime.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Overtime</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UserId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateRequested</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Occupation</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UserComments</td>\n<td></td>\n<td><strong>Collection of UserComment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>OvertimeHours</td>\n<td></td>\n<td><strong>Collection of OvertimeHours</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserCommen</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedBy</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CommentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of OvertimeHours</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>HoursCount</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"39be5e2a-596d-4194-82f6-eb0704f94679","id":"39be5e2a-596d-4194-82f6-eb0704f94679","name":"User Overtimes","type":"folder"}},"urlObject":{"path":["api","v1","userovertimes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a652d97e-0e60-447a-9b84-0130490f8a78"},{"name":"Edit Overtime","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"5586cd1c-8fcf-43d6-827c-00c780252e41"}}],"id":"845dcc02-1c78-492c-9e56-2046388d5c09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Shift\",\r\n        \"value\": \"Night\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/userovertimes.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a UserOvertime</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Overtime - Allows user to view Overtime.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Overtime</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>InternalServerError (500)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"39be5e2a-596d-4194-82f6-eb0704f94679","id":"39be5e2a-596d-4194-82f6-eb0704f94679","name":"User Overtimes","type":"folder"}},"urlObject":{"path":["api","v1","userovertimes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"845dcc02-1c78-492c-9e56-2046388d5c09"},{"name":"DELETE Overtime","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"03907809-a925-4acc-acb9-cc61aa752a8f"}}],"id":"d514c91a-d2de-4183-9cdb-d90a5c0d72c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/userovertimes.json/{{Id}}","description":"<p>This API endpoint will delete a UserOvertime</p>\n<p>Security\nTo Access this API endpoint you will need to have the following Access Policy: </p>\n<ul>\n<li>Manage Overtime - Allows user to manage Overtime.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Overtime</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p>Potential Error Response Codes</p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"39be5e2a-596d-4194-82f6-eb0704f94679","id":"39be5e2a-596d-4194-82f6-eb0704f94679","name":"User Overtimes","type":"folder"}},"urlObject":{"path":["api","v1","userovertimes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d514c91a-d2de-4183-9cdb-d90a5c0d72c5"}],"id":"39be5e2a-596d-4194-82f6-eb0704f94679","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"ae8cd412-5f2c-4919-88f4-12ae82170fd4"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f7d87aa6-49d2-4eb4-8138-49ae5deee80d"}}],"_postman_id":"39be5e2a-596d-4194-82f6-eb0704f94679","description":""}],"id":"0ea8faa8-5b1d-4384-a000-bcd298554649","description":"<p>Authorization: Basic Auth</p>\n","_postman_id":"0ea8faa8-5b1d-4384-a000-bcd298554649","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bbb3a7cf-5b5c-45eb-adcb-6968ce6ffdcf","id":"bbb3a7cf-5b5c-45eb-adcb-6968ce6ffdcf","name":"CiteOps API Documentation","type":"collection"}}},{"name":"Version 25.0+","item":[{"name":"Departments","item":[{"name":"Get list of departments","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"20fd580f-2f75-4025-af6c-79ba3f5a7a44"}}],"id":"e5ab0b5d-16ae-423f-91b1-83487f04fdea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Departments.json","description":"<p>This API endpoint will return a List of Departments</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Departments - Allows user to view Departments.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Departments.json?query=SW&amp;C&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The Departments endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Departments (excluding collections) may be used to sort the Departments list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"dfb3e236-972b-4f27-8061-58e9fecc9a0b","id":"dfb3e236-972b-4f27-8061-58e9fecc9a0b","name":"Departments","type":"folder"}},"urlObject":{"path":["api","v1","Departments.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5ab0b5d-16ae-423f-91b1-83487f04fdea"},{"name":"Get specific department","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"aa471a7a-adf0-4cf9-b8cb-cb5b9b0f2931"}}],"id":"a53262af-316f-4bdb-8eb6-ecb8368467c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Departments.json/{{Id}}","description":"<p>This API endpoint will return a specific Department.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Departments - Allows user to view Departments.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Department</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"dfb3e236-972b-4f27-8061-58e9fecc9a0b","id":"dfb3e236-972b-4f27-8061-58e9fecc9a0b","name":"Departments","type":"folder"}},"urlObject":{"path":["api","v1","Departments.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a53262af-316f-4bdb-8eb6-ecb8368467c6"}],"id":"dfb3e236-972b-4f27-8061-58e9fecc9a0b","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"dbc8584a-89f7-4272-8cb6-687e9c965ac5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7c4d33c9-eed3-43b3-9155-44c2b46af8be","type":"text/javascript","exec":[""]}}],"_postman_id":"dfb3e236-972b-4f27-8061-58e9fecc9a0b","description":""},{"name":"Equipment","item":[{"name":"Equipment Schedules","item":[{"name":"Get List of Equipment Schedules","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"e99b1da2-85eb-4b11-90bc-830aff7ad2b3"}}],"id":"62c36181-2988-4a6a-84fa-3440df7531fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/equipmentschedules.json","description":"<p>This API endpoint will return a List of EquipmentSchedules.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Equipment Schedule - Allows user to view the equipment schedule.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>/api/v1/equipmentschedules.json?query=true&amp;defaultfield=LocationVisible</p>\n<p><strong>Indexes</strong></p>\n<p>The EquipmentSchedules endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the EquipmentSchedule (excluding collections) may be used to sort the EquipmentSchedules list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8cdbed4a-b3ab-455a-8ae3-c96390e3caac","id":"8cdbed4a-b3ab-455a-8ae3-c96390e3caac","name":"Equipment Schedules","type":"folder"}},"urlObject":{"path":["api","v1","equipmentschedules.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"62c36181-2988-4a6a-84fa-3440df7531fa"},{"name":"Get Equipment Schedule","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"9c21e180-85f7-4f56-bfd4-f600dbcd49f3"}}],"id":"a154b1ed-3412-4064-820b-fa45d04789b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/EquipmentSchedules.json/equipmentschedules-1","description":"<p>This API endpoint will return a specific EquipmentSchedule.</p>\n<p>Security\nTo Access this API endpoint you will need to have the following Access Policy</p>\n<p>View Equipment Schedule\nAllows user to view the equipment schedule.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the EquipmentSchedule</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8cdbed4a-b3ab-455a-8ae3-c96390e3caac","id":"8cdbed4a-b3ab-455a-8ae3-c96390e3caac","name":"Equipment Schedules","type":"folder"}},"urlObject":{"path":["api","v1","EquipmentSchedules.json","equipmentschedules-1"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a154b1ed-3412-4064-820b-fa45d04789b7"},{"name":"Add Equipment on a schedule screen","event":[{"listen":"test","script":{"id":"b145d33f-f5d1-414c-a3d5-76f2f74f17d6","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"e270bb7d-814a-4de3-9af3-d64e46ef811f","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"553e0b1f-e667-4eb6-b9f0-fa3608b4c84d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"add\", \r\n        \"path\": \"$.Equipment[-1:]\", \r\n        \"value\": \r\n        {\r\n            \"DefaultProcess\": \"Prod\",\r\n            \"Deleted\": false,\r\n            \"Description\": \"testAPI\",\r\n            \"DisplayOrder\": 61000,\r\n            \"Equipment\": \"{{Id}}\",\r\n            \"Id\": null,\r\n            \"Location\": \"\",\r\n            \"NextServiceDay\": \"\",\r\n            \"NextServiceShift\": \"\",\r\n            \"PlantNo\": \"testAPI-{{current_timestamp}}\",\r\n            \"StatusNotes\": \"\",\r\n            \"Type\": \"TR\"\r\n        }\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/EquipmentSchedules.json/equipmentschedules-1","description":"<p>This API endpoint will apply a patch operation to an EquipmentSchedule.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li><p>Manage Equipment Schedule - Allows user to manage the equipment schedule.</p>\n</li>\n<li><p>Manage Master Equipment Schedule - Allows user to manage the master equipment schedule.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the EquipmentSchedule</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8cdbed4a-b3ab-455a-8ae3-c96390e3caac","id":"8cdbed4a-b3ab-455a-8ae3-c96390e3caac","name":"Equipment Schedules","type":"folder"}},"urlObject":{"path":["api","v1","EquipmentSchedules.json","equipmentschedules-1"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"553e0b1f-e667-4eb6-b9f0-fa3608b4c84d"},{"name":"Update Equipment Schedule","event":[{"listen":"test","script":{"id":"646400c3-c141-4c45-aa2f-b2e016aa88ef","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"69ee3f8c-eb2d-4c46-815b-7f90357695ac","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"98bb307d-1cbc-435b-a61d-138712028efe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"/*{\r\n    \"Equipment\": [\r\n        {\r\n            \"Equipment\": \"equipment-417\",\r\n            \"PlantNo\": \"TR01\",\r\n            \"Type\": \"TR\",\r\n            \"Description\": \"Truck\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"Location\": \"DECA -10 ACC\"\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-418\",\r\n            \"PlantNo\": \"TR02\",\r\n            \"Type\": \"TR\",\r\n            \"Description\": \"Truck\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"Week1Day1Shift1\": \"Dev\",\r\n            \"Week1Day1Shift2\": \"Dev\",\r\n            \"Week1Day2Shift1\": \"Dev\",\r\n            \"Week1Day2Shift2\": \"Dev\",\r\n            \"Week1Day3Shift1\": \"Dev\",\r\n            \"Week1Day3Shift2\": \"Dev\",\r\n            \"Week1Day4Shift1\": \"Dev\",\r\n            \"Week1Day4Shift2\": \"Dev\",\r\n            \"Week1Day5Shift1\": \"Dev\",\r\n            \"Week1Day5Shift2\": \"Dev\",\r\n            \"Week1Day6Shift1\": \"Dev\",\r\n            \"Week1Day6Shift2\": \"Dev\",\r\n            \"Week1Day7Shift1\": \"Dev\",\r\n            \"Week1Day7Shift2\": \"Dev\"\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-419\",\r\n            \"PlantNo\": \"TR03\",\r\n            \"Type\": \"TR\",\r\n            \"Description\": \"Truck\",\r\n            \"DefaultProcess\": \"Dev\"\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-420\",\r\n            \"PlantNo\": \"TR04\",\r\n            \"Type\": \"TR\",\r\n            \"Description\": \"Truck\",\r\n            \"DefaultProcess\": \"Dev\"\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-421\",\r\n            \"PlantNo\": \"TR05\",\r\n            \"Type\": \"TR\",\r\n            \"Description\": \"Truck\",\r\n            \"DefaultProcess\": \"Prod\"\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-422\",\r\n            \"PlantNo\": \"TR06\",\r\n            \"Type\": \"TR\",\r\n            \"Description\": \"Truck\",\r\n            \"DefaultProcess\": \"Prod\"\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-423\",\r\n            \"PlantNo\": \"TR07\",\r\n            \"Type\": \"TR\",\r\n            \"Description\": \"Truck\",\r\n            \"DefaultProcess\": \"Prod\"\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-424\",\r\n            \"PlantNo\": \"TR08\",\r\n            \"Type\": \"TR\",\r\n            \"Description\": \"Truck\",\r\n            \"DefaultProcess\": \"Prod\"\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-425\",\r\n            \"PlantNo\": \"JD01\",\r\n            \"Type\": \"JD\",\r\n            \"Description\": \"Jumbo\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"DisplayOrder\": 26000,\r\n            \"Week1Day1Shift1\": \"Dev\",\r\n            \"Week1Day1Shift2\": \"Dev\",\r\n            \"Week1Day2Shift1\": \"Dev\",\r\n            \"Week1Day2Shift2\": \"Dev\",\r\n            \"Week1Day3Shift1\": \"Dev\",\r\n            \"Week1Day3Shift2\": \"Dev\",\r\n            \"Week1Day4Shift1\": \"Dev\",\r\n            \"Week1Day4Shift2\": \"Dev\",\r\n            \"Week1Day5Shift1\": \"Dev\",\r\n            \"Week1Day5Shift2\": \"Dev\",\r\n            \"Week1Day6Shift1\": \"Dev\",\r\n            \"Week1Day6Shift2\": \"Dev\",\r\n            \"Week1Day7Shift1\": \"Dev\",\r\n            \"Week1Day7Shift2\": \"Dev\"\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-426\",\r\n            \"PlantNo\": \"JD02\",\r\n            \"Type\": \"JD\",\r\n            \"Description\": \"Jumbo\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"DisplayOrder\": 27000,\r\n            \"Week1Day1Shift1\": \"Prod\",\r\n            \"Week1Day1Shift2\": \"Prod\",\r\n            \"Week1Day2Shift1\": \"Prod\",\r\n            \"Week1Day2Shift2\": \"Prod\",\r\n            \"Week1Day3Shift1\": \"Dev\",\r\n            \"Week1Day3Shift2\": \"Dev\",\r\n            \"Week1Day4Shift1\": \"Dev\",\r\n            \"Week1Day4Shift2\": \"Dev\",\r\n            \"Week1Day5Shift1\": \"Dev\",\r\n            \"Week1Day5Shift2\": \"Dev\",\r\n            \"Week1Day6Shift1\": \"Dev\",\r\n            \"Week1Day6Shift2\": \"Dev\",\r\n            \"Week1Day7Shift1\": \"Dev\",\r\n            \"Week1Day7Shift2\": \"Dev\"\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-427\",\r\n            \"PlantNo\": \"LD01\",\r\n            \"Type\": \"LD\",\r\n            \"Description\": \"Loader\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"DisplayOrder\": 5500\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-428\",\r\n            \"PlantNo\": \"LD02\",\r\n            \"Type\": \"LD\",\r\n            \"Description\": \"Loader\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"DisplayOrder\": 8250\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-429\",\r\n            \"PlantNo\": \"LD03\",\r\n            \"Type\": \"LD\",\r\n            \"Description\": \"Loader\",\r\n            \"DefaultProcess\": \"Prod\",\r\n            \"DisplayOrder\": 11000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-430\",\r\n            \"PlantNo\": \"LD04\",\r\n            \"Type\": \"LD\",\r\n            \"Description\": \"Loader\",\r\n            \"DefaultProcess\": \"Prod\",\r\n            \"DisplayOrder\": 22500\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-431\",\r\n            \"PlantNo\": \"PD01\",\r\n            \"Type\": \"PD\",\r\n            \"Description\": \"Production Drill\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"DisplayOrder\": 2750\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-432\",\r\n            \"PlantNo\": \"PD02\",\r\n            \"Type\": \"PD\",\r\n            \"Description\": \"Production Drill\",\r\n            \"DefaultProcess\": \"Prod\",\r\n            \"DisplayOrder\": 4125\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-433\",\r\n            \"PlantNo\": \"STC01\",\r\n            \"Type\": \"STC\",\r\n            \"Description\": \"Shotcreter\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"DisplayOrder\": 688\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-434\",\r\n            \"PlantNo\": \"BLT01\",\r\n            \"Type\": \"BLT\",\r\n            \"Description\": \"Bolter\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"DisplayOrder\": 30000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-449\",\r\n            \"PlantNo\": \"LV01\",\r\n            \"Type\": \"LV\",\r\n            \"Description\": \"Light Vehicle\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 32000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-450\",\r\n            \"PlantNo\": \"LV02\",\r\n            \"Type\": \"LV\",\r\n            \"Description\": \"Light Vehicle\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 33000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-451\",\r\n            \"PlantNo\": \"LV03\",\r\n            \"Type\": \"LV\",\r\n            \"Description\": \"Light Vehicle\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 34000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-452\",\r\n            \"PlantNo\": \"LV04\",\r\n            \"Type\": \"LV\",\r\n            \"Description\": \"Light Vehicle\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 35000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-453\",\r\n            \"PlantNo\": \"LV05\",\r\n            \"Type\": \"LV\",\r\n            \"Description\": \"Light Vehicle\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 36000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-454\",\r\n            \"PlantNo\": \"WP01\",\r\n            \"Type\": \"WP\",\r\n            \"Description\": \"Work Platform\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 37000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-455\",\r\n            \"PlantNo\": \"WP02\",\r\n            \"Type\": \"WP\",\r\n            \"Description\": \"Work Platform\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 38000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-456\",\r\n            \"PlantNo\": \"WP03\",\r\n            \"Type\": \"WP\",\r\n            \"Description\": \"Work Platform\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 39000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-457\",\r\n            \"PlantNo\": \"WP04\",\r\n            \"Type\": \"WP\",\r\n            \"Description\": \"Work Platform\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 40000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-458\",\r\n            \"PlantNo\": \"WP05\",\r\n            \"Type\": \"WP\",\r\n            \"Description\": \"Work Platform\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 41000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-459\",\r\n            \"PlantNo\": \"FK01\",\r\n            \"Type\": \"FK\",\r\n            \"Description\": \"Forklift\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 42000,\r\n            \"Location\": \"Workshop\"\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-460\",\r\n            \"PlantNo\": \"FK02\",\r\n            \"Type\": \"FK\",\r\n            \"Description\": \"Forklift\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 43000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-461\",\r\n            \"PlantNo\": \"FK03\",\r\n            \"Type\": \"FK\",\r\n            \"Description\": \"Forklift\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 44000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-462\",\r\n            \"PlantNo\": \"FK04\",\r\n            \"Type\": \"FK\",\r\n            \"Description\": \"Forklift\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 45000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-463\",\r\n            \"PlantNo\": \"FK05\",\r\n            \"Type\": \"FK\",\r\n            \"Description\": \"Forklift\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 46000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-464\",\r\n            \"PlantNo\": \"ITC01\",\r\n            \"Type\": \"ITC\",\r\n            \"Description\": \"Integrated Tool Carrier\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 47000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-465\",\r\n            \"PlantNo\": \"ITC02\",\r\n            \"Type\": \"ITC\",\r\n            \"Description\": \"Integrated Tool Carrier\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 48000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-466\",\r\n            \"PlantNo\": \"ITC03\",\r\n            \"Type\": \"ITC\",\r\n            \"Description\": \"Integrated Tool Carrier\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 49000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-467\",\r\n            \"PlantNo\": \"ITC04\",\r\n            \"Type\": \"ITC\",\r\n            \"Description\": \"Integrated Tool Carrier\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 50000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-468\",\r\n            \"PlantNo\": \"ITC05\",\r\n            \"Type\": \"ITC\",\r\n            \"Description\": \"Integrated Tool Carrier\",\r\n            \"DefaultProcess\": \"Serv\",\r\n            \"DisplayOrder\": 51000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-481\",\r\n            \"PlantNo\": \"JD08\",\r\n            \"Type\": \"JD\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"DisplayOrder\": 21000,\r\n            \"Deleted\": true\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-513\",\r\n            \"PlantNo\": \"JD03\",\r\n            \"Type\": \"JD\",\r\n            \"Description\": \"Jumbo\",\r\n            \"DefaultProcess\": \"Mob Maint\",\r\n            \"DisplayOrder\": 28000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-514\",\r\n            \"PlantNo\": \"JD04\",\r\n            \"Type\": \"JD\",\r\n            \"Description\": \"Jumbo\",\r\n            \"DefaultProcess\": \"Mob Maint\",\r\n            \"DisplayOrder\": 29000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-515\",\r\n            \"PlantNo\": \"BLT02\",\r\n            \"Type\": \"BLT\",\r\n            \"Description\": \"Bolter\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"DisplayOrder\": 31000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-516\",\r\n            \"PlantNo\": \"TR09\",\r\n            \"Type\": \"TR\",\r\n            \"Description\": \"Truck\",\r\n            \"DefaultProcess\": \"Mob Maint\",\r\n            \"DisplayOrder\": 24000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-517\",\r\n            \"PlantNo\": \"TR10\",\r\n            \"Type\": \"TR\",\r\n            \"Description\": \"Truck\",\r\n            \"DefaultProcess\": \"Mob Maint\",\r\n            \"DisplayOrder\": 25000\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-518\",\r\n            \"PlantNo\": \"STC02\",\r\n            \"Type\": \"STC\",\r\n            \"Description\": \"Shotcreter\",\r\n            \"DefaultProcess\": \"Dev\",\r\n            \"DisplayOrder\": 1375\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-519\",\r\n            \"PlantNo\": \"PD03\",\r\n            \"Type\": \"PD\",\r\n            \"Description\": \"Production Drill\",\r\n            \"DefaultProcess\": \"Mob Maint\",\r\n            \"DisplayOrder\": 4812\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-520\",\r\n            \"PlantNo\": \"LD05\",\r\n            \"Type\": \"LD\",\r\n            \"Description\": \"Loader\",\r\n            \"DefaultProcess\": \"Mob Maint\",\r\n            \"DisplayOrder\": 23250\r\n        },\r\n        {\r\n            \"Equipment\": \"equipment-521\",\r\n            \"PlantNo\": \"LD06\",\r\n            \"Type\": \"LD\",\r\n            \"Description\": \"Loader\",\r\n            \"DefaultProcess\": \"Mob Maint\",\r\n            \"DisplayOrder\": 52000\r\n        }\r\n    ]\r\n}*/","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/EquipmentSchedules.json//equipmentschedules-1","description":"<p>This API endpoint will update an EquipmentSchedule.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>Manage Equipment Schedule -Allows user to manage the equipment schedule.</p>\n</li>\n<li><p>Manage Master Equipment Schedule - Allows user to manage the master equipment schedule.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Equipment schedule</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Week1StartDate</td>\n<td>In yyyy-mm-dd form. If empty, indicates that this EquipmentSchedule record is the Master.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>YesterdaysStatusVisible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentStatusVisible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StatusNotesVisible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DowntimeHrsVisible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationVisible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NextServiceDayVisible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ColumnVisibility</td>\n<td></td>\n<td>Dictionary of string [key] and boolean [value]</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td></td>\n<td><strong>Collection of EquipmentScheduleEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of EquipmentScheduleEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Equipment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PlantNo</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultProcess</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>YesterdaysStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StatusNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DowntimeHrs</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NextServiceDay</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NextServiceShift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8cdbed4a-b3ab-455a-8ae3-c96390e3caac","id":"8cdbed4a-b3ab-455a-8ae3-c96390e3caac","name":"Equipment Schedules","type":"folder"}},"urlObject":{"path":["api","v1","EquipmentSchedules.json","","equipmentschedules-1"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"98bb307d-1cbc-435b-a61d-138712028efe"}],"id":"8cdbed4a-b3ab-455a-8ae3-c96390e3caac","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"b342a087-8bde-4a86-8131-eeae8545c132","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bb527768-2aaa-4aff-9154-33c68c876c38","type":"text/javascript","exec":[""]}}],"_postman_id":"8cdbed4a-b3ab-455a-8ae3-c96390e3caac","description":""},{"name":"Equipment Schedule Unavailable Codes","item":[{"name":"Get list of equipment schedule unavailable codes","event":[{"listen":"test","script":{"id":"b6ae3be4-0138-4ca8-beca-1a18fca3b33c","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"c175b8cf-0066-4cea-ad19-a6ac70198cf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/equipmentscheduleunavailablecodes.json","description":"<p>This API endpoint will return a List of EquipmentScheduleUnavailableCodes.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Equipment Schedule Unavailable Codes - Allows user to view Equipment Schedule Unavailable Codes.</li>\n</ul>\n<p>Filtering the Results<br />You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/equipmentscheduleunavailablecodes.json?query=Overhaul&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The EquipmentScheduleUnavailableCodes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p>Equipment Schedule Unavailable Code Index<br />Sorting the Results<br />You may specify sorting via the sort query string argument. Any property of the EquipmentScheduleUnavailableCode (excluding collections) may be used to sort the EquipmentScheduleUnavailableCodes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7206356e-262a-44a3-9f4f-3963e2590b3a","id":"7206356e-262a-44a3-9f4f-3963e2590b3a","name":"Equipment Schedule Unavailable Codes","type":"folder"}},"urlObject":{"path":["api","v1","equipmentscheduleunavailablecodes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c175b8cf-0066-4cea-ad19-a6ac70198cf8"},{"name":"Get specific equipment schedule unavailable code","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"145a2adf-eec4-446b-ac41-78f65642b28e"}}],"id":"294401a9-09be-4969-9482-d36cb2ca5c36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/equipmentscheduleunavailablecodes.json/{{Id}}","description":"<p>This API endpoint will return a specific EquipmentScheduleUnavailableCode.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Equipment Schedule Unavailable Codes - Allows user to view Equipment Schedule Unavailable Codes.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the EquipmentScheduleUnavailableCode</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7206356e-262a-44a3-9f4f-3963e2590b3a","id":"7206356e-262a-44a3-9f4f-3963e2590b3a","name":"Equipment Schedule Unavailable Codes","type":"folder"}},"urlObject":{"path":["api","v1","equipmentscheduleunavailablecodes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"294401a9-09be-4969-9482-d36cb2ca5c36"}],"id":"7206356e-262a-44a3-9f4f-3963e2590b3a","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a3fd0102-2394-42c2-b626-c889cf68d646","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"38da3133-e7a0-49b0-8c2b-6b9c5406494c","type":"text/javascript","exec":[""]}}],"_postman_id":"7206356e-262a-44a3-9f4f-3963e2590b3a","description":""},{"name":"Equipment Type","item":[{"name":"GET List of Equipment Types","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"aef06e2f-c4d9-485e-a1c7-494e3c8858b5"}}],"id":"fd7037ae-6ff9-41e1-9ecc-9a07edb780fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/equipmenttypes.json","description":"<p>This API endpoint will return a List of Equipment Types</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Equipment Types - Allows user to view Equipment Types.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/equipmenttypes.json?query=SMV&amp;defaultfield=</p>\n<p>ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The EquipmentTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the EquipmentTypes (excluding collections) may be used to sort the EquipmentTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"150fb587-4998-457f-a26e-7a9005575fd6","id":"150fb587-4998-457f-a26e-7a9005575fd6","name":"Equipment Type","type":"folder"}},"urlObject":{"path":["api","v1","equipmenttypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd7037ae-6ff9-41e1-9ecc-9a07edb780fc"},{"name":"GET Specific Equipment Type","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"29390e36-111f-4c97-9b15-9793feb84fed"}}],"id":"798ce8e5-a16a-4a2b-a014-50ec6a6c4177","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/EquipmentTypes.json/{{Id}}","description":"<p>This API endpoint will return a specific Equipment Types.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Equipment Types - Allows user to view Equipment Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Equipment Types</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"150fb587-4998-457f-a26e-7a9005575fd6","id":"150fb587-4998-457f-a26e-7a9005575fd6","name":"Equipment Type","type":"folder"}},"urlObject":{"path":["api","v1","EquipmentTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"798ce8e5-a16a-4a2b-a014-50ec6a6c4177"},{"name":"ADD Equipment Type","event":[{"listen":"test","script":{"id":"3591712c-971c-4f6c-be60-8fc6fbcf01e8","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"23143d45-6758-4f96-8cbf-a77db485b702","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"d6d519f8-b2f0-4a02-b7f0-856526452b16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"DisplayOrder\": 13000,\r\n    \"ShortCode\": \"TT-{{current_timestamp}}\",\r\n    \"Name\": \"TetsType-{{current_timestamp}}\",\r\n    \"Plural\": \"TetsTypes\",\r\n    \"Skills\": [\r\n            \"skills-35-A\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/equipmenttypes.json","description":"<p>This API endpoint will create a Equipment Type</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Equipment Types - Allows user to manage Equipment Types.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Plural</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"150fb587-4998-457f-a26e-7a9005575fd6","id":"150fb587-4998-457f-a26e-7a9005575fd6","name":"Equipment Type","type":"folder"}},"urlObject":{"path":["api","v1","equipmenttypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6d519f8-b2f0-4a02-b7f0-856526452b16"},{"name":"Edit Equipment Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"a919f6cc-ca72-4332-b532-3f69ab42606d"}}],"id":"1a98c4b7-81cf-46de-9e92-9828820eaf97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Plural\",\r\n        \"value\": \"Edited Plural\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/equipmenttypes.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Equipment Types</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Equipment Types - Allows user to manage Equipment Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Equipment Type</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"150fb587-4998-457f-a26e-7a9005575fd6","id":"150fb587-4998-457f-a26e-7a9005575fd6","name":"Equipment Type","type":"folder"}},"urlObject":{"path":["api","v1","equipmenttypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a98c4b7-81cf-46de-9e92-9828820eaf97"},{"name":"Update Equipment Type","event":[{"listen":"test","script":{"id":"ee86f559-2967-4b89-97f1-36e74d47dc2d","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"3f050e27-a8be-4261-9dba-108e3b0ab24b","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"edab0c77-a9bd-4436-b8c8-6f7a4a5ef788","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"DisplayOrder\": 13000,\r\n    \"ShortCode\": \"TT-{{current_timestamp}}\",\r\n    \"Name\": \"TetsType-{{current_timestamp}}\",\r\n    \"Plural\": \"TetsTypes\",\r\n        \"Skills\": [\r\n            \"skills-2-A\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/equipmenttypes.json/{{Id}}","description":"<p>This API endpoint will update a Equipment Type</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Equipment Types - Allows user to manage Equipment Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Equipment Types</td>\n<td>Required</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Plural</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"150fb587-4998-457f-a26e-7a9005575fd6","id":"150fb587-4998-457f-a26e-7a9005575fd6","name":"Equipment Type","type":"folder"}},"urlObject":{"path":["api","v1","equipmenttypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"edab0c77-a9bd-4436-b8c8-6f7a4a5ef788"},{"name":"Delete Equipment Type","event":[{"listen":"test","script":{"id":"335e8af2-8184-4a20-9e52-90933bd85016","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"addb51cf-85fd-4092-bd6f-ccee4ebba5ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/equipmenttypes.json/{{Id}}","description":"<p>This API endpoint will delete a Equipment Types.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Equipment Types - Allows user to manage Equipment Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Equipment Types</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"150fb587-4998-457f-a26e-7a9005575fd6","id":"150fb587-4998-457f-a26e-7a9005575fd6","name":"Equipment Type","type":"folder"}},"urlObject":{"path":["api","v1","equipmenttypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"addb51cf-85fd-4092-bd6f-ccee4ebba5ce"}],"id":"150fb587-4998-457f-a26e-7a9005575fd6","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"aa95340d-a3c1-4eab-9db8-c3ac446afe32","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2be6ca6f-ab8f-4bdf-b497-abd355b9e840","type":"text/javascript","exec":[""]}}],"_postman_id":"150fb587-4998-457f-a26e-7a9005575fd6","description":""},{"name":"Get List of Equipment","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"dd494ba3-b1d6-4390-8ef8-7cc93f0870a7"}}],"id":"5a37ff11-d438-4963-ac44-3df08dfd3d31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/equipment.json","description":"<p>This API endpoint will return a list of Equipment.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Equipment - Allows user to view Equipment.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p>StartFragment</p>\n<p><em>Example:</em></p>\n<p>/api/v1/equipment.json?query=SMV&amp;defaultfield=Type</p>\n<p>EndFragment</p>\n<p><strong>Indexes</strong></p>\n<p>The Equipment endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the WebhookEvent (excluding collections) may be used to sort the Equipment list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"81d6a97d-142a-472f-993d-f112c4fb4c33","id":"81d6a97d-142a-472f-993d-f112c4fb4c33","name":"Equipment","type":"folder"}},"urlObject":{"path":["api","v1","equipment.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a37ff11-d438-4963-ac44-3df08dfd3d31"},{"name":"Get Specific Equipment","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"894b3095-a7a6-4ba4-a12c-c3f1916e05b5"}}],"id":"2603c536-bb8c-4668-974e-e825f5820b36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Equipment.json/{{Id}}","description":"<p>This API endpoint will return a specific Equipment.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Equipment - Allows user to view Equipment.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Equipment</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"81d6a97d-142a-472f-993d-f112c4fb4c33","id":"81d6a97d-142a-472f-993d-f112c4fb4c33","name":"Equipment","type":"folder"}},"urlObject":{"path":["api","v1","Equipment.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2603c536-bb8c-4668-974e-e825f5820b36"},{"name":"Add Equipment","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript","id":"9a9e9ff2-0486-4b31-999c-edbe22ead6e9"}},{"listen":"prerequest","script":{"exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript","id":"d030d8a4-28f2-4353-ba49-e69fa59911a0"}}],"id":"97bb5fd7-94de-48c6-85fc-132d4110e39b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PlantNo\": \"testAPI-{{current_timestamp}}\",\r\n    \"Type\": \"TR\",\r\n    \"Description\": \"testAPI\",\r\n    \"DefaultProcess\": \"Production\",\r\n    \"DisplayOrder\": 61000,\r\n    \"Status\": \"\",\r\n    \"Location\": \"\",\r\n    \"Deleted\": false,\r\n    \"Date\": \"{{current_timestamp}}\",\r\n    \"Available\": false,\r\n    \"ManuallyAdded\": false,\r\n    \"AvailabilityChanged\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Equipment.json","description":"<p>This API endpoint will create an Equipment</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Equipment - Allows user to manage Equipment.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Equipment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PlantNo</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultProcess</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>YesterdaysStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StatusNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DowntimeHrs</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NextServiceDay</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NextServiceShift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"81d6a97d-142a-472f-993d-f112c4fb4c33","id":"81d6a97d-142a-472f-993d-f112c4fb4c33","name":"Equipment","type":"folder"}},"urlObject":{"path":["api","v1","Equipment.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"97bb5fd7-94de-48c6-85fc-132d4110e39b"},{"name":"Edit Equipment","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"2cdeca4a-b05d-4fcf-bbb1-96080d616e17"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"910e6e4e-761f-4ac6-94e9-f2ae92e26d15"}}],"id":"057ae2c8-fe21-4b72-acb2-e9cf9e791fee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\", \r\n        \"path\": \"$.DefaultProcess\", \r\n        \"value\":\"Dev\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Equipment.json/{{Id}}","description":"<p>This API endpoint will update an Equipment</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li>Manage Equipment - Allows user to manage Equipment.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Equipment</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>InternalServerError (500)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"81d6a97d-142a-472f-993d-f112c4fb4c33","id":"81d6a97d-142a-472f-993d-f112c4fb4c33","name":"Equipment","type":"folder"}},"urlObject":{"path":["api","v1","Equipment.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"057ae2c8-fe21-4b72-acb2-e9cf9e791fee"},{"name":"Update Equipment","event":[{"listen":"test","script":{"id":"7890c971-0882-4bfd-8a44-cb24d5bcd5ff","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"b127af1f-51c1-493c-a105-031e4a58175f","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"d0c76b23-ea71-439d-aa71-29e6249c40e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PlantNo\": \"testAPI updated from PUT request-{{current_timestamp}}\",\r\n    \"Type\": \"LD\",\r\n    \"Description\": \"testAPI\",\r\n    \"DefaultProcess\": \"Development\",\r\n    \"DisplayOrder\": 61000,\r\n    \"Status\": \"\",\r\n    \"Location\": \"\",\r\n    \"Deleted\": false,\r\n    \"Date\": \"{{current_timestamp}}\",\r\n    \"Available\": false,\r\n    \"ManuallyAdded\": false,\r\n    \"AvailabilityChanged\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Equipment.json/{{Id}}","description":"<p>This API endpoint will update an Equipment</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Equipment - Allows user to manage Equipment.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Equipment</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Equipment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PlantNo</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultProcess</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>YesterdaysStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StatusNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DowntimeHrs</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NextServiceDay</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NextServiceShift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift1</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift2</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift3</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift4</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day1Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day2Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day3Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day4Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day5Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day6Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week1Day7Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day1Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day2Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day3Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day4Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day5Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day6Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift1Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift2Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift3Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Week2Day7Shift4Original</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"81d6a97d-142a-472f-993d-f112c4fb4c33","id":"81d6a97d-142a-472f-993d-f112c4fb4c33","name":"Equipment","type":"folder"}},"urlObject":{"path":["api","v1","Equipment.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0c76b23-ea71-439d-aa71-29e6249c40e6"},{"name":"Delete Equipment","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"64f5a54c-37d6-4562-b962-d1981673ce02"}}],"id":"9c24fc3e-d1d1-48e5-9fa8-d4bc1d5051ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/Equipment.json/{{Id}}","description":"<p>This API endpoint will delete an Equipment</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Equipment - Allows user to manage Equipment.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Equipment</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"81d6a97d-142a-472f-993d-f112c4fb4c33","id":"81d6a97d-142a-472f-993d-f112c4fb4c33","name":"Equipment","type":"folder"}},"urlObject":{"path":["api","v1","Equipment.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c24fc3e-d1d1-48e5-9fa8-d4bc1d5051ee"}],"id":"81d6a97d-142a-472f-993d-f112c4fb4c33","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"b5e748e7-2f94-4394-a306-be6c3b5fbd79","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f9b5a6a2-04d7-4581-b174-3d4f75ee99a3","type":"text/javascript","exec":[""]}}],"_postman_id":"81d6a97d-142a-472f-993d-f112c4fb4c33","description":""},{"name":"Forms","item":[{"name":"Checklist Question Categories","item":[{"name":"Get Checklist Question Categories list","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"d6d9b793-f3f5-442d-a3ae-6681ed35793b"}}],"id":"e696122e-f3d1-4d73-a498-065a11e7d505","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/ChecklistQuestionCategories.json","description":"<p>This1 API endpoint will return a List of Checklist Question Categories.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Checklist Question Categories - Allows user to view Checklist Question Categories.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/ChecklistQuestionCategories.json?query=Name-1&amp;defaultfield=Name</p>\n<p><strong>Indexes</strong></p>\n<p>The ChecklistQuestionCategories endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the ChecklistQuestionCategories (excluding collections) may be used to sort the ChecklistQuestionCategories list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li><p>NotFound (404)</p>\n</li>\n<li><p>BadRequest (400)</p>\n</li>\n<li><p>Unauthorized (401)</p>\n</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"cd782da6-138d-4793-be35-55cfe7a0d19b","id":"cd782da6-138d-4793-be35-55cfe7a0d19b","name":"Checklist Question Categories","type":"folder"}},"urlObject":{"path":["api","v1","ChecklistQuestionCategories.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e696122e-f3d1-4d73-a498-065a11e7d505"},{"name":"Get specific Checklist Question Category","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"01a7d415-daa7-4b39-8add-e0d17a91bd2e"}}],"id":"39fa1c81-dd30-4484-a115-d2a4bf8051cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/ChecklistQuestionCategories.json/{{Id}}","description":"<p>This1 API endpoint will return a specific Checklist Question Categorie.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Checklist Question Categories - Allows user to view Checklist Question Categories.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Checklist Question Categorie</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li><p>NotFound (404)</p>\n</li>\n<li><p>BadRequest (400)</p>\n</li>\n<li><p>Unauthorized (401)</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"cd782da6-138d-4793-be35-55cfe7a0d19b","id":"cd782da6-138d-4793-be35-55cfe7a0d19b","name":"Checklist Question Categories","type":"folder"}},"urlObject":{"path":["api","v1","ChecklistQuestionCategories.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"39fa1c81-dd30-4484-a115-d2a4bf8051cd"},{"name":"Add Checklist Question Category","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript","id":"ec4dd955-ae8e-43f6-9bee-7b13ee953722"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"9ba31c17-1530-4cde-8da4-4642cffabab5"}}],"id":"220c862d-9014-46b3-a0ea-f198d383ed5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"Name\": \"API-{{timestampMoment}}\",\r\n        \"IsPermitType\": true,\r\n        \"DisplayOrder\": 10000\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/ChecklistQuestionCategories.json","description":"<p>This API endpoint will create a Checklist Question Categorie</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Checklist Question Categories - Allows user to manage Checklist Question Categories.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"cd782da6-138d-4793-be35-55cfe7a0d19b","id":"cd782da6-138d-4793-be35-55cfe7a0d19b","name":"Checklist Question Categories","type":"folder"}},"urlObject":{"path":["api","v1","ChecklistQuestionCategories.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"220c862d-9014-46b3-a0ea-f198d383ed5b"},{"name":"Update Checklist Question Category","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"03d91bf3-cc0d-4f60-9b00-0209509d10a7"}}],"id":"62312c64-3c07-471b-b60b-6a60f52d262c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"Name\": \"API Test Edited\",\r\n        \"DisplayOrder\": 100000\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/ChecklistQuestionCategories.json/{{Id}}","description":"<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Checklist Question Categories - Allows user to manage Checklist Question Categories.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Checklist Question Categorie</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"cd782da6-138d-4793-be35-55cfe7a0d19b","id":"cd782da6-138d-4793-be35-55cfe7a0d19b","name":"Checklist Question Categories","type":"folder"}},"urlObject":{"path":["api","v1","ChecklistQuestionCategories.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"62312c64-3c07-471b-b60b-6a60f52d262c"},{"name":"Edit Checklist Question Category","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"21b4e241-cc74-47ca-b734-792079b26d0a"}}],"id":"0803a668-0891-4930-93d0-34986c7103ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.DisplayOrder\",\r\n        \"value\": 100001\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/ChecklistQuestionCategories.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Checklist Question Categories</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Checklist Question Categories - Allows user to manage Checklist Question Categories.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Checklist Question Categorie</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"cd782da6-138d-4793-be35-55cfe7a0d19b","id":"cd782da6-138d-4793-be35-55cfe7a0d19b","name":"Checklist Question Categories","type":"folder"}},"urlObject":{"path":["api","v1","ChecklistQuestionCategories.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0803a668-0891-4930-93d0-34986c7103ae"},{"name":"Delete Checklist Question Category","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"f9ca4aa3-8c4b-46f1-a99d-0206c8091399"}}],"id":"a0af6c68-cdee-4c26-b51e-06e9d743281a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/ChecklistQuestionCategories.json/{{Id}}","description":"<p>This API endpoint will delete a Checklist Question Categorie.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Checklist Question Categorie - Allows user to manage Checklist Question Categorie.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Checklist Question Categorie</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"cd782da6-138d-4793-be35-55cfe7a0d19b","id":"cd782da6-138d-4793-be35-55cfe7a0d19b","name":"Checklist Question Categories","type":"folder"}},"urlObject":{"path":["api","v1","ChecklistQuestionCategories.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0af6c68-cdee-4c26-b51e-06e9d743281a"}],"id":"cd782da6-138d-4793-be35-55cfe7a0d19b","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"99c6c4be-a56c-43cc-97b8-74ae7de77b22","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8f922ec1-7184-420f-915f-ff204d9c7fc3","type":"text/javascript","exec":[""]}}],"_postman_id":"cd782da6-138d-4793-be35-55cfe7a0d19b","description":""},{"name":"Checklist Questions","item":[{"name":"Get Checklist Questions List","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{},"id":"dc2c0487-c7ae-48df-acb1-5819a4c4d8d6"}}],"id":"3848743f-16a9-46ad-ad5f-c4676683af9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/ChecklistQuestions.json","description":"<p>This API endpoint will return a List of Checklist Questions.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Checklist Questions - Allows user to view Checklist Questions.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/ChecklistQuestions.json?query=Name-1&amp;defaultfield=Name</p>\n<p><strong>Indexes</strong></p>\n<p>The ChecklistQuestionCategories endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the ChecklistQuestions(excluding collections) may be used to sort the ChecklistQuestions list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li><p>NotFound (404)</p>\n</li>\n<li><p>BadRequest (400)</p>\n</li>\n<li><p>Unauthorized (401)</p>\n</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"f141eaec-90e3-4d78-b150-c20dd666e586","id":"f141eaec-90e3-4d78-b150-c20dd666e586","name":"Checklist Questions","type":"folder"}},"urlObject":{"path":["api","v1","ChecklistQuestions.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3848743f-16a9-46ad-ad5f-c4676683af9a"},{"name":"Get specific Checklist Question","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{},"id":"03832bfa-176a-47b7-9df8-b5bc6cb15ddc"}}],"id":"38a016d8-934f-4932-80d2-c0130da027ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/ChecklistQuestions.json/{{Id}}","description":"<p>This API endpoint will return a specific Checklist Question.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Checklist Questions - Allows user to view Checklist Questions.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Checklist Question</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li><p>NotFound (404)</p>\n</li>\n<li><p>BadRequest (400)</p>\n</li>\n<li><p>Unauthorized (401)</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"f141eaec-90e3-4d78-b150-c20dd666e586","id":"f141eaec-90e3-4d78-b150-c20dd666e586","name":"Checklist Questions","type":"folder"}},"urlObject":{"path":["api","v1","ChecklistQuestions.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"38a016d8-934f-4932-80d2-c0130da027ad"},{"name":"Add Checklist Question","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript","packages":{},"id":"03b35cd1-45a0-4cc1-9344-7ad7fc2a240f"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","packages":{},"id":"468a6489-5acd-40f6-91aa-cc4ce43779bf"}}],"id":"ef895537-72a6-45fa-b948-46df535d2318","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"Name\": \"API-{{timestampMoment}}\",\r\n        \"IsPermitType\": true,\r\n        \"DisplayOrder\": 10000\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/ChecklistQuestions.json","description":"<p>This API endpoint will create a Checklist Question</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Checklist Questions - Allows user to manage Checklist Questions.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Category</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li><p>NotFound (404)</p>\n</li>\n<li><p>BadRequest (400)</p>\n</li>\n<li><p>Conflict (409)</p>\n</li>\n<li><p>Unauthorized (401)</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"f141eaec-90e3-4d78-b150-c20dd666e586","id":"f141eaec-90e3-4d78-b150-c20dd666e586","name":"Checklist Questions","type":"folder"}},"urlObject":{"path":["api","v1","ChecklistQuestions.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef895537-72a6-45fa-b948-46df535d2318"},{"name":"Update Checklist Question","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{},"id":"4a81c5e4-a237-4ff0-9b2a-09dab01f72b3"}}],"id":"ed3932eb-7ff2-4442-878f-fc2bf1e59422","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"Name\": \"API Test Edited\",\r\n        \"DisplayOrder\": 100000\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/ChecklistQuestions.json/{{Id}}","description":"<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Checklist Questions - Allows user to manage Checklist Questions.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Checklist Question</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li><p>NotFound (404)</p>\n</li>\n<li><p>BadRequest (400)</p>\n</li>\n<li><p>Conflict (409)</p>\n</li>\n<li><p>Unauthorized (401)</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"f141eaec-90e3-4d78-b150-c20dd666e586","id":"f141eaec-90e3-4d78-b150-c20dd666e586","name":"Checklist Questions","type":"folder"}},"urlObject":{"path":["api","v1","ChecklistQuestions.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed3932eb-7ff2-4442-878f-fc2bf1e59422"},{"name":"Edit Checklist Question","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{},"id":"e1db59bc-0ae1-47ef-864d-df4b674b617f"}}],"id":"3521073b-28fb-4896-9919-0d360d145579","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.DisplayOrder\",\r\n        \"value\": 100001\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/ChecklistQuestions.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Checklist Question</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Checklist Questions - Allows user to manage Checklist Questions.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Checklist Question</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li><p>NotFound (404)</p>\n</li>\n<li><p>BadRequest (400)</p>\n</li>\n<li><p>Conflict (409)</p>\n</li>\n<li><p>Unauthorized (401)</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"f141eaec-90e3-4d78-b150-c20dd666e586","id":"f141eaec-90e3-4d78-b150-c20dd666e586","name":"Checklist Questions","type":"folder"}},"urlObject":{"path":["api","v1","ChecklistQuestions.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3521073b-28fb-4896-9919-0d360d145579"},{"name":"Delete Checklist Question","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{},"id":"479906df-efc9-42f6-98c3-874b41fa1c12"}}],"id":"05a1cfdd-bee5-4838-975e-10d63911a05d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/ChecklistQuestions.json/{{Id}}","description":"<p>This API endpoint will delete a Checklist Question.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Checklist Questions - Allows user to manage Checklist Questions.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Checklist Question</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li><p>NotFound (404)</p>\n</li>\n<li><p>BadRequest (400)</p>\n</li>\n<li><p>Unauthorized (401)</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"f141eaec-90e3-4d78-b150-c20dd666e586","id":"f141eaec-90e3-4d78-b150-c20dd666e586","name":"Checklist Questions","type":"folder"}},"urlObject":{"path":["api","v1","ChecklistQuestions.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"05a1cfdd-bee5-4838-975e-10d63911a05d"}],"id":"f141eaec-90e3-4d78-b150-c20dd666e586","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d3e6fb11-dce5-48d0-adba-5ebfcbb76583"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b4acd920-7f17-48c3-86f5-213558faa8e5"}}],"_postman_id":"f141eaec-90e3-4d78-b150-c20dd666e586","description":""},{"name":"Get list of forms","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"446ee8db-d5cc-4d62-8421-220ad37b6a6d"}}],"id":"1ba7610d-dcef-45fd-8541-903b59e76d60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/forms.json","description":"<p>This API endpoint will return a list of Forms.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Forms - Allows user to view Forms.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/forms.json?query=Tasks&amp;defaultfield=AvailableTo</p>\n<p><strong>Indexes</strong></p>\n<p>The Forms endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Form (excluding collections) may be used to sort the Forms list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"21c85904-f845-4631-a718-aaffc14294c7","id":"21c85904-f845-4631-a718-aaffc14294c7","name":"Forms","type":"folder"}},"urlObject":{"path":["api","v1","forms.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ba7610d-dcef-45fd-8541-903b59e76d60"},{"name":"Get specific form","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9800a39c-7725-4ff1-808d-f767e383ea6e"}}],"id":"dea20ab4-1eac-4306-bb50-694bfc0c4434","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/forms.json/{{Id}}","description":"<p>This API endpoint will return a From</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Forms - Allows user to view Forms.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Form</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"21c85904-f845-4631-a718-aaffc14294c7","id":"21c85904-f845-4631-a718-aaffc14294c7","name":"Forms","type":"folder"}},"urlObject":{"path":["api","v1","forms.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dea20ab4-1eac-4306-bb50-694bfc0c4434"},{"name":"Add form","event":[{"listen":"prerequest","script":{"exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript","id":"734088e4-c716-4c6f-9fee-8f231308d347"}},{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","postman.setEnvironmentVariable(\"formUniqueId\", jsonData.FormUniqueId);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript","id":"96631bb2-054b-48ee-a8df-b6d5e36e3f94"}}],"id":"1b1578dc-cdce-4ce1-be6c-01f62302e6b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Processes\": [\r\n        \"processes-167\"\r\n    ],\r\n    \"Shifts\": [\r\n        \"Day\",\r\n        \"Night\"\r\n    ],\r\n    \"TaskTypes\": [],\r\n    \"EquipmentTypes\": [],\r\n    \"Locations\": [],\r\n    \"LocationTypes\": [],\r\n    \"Name\": \"API Form - {{current_timestamp}}\",\r\n    \"FormUniqueId\": \"\",\r\n    \"EnforceTaskRestrictions\": true,\r\n    \"AvailableTo\": \"Shift Plans\",\r\n    \"ImportedTasks\": \"all\",\r\n    \"PermitType\": \"\",\r\n    \"PermitTypeName\": \"\",\r\n    \"DisplayOrder\": 0,\r\n    \"Active\": true,\r\n    \"FormMode\": \"auto\",\r\n    \"ChecklistQuestions\": [\r\n        {\r\n            \"Question\": \"API Question\",\r\n            \"ShortCode\": \"\",\r\n            \"Warning\": \"\",\r\n            \"Category\": \"ChecklistQuestionCategories-97\",\r\n            \"AnswerType\": \"Numeric\",\r\n            \"DateTimeFormat\": \"\",\r\n            \"EquipmentTypes\": null,\r\n            \"LocationTypes\": null,\r\n            \"OccupationTypes\": null,\r\n            \"MultipleChoiceFreeText\": false,\r\n            \"Target\": null,\r\n            \"GreaterThanTargetIsBest\": false,\r\n            \"NoTarget\": true,\r\n            \"AggregateFunction\": \"TargetAchievedCount\",\r\n            \"ApplicableToQuestion\": \"\",\r\n            \"ApplicableToAnswer\": \"\",\r\n            \"Answer\": \"\",\r\n            \"Note\": \"\",\r\n            \"MinimumValue\": 0,\r\n            \"MaximumValue\": 1000,\r\n            \"Step\": 10,\r\n            \"AvailableToShiftPlans\": false,\r\n            \"AvailableToTasks\": false,\r\n            \"AvailableToShiftUndermanagerReport\": false,\r\n            \"ShowOnShiftlyReport\": false,\r\n            \"ShowOnDailyKPIsReport\": false,\r\n            \"RoleId\": \"\",\r\n            \"HideForCreator\": false,\r\n            \"DisplayIfUserIs\": \"\",\r\n            \"DisplayOrder\": 1000,\r\n            \"CategoryDisplayOrder\": 0,\r\n            \"Details\": \"\",\r\n            \"AvailableTo\": \"\",\r\n            \"ClientAutoId\": \"79da5709-07f0-4435-bf51-6476b77c5e30\",\r\n            \"PossibleAnswers\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/forms.json","description":"<p>This API endpoint will create a From</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Manage Forms - Allows user to manage Forms.</p>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Processes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Recurrences</td>\n<td></td>\n<td><strong>Collection of Recurrence</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormUniqueId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ImportedTasks</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AvailableTo</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitTypeName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnforceTaskRestrictions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Active</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormMode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Recurrence</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Frequency</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Every</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnSunday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnMonday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnTuesday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnWednesday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnThursday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnFriday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnSaturday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>By</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Skip</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Ends</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EndsAfter</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EndsOn</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnWeeks345</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TriggerReschedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DatePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TimePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ClientAutoId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Warning</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Category</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CategoryDisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AnswerType</td>\n<td></td>\n<td><strong>AnswerType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateTimeFormat</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>GreaterThanTargetIsBest</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateFunction</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NoTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MultipleChoiceFreeText</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Note</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowAddNote</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinimumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaximumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Step</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AvailableToShiftPlans</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AvailableToTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AvailableToShiftUndermanagerReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AvailableToPermit</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RoleId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>HideForCreator</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayIfUserIs</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswers</td>\n<td></td>\n<td><strong>Collection of PossibleAnswer</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AnswerType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MultipleChoice</td>\n<td>0</td>\n<td></td>\n</tr>\n<tr>\n<td>Numeric</td>\n<td>1</td>\n<td></td>\n</tr>\n<tr>\n<td>ShortAnswer</td>\n<td>2</td>\n<td></td>\n</tr>\n<tr>\n<td>DateTime</td>\n<td>3</td>\n<td></td>\n</tr>\n<tr>\n<td>Location</td>\n<td>4</td>\n<td></td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td>5</td>\n<td></td>\n</tr>\n<tr>\n<td>Person</td>\n<td>6</td>\n<td></td>\n</tr>\n<tr>\n<td>Text</td>\n<td>7</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of PossibleAnswer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ClientAutoId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresNotes</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PTWNotSubmittedReason</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Operation</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsRejection</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nConflict (409)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"21c85904-f845-4631-a718-aaffc14294c7","id":"21c85904-f845-4631-a718-aaffc14294c7","name":"Forms","type":"folder"}},"urlObject":{"path":["api","v1","forms.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b1578dc-cdce-4ce1-be6c-01f62302e6b4"},{"name":"Edit form","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"2e7b8bfd-feb0-449d-9b2e-2f08700a75ea"}}],"id":"ac664fff-710d-4c6f-a251-9831d98ad88c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"API Form Edited from PATCH request\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/forms.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Form</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Manage Forms - Allows user to manage Forms.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Form</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>InternalServerError (500)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"21c85904-f845-4631-a718-aaffc14294c7","id":"21c85904-f845-4631-a718-aaffc14294c7","name":"Forms","type":"folder"}},"urlObject":{"path":["api","v1","forms.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac664fff-710d-4c6f-a251-9831d98ad88c"},{"name":"Update a form","event":[{"listen":"prerequest","script":{"exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());\r","var str  = postman.getEnvironmentVariable(\"formUniqueId\");\r","var strLastChar = str[str.length-1];\r","var posOfLastChar = str.length-1;\r","var changeLastChar = ++strLastChar;\r","str = str.slice(0, posOfLastChar) + changeLastChar;\r","postman.setEnvironmentVariable(\"formUniqueIdEdited\", str);"],"type":"text/javascript","id":"aceb2fda-5633-4c41-a27c-ce72ad97c058"}},{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"52916168-7113-4acd-b9a8-d4f6a6178d9d"}}],"id":"845c85e9-00da-45e1-9f2a-ca4a9b7675d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Processes\": [\r\n        \"processes-167\"\r\n    ],\r\n    \"Shifts\": [\r\n        \"Day\",\r\n        \"Night\"\r\n    ],\r\n    \"Name\": \"API Form updated bu PUT request - {{current_timestamp}}\",\r\n    \"FormUniqueId\": \"{{formUniqueIdEdited}}\",\r\n    \"ImportedTasks\": \"all\",\r\n    \"AvailableTo\": \"Shift Plans\",\r\n    \"EnforceTaskRestrictions\": true,\r\n    \"Active\": true,\r\n    \"FormMode\": \"auto\",\r\n    \"ChecklistQuestions\": [\r\n        {\r\n            \"ClientAutoId\": \"ce4e76d0-b3b1-428e-bc8f-d6d5699da136\",\r\n            \"Question\": \"API Question\",\r\n            \"Category\": \"ChecklistQuestionCategories-97\",\r\n            \"AnswerType\": \"Numeric\",\r\n            \"DisplayOrder\": 1000,\r\n            \"MinimumValue\": 0.0,\r\n            \"MaximumValue\": 1000.0,\r\n            \"Step\": 10.0,\r\n            \"Id\": \"492ae3ed-01ab-47f3-8059-fb51134aa58a\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/forms.json/{{Id}}","description":"<p>This API endpoint will update a Form</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Forms - Allows user to manage Forms.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Form</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Processes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Recurrences</td>\n<td></td>\n<td><strong>Collection of Recurrence</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormUniqueId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ImportedTasks</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AvailableTo</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitTypeName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnforceTaskRestrictions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Active</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormMode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Recurrence</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Frequency</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Every</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnSunday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnMonday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnTuesday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnWednesday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnThursday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnFriday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnSaturday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>By</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Skip</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Ends</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EndsAfter</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EndsOn</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnWeeks345</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TriggerReschedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DatePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TimePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ClientAutoId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Warning</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Category</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CategoryDisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AnswerType</td>\n<td></td>\n<td><strong>AnswerType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateTimeFormat</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>GreaterThanTargetIsBest</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateFunction</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NoTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MultipleChoiceFreeText</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Note</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowAddNote</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinimumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaximumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Step</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AvailableToShiftPlans</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AvailableToTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AvailableToShiftUndermanagerReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AvailableToPermit</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RoleId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>HideForCreator</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayIfUserIs</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswers</td>\n<td></td>\n<td><strong>Collection of PossibleAnswer</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AnswerType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MultipleChoice</td>\n<td>0</td>\n<td></td>\n</tr>\n<tr>\n<td>Numeric</td>\n<td>1</td>\n<td></td>\n</tr>\n<tr>\n<td>ShortAnswer</td>\n<td>2</td>\n<td></td>\n</tr>\n<tr>\n<td>DateTime</td>\n<td>3</td>\n<td></td>\n</tr>\n<tr>\n<td>Location</td>\n<td>4</td>\n<td></td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td>5</td>\n<td></td>\n</tr>\n<tr>\n<td>Person</td>\n<td>6</td>\n<td></td>\n</tr>\n<tr>\n<td>Text</td>\n<td>7</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of PossibleAnswer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ClientAutoId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresNotes</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PTWNotSubmittedReason</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Operation</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsRejection</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"21c85904-f845-4631-a718-aaffc14294c7","id":"21c85904-f845-4631-a718-aaffc14294c7","name":"Forms","type":"folder"}},"urlObject":{"path":["api","v1","forms.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"845c85e9-00da-45e1-9f2a-ca4a9b7675d9"},{"name":"Delete form","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"1f52ffed-0d01-41e4-a2f8-1a54eb1c8d28"}}],"id":"340cc750-4791-4cf8-9006-4f9ed595b259","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"url":"{{Url}}/api/v1/forms.json/{{Id}}","description":"<p>This API endpoint will delete a Form</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Forms - Allows user to manage Forms.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Form</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"21c85904-f845-4631-a718-aaffc14294c7","id":"21c85904-f845-4631-a718-aaffc14294c7","name":"Forms","type":"folder"}},"urlObject":{"path":["api","v1","forms.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"340cc750-4791-4cf8-9006-4f9ed595b259"}],"id":"21c85904-f845-4631-a718-aaffc14294c7","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a3eba7e2-043c-457d-b642-20e4d1dc34e5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"abcfc436-25a0-41e2-ba17-349a8e5e405e","type":"text/javascript","exec":[""]}}],"_postman_id":"21c85904-f845-4631-a718-aaffc14294c7","description":""},{"name":"Integrations","item":[{"name":"Integration Logs","item":[{"name":"GET list of Integration Logs","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"3790960e-3b2e-41f3-9a63-f504756efd2f"}}],"id":"d52994dc-1933-4956-8e09-239b262cadd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/integrationlogs.json","description":"<p>This API endpoint will return a List of IntegrationLogs.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Integration Logs - Allows user to view Integration Logs.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>/api/v1/integrationlogs.json?query=Excel&amp;defaultfield=Source</p>\n<p><strong>Indexes</strong></p>\n<p>The IntegrationLogs endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the IntegrationLog (excluding collections) may be used to sort the IntegrationLogs list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"82f4ad79-b6a6-4369-be89-73a685820797","id":"82f4ad79-b6a6-4369-be89-73a685820797","name":"Integration Logs","type":"folder"}},"urlObject":{"path":["api","v1","integrationlogs.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d52994dc-1933-4956-8e09-239b262cadd6"},{"name":"Get Integration Log","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"cfa5f407-6fd0-49ec-bdef-f2be9bf390f7"}}],"id":"72f44701-fc86-4527-adaf-c7aca96aa7ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/integrationlogs.json/{{Id}}","description":"<p>This API endpoint will return a specific IntegrationLog.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Integration Logs - Allows user to view Integration Logs.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the IntegrationLog</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"82f4ad79-b6a6-4369-be89-73a685820797","id":"82f4ad79-b6a6-4369-be89-73a685820797","name":"Integration Logs","type":"folder"}},"urlObject":{"path":["api","v1","integrationlogs.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"72f44701-fc86-4527-adaf-c7aca96aa7ed"},{"name":"Create Integration Logs","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript","id":"2a4d5ca9-d6ca-46c4-8bac-34505a8c3fd4"}},{"listen":"prerequest","script":{"exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript","id":"6b28cf1e-d7b2-4427-bf41-fe39536a4684"}}],"id":"35ac5da3-6290-4830-b877-6083bc3fb5eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"Integration\": \"integrations-321\",\r\n  \"RunId\": \"5e1925c8-eae8-45f9-909a-d77b2f779925\",\r\n  \"Type\": \"Debug\",\r\n  \"Message\": \"Example Integration Log\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/integrationlogs.json","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"82f4ad79-b6a6-4369-be89-73a685820797","id":"82f4ad79-b6a6-4369-be89-73a685820797","name":"Integration Logs","type":"folder"}},"urlObject":{"path":["api","v1","integrationlogs.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"35ac5da3-6290-4830-b877-6083bc3fb5eb"}],"id":"82f4ad79-b6a6-4369-be89-73a685820797","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"e6428f37-292a-4cd6-9406-908652fbbd10","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"73f83b58-f182-4afd-80c3-b330d1f7e78a","type":"text/javascript","exec":[""]}}],"_postman_id":"82f4ad79-b6a6-4369-be89-73a685820797","description":""},{"name":"Smart Import Connections","item":[{"name":"GET list of Smart Import Connections","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"38a3e9af-1537-4af7-8178-75aa064066c6"}}],"id":"0aa21ea9-87ce-4003-935e-cfeb1984187e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/SmartImportConnections.json","description":"<p>This API endpoint will return a List of Smart Import Connections</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Smart Import Connections - Allows user to view Smart Import Connections.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/ShiftTimes.json?query=<em>{{value}}</em>&amp;defaultfield=<em>{{parameter}}</em></p>\n<p><strong>Indexes</strong></p>\n<p>The Smart Import Connections endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the SmartImportConnections (excluding collections) may be used to sort the SmartImportConnections list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fb685aae-1ce9-4c16-8e3e-ec1b3b98979f","id":"fb685aae-1ce9-4c16-8e3e-ec1b3b98979f","name":"Smart Import Connections","type":"folder"}},"urlObject":{"path":["api","v1","SmartImportConnections.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0aa21ea9-87ce-4003-935e-cfeb1984187e"},{"name":"GET Specific Smart Import Connections","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"b75e981b-ca5c-42e0-98f3-d29f400926f8"}}],"id":"65bb32fc-4881-4d87-8a03-918b22f0cce0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/SmartImportConnections.json/{{Id}}","description":"<p>This API endpoint will return a specific SmartImportConnection.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Smart Import Connections - Allows user to view Smart Import Connections.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the SmartImportConnection</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fb685aae-1ce9-4c16-8e3e-ec1b3b98979f","id":"fb685aae-1ce9-4c16-8e3e-ec1b3b98979f","name":"Smart Import Connections","type":"folder"}},"urlObject":{"path":["api","v1","SmartImportConnections.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"65bb32fc-4881-4d87-8a03-918b22f0cce0"}],"id":"fb685aae-1ce9-4c16-8e3e-ec1b3b98979f","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"44ebc20a-1a7b-4848-99b6-76dde9cd4082","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"84b5b0f6-727b-4c9c-923f-38ae771b0d07","type":"text/javascript","exec":[""]}}],"_postman_id":"fb685aae-1ce9-4c16-8e3e-ec1b3b98979f","description":""},{"name":"Smart Import Destinations","item":[{"name":"GET list of Smart Import Destinations","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData[jsonData.length-1].Id);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"daa524db-a4e2-45e6-95ac-635602b6f547"}}],"id":"6624293c-31f1-416d-b7c4-6e525ed1f58c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/SmartImportDestinations.json","description":"<p>This API endpoint will return a List of Smart Import Destinations</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Smart Import Destinations - Allows user to view Smart Import Destinations.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/ShortIntervalControls.json?query=UserLeave<br />&amp;defaultfield=Destination</p>\n<p><strong>Indexes</strong></p>\n<p>The SmartImportDestinations endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Smart Import Destinations (excluding collections) may be used to sort the Smart Import Destinations list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"925de51b-98a1-4d34-be6c-1730609b4e94","id":"925de51b-98a1-4d34-be6c-1730609b4e94","name":"Smart Import Destinations","type":"folder"}},"urlObject":{"path":["api","v1","SmartImportDestinations.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6624293c-31f1-416d-b7c4-6e525ed1f58c"},{"name":"GET Specific Short Interval Control","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"74683f9c-4836-47e0-b438-71500abbc355"}}],"id":"e7f1efe6-9f0d-4adb-9041-fcf76630f4a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/SmartImportDestinations.json/{{Id}}","description":"<p>This API endpoint will return a specific Smart Import Destination.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Smart Import Destinations - Allows user to view Smart Import Destinations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Smart Import Destination</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"925de51b-98a1-4d34-be6c-1730609b4e94","id":"925de51b-98a1-4d34-be6c-1730609b4e94","name":"Smart Import Destinations","type":"folder"}},"urlObject":{"path":["api","v1","SmartImportDestinations.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7f1efe6-9f0d-4adb-9041-fcf76630f4a7"}],"id":"925de51b-98a1-4d34-be6c-1730609b4e94","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"6961b019-eb1b-4f64-935e-8fe78bdf9d7e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fd8acefe-dbe4-45c0-b729-8ebd7a53a024","type":"text/javascript","exec":[""]}}],"_postman_id":"925de51b-98a1-4d34-be6c-1730609b4e94","description":""},{"name":"Get list of Integrations","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"886f6bd2-bd42-4368-a6a5-3c3b4b1b6178"}}],"id":"77a2fee1-df52-4901-9ca6-3959d65ded0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/integrations.json","description":"<p>This API endpoint will return a List of Integrations.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Integrations - Allows user to see the Integrations between Fewzion and other systems/resources</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found here.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/integrations.json?query=Mainstay&amp;defaultfield=Type</p>\n<p><strong>Indexes</strong></p>\n<p>The Integrations endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Integration (excluding collections) may be used to sort the Integrations list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","name":"Integrations","type":"folder"}},"urlObject":{"path":["api","v1","integrations.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"77a2fee1-df52-4901-9ca6-3959d65ded0e"},{"name":"Get specific Integration","event":[{"listen":"test","script":{"id":"eb0aa581-d49e-4482-8ba5-244100a04037","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"3db48af1-1e18-4fb5-8e3b-ab8d645f1342","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Integrations.json/{{integrationId}}","description":"<p>This API endpoint will return a specific Integration.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Integrations - Allows user to see the Integrations between Fewzion and other systems/resources</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","name":"Integrations","type":"folder"}},"urlObject":{"path":["api","v1","Integrations.json","{{integrationId}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3db48af1-1e18-4fb5-8e3b-ab8d645f1342"},{"name":"Add Integration","event":[{"listen":"test","script":{"id":"2d215b4c-51d7-4672-9f93-133116a127b8","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"integrationId\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","postman.setEnvironmentVariable(\"smartImportScript\", jsonData.Script);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"832a64e4-367e-4e6e-b91e-b6ec9cd26c86","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"a845eb2d-bfdc-4e60-8941-bf97f417fee8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"SmartImportType\": \"Equipment\",\r\n        \"Script\": \"Equipment!A1:H2\",\r\n        \"ExcelRange\": \"{{excelRange}}\",\r\n        \"ExcelRowsMethod\": \"SkipEmptyRows\",\r\n        \"Destination\": \"Equipment\",\r\n        \"AllowAdHocImport\": true,\r\n        \"Mappings\": [\r\n            {\r\n                \"SourceProperty\": \"Plant Number\",\r\n                \"TargetProperty\": \"PlantNo\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"SourceProperty\": \"Description\",\r\n                \"TargetProperty\": \"Description\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"SourceProperty\": \"Type\",\r\n                \"TargetProperty\": \"Type\",\r\n                \"Lookup\": \"EquipmentTypes\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"SourceProperty\": \"Default Process\",\r\n                \"TargetProperty\": \"DefaultProcess\",\r\n                \"Lookup\": \"ActiveProcesses\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"SourceProperty\": \"DisplayOrder\",\r\n                \"TargetProperty\": \"DisplayOrder\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true\r\n            },\r\n            {\r\n                \"SourceProperty\": \"Status\",\r\n                \"TargetProperty\": \"Status\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true\r\n            },\r\n            {\r\n                \"SourceProperty\": \"Location\",\r\n                \"TargetProperty\": \"Location\",\r\n                \"Lookup\": \"Locations\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true\r\n            },\r\n            {\r\n                \"SourceProperty\": \"Deleted\",\r\n                \"TargetProperty\": \"Deleted\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true\r\n            }\r\n        ],\r\n        \"Lookups\": [\r\n            {\r\n                \"Id\": \"ActiveProcesses\",\r\n                \"Lookup\": {\r\n                    \"Dev\": \"{{processId}}\"\r\n                }\r\n            },\r\n            {\r\n                \"Id\": \"Locations\",\r\n                \"Lookup\": {\r\n                    \"loc1\": \"{{locationId}}\"\r\n                }\r\n            },\r\n            {\r\n                \"Id\": \"EquipmentTypes\",\r\n                \"Lookup\": {\r\n                    \"TR\": \"{{equipmentTypeId}}\"\r\n                }\r\n            }\r\n        ],\r\n        \"Type\": \"SmartImport\",\r\n        \"LogLevel\": \"Debug\",\r\n        \"Name\": \"Integration from API-{{current_timestamp}}\",\r\n        \"SourceSystem\": \"Excell\",\r\n        \"Source\": \"Excel\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Integrations.json","description":"<p>This API endpoint will create a Integration</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>Manage Integrations - Allows user to edit and remove Integrations between Fewzion and other systems/resources.</p>\n</li>\n<li><p>Create Smart Import Integrations - Allows user to add Integrations between Fewzion and other systems/resources.</p>\n</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LogLevel</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>A descriptive name for the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td>A code representing the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceSystem</td>\n<td>The system we are integrating with.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Destination</td>\n<td>The destination Fewzion object.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Icon</td>\n<td>An icon representing the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Disabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>The Integration's type.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","name":"Integrations","type":"folder"}},"urlObject":{"path":["api","v1","Integrations.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a845eb2d-bfdc-4e60-8941-bf97f417fee8"},{"name":"Run Smart Import","event":[{"listen":"test","script":{"id":"26034e1a-83dd-43c0-8ef8-d51033f0b651","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"5b2620f9-e011-4953-8f80-606d534e7660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"SmartImportType\": \"Equipment\",\r\n        \"Script\": \"SmartImportScripts-55-A\",\r\n        \"ExcelPath\": \"\",\r\n        \"ExcelRange\": \"Equipment!A1:H2\",\r\n        \"ExcelRowsMethod\": \"SkipEmptyRows\",\r\n        \"AllowAdHocImport\": true,\r\n        \"Mappings\": [\r\n            {\r\n                \"Id\": \"1073a1da-7abe-4868-96b5-f8d43e0a5873\",\r\n                \"SourceProperty\": \"Plant Number\",\r\n                \"TargetProperty\": \"PlantNo\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"4ce1063f-5945-4fb7-ba35-dd6f89dc4142\",\r\n                \"SourceProperty\": \"Description\",\r\n                \"TargetProperty\": \"Description\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"866c2a02-8204-425f-8349-f446a2bd9e05\",\r\n                \"SourceProperty\": \"Type\",\r\n                \"TargetProperty\": \"Type\",\r\n                \"Lookup\": \"EquipmentTypes\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"f66d467f-cb1b-4ffa-8992-27f0c8625820\",\r\n                \"SourceProperty\": \"Default Process\",\r\n                \"TargetProperty\": \"DefaultProcess\",\r\n                \"Lookup\": \"ActiveProcesses\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"1a9b98c8-8943-4773-97e8-ff639864c48d\",\r\n                \"SourceProperty\": \"DisplayOrder\",\r\n                \"TargetProperty\": \"DisplayOrder\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true\r\n            },\r\n            {\r\n                \"Id\": \"6fc7ce58-8723-4358-b3e2-1c5176517992\",\r\n                \"SourceProperty\": \"Status\",\r\n                \"TargetProperty\": \"Status\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true\r\n            },\r\n            {\r\n                \"Id\": \"baacb778-fda0-4d99-a03f-12ac50209742\",\r\n                \"SourceProperty\": \"Location\",\r\n                \"TargetProperty\": \"Location\",\r\n                \"Lookup\": \"Locations\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true\r\n            },\r\n            {\r\n                \"Id\": \"e41d40ce-01e3-4a6d-b784-413984eb8a50\",\r\n                \"SourceProperty\": \"Deleted\",\r\n                \"TargetProperty\": \"Deleted\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true\r\n            }\r\n        ],\r\n        \"Lookups\": [\r\n            {\r\n                \"Id\": \"ActiveProcesses\",\r\n                \"Lookup\": {\r\n                    \"Dev\": \"processes-353-A\"\r\n                }\r\n            },\r\n            {\r\n                \"Id\": \"Locations\",\r\n                \"Lookup\": {\r\n                    \"loc1\": \"locations-1945-A\"\r\n                }\r\n            },\r\n            {\r\n                \"Id\": \"EquipmentTypes\",\r\n                \"Lookup\": {\r\n                    \"TR\": \"EquipmentTypes-914-A\"\r\n                }\r\n            }\r\n        ],\r\n        \"LogLevel\": \"Debug\",\r\n        \"Name\": \"Equipment from Excell AA0804\",\r\n        \"SourceSystem\": \"Excell AA0804\",\r\n        \"Source\": \"Excel\",\r\n        \"Destination\": \"Equipment\",\r\n        \"Type\": \"SmartImport\",\r\n        \"Id\": \"{{integrationId}}\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/integrations.json/RunSmartImport","description":"<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>Manage Integrations - Allows user to edit and remove Integrations between Fewzion and other systems/resources.</p>\n</li>\n<li><p>Create Smart Import Integrations - Allows user to add Integrations between Fewzion and other systems/resources.</p>\n</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SmartImportType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Script</td>\n<td>The script generated using the supplied settings.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CustomScript</td>\n<td>A custom script.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UseCustomScript</td>\n<td>A flag indicating whether to use the custom script or not.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExcelPath</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExcelRange</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExcelRowsMethod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ConnectionId</td>\n<td>A reference to a .</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AllowAdHocImport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplyUpdateShiftAndDateRule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplyFutureTaskDeletions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Mappings</td>\n<td>A collection that tells fewzion how to map imported object properties to fewzion object properties.</td>\n<td><strong>Collection of SmartImportMapping</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Lookups</td>\n<td>A collection that tells fewzion how to interpret the values in the imported data.</td>\n<td><strong>Collection of SmartImportLookup</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>CronSchedules</td>\n<td>A cron expression that identifies a schedule to run the integration on.</td>\n<td><strong>Collection of SmartImportCronSchedule</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Window</td>\n<td></td>\n<td><strong>SmartImportWindow</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>LogLevel</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>A descriptive name for the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td>A code representing the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceSystem</td>\n<td>The system we are integrating with.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Destination</td>\n<td>The destination Fewzion object.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Icon</td>\n<td>An icon representing the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Disabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>The Integration's type.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of SmartImportMapping</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceProperty</td>\n<td>The property to get data from.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ColumnName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DestinationField</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NullCount</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NotNullCount</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DataType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Delimiter</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ImportTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DistinctValues</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CollectionDistinctValues</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetProperty</td>\n<td>The property to set the data to.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Lookup</td>\n<td>Name of the Lookup to use if this property requires conversion.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Sync</td>\n<td>A flag indicating whether to copy data.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UpdateOnImport</td>\n<td>A flag indicating whether to copy data.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsConstant</td>\n<td>A flag indicating whether this source property is a constant value.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ReadOnly</td>\n<td>A flag indicating readonly.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsRequiredField</td>\n<td>A flag indicating if field is required..</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsCollectionField</td>\n<td>A flag indicating if field is a collection..</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsMultCollectionField</td>\n<td>A flag indicating if field is a multiple collection.. like RequiredPeople and RequiredEquipment</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsNullAllowed</td>\n<td>A flag indicating if field allows empty value..</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AllowManuallyAdded</td>\n<td>A flag indicating if field allows lokkups and manually added. i.e. Tags</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Disabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>The Integration's type.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of SmartImportLookup</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The IntegrationLookup's unique identifier.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UseFuzzy</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Lookup</td>\n<td>A lookup table to convert data from one systems value to a Fewzion equivalent</td>\n<td>Dictionary of string [key] and string [value]</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of SmartImportCronSchedule</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CronExpression</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Enabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>SmartImportWindow</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>From</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>To</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","name":"Integrations","type":"folder"}},"urlObject":{"path":["api","v1","integrations.json","RunSmartImport"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b2620f9-e011-4953-8f80-606d534e7660"},{"name":"Run Smart Import From File","event":[{"listen":"test","script":{"id":"cd6c1fd4-5359-4026-a955-0b27738013f6","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"b440ed9b-bcb4-4a56-a543-745af8cf2d55","exec":[""],"type":"text/javascript"}}],"id":"08e6fb05-eaec-4101-a612-7daa950b19cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"ExcelRange","value":"Equipment!A1:H2","type":"text"},{"key":"SmartImportId","value":"{{integrationId}}","type":"text"},{"key":"File","type":"file","src":"EquipmentImport (1).xlsx"}]},"url":"{{Url}}/api/v1/integrations.json/RunSmartImportFromFile","description":"<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Run Smart Import Integrations - Allows user to run Integrations between Fewzion and other systems/resources.</li>\n</ul>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","name":"Integrations","type":"folder"}},"urlObject":{"path":["api","v1","integrations.json","RunSmartImportFromFile"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"08e6fb05-eaec-4101-a612-7daa950b19cc"},{"name":"Save Wizard Integration","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"1f0b775b-def5-4988-aff8-6bcfdd66c40e"}}],"id":"4f5ab32b-ab13-4d3e-8fbe-5ea523b9a37b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Success\": true,\r\n    \"SmartImport\": {\r\n        \"SmartImportType\": \"Equipment\",\r\n        \"Script\": \"SmartImportScripts-39-A\",\r\n        \"ExcelRange\": \"Sheet1!A1:G4\",\r\n        \"ExcelRowsMethod\": \"SkipEmptyRows\",\r\n        \"AllowAdHocImport\": true,\r\n        \"Mappings\": [\r\n            {\r\n                \"Id\": \"9df0bbfd-b1f7-4527-b75e-0e6bcf7d4518\",\r\n                \"SourceProperty\": \"SourceID\",\r\n                \"TargetProperty\": \"Type\",\r\n                \"Lookup\": \"EquipmentTypes\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"329d5188-3d5e-454f-9270-981741ec087b\",\r\n                \"SourceProperty\": \"Description\",\r\n                \"TargetProperty\": \"Description\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"e60f804c-712e-4d9b-a184-88d2aae923d1\",\r\n                \"SourceProperty\": \"Fewzion Plant No.\",\r\n                \"Delimiter\": \",\",\r\n                \"TargetProperty\": \"PlantNo\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"975081ba-c314-4830-81b6-66ea2c5ae05a\",\r\n                \"SourceProperty\": \"Fewzion Process\",\r\n                \"TargetProperty\": \"DefaultProcess\",\r\n                \"Lookup\": \"ActiveProcesses\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"4e88af1e-3afd-430f-842d-d139f5cbc1be\",\r\n                \"TargetProperty\": \"DisplayOrder\"\r\n            },\r\n            {\r\n                \"Id\": \"ee58ca2c-6e1f-405e-b34f-5a83b3d43cc1\",\r\n                \"TargetProperty\": \"Status\"\r\n            },\r\n            {\r\n                \"Id\": \"a6c5f0e6-162d-4a9f-8059-e2cfa1e23c00\",\r\n                \"TargetProperty\": \"Location\"\r\n            },\r\n            {\r\n                \"Id\": \"09bf6b56-710f-4f1b-bc6f-8146e3c50172\",\r\n                \"TargetProperty\": \"Deleted\"\r\n            }\r\n        ],\r\n        \"Lookups\": [\r\n            {\r\n                \"Id\": \"ActiveProcesses\",\r\n                \"Lookup\": {\r\n                    \"Prod\": \"processes-354-A\"\r\n                }\r\n            },\r\n            {\r\n                \"Id\": \"Locations\"\r\n            },\r\n            {\r\n                \"Id\": \"EquipmentTypes\",\r\n                \"Lookup\": {\r\n                    \"6000\": \"EquipmentTypes-1\",\r\n                    \"7000\": \"EquipmentTypes-2\",\r\n                    \"8000\": \"EquipmentTypes-3\"\r\n                }\r\n            }\r\n        ],\r\n        \"LogLevel\": \"Debug\",\r\n        \"Name\": \"Equipment from Excel-AA\",\r\n        \"SourceSystem\": \"Excel-AA\",\r\n        \"Source\": \"Excel\",\r\n        \"Destination\": \"Equipment\",\r\n        \"Type\": \"SmartImport\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/integrations.json/SaveWizardIntegration","description":"<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>Manage Integrations - Allows user to edit and remove Integrations between Fewzion and other systems/resources.</p>\n</li>\n<li><p>Create Smart Import Integrations - Allows user to add Integrations between Fewzion and other systems/resources.</p>\n</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SmartImportType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Script</td>\n<td>The script generated using the supplied settings.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CustomScript</td>\n<td>A custom script.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UseCustomScript</td>\n<td>A flag indicating whether to use the custom script or not.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExcelPath</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExcelRange</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExcelRowsMethod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ConnectionId</td>\n<td>A reference to a .</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AllowAdHocImport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplyUpdateShiftAndDateRule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplyFutureTaskDeletions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Mappings</td>\n<td>A collection that tells fewzion how to map imported object properties to fewzion object properties.</td>\n<td><strong>Collection of SmartImportMapping</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Lookups</td>\n<td>A collection that tells fewzion how to interpret the values in the imported data.</td>\n<td><strong>Collection of SmartImportLookup</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>CronSchedules</td>\n<td>A cron expression that identifies a schedule to run the integration on.</td>\n<td><strong>Collection of SmartImportCronSchedule</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Window</td>\n<td></td>\n<td><strong>SmartImportWindow</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>LogLevel</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>A descriptive name for the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td>A code representing the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceSystem</td>\n<td>The system we are integrating with.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Destination</td>\n<td>The destination Fewzion object.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Icon</td>\n<td>An icon representing the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Disabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>The Integration's type.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of SmartImportMapping</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceProperty</td>\n<td>The property to get data from.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ColumnName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DestinationField</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NullCount</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NotNullCount</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DataType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Delimiter</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ImportTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DistinctValues</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CollectionDistinctValues</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetProperty</td>\n<td>The property to set the data to.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Lookup</td>\n<td>Name of the Lookup to use if this property requires conversion.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Sync</td>\n<td>A flag indicating whether to copy data.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UpdateOnImport</td>\n<td>A flag indicating whether to copy data.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsConstant</td>\n<td>A flag indicating whether this source property is a constant value.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ReadOnly</td>\n<td>A flag indicating readonly.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsRequiredField</td>\n<td>A flag indicating if field is required..</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsCollectionField</td>\n<td>A flag indicating if field is a collection..</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsMultCollectionField</td>\n<td>A flag indicating if field is a multiple collection.. like RequiredPeople and RequiredEquipment</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsNullAllowed</td>\n<td>A flag indicating if field allows empty value..</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AllowManuallyAdded</td>\n<td>A flag indicating if field allows lokkups and manually added. i.e. Tags</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Disabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>The Integration's type.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of SmartImportLookup</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The IntegrationLookup's unique identifier.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UseFuzzy</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Lookup</td>\n<td>A lookup table to convert data from one systems value to a Fewzion equivalent</td>\n<td>Dictionary of string [key] and string [value]</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of SmartImportCronSchedule</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CronExpression</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Enabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>SmartImportWindow</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>From</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>To</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","name":"Integrations","type":"folder"}},"urlObject":{"path":["api","v1","integrations.json","SaveWizardIntegration"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f5ab32b-ab13-4d3e-8fbe-5ea523b9a37b"},{"name":"Edit Integration","event":[{"listen":"test","script":{"id":"fa20ae87-9a43-42e8-9f76-16f3b93b02ae","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"ef0391b9-8689-409b-a055-19a2d27167c0","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"36b8eccf-b490-4a07-a47b-14ebf77ee679","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"API edited name\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Integrations.json/{{integrationId}}","description":"<p>This API endpoint will apply a patch operation to a Integration</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Integrations - Allows user to edit and remove Integrations between Fewzion and other systems/resources.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>InternalServerError (500)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","name":"Integrations","type":"folder"}},"urlObject":{"path":["api","v1","Integrations.json","{{integrationId}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"36b8eccf-b490-4a07-a47b-14ebf77ee679"},{"name":"Get SyncMainstay Integration for specific process","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"f2509e8a-d48b-4566-bc96-533dd52b64ed"}}],"id":"0f396c0d-7d79-4680-a745-d73a93e9c3ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/integrations.json/SyncMainstay?processId=processes-167","description":"<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Sync Mainstay Integration - Allows user to sync mainstay integrations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>processId</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","name":"Integrations","type":"folder"}},"urlObject":{"path":["api","v1","integrations.json","SyncMainstay"],"host":["{{Url}}"],"query":[{"key":"processId","value":"processes-167"}],"variable":[]}},"response":[],"_postman_id":"0f396c0d-7d79-4680-a745-d73a93e9c3ea"},{"name":"Get Icon of specific Integration","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"15b8db71-6494-4ca4-b09b-ccc91f28ee2f"}}],"id":"72920b65-d735-47dd-8d3c-01df0d0471e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/integrations.json/Icon?integrationId=integrations-321","description":"<p>This API endpoint will download an Integration icon</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Integrations - Allows user to see the Integrations between Fewzion and other systems/resources</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>integrationId</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","name":"Integrations","type":"folder"}},"urlObject":{"path":["api","v1","integrations.json","Icon"],"host":["{{Url}}"],"query":[{"key":"integrationId","value":"integrations-321"}],"variable":[]}},"response":[],"_postman_id":"72920b65-d735-47dd-8d3c-01df0d0471e6"},{"name":"Get Wizard Mappings","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"4dbe6251-3b2b-42bd-a389-af1625970141"}}],"id":"9c996b38-9641-46dd-b839-8f2b7fe98df1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Integrations/GetWizardMappings?excelRange=Sheet1!A1:G4&excelId=temp-f4fa49db-9273-448d-8593-03c23776b4b0&excelName=Excel_Equipment (1).xlsx&excelRowMwthod=SkipEmptyRows&fieldstr=PlantNo,Type,Description,DefaultProcess,DisplayOrder,Status,Location,Deleted","description":"<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>Manage Integrations - Allows user to edit and remove Integrations between Fewzion and other systems/resources.</p>\n</li>\n<li><p>Create Smart Import Integrations - Allows user to add Integrations between Fewzion and other systems/resources.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>excelRange</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>excelId</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>excelName</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>excelRowMwthod</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>fieldstr</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","name":"Integrations","type":"folder"}},"urlObject":{"path":["api","v1","Integrations","GetWizardMappings"],"host":["{{Url}}"],"query":[{"key":"excelRange","value":"Sheet1!A1:G4"},{"key":"excelId","value":"temp-f4fa49db-9273-448d-8593-03c23776b4b0"},{"key":"excelName","value":"Excel_Equipment (1).xlsx"},{"key":"excelRowMwthod","value":"SkipEmptyRows"},{"key":"fieldstr","value":"PlantNo,Type,Description,DefaultProcess,DisplayOrder,Status,Location,Deleted"}],"variable":[]}},"response":[],"_postman_id":"9c996b38-9641-46dd-b839-8f2b7fe98df1"},{"name":"Get Wizard Results","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"1a75eaea-be22-4294-9a2c-9e256443a072"}}],"id":"ec5ae04f-86a5-4dfc-9b23-c6fee030c8a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Success\": true,\r\n    \"SmartImport\": {\r\n        \"SmartImportType\": \"Equipment\",\r\n        \"Script\": \"SmartImportScripts-39-A\",\r\n        \"ExcelRange\": \"Sheet1!A1:G4\",\r\n        \"ExcelRowsMethod\": \"SkipEmptyRows\",\r\n        \"AllowAdHocImport\": true,\r\n        \"Mappings\": [\r\n            {\r\n                \"Id\": \"14cc6941-a845-4c66-9d7a-298f773b261b\",\r\n                \"SourceProperty\": \"SourceID\",\r\n                \"TargetProperty\": \"Type\",\r\n                \"Lookup\": \"EquipmentTypes\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"1535695c-0365-42d4-a059-0cdbb15be488\",\r\n                \"SourceProperty\": \"Description\",\r\n                \"TargetProperty\": \"Description\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"46a14f6c-4275-4f11-9212-9b55a8a4579f\",\r\n                \"SourceProperty\": \"Fewzion Plant No.\",\r\n                \"Delimiter\": \",\",\r\n                \"TargetProperty\": \"PlantNo\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"45f538e4-fa40-41da-8b6b-85597f1a7e37\",\r\n                \"SourceProperty\": \"Fewzion Process\",\r\n                \"TargetProperty\": \"DefaultProcess\",\r\n                \"Lookup\": \"ActiveProcesses\",\r\n                \"Sync\": true,\r\n                \"UpdateOnImport\": true,\r\n                \"ReadOnly\": true,\r\n                \"IsRequiredField\": true\r\n            },\r\n            {\r\n                \"Id\": \"81490bfa-9c43-4bc5-9748-ae20c300fb43\",\r\n                \"TargetProperty\": \"DisplayOrder\"\r\n            },\r\n            {\r\n                \"Id\": \"d75274b4-fc3c-437b-ba6d-5f93b867dd5c\",\r\n                \"TargetProperty\": \"Status\"\r\n            },\r\n            {\r\n                \"Id\": \"0b1be419-921d-4fbd-b92a-92cbcfb99561\",\r\n                \"TargetProperty\": \"Location\"\r\n            },\r\n            {\r\n                \"Id\": \"20c8abe3-db45-4dbd-a9ac-2cf6201861e1\",\r\n                \"TargetProperty\": \"Deleted\"\r\n            }\r\n        ],\r\n        \"Lookups\": [\r\n            {\r\n                \"Id\": \"ActiveProcesses\",\r\n                \"Lookup\": {\r\n                    \"Prod\": \"processes-354-A\"\r\n                }\r\n            },\r\n            {\r\n                \"Id\": \"Locations\"\r\n            },\r\n            {\r\n                \"Id\": \"EquipmentTypes\",\r\n                \"Lookup\": {\r\n                    \"6000\": \"EquipmentTypes-1\",\r\n                    \"7000\": \"EquipmentTypes-2\",\r\n                    \"8000\": \"EquipmentTypes-3\"\r\n                }\r\n            }\r\n        ],\r\n        \"LogLevel\": \"Debug\",\r\n        \"Name\": \"Equipment from Excel-AA\",\r\n        \"SourceSystem\": \"Excel-AA\",\r\n        \"Source\": \"Excel\",\r\n        \"Destination\": \"Equipment\",\r\n        \"Type\": \"SmartImport\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/integrations.json/GetWizardResults?actionDB={actionDB}&integrationId={integrationId}&excelid={excelid}&excelname={excelname}","description":"<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>Manage Integrations - Allows user to edit and remove Integrations between Fewzion and other systems/resources.</p>\n</li>\n<li><p>Create Smart Import Integrations - Allows user to add Integrations between Fewzion and other systems/resources.</p>\n</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SmartImportType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Script</td>\n<td>The script generated using the supplied settings.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CustomScript</td>\n<td>A custom script.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UseCustomScript</td>\n<td>A flag indicating whether to use the custom script or not.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExcelPath</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExcelRange</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExcelRowsMethod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ConnectionId</td>\n<td>A reference to a .</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AllowAdHocImport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplyUpdateShiftAndDateRule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplyFutureTaskDeletions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Mappings</td>\n<td>A collection that tells fewzion how to map imported object properties to fewzion object properties.</td>\n<td><strong>Collection of SmartImportMapping</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Lookups</td>\n<td>A collection that tells fewzion how to interpret the values in the imported data.</td>\n<td><strong>Collection of SmartImportLookup</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>CronSchedules</td>\n<td>A cron expression that identifies a schedule to run the integration on.</td>\n<td><strong>Collection of SmartImportCronSchedule</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Window</td>\n<td></td>\n<td><strong>SmartImportWindow</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>LogLevel</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>A descriptive name for the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td>A code representing the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceSystem</td>\n<td>The system we are integrating with.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Destination</td>\n<td>The destination Fewzion object.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Icon</td>\n<td>An icon representing the Integration.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Disabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>The Integration's type.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of SmartImportMapping</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceProperty</td>\n<td>The property to get data from.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ColumnName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DestinationField</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NullCount</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NotNullCount</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DataType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Delimiter</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ImportTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DistinctValues</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CollectionDistinctValues</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetProperty</td>\n<td>The property to set the data to.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Lookup</td>\n<td>Name of the Lookup to use if this property requires conversion.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Sync</td>\n<td>A flag indicating whether to copy data.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UpdateOnImport</td>\n<td>A flag indicating whether to copy data.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsConstant</td>\n<td>A flag indicating whether this source property is a constant value.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ReadOnly</td>\n<td>A flag indicating readonly.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsRequiredField</td>\n<td>A flag indicating if field is required..</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsCollectionField</td>\n<td>A flag indicating if field is a collection..</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsMultCollectionField</td>\n<td>A flag indicating if field is a multiple collection.. like RequiredPeople and RequiredEquipment</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsNullAllowed</td>\n<td>A flag indicating if field allows empty value..</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AllowManuallyAdded</td>\n<td>A flag indicating if field allows lokkups and manually added. i.e. Tags</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Disabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>The Integration's type.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of SmartImportLookup</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The IntegrationLookup's unique identifier.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UseFuzzy</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Lookup</td>\n<td>A lookup table to convert data from one systems value to a Fewzion equivalent</td>\n<td>Dictionary of string [key] and string [value]</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of SmartImportCronSchedule</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CronExpression</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Enabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>SmartImportWindow</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>From</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>To</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","name":"Integrations","type":"folder"}},"urlObject":{"path":["api","v1","integrations.json","GetWizardResults"],"host":["{{Url}}"],"query":[{"key":"actionDB","value":"{actionDB}"},{"key":"integrationId","value":"{integrationId}"},{"key":"excelid","value":"{excelid}"},{"key":"excelname","value":"{excelname}"}],"variable":[]}},"response":[],"_postman_id":"ec5ae04f-86a5-4dfc-9b23-c6fee030c8a4"}],"id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"72b93ebd-31d5-4fdf-89ca-2e36b1e1d7d8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d2629dd6-a87c-4e33-91e9-fe1e6ba3d5f8","type":"text/javascript","exec":[""]}}],"_postman_id":"d8588cee-9b52-429e-a738-b9c5104a8a1b","description":""},{"name":"Issues & Actions","item":[{"name":"Get list of Issues","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c84fe4b6-66cd-42b9-a73a-c7cb09084bb6"}}],"id":"15dceca6-b402-4cb1-8b33-160be84d4ba3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/issues.json","description":"<p>This API endpoint will return a List of Issues.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Issues - Allows user to view Issues.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>StartFragmentStartFragment</p>\n<p>/api/v1/issues.json?query=Scoped&amp;defaultfield=Status</p>\n<p>EndFragmeFrag</p>\n<p><strong>Indexes</strong></p>\n<p>The Issues endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Issue (excluding collections) may be used to sort the Issues list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"134a73e6-7e6d-485b-ab8d-8c8aff9264fd","id":"134a73e6-7e6d-485b-ab8d-8c8aff9264fd","name":"Issues & Actions","type":"folder"}},"urlObject":{"path":["api","v1","issues.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"15dceca6-b402-4cb1-8b33-160be84d4ba3"},{"name":"Get specific issue","event":[{"listen":"test","script":{"id":"bc7cd627-91d0-4fe8-b0d7-08418958c9a5","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"e2b7c55a-449e-4a32-97a2-1dae481cbf35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/issues.json/{{Id}}","description":"<p>This API endpoint will return an Issue.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy: <em>View Issues</em> - allows user to view Issues.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Issue</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"134a73e6-7e6d-485b-ab8d-8c8aff9264fd","id":"134a73e6-7e6d-485b-ab8d-8c8aff9264fd","name":"Issues & Actions","type":"folder"}},"urlObject":{"path":["api","v1","issues.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2b7c55a-449e-4a32-97a2-1dae481cbf35"},{"name":"Add issue","event":[{"listen":"prerequest","script":{"exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript","id":"2a9aae26-99c6-4e47-a22e-d30a11cbf32b"}},{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript","id":"b0d5f648-9791-49bc-a496-73a8eb003c60"}}],"id":"d2970489-55aa-4c49-a44b-25fb016e3b1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"CreatedBy\": \"users-2665-A\",\r\n        \"CreatedAt\": \"{{current_timestamp}}\",\r\n        \"Description\": \"test API\",\r\n        \"Actions\": [\r\n            {\r\n                \"Id\": \"b155c114-4ac9-44fb-ae4c-5a245fbddac1\",\r\n                \"CreatedBy\": \"users-2665-A\",\r\n                \"CreatedAt\": \"{{current_timestamp}}\",\r\n                \"Description\": \"test 3\",\r\n                \"DueDate\": \"{{current_timestamp}}\",\r\n                \"Status\": \"ToDo\"\r\n            }\r\n        ],\r\n        \"AccountablePerson\": \"users-2665-A\",\r\n        \"Status\": \"Scoped\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/issues.json","description":"<p>This API endpoint will create an Issue</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy: </p>\n<ul>\n<li>Manage Issues - allows user to manage Issues.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreatedBy</td>\n<td>The id of the user who created the issue.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CreatedAt</td>\n<td>The date and time when the issue was created.</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>A long description of the issue.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Actions</td>\n<td>The actions to be taken. At least one entry is required.</td>\n<td><strong>Collection of IssueAction</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AccountablePerson</td>\n<td>The name of the person who is to be considered accountable.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>The status of the issue. Required.</td>\n<td><strong>IssueStatus</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of IssueAction</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Issue Action</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>CreatedBy</td>\n<td>The id of the user who created the action.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CreatedAt</td>\n<td>The date and time when the action was created.</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>A long description of the action. Required.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDate</td>\n<td>When the action is due to be resolved.</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>The status of the action</td>\n<td><strong>IssueActionStatus</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>IssueActionStatus</strong></p>\n<p>The set of statuses that can be taken by an action.\nPossible enumeration values:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ToDo</td>\n<td>0</td>\n</tr>\n<tr>\n<td>InProgress</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Blocked</td>\n<td>2</td>\n</tr>\n<tr>\n<td>Done</td>\n<td>3</td>\n</tr>\n<tr>\n<td>Cancelled</td>\n<td>4</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>IssueStatus</strong>\nThe set of statuses that can be taken by a issue.\nPossible enumeration values:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ToBeScoped</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Scoped</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Closed</td>\n<td>2</td>\n</tr>\n<tr>\n<td>Cancelled</td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"134a73e6-7e6d-485b-ab8d-8c8aff9264fd","id":"134a73e6-7e6d-485b-ab8d-8c8aff9264fd","name":"Issues & Actions","type":"folder"}},"urlObject":{"path":["api","v1","issues.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2970489-55aa-4c49-a44b-25fb016e3b1e"},{"name":"Edit Issue's description","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"cb5e357a-6c75-452a-b646-1855cd9cae52"}},{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"dbcd747b-37d6-4ba8-9f37-5213c9ad07a6"}}],"id":"bb8e30b9-ef84-4def-a4c7-b00ce9278483","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\", \r\n        \"path\": \"$.Description\", \r\n        \"value\": \"test API changed\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/issues.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to an Issue</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy: <em>Manage Issues</em> - allows user to manage Issues.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Issue</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>InternalServerError (500)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"134a73e6-7e6d-485b-ab8d-8c8aff9264fd","id":"134a73e6-7e6d-485b-ab8d-8c8aff9264fd","name":"Issues & Actions","type":"folder"}},"urlObject":{"path":["api","v1","issues.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb8e30b9-ef84-4def-a4c7-b00ce9278483"},{"name":"Update issue","event":[{"listen":"prerequest","script":{"exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript","id":"673c3bf4-83af-4c09-892c-e6b7cb8693c2"}},{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"bcdf959c-dfa2-409d-9325-771897d1ae92"}}],"id":"535f3cec-09c4-4bbd-9d28-3adc3a068566","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"CreatedBy\": \"users-8993\",\r\n        \"CreatedAt\": \"{{current_timestamp}}\",\r\n        \"Description\": \"test API\",\r\n        \"Actions\": [\r\n            {\r\n                \"CreatedBy\": \"users-8993\",\r\n                \"CreatedAt\": \"{{current_timestamp}}\",\r\n                \"Description\": \"Changed Issue\",\r\n                \"DueDate\": \"{{current_timestamp}}\",\r\n                \"Status\": \"ToDo\"\r\n            }\r\n        ],\r\n        \"AccountablePerson\": \"users-8993\",\r\n        \"Status\": \"Scoped\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/issues.json/{{Id}}","description":"<p>This API endpoint will update a Issue</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy: <em>Manage Issues</em> - allows user to manage Issues.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Issue</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreatedBy</td>\n<td>The id of the user who created the issue.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CreatedAt</td>\n<td>The date and time when the issue was created.</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>A long description of the issue.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Actions</td>\n<td>The actions to be taken. At least one entry is required.</td>\n<td><strong>Collection of IssueAction</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AccountablePerson</td>\n<td>The name of the person who is to be considered accountable.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>The status of the issue. Required.</td>\n<td><strong>IssueStatus</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of IssueAction</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Issue Action</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>CreatedBy</td>\n<td>The id of the user who created the action.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CreatedAt</td>\n<td>The date and time when the action was created.</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>A long description of the action. Required.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDate</td>\n<td>When the action is due to be resolved.</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>The status of the action</td>\n<td><strong>IssueActionStatus</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>IssueActionStatus</strong></p>\n<p>The set of statuses that can be taken by an action.\nPossible enumeration values:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ToDo</td>\n<td>0</td>\n</tr>\n<tr>\n<td>InProgress</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Blocked</td>\n<td>2</td>\n</tr>\n<tr>\n<td>Done</td>\n<td>3</td>\n</tr>\n<tr>\n<td>Cancelled</td>\n<td>4</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>IssueStatus</strong>\nThe set of statuses that can be taken by a issue.\nPossible enumeration values:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ToBeScoped</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Scoped</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Closed</td>\n<td>2</td>\n</tr>\n<tr>\n<td>Cancelled</td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"134a73e6-7e6d-485b-ab8d-8c8aff9264fd","id":"134a73e6-7e6d-485b-ab8d-8c8aff9264fd","name":"Issues & Actions","type":"folder"}},"urlObject":{"path":["api","v1","issues.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"535f3cec-09c4-4bbd-9d28-3adc3a068566"}],"id":"134a73e6-7e6d-485b-ab8d-8c8aff9264fd","description":"<p>Folder with requests to get, add and edit issues</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"f057e2c7-39e9-4b97-880e-9bfdcb664b80","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2a9e65d1-bdff-4240-a1b1-d481104da5bf","type":"text/javascript","exec":[""]}}],"_postman_id":"134a73e6-7e6d-485b-ab8d-8c8aff9264fd"},{"name":"Jobs","item":[{"name":"Standard Jobs","item":[{"name":"Add standard task","event":[{"listen":"prerequest","script":{"id":"31e0bae5-83ff-49cb-b92a-80a6c400d635","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"dc2f71a6-beb8-4597-a2fb-22f96b5f7382","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"stdTaskId\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}}],"id":"25c947af-8f84-49c0-9afe-098dc1560c34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Process\": \"processes-321\",\r\n    \"Priority\": \"7A\",\r\n    \"PlannedStartTimeOffset\": 100,\r\n    \"ShortIntervalControlRequired\": false,\r\n    \"ShortIntervalControl\": \"\",\r\n    \"Description\": \"API test Standard task (planner's)1\",\r\n    \"Contingency\": false,\r\n    \"Type\": \"TaskTypes-169\",\r\n    \"Duration\": 1.0,\r\n    \"Unit\": \"\",\r\n    \"RateUnit\": \"\",\r\n    \"ShadowProcesses\": [\r\n        {\r\n            \"ProcessId\": \"processes-129\",\r\n            \"Comment\": \"\",\r\n            \"Id\": \"e0aa738d-a740-4b79-9d59-66ddf2252661\",\r\n            \"RequiredPeople\": [\r\n                \"Id\": \"8efa82df-5ab3-43db-8a07-600f6b70a5f9\",\r\n                    \"OccupationType\": \"OccupationTypes-291\",\r\n                    \"OccupationTypeShortCode\": \"Op\",\r\n                    \"Count\": 1\r\n            ],\r\n            \"RequiredEquipment\": [\r\n                \"Id\": \"1e4b5e17-4222-4e51-9ee6-993869821b0f\",\r\n                    \"EquipmentType\": \"EquipmentTypes-1\",\r\n                    \"EquipmentTypeShortCode\": \"TR\",\r\n                    \"Count\": 1\r\n            ]\r\n        }\r\n    ],\r\n    \"ShadowReason\": \"Request for borrowing truck & operator\",\r\n    \"ShadowIsInformational\": false,​\r\n    \"ShadowAcceptAll\": false,​\r\n    \"Instructions\": \"\",\r\n    \"ShiftNotes\": \"\",\r\n    \"ShiftEndNotes\": \"\",\r\n    \"RequiredPeople\": [],\r\n    \"RequiredEquipment\": [],\r\n    \"Due\": \"AtEndOfPlanningWeek\",\r\n    \"DueDaysAfter\": 0,\r\n    \"Group\": \"Test\",\r\n    \"Recurrences\": [],\r\n    \"Important\": false,\r\n    \"InspectionRequired\": false,\r\n    \"Locations\": [],\r\n    \"Attachments\": [],\r\n    \"ComplianceBreaches\": [],\r\n    \"ChecklistQuestions\": [],\r\n    \"Tags\": [],\r\n    \"PermitToWorks\": [],\r\n    \"SequenceParentTaskIds\": [],\r\n    \"Forms\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/standardtasks.json","description":"<p>This API endpoint will create a StandardTask</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li><p>Manage Standard Tasks - Allows the user to add, edit and delete Standard Tasks for any Process on the Planning Board. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n<li><p>Manage Accessible Standard Tasks - Allows the user to add, edit and delete Standard Tasks for Processes on the Planning Board they have access to. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PlannedStartTimeOffset</td>\n<td>The number of minutes offset from the start. If this is used during scheduling in a Standard Job, the offset is taken as being from the start of the jobs. (So, the offset can be a large number).</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControlRequired</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControl</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Contingency</td>\n<td>Indicates that this is a Contingency task.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Rate</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RateUnit</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcess</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Instructions</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftEndNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitJob</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredPeople</td>\n<td></td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredEquipment</td>\n<td></td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcessRequiredPeople</td>\n<td></td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcessRequiredEquipment</td>\n<td></td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedEquipment</td>\n<td></td>\n<td><strong>Collection of AssignedEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Due</td>\n<td></td>\n<td><strong>Due</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDaysAfter</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Group</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Recurrences</td>\n<td></td>\n<td><strong>Collection of Recurrence</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Important</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>InspectionRequired</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td><strong>Collection of TaskLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Attachments</td>\n<td></td>\n<td><strong>Collection of Attachment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ComplianceBreaches</td>\n<td></td>\n<td><strong>Collection of ComplianceBreach</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td></td>\n<td><strong>Collection of AppliedTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitToWorks</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultTarget</td>\n<td>The default Target that this Task is expected to meet.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultDuration</td>\n<td>The Default assigned Duration that this Task is expected to take.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SequenceParentTaskIds</td>\n<td>List of Ids of fewzion task objects. If null or empty, then the task is not part of any sequence.</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Forms</td>\n<td>A collection of TaskForms</td>\n<td><strong>Collection of TaskForm</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredPerson</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AssignedEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsShadow</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Due</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Unspecified</td>\n<td>0</td>\n</tr>\n<tr>\n<td>OnScheduledDate</td>\n<td>1</td>\n</tr>\n<tr>\n<td>AtEndOfPlanningWeek</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DaysAfterScheduled</td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LocationId</td>\n<td>The id of a Location. If null, it is an ad-hoc TaskLocation.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the TaskLocation. Otherwise, it is the Location's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Attachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AttachmentId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExternalFSFileId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetedItem</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td></td>\n<td><strong>Collection of AttachmentTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RelatedAttachments</td>\n<td></td>\n<td><strong>Collection of RelatedAttachment</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AttachmentType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>File</td>\n<td>0</td>\n</tr>\n<tr>\n<td>SharePointDocument</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ExternalFSFile</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AttachmentTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RelatedAttachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AppliedTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td>The Id of a Tag. If null, it is an ad-hoc AppliedTag.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the AppliedTag. Otherwise, it is the Tag's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManuallyAdded</td>\n<td>Indicates that this applied tag was added by a manual user action. Once this flag is set to true, the AutoAssignCondition is ignored.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ComplianceBreach</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td></td>\n<td><strong>ComplianceBreachStatus</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisedBy</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisationNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IgnoreBreachOnMobile</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ComplianceBreachStatus</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Current</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Authorised</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Resolved</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Category</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CategoryDisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AnswerType</td>\n<td></td>\n<td><strong>AnswerType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateTimeFormat</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DatePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TimePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>GreaterThanTargetIsBest</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateFunction</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NoTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MultipleChoiceFreeText</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Note</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinimumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaximumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Step</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Visible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswers</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AnswerType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MultipleChoice</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Numeric</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ShortAnswer</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DateTime</td>\n<td>3</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>4</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td>5</td>\n</tr>\n<tr>\n<td>Person</td>\n<td>6</td>\n</tr>\n<tr>\n<td>Text</td>\n<td>7</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresNotes</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Recurrence</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Frequency</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Every</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnSunday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnMonday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnTuesday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnWednesday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnThursday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnFriday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnSaturday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>By</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Skip</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Ends</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EndsAfter</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EndsOn</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnWeeks345</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TriggerReschedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskForm</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormMode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormUniqueId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnforceTaskRestrictions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Checklist</td>\n<td></td>\n<td><strong>Collection of TaskFormChecklist</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Audit</td>\n<td></td>\n<td><strong>Collection of TaskFormAuditRecord</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormChecklist</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormAuditRecord</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EventCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"98bff1c8-3ecf-46b7-85f9-df189a6208e7","id":"98bff1c8-3ecf-46b7-85f9-df189a6208e7","name":"Standard Jobs","type":"folder"}},"urlObject":{"path":["api","v1","standardtasks.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"25c947af-8f84-49c0-9afe-098dc1560c34"},{"name":"GET list of Standard Jobs","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"534e9c42-a8c5-482c-abfe-682faa38b3a5"}}],"id":"92903646-2775-4594-aca2-d26d1bd329a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/standardjobs.json","description":"<p>This API endpoint will return a List of StandardJobs.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<p>View Standard Jobs - Allows the user to view Standard Jobs.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/standardjobs.json?query=2nd wave SMV&amp;defaultfield=Name</p>\n<p><strong>Indexes</strong></p>\n<p>The StandardJobs endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong><br />You may specify sorting via the sort query string argument. Any property of the StandardJob (excluding collections) may be used to sort the StandardJobs list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"98bff1c8-3ecf-46b7-85f9-df189a6208e7","id":"98bff1c8-3ecf-46b7-85f9-df189a6208e7","name":"Standard Jobs","type":"folder"}},"urlObject":{"path":["api","v1","standardjobs.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"92903646-2775-4594-aca2-d26d1bd329a7"},{"name":"GET list of standard tasks that live on standard jobs","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"stdTaskId\", jsonData[jsonData.length-1].Id);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"fcdb9d89-513b-4dcd-8d6f-9c0a17078f02"}}],"id":"4fad5b7f-797a-472d-811a-2346cc869825","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/standardjobs.json/GetStandardTasks","description":"<p>This API endpoint will return all the standard tasks that live on standard jobs.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Standard Jobs - Allows the user to view Standard Jobs.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found here.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/standardjobs.json/GetStandardTasks?query=1S<br />&amp;defaultfield=Priority</p>\n<p><strong>Indexes</strong></p>\n<p>The StandardTasks endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the StandardTask (excluding collections) may be used to sort the StandardTasks list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"98bff1c8-3ecf-46b7-85f9-df189a6208e7","id":"98bff1c8-3ecf-46b7-85f9-df189a6208e7","name":"Standard Jobs","type":"folder"}},"urlObject":{"path":["api","v1","standardjobs.json","GetStandardTasks"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fad5b7f-797a-472d-811a-2346cc869825"},{"name":"ADD Standard Job","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript","id":"201f9f35-5dd5-4f7c-a7e2-482b20f6866d"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"797952de-40f4-4698-8655-5d63bbcbf254"}}],"id":"47e0cc71-d922-4eb7-8bd8-98eb4a9e1689","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"Name\": \"STDjob from API\",\r\n        \"StandardTasks\": [\r\n            {\r\n                \"StandardTask\": \"{{stdTaskId}}\"\r\n            }\r\n        ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/standardjobs.json","description":"<p>This API endpoint will create a StandardJob</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Standard Jobs - Allows the user to add, edit and delete Standard Jobs.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-.</td>\n</tr>\n<tr>\n<td>StandardTasks</td>\n<td></td>\n<td><strong>Collection of StandardJobStandardTask</strong></td>\n<td>-.</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of StandardJobStandardTask</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>StandardTask</td>\n<td>Id of a fewzion standard task object.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Offset</td>\n<td>The offset in minutes that this task starts after the beginning of the job. Used only when the job is scheduled.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nConflict (409)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"98bff1c8-3ecf-46b7-85f9-df189a6208e7","id":"98bff1c8-3ecf-46b7-85f9-df189a6208e7","name":"Standard Jobs","type":"folder"}},"urlObject":{"path":["api","v1","standardjobs.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"47e0cc71-d922-4eb7-8bd8-98eb4a9e1689"},{"name":"Сopy a standard job and its standard tasks","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"bfd6faa1-709d-488b-a7fa-fb5c281380e5"}}],"id":"9fbe9439-40f4-4858-b469-266ebee01089","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/standardjobs.json/Copy?standardJobId={{Id}}&name=CopyedJob","description":"<p>This API endpoint will copy a standard job and its standard tasks.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Standard Jobs - Allows the user to add, edit and delete Standard Jobs.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>standardJobId</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>name</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"98bff1c8-3ecf-46b7-85f9-df189a6208e7","id":"98bff1c8-3ecf-46b7-85f9-df189a6208e7","name":"Standard Jobs","type":"folder"}},"urlObject":{"path":["api","v1","standardjobs.json","Copy"],"host":["{{Url}}"],"query":[{"key":"standardJobId","value":"{{Id}}"},{"key":"name","value":"CopyedJob"}],"variable":[]}},"response":[],"_postman_id":"9fbe9439-40f4-4858-b469-266ebee01089"},{"name":"GET Specific Standard Job","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"f53e9dac-5409-4749-b898-24bbd8c2f065"}}],"id":"b5166e39-4384-4858-b7cc-67d57c151822","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/standardjobs.json/{{Id}}","description":"<p>This API endpoint will return a specific StandardJob.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Standard Jobs - Allows the user to view Standard Jobs.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the StandardJob</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"98bff1c8-3ecf-46b7-85f9-df189a6208e7","id":"98bff1c8-3ecf-46b7-85f9-df189a6208e7","name":"Standard Jobs","type":"folder"}},"urlObject":{"path":["api","v1","standardjobs.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5166e39-4384-4858-b7cc-67d57c151822"},{"name":"Update Standard Job","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"99c76fde-c7ef-459d-bc14-485c68041ee6"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"72a9ba4b-35f9-4fca-8a4b-dc26ee82969b"}}],"id":"ee2112a4-3b76-4bad-8416-84f5a90231e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"Name\": \"Updated STDJob from API\",\r\n        \"StandardTasks\": [\r\n            {\r\n                \"StandardTask\": \"{{stdTaskId}}\"\r\n            }\r\n        ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/standardjobs.json/{{Id}}","description":"<p>This API endpoint will update a StandardJob</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Standard Jobs - Allows the user to add, edit and delete Standard Jobs.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Standard Job</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-.</td>\n</tr>\n<tr>\n<td>StandardTasks</td>\n<td></td>\n<td><strong>Collection of StandardJobStandardTask</strong></td>\n<td>-.</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of StandardJobStandardTask</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>StandardTask</td>\n<td>Id of a fewzion standard task object.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Offset</td>\n<td>The offset in minutes that this task starts after the beginning of the job. Used only when the job is scheduled.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"98bff1c8-3ecf-46b7-85f9-df189a6208e7","id":"98bff1c8-3ecf-46b7-85f9-df189a6208e7","name":"Standard Jobs","type":"folder"}},"urlObject":{"path":["api","v1","standardjobs.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee2112a4-3b76-4bad-8416-84f5a90231e4"},{"name":"Edit Standard Job","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"ee52c55e-120a-4460-b0d7-750986a04bf2"}}],"id":"34688d73-7b78-4e0a-9517-a3749a93ef56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"API edited by PATCH request\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/standardjobs.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Standard Job</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Standard Jobs - Allows user to manage Standard Jobs.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Standard Job</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>InternalServerError (500)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"98bff1c8-3ecf-46b7-85f9-df189a6208e7","id":"98bff1c8-3ecf-46b7-85f9-df189a6208e7","name":"Standard Jobs","type":"folder"}},"urlObject":{"path":["api","v1","standardjobs.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"34688d73-7b78-4e0a-9517-a3749a93ef56"},{"name":"Schedule a Standard Job","event":[{"listen":"test","script":{"id":"2074119a-fba5-44a2-90ba-f8837524e0c7","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"7f4ca7d3-5e9f-420a-9173-e1eb5a27cadc","exec":["var date = new Date();\r","var when = new Date(date.setDate(date.getDate())).toLocaleDateString(\"en-US\");\r","postman.setEnvironmentVariable(\"when\", when);\r",""],"type":"text/javascript"}}],"id":"38a05eda-bbe6-4c3f-b5f2-140702bb4282","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Id\": \"{{Id}}\",\r\n    \"ShiftPlanId\": \"shiftplans-processes-321-2022-08-29-Day\",\r\n    \"When\": \"2022-08-29T08:50:00\",\r\n    \"TaskStubs\": [\r\n        {\r\n            \"StandardTaskId\": \"{{stdTaskId}}\",\r\n            \"Process\": \"processes-321\",\r\n            \"AssignedProcess\": \"\"\r\n        }\r\n    ],\r\n    \"ReplacedFields\": [\r\n        \"Process\",\r\n        \"AssignedProcess\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/standardjobs.json/Schedule","description":"<p>This API endpoint will schedule a standard job.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li><p>Manage Standard Jobs - Allows the user to add, edit and delete Standard Jobs.</p>\n</li>\n<li><p>Schedule Standard Jobs - Allows the user schedule Standard Jobs.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>When</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskStubs</td>\n<td></td>\n<td><strong>Collection of Task</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ReplacedFields</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Task</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>StandardTaskId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcess</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"98bff1c8-3ecf-46b7-85f9-df189a6208e7","id":"98bff1c8-3ecf-46b7-85f9-df189a6208e7","name":"Standard Jobs","type":"folder"}},"urlObject":{"path":["api","v1","standardjobs.json","Schedule"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"38a05eda-bbe6-4c3f-b5f2-140702bb4282"},{"name":"DELETE Standard Job","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"5c273173-1451-4a3f-8b5e-9432d001dce7"}}],"id":"15c8cdf4-c14b-4556-9abd-6f9504144e3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/standardjobs.json/{{Id}}","description":"<p>This API endpoint will delete a StandardJob</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Standard Jobs - Allows the user to add, edit and delete Standard Jobs.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the StandardJob</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"98bff1c8-3ecf-46b7-85f9-df189a6208e7","id":"98bff1c8-3ecf-46b7-85f9-df189a6208e7","name":"Standard Jobs","type":"folder"}},"urlObject":{"path":["api","v1","standardjobs.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"15c8cdf4-c14b-4556-9abd-6f9504144e3e"}],"id":"98bff1c8-3ecf-46b7-85f9-df189a6208e7","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"589b4556-afc8-4c4e-8a3b-210eff25ded2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"061fcebc-c953-4853-b84b-f99cc24de898","type":"text/javascript","exec":[""]}}],"_postman_id":"98bff1c8-3ecf-46b7-85f9-df189a6208e7","description":""},{"name":"GET list of Jobs","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c33ebb1e-625f-4583-9839-8e22c7fe3f52"}}],"id":"fab0b241-774f-4259-b15f-63d023c86983","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/jobs.json","description":"<p>This API endpoint will return a List of Jobs</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Jobs - Allows user to view Jobs.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/jobs.json?query=MST&amp;defaultfield=Type</p>\n<p><strong>Indexes</strong></p>\n<p>The Jobs endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Jobs (excluding collections) may be used to sort the Jobs list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"45925ddc-d7a2-4f9e-b117-c4bfe65b69fb","id":"45925ddc-d7a2-4f9e-b117-c4bfe65b69fb","name":"Jobs","type":"folder"}},"urlObject":{"path":["api","v1","jobs.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fab0b241-774f-4259-b15f-63d023c86983"},{"name":"GET Specific Job","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"56a8a6f3-8430-461b-a89c-aacea26e4f2c"}}],"id":"ec8ffb63-909e-483f-aeb6-90fd54ab9b69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/jobs.json/{{Id}}","description":"<p>This API endpoint will return a specific Job.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Job - Allows user to view Job.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Job</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"45925ddc-d7a2-4f9e-b117-c4bfe65b69fb","id":"45925ddc-d7a2-4f9e-b117-c4bfe65b69fb","name":"Jobs","type":"folder"}},"urlObject":{"path":["api","v1","jobs.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec8ffb63-909e-483f-aeb6-90fd54ab9b69"},{"name":"POST add task","event":[{"listen":"test","script":{"id":"b7d7477f-81d3-45b1-b083-3c9ed1ef565f","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"idTask\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"001f2302-4fd4-42f0-aaca-fc68d814c7d2","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"b5ee4c7c-5809-43c3-bc18-b9ab89fb4320","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ShortIntervalControlRequired\": false,\r\n    \"ShortIntervalControl\": \"\",\r\n    \"Actuals\": [],\r\n    \"Process\": \"processes-321\",\r\n    \"Priority\": \"12A\",\r\n    \"Description\": \"API task for job\",\r\n    \"Type\": \"\",\r\n    \"Duration\": 0.0,\r\n    \"Target\": 8.0,\r\n    \"Unit\": \"Ore Tonnes\",\r\n    \"ShadowProcesses\": [\r\n        {\r\n            \"ProcessId\": \"processes-129\",\r\n            \"Comment\": \"\",\r\n            \"Id\": \"e0aa738d-a740-4b79-9d59-66ddf2252661\",\r\n            \"RequiredPeople\": [\r\n                \"Id\": \"8efa82df-5ab3-43db-8a07-600f6b70a5f9\",\r\n                    \"OccupationType\": \"OccupationTypes-291\",\r\n                    \"OccupationTypeShortCode\": \"Op\",\r\n                    \"Count\": 1\r\n            ],\r\n            \"RequiredEquipment\": [\r\n                \"Id\": \"1e4b5e17-4222-4e51-9ee6-993869821b0f\",\r\n                    \"EquipmentType\": \"EquipmentTypes-1\",\r\n                    \"EquipmentTypeShortCode\": \"TR\",\r\n                    \"Count\": 1\r\n            ]\r\n        }\r\n    ],\r\n    \"ShadowReason\": \"Request for borrowing truck & operator\",\r\n    \"ShadowIsInformational\": false,​\r\n    \"ShadowAcceptAll\": false,​\r\n    \"Instructions\": \"\",\r\n    \"ShiftNotes\": \"\",\r\n    \"ShiftEndNotes\": \"\",\r\n    \"RequiredPeople\": [ ],\r\n    \"RequiredEquipment\": [ ],\r\n    \"StandardTaskId\": \"\",\r\n    \"RecurrenceId\": \"\",\r\n    \"OriginalScheduledDate\": \"{{current_timestamp}}\",\r\n    \"OriginalScheduledShift\": \"Day\",\r\n    \"ScheduledDate\": \"{{current_timestamp}}\",\r\n    \"ScheduledShift\": \"Day\",\r\n    \"Status\": \"Pending\",\r\n    \"AssignedPeople\": [],\r\n    \"AssignedEquipment\": [],\r\n    \"DueDaysAfter\": 0,\r\n    \"Group\": \"1. Compliance / Statutory\",\r\n    \"Important\": false,\r\n    \"InspectionRequired\": false,\r\n    \"ShiftPlan\": \"shiftplans-processes-166-{{current_timestamp}}\",\r\n    \"AssignedShiftPlan\": \"\",\r\n    \"WeekPlan\": \"weekplans-processes-166-{{current_timestamp}}\",\r\n    \"Locations\": [],\r\n    \"Attachments\": [],\r\n    \"AttachmentCount\": 0,\r\n    \"RelatedAttachmentCount\": 0,\r\n    \"AttachmentTags\": [],\r\n    \"Tags\": [],\r\n    \"Deleted\": false,\r\n    \"ComplianceBreaches\": [],\r\n    \"ChecklistQuestions\": [],\r\n    \"Forms\": [],\r\n    \"PermitToWorks\": [],\r\n    \"SequenceParentTaskIds\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Tasks.json","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"45925ddc-d7a2-4f9e-b117-c4bfe65b69fb","id":"45925ddc-d7a2-4f9e-b117-c4bfe65b69fb","name":"Jobs","type":"folder"}},"urlObject":{"path":["api","v1","Tasks.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5ee4c7c-5809-43c3-bc18-b9ab89fb4320"},{"name":"ADD Job","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript","id":"76410de6-2443-41af-b770-2dcf3be491a0"}},{"listen":"prerequest","script":{"exec":["var date = new Date();\r","var currentDay = date.toLocaleDateString(\"en-US\");\r","postman.setEnvironmentVariable(\"currentDay\", currentDay);"],"type":"text/javascript","id":"8ba3e08e-fc6d-4fd4-8de7-e29f414b4b0f"}}],"id":"b9628822-1a39-4b00-b319-e527a105a7cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Type\": \"MST\", \r\n    \"Name\": \"MST API task\", \r\n    \"StartDate\": \"{{currentDay}}\", \r\n    \"StartShift\": \"Day\",\r\n    \"Duration\": 3,\r\n    \"Rate\": 5,\r\n    \"Targets\": [\r\n            {\r\n                \"Id\": \"94f9b008-0305-4384-967f-6d111d870c5f\",\r\n                \"UnitId\": \"units-105\",\r\n                \"Amount\": 50\r\n            }\r\n        ],\r\n    \"Tasks\": \r\n    [\r\n        {\r\n            \"Id\": \"9e6f8bd4-f14b-4565-9c37-b8ef7109178f\",\r\n            \"Task\": \"{{idTask}}\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/jobs.json","description":"<p>This API endpoint will create a Job</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Jobs - Allows user to manage Jobs.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Actual</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Targets</td>\n<td></td>\n<td><strong>TargetCollection</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tasks</td>\n<td></td>\n<td><strong>TaskCollection</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StartShift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Rate</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PlannedStartTimeOffset</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Unallocated</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Accumulated</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TasksWithActuals</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UnavailableShiftPlans</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Ended</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CalendarId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProcessId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Period</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>TargetCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UnitId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>TaskCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Task</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetOverride</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RateOverride</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DurationOverride</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"45925ddc-d7a2-4f9e-b117-c4bfe65b69fb","id":"45925ddc-d7a2-4f9e-b117-c4bfe65b69fb","name":"Jobs","type":"folder"}},"urlObject":{"path":["api","v1","jobs.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9628822-1a39-4b00-b319-e527a105a7cf"},{"name":"Edit Job","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"854321fb-c1ff-4dd6-88e9-844f74694be2"}}],"id":"fda051af-59b2-4241-9a5e-e7e77dd6270a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"MST API task by PATCH Request\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/jobs.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Job</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Jobs - Allows user to manage Jobs.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Job</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"45925ddc-d7a2-4f9e-b117-c4bfe65b69fb","id":"45925ddc-d7a2-4f9e-b117-c4bfe65b69fb","name":"Jobs","type":"folder"}},"urlObject":{"path":["api","v1","jobs.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fda051af-59b2-4241-9a5e-e7e77dd6270a"},{"name":"Update Job","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"8f404a9d-3c23-4e56-af0a-3d4e86d85438"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"13c44967-4161-42d8-9093-7dac9ac24a2c"}}],"id":"cea44f22-4354-461d-915c-8cdb69dc8922","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Type\": \"MST\",\r\n    \"Name\": \"API Test Edited\",\r\n    \"Actual\": 0.0,\r\n    \"Unit\": \"Ore Tonnes\",\r\n    \"Target\": 30000.0,\r\n    \"Tasks\": [\r\n        {\r\n            \"Id\": \"99cead6f-673f-4dea-8c2e-8890568b2ec8\",\r\n            \"Task\": \"tasks-8289\"\r\n        },\r\n        {\r\n            \"Id\": \"77b11411-8730-4f88-be79-50f476ceb6ff\",\r\n            \"Task\": \"tasks-8287\"\r\n        }\r\n    ],\r\n    \"StartDate\": \"{{fromDate}}\",\r\n    \"StartShift\": \"Night\",\r\n    \"Rate\": 300.0,\r\n    \"Duration\": 10.0,\r\n    \"PlannedStartTimeOffset\": 15,\r\n    \"Unallocated\": 15000.0,\r\n    \"Accumulated\": 5000.0,\r\n    \"TasksWithActuals\": 2,\r\n    \"Ended\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/jobs.json/{{Id}}","description":"<p>This API endpoint will update a Job</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Jobs - Allows user to manage Jobs.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Job</td>\n<td>Required</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Actual</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Targets</td>\n<td></td>\n<td><strong>TargetCollection</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tasks</td>\n<td></td>\n<td><strong>TaskCollection</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StartShift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Rate</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PlannedStartTimeOffset</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Unallocated</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Accumulated</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TasksWithActuals</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UnavailableShiftPlans</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Ended</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CalendarId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProcessId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Period</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>TargetCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UnitId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>TaskCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Task</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetOverride</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RateOverride</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DurationOverride</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"45925ddc-d7a2-4f9e-b117-c4bfe65b69fb","id":"45925ddc-d7a2-4f9e-b117-c4bfe65b69fb","name":"Jobs","type":"folder"}},"urlObject":{"path":["api","v1","jobs.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cea44f22-4354-461d-915c-8cdb69dc8922"},{"name":"Delete Job","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9fabb2b0-a114-481d-b56d-0700dd4a044a"}}],"id":"92a4c77f-9275-4d61-8c4f-96d42a73d850","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/jobs.json/{{Id}}","description":"<p>This API endpoint will delete a Jobs.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Jobs - Allows user to manage Jobs.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Jobs</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"45925ddc-d7a2-4f9e-b117-c4bfe65b69fb","id":"45925ddc-d7a2-4f9e-b117-c4bfe65b69fb","name":"Jobs","type":"folder"}},"urlObject":{"path":["api","v1","jobs.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"92a4c77f-9275-4d61-8c4f-96d42a73d850"}],"id":"45925ddc-d7a2-4f9e-b117-c4bfe65b69fb","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"bf660f9a-a8f7-41ea-b222-a18c6412f57a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dc6e8073-781a-4d5c-a5cd-49fe3a31dac2","type":"text/javascript","exec":[""]}}],"_postman_id":"45925ddc-d7a2-4f9e-b117-c4bfe65b69fb","description":""},{"name":"Locations","item":[{"name":"Location Types","item":[{"name":"GET list of Location Types","event":[{"listen":"test","script":{"id":"556aebf7-ce54-4c66-af92-52a5a78a4ace","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"1dd8d479-c33c-454e-a851-f1a500be509c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/locationtypes.json","description":"<p>This API endpoint will return a List of LocationTypes.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Location Types - Allows user to view Location Types.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/locationtypes.json?query=<em>{{value}}</em>&amp;defaultfield=<em>{{parameter}}</em></p>\n<p><strong>Indexes</strong></p>\n<p>The LocationTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the LocationType (excluding collections) may be used to sort the LocationTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"06836ab5-a7df-4b30-b163-9dbb48245c55","id":"06836ab5-a7df-4b30-b163-9dbb48245c55","name":"Location Types","type":"folder"}},"urlObject":{"path":["api","v1","locationtypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1dd8d479-c33c-454e-a851-f1a500be509c"},{"name":"GET specific Location Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"4f01996d-a395-462c-9f2b-fc4279ccae22"}}],"id":"f55618d4-d32c-4f5a-a2fc-0f952fdf868b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/locationtypes.json/{{Id}}","description":"<p>This API endpoint will return a specific LocationType.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Location Types - Allows user to view Location Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the LocationType</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"06836ab5-a7df-4b30-b163-9dbb48245c55","id":"06836ab5-a7df-4b30-b163-9dbb48245c55","name":"Location Types","type":"folder"}},"urlObject":{"path":["api","v1","locationtypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f55618d4-d32c-4f5a-a2fc-0f952fdf868b"}],"id":"06836ab5-a7df-4b30-b163-9dbb48245c55","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"c5a160ee-25dd-4eb7-90d4-1c003b52b026","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ed38029d-265d-45d5-b77b-cdfd6564224b","type":"text/javascript","exec":[""]}}],"_postman_id":"06836ab5-a7df-4b30-b163-9dbb48245c55","description":""},{"name":"GET List of Locations","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"f46938b6-cd72-4737-a207-8d5f8974d30c"}}],"id":"adb97620-0a2f-4f57-9972-e35e54c2d6dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Locations.json","description":"<p>This API endpoint will return a List of Locations.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Locations - Allows user to view Locations.</li>\n</ul>\n<p><strong>Filtering the Results</strong><br />You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>StartFragment</p>\n<p>/api/v1/Locations.json?query=Zone3A&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong><br />The Locations endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong><br />You may specify sorting via the sort query string argument. Any property of the Location (excluding collections) may be used to sort the Locations list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"08eedde4-ad19-4c5c-9d4b-1c30b59546eb","id":"08eedde4-ad19-4c5c-9d4b-1c30b59546eb","name":"Locations","type":"folder"}},"urlObject":{"path":["api","v1","Locations.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"adb97620-0a2f-4f57-9972-e35e54c2d6dd"},{"name":"GET Specific Location","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"4da3bf85-996f-44cc-ac4c-bdf37ce5cefd"}}],"id":"066ad333-ea86-410c-93c7-723b316fc826","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Locations.json/{{Id}}","description":"<p>This API endpoint will return a specific Location.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Locations - Allows user to view Locations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Overtime</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"08eedde4-ad19-4c5c-9d4b-1c30b59546eb","id":"08eedde4-ad19-4c5c-9d4b-1c30b59546eb","name":"Locations","type":"folder"}},"urlObject":{"path":["api","v1","Locations.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"066ad333-ea86-410c-93c7-723b316fc826"},{"name":"Add Location","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r","var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);"],"type":"text/javascript","id":"675cf12a-198e-48da-8889-87d31bfcbde6"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"f69ffcf6-bd49-4f3c-ac41-6c21a53f589d"}}],"id":"f142545c-6510-4305-812b-879666bd9938","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Deleted\": null,\r\n    \"DisplayOrder\": 0,\r\n    \"EquipmentLimit\": null,\r\n    \"Name\": \"Test API-{{timestampMoment}}\",\r\n    \"PeopleLimit\": null,\r\n    \"Priority\": null,\r\n    \"RelatedLocations\": [],\r\n    \"ShortCode\": \"API-{{timestampMoment}}\",\r\n    \"Tags\": [],\r\n    \"Type\": \"\",\r\n    \"VisualOpsId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Locations.json","description":"<p>This API endpoint will create a Location.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Locations - Allows user to manage Locations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of location</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>A descriptive name for the Location.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td>A unique short code to identify this Location.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td>The order to display this Location.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td>A collection of tag ids</td>\n<td><strong>Collection of AppliedTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RelatedLocations</td>\n<td>A collection of related locations</td>\n<td><strong>Collection of RelatedLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationsRelated</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationProcesses</td>\n<td></td>\n<td><strong>Collection of LocationSmartImportProcess</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationProcessesDefault</td>\n<td></td>\n<td><strong>Collection of LocationSmartImportProcess</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td>A flag used to treat this Location as deleted.</td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>VisualOpsId</td>\n<td>Id for the Location in Visual Ops.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PeopleLimit</td>\n<td>The maximum number of people that can be assigned to location.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentLimit</td>\n<td>The maximum number of equipment that can be assigned to location.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Location type.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Statuses</td>\n<td></td>\n<td><strong>Collection of LocationStatus</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AppliedTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td>The Id of a Tag. If null, it is an ad-hoc AppliedTag.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the AppliedTag. Otherwise, it is the Tag's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManuallyAdded</td>\n<td>Indicates that this applied tag was added by a manual user action. Once this flag is set to true, the AutoAssignCondition is ignored.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RelatedLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LocationId</td>\n<td>Required. Referencing Location records.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>The Location's Short Code. Shortcut for reports.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of LocationSmartImportProcess</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProcessId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of LocationStatus</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Kind</td>\n<td></td>\n<td><strong>LocationStatusKind</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskId</td>\n<td>Id of the Task that set this status. Can be empty, if it is an adhoc status.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskTypeId</td>\n<td>Id of the TaskType of the Task that set this status. Drives the UI colour and label. Provided here so that the Client does not have to have the Task loaded. This is because a Status might have been set months ago, so the Task might well not be on the Client.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AdhocLabel</td>\n<td>The label of an adhoc status.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>LocationStatusKind</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Before</td>\n<td>0</td>\n</tr>\n<tr>\n<td>During</td>\n<td>1</td>\n</tr>\n<tr>\n<td>After</td>\n<td>2</td>\n</tr>\n<tr>\n<td>Adhoc</td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"08eedde4-ad19-4c5c-9d4b-1c30b59546eb","id":"08eedde4-ad19-4c5c-9d4b-1c30b59546eb","name":"Locations","type":"folder"}},"urlObject":{"path":["api","v1","Locations.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f142545c-6510-4305-812b-879666bd9938"},{"name":"Edit Locations","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"e899447f-1a1e-46c5-9a09-0c9185b67e1b"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"835331b0-aef9-4c73-a15e-8c4283dea0dc"}}],"id":"987baff2-b5da-4a9a-835b-888a39b53bf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"},{"key":"If-Unmodified-Since","type":"text","value":"{{current_timestamp}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"API updated by PUT request-{{timestampMoment}}\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Locations.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Location.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Locations - Allows user to manage Locations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Location</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"08eedde4-ad19-4c5c-9d4b-1c30b59546eb","id":"08eedde4-ad19-4c5c-9d4b-1c30b59546eb","name":"Locations","type":"folder"}},"urlObject":{"path":["api","v1","Locations.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"987baff2-b5da-4a9a-835b-888a39b53bf7"},{"name":"Update Location","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"bd5795d0-ffd4-46fa-a028-4c5ab6f91f98"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"653ec738-2c27-4656-b698-2903c27bbd52"}}],"id":"8fa6b191-3d85-4646-a03d-0ab2a932eb68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"Test API Updated by PUT request-{{timestampMoment}}\",\r\n    \"ShortCode\": \"API-{{timestampMoment}}\",\r\n    \"DisplayOrder\": 101000,\r\n    \"Type\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Locations.json/{{Id}}","description":"<p>This API endpoint will create a Location.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Locations - Allows user to manage Locations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of location</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>A descriptive name for the Location.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td>A unique short code to identify this Location.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td>The order to display this Location.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td>A collection of tag ids</td>\n<td><strong>Collection of AppliedTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RelatedLocations</td>\n<td>A collection of related locations</td>\n<td><strong>Collection of RelatedLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationsRelated</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationProcesses</td>\n<td></td>\n<td><strong>Collection of LocationSmartImportProcess</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationProcessesDefault</td>\n<td></td>\n<td><strong>Collection of LocationSmartImportProcess</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td>A flag used to treat this Location as deleted.</td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>VisualOpsId</td>\n<td>Id for the Location in Visual Ops.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PeopleLimit</td>\n<td>The maximum number of people that can be assigned to location.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentLimit</td>\n<td>The maximum number of equipment that can be assigned to location.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Location type.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Statuses</td>\n<td></td>\n<td><strong>Collection of LocationStatus</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AppliedTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td>The Id of a Tag. If null, it is an ad-hoc AppliedTag.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the AppliedTag. Otherwise, it is the Tag's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManuallyAdded</td>\n<td>Indicates that this applied tag was added by a manual user action. Once this flag is set to true, the AutoAssignCondition is ignored.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RelatedLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LocationId</td>\n<td>Required. Referencing Location records.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>The Location's Short Code. Shortcut for reports.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of LocationSmartImportProcess</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProcessId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of LocationStatus</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Kind</td>\n<td></td>\n<td><strong>LocationStatusKind</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskId</td>\n<td>Id of the Task that set this status. Can be empty, if it is an adhoc status.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskTypeId</td>\n<td>Id of the TaskType of the Task that set this status. Drives the UI colour and label. Provided here so that the Client does not have to have the Task loaded. This is because a Status might have been set months ago, so the Task might well not be on the Client.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AdhocLabel</td>\n<td>The label of an adhoc status.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>LocationStatusKind</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Before</td>\n<td>0</td>\n</tr>\n<tr>\n<td>During</td>\n<td>1</td>\n</tr>\n<tr>\n<td>After</td>\n<td>2</td>\n</tr>\n<tr>\n<td>Adhoc</td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"08eedde4-ad19-4c5c-9d4b-1c30b59546eb","id":"08eedde4-ad19-4c5c-9d4b-1c30b59546eb","name":"Locations","type":"folder"}},"urlObject":{"path":["api","v1","Locations.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fa6b191-3d85-4646-a03d-0ab2a932eb68"},{"name":"Delete Location","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"04a03c1d-3238-4f3a-b7ce-d27a77da3151"}}],"id":"de062834-fc88-4c25-9013-731d7c69bf4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Locations.json/{{Id}}","description":"<p>This API endpoint will delete a Location.</p>\n<p><strong>PLEASE NOTE:</strong> <em>This endpoint does not actually delete the indicated document, but instead flags it as deleted.</em></p>\n<p>Records flagged as deleted are not returned by the GET endpoint by default. Pass 'includedeleted=true' on the query string to retrieve records flagged as deleted</p>\n<p>Security\nTo Access this API endpoint you will need to have the following Access Policy: </p>\n<ul>\n<li>Manage Locations - Allows user to manage Locations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Location</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p>Potential Error Response Codes</p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"08eedde4-ad19-4c5c-9d4b-1c30b59546eb","id":"08eedde4-ad19-4c5c-9d4b-1c30b59546eb","name":"Locations","type":"folder"}},"urlObject":{"path":["api","v1","Locations.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"de062834-fc88-4c25-9013-731d7c69bf4b"}],"id":"08eedde4-ad19-4c5c-9d4b-1c30b59546eb","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a105f6a4-73c2-4be5-8798-7c5007f3836b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2f95ced9-6c21-47b8-ae25-dfb8196619e9","type":"text/javascript","exec":[""]}}],"_postman_id":"08eedde4-ad19-4c5c-9d4b-1c30b59546eb","description":""},{"name":"OAuth","item":[{"name":"Create an access token","event":[{"listen":"test","script":{"id":"e01d33c6-ceaf-499e-825b-b53f67c5158b","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"4a2b0798-8445-4b1c-8f9a-643ef58f72f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","type":"text"},{"key":"username","value":"admin.api","type":"text"},{"key":"password","value":"pw","type":"text"},{"key":"client_id","value":"fewzion","type":"text"}]},"url":"{{Url}}/Client/identity/connect/token","description":"<p>This API endpoint will return an access token for selected user</p>\n<p>Please note that the access token will be valid for 86,400 seconds (24 hours).</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>grant_type</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>username</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>password</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["Client","identity","connect","token"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a2b0798-8445-4b1c-8f9a-643ef58f72f0"}],"id":"a03459c3-067a-48d5-ae43-36e623d53e80","description":"<p>OAuth changes from Basic Authentication to Bearer Token in V25.0+</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"589398c3-508a-4429-ac35-f2f20d227dab","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1540f3da-a027-4a77-8ba1-2ec64c859008","type":"text/javascript","exec":[""]}}],"_postman_id":"a03459c3-067a-48d5-ae43-36e623d53e80"},{"name":"Processes","item":[{"name":"GET Process","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"6ebf8274-5211-4ad4-b9c6-2e1244b637bf"}}],"id":"7ea63cce-e5bb-4559-ac83-3fad72b88e5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Processes.json","description":"<p>This API endpoint will return a List of Processes.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Processes - Allows user to view Processes.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Processes.json?query=Other&amp;defaultfield=Type</p>\n<p><strong>Indexes</strong></p>\n<p>The Processs endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Process (excluding collections) may be used to sort the Processs list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0584e59c-0e9c-4af3-8c9c-6cb460879aa0","id":"0584e59c-0e9c-4af3-8c9c-6cb460879aa0","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ea63cce-e5bb-4559-ac83-3fad72b88e5e"},{"name":"GET Specific Process","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"abd40df8-9858-45c3-9f90-1f0f480ed9ff"}}],"id":"dede390f-1f36-47f6-8757-3e45f126e4a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Processes.json/{{Id}}","description":"<p>This API endpoint will return a specific Process.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Processes - Allows user to view Processes.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0584e59c-0e9c-4af3-8c9c-6cb460879aa0","id":"0584e59c-0e9c-4af3-8c9c-6cb460879aa0","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dede390f-1f36-47f6-8757-3e45f126e4a3"},{"name":"Add Process","event":[{"listen":"test","script":{"id":"20618f34-9d7e-4781-8547-b42073d1fd68","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"244a96c7-6818-491b-a15b-97dfc4c476f4","exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","packages":{}}}],"id":"1332cd91-d1a3-46a0-85c9-e2f281231b92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"Test API-{{timestampMoment}}\",\r\n    \"ShortCode\": \"API-{{timestampMoment}}\",\r\n    \"Department\": \"departments-33\",\r\n    \"Type\": \"Service\",\r\n    \"Color\": \"FF0000\",\r\n    \"Active\": true,\r\n    \"CanAcceptTasks\": true,\r\n    \"CanAssignTasks\": \"Yes\",\r\n    \"EnableShortIntervalControl\": true,\r\n    \"ManagesEquipment\": true,\r\n    \"ManagesPeople\": true,\r\n    \"ShowOnPlanningBoard\": true,\r\n    \"ShowOnManningReport\": true,\r\n    \"ShowOn2448HourSchedule\": true,\r\n    \"ShowOnShiftSchedule\": true,\r\n    \"ShowOnWeeklySchedule\": true,\r\n    \"ShowOnEquipmentSchedule\": true,\r\n    \"ShowOnSmartboard\": true,\r\n    \"ShowOnScheduler\": true,\r\n    \"CrewLeaderOccupations\": [\r\n        \"occupations-418\"\r\n    ],\r\n    \"DailyActualsReportKPISummaryByDepartment\": false,\r\n    \"DailyActualsReportKPISummaryByProcess\": false,\r\n    \"AcceptsTasks\": true,\r\n    \"AssignsTasks\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Processes.json","description":"<p>This API endpoint will create a Process.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Processes - Allows user to manage Processes.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Forms</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Department</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Color</td>\n<td>Process colour for visualizaton purposes</td>\n<td>string</td>\n<td>Value: HEX colour code  <br />Example: \"Color\":\"FF0000\"  <br />  <br />Allows to easily recognize the process on the various screens (e.g. Schedule screens, Scheduler)</td>\n</tr>\n<tr>\n<td>CanAcceptTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CanAssignTasks</td>\n<td></td>\n<td><strong>CanAssignTasks</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanApproval</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanAcknowledgement</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShortIntervalControl</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanNotesonActuals</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableAdHocLocations</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableStartTask</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesEquipment</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesPeople</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnPlanningBoard</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnManningReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOn2448HourSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnShiftSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnWeeklySchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnEquipmentSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnSmartboard</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnScheduler</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportAdditionalTasksLines</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportTopDelaysAndOrStoppagesLines</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReport5WHY</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportChecklist</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportNotesIssuesActions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportHandoverSignOffSection</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportHandoverSignOffSectionRows</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SecondKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SecondKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ThirdKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ThirdKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FourthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FourthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FifthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FifthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SixthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SixthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TonnesMultiplier</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WeeklyOperatingHoursTarget</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Active</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>CrewLeaderOccupations</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryShortCodes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryByDepartment</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryByProcess</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultKPIs</td>\n<td></td>\n<td><strong>Collection of DefaultKPI</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ProcessChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ProcessChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td><strong>Collection of ProcessLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AcceptsTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignsTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>CanAssignTasks</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Yes</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Always</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of DefaultKPI</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Enabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ProcessChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ProcessLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li><p>NotFound (404)</p>\n</li>\n<li><p>BadRequest (400)</p>\n</li>\n<li><p>Unauthorized (401)</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0584e59c-0e9c-4af3-8c9c-6cb460879aa0","id":"0584e59c-0e9c-4af3-8c9c-6cb460879aa0","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1332cd91-d1a3-46a0-85c9-e2f281231b92"},{"name":"Edit Process","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"59d62810-83c5-4932-a290-fd45f37c4059"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"3de5bd87-31ab-4f89-b3f2-0198cb4ddea8"}}],"id":"f6dc0a47-a5fa-4a52-89f8-4831cd831259","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"},{"key":"If-Unmodified-Since","type":"text","value":"{{current_timestamp}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"Edited API Process-{{timestampMoment}}\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Processes.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Process.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Processes - Allows user to manage Processes.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0584e59c-0e9c-4af3-8c9c-6cb460879aa0","id":"0584e59c-0e9c-4af3-8c9c-6cb460879aa0","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6dc0a47-a5fa-4a52-89f8-4831cd831259"},{"name":"Update Process","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"52b8280a-55be-4d79-b3db-091daeca3b67"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"b7311839-a26a-4ab9-882a-e7415fa3e3ca"}}],"id":"1dc2026f-0aec-4d3d-aacd-ccb21e954ec4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"Test API Updated by PUT request-{{timestampMoment}}\",\r\n    \"ShortCode\": \"API-{{timestampMoment}}\",\r\n    \"Department\": \"departments-33\",\r\n    \"Type\": \"Service\",\r\n    \"CanAcceptTasks\": true,\r\n    \"CanAssignTasks\": \"Yes\",\r\n    \"EnableShortIntervalControl\": true,\r\n    \"ManagesEquipment\": true,\r\n    \"ManagesPeople\": true,\r\n    \"ShowOnPlanningBoard\": true,\r\n    \"ShowOnManningReport\": true,\r\n    \"ShowOn2448HourSchedule\": true,\r\n    \"ShowOnShiftSchedule\": true,\r\n    \"ShowOnWeeklySchedule\": true,\r\n    \"ShowOnEquipmentSchedule\": true,\r\n    \"ShowOnSmartboard\": true,\r\n    \"ShowOnScheduler\": true,\r\n    \"Active\": true,\r\n    \"CrewLeaderOccupations\": [\r\n        \"occupations-418\"\r\n    ],\r\n    \"DailyActualsReportKPISummaryByDepartment\": false,\r\n    \"DailyActualsReportKPISummaryByProcess\": false,\r\n    \"AcceptsTasks\": true,\r\n    \"AssignsTasks\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Processes.json/{{Id}}","description":"<p>This API endpoint will update a Process.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Processes - Allows user to manage Processes.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Forms</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Department</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Color</td>\n<td>Process colour for visualizaton purposes</td>\n<td>string</td>\n<td>Value: HEX colour code  <br />Example: \"Color\":\"FF0000\"  <br />  <br />Allows to easily recognize the process on the various screens (e.g. Schedule screens, Scheduler)</td>\n</tr>\n<tr>\n<td>CanAcceptTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CanAssignTasks</td>\n<td></td>\n<td><strong>CanAssignTasks</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanApproval</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanAcknowledgement</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShortIntervalControl</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanNotesonActuals</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableAdHocLocations</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableStartTask</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesEquipment</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesPeople</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnPlanningBoard</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnManningReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOn2448HourSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnShiftSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnWeeklySchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnEquipmentSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnSmartboard</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnScheduler</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportAdditionalTasksLines</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportTopDelaysAndOrStoppagesLines</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReport5WHY</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportChecklist</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportNotesIssuesActions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportHandoverSignOffSection</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportHandoverSignOffSectionRows</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SecondKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SecondKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ThirdKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ThirdKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FourthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FourthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FifthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FifthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SixthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SixthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TonnesMultiplier</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WeeklyOperatingHoursTarget</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Active</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>CrewLeaderOccupations</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryShortCodes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryByDepartment</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryByProcess</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultKPIs</td>\n<td></td>\n<td><strong>Collection of DefaultKPI</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ProcessChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ProcessChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td><strong>Collection of ProcessLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AcceptsTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignsTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>CanAssignTasks</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Yes</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Always</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of DefaultKPI</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Enabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ProcessChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ProcessLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li><p>NotFound (404)</p>\n</li>\n<li><p>BadRequest (400)</p>\n</li>\n<li><p>Unauthorized (401)</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0584e59c-0e9c-4af3-8c9c-6cb460879aa0","id":"0584e59c-0e9c-4af3-8c9c-6cb460879aa0","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1dc2026f-0aec-4d3d-aacd-ccb21e954ec4"},{"name":"Delete Process","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"40af3c71-ab11-42cd-8e25-f86bfb28c558"}}],"id":"7e4872d3-f056-4ab5-9c05-3b88d15c44a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/Processes.json/{{Id}}","description":"<p>This API endpoint will delete a Process.</p>\n<p><strong>PLEASE NOTE:</strong> <em>This endpoint does not actually delete the indicated document, but instead flags it as deleted.</em></p>\n<p>Records flagged as deleted are not returned by the GET endpoint by default. Pass 'includedeleted=true' on the query string to retrieve records flagged as deleted</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Processes - Allows user to manage Processes.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0584e59c-0e9c-4af3-8c9c-6cb460879aa0","id":"0584e59c-0e9c-4af3-8c9c-6cb460879aa0","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e4872d3-f056-4ab5-9c05-3b88d15c44a4"}],"id":"0584e59c-0e9c-4af3-8c9c-6cb460879aa0","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"07f893a4-8fba-49c8-9b97-4d01f856f3d0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fbd69539-9c09-48c4-90a8-fc2b494d9937","type":"text/javascript","exec":[""]}}],"_postman_id":"0584e59c-0e9c-4af3-8c9c-6cb460879aa0","description":""},{"name":"Reporting","item":[{"name":"Print Reports","item":[{"name":"DailyScheduleReport (Shift Schedule)","event":[{"listen":"test","script":{"id":"3149d702-2902-43bf-b8ac-331aa65e8201","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"01fdb034-e4cb-45c5-98cb-9ce74d8da2c9","exec":["var shadowTasksWarning = \"\";\r","var shadowTasksWarnings = \"\\\"shiftplans-processes-321-2022-08-29-Day;\\\",\\\"shiftplans-processes-161-2022-08-29-Day;\\\",\\\"shiftplans-processes-129-2022-08-29-Day;\\\",\\\"shiftplans-processes-164-2022-08-29-Day;\\\",\\\"shiftplans-processes-225-2022-08-29-Day;\\\",\\\"shiftplans-processes-166-2022-08-29-Day;\\\",\\\"shiftplans-processes-162-2022-08-29-Day;\\\",\\\"shiftplans-processes-163-2022-08-29-Day;\\\",\\\"shiftplans-processes-193-2022-08-29-Day;\\\"\";\r","var reportName = \"Shift Schedule\";\r","var startDate = \"2022-08-29\";\r","var shift =\"Day\";\r","var shiftIds = \"\\\"shiftplans-processes-321-2022-08-29-Day\\\",\\\"shiftplans-processes-161-2022-08-29-Day\\\",\\\"shiftplans-processes-129-2022-08-29-Day\\\",\\\"shiftplans-processes-164-2022-08-29-Day\\\",\\\"shiftplans-processes-225-2022-08-29-Day\\\",\\\"shiftplans-processes-166-2022-08-29-Day\\\",\\\"shiftplans-processes-162-2022-08-29-Day\\\",\\\"shiftplans-processes-163-2022-08-29-Day\\\",\\\"shiftplans-processes-193-2022-08-29-Day\\\"\";\r","var future = false;\r","var tasksView = \"A\";\r","var taskNotes = true;\r","var selectedProcesses = \"processes-167,processes-161,processes-129,processes-164,processes-225,processes-166,processes-162,processes-163,processes-193\";\r","var includeProd = true;\r","var includeService = true;\r","var includeOther = true;\r","var groupSortOptionId = null;\r","var selectedAttachments = \"\";\r","var includeEquipmentTable = false;\r","var equipmentColumns = \"\";\r","var equipmentTypes = \"\";\r","var displayKpis = false;\r","var displayPeople = false;\r","var displayEquip = false;\r","var displayNotes = false;\r","var taskTypes = \"\";\r","\r","postman.setEnvironmentVariable(\"dXParameters\",\"{\\\"ShadowTasksWarning\\\":\\\"\"+shadowTasksWarning+\r","                                               \"\\\",\\\"ShadowTasksWarnings\\\":[\"+shadowTasksWarnings+\r","                                               \"],\\\"ReportName\\\":\\\"\"+reportName+\r","                                               \"\\\",\\\"StartDate\\\":\\\"\"+startDate+\r","                                               \"\\\",\\\"Shift\\\":\\\"\"+shift+\r","                                               \"\\\",\\\"ShiftIds\\\":[\"+shiftIds+\r","                                               \"],\\\"Future\\\":\"+future+\r","                                               \",\\\"TasksView\\\":\\\"\"+tasksView+\r","                                               \"\\\",\\\"TaskNotes\\\":\"+taskNotes+\r","                                               \",\\\"SelectedProcesses\\\":\\\"\"+selectedProcesses+\r","                                               \"\\\",\\\"IncludeProd\\\":\"+includeProd+\r","                                               \",\\\"IncludeService\\\":\"+includeService+\r","                                               \",\\\"IncludeOther\\\":\"+includeOther+\r","                                               \",\\\"GroupSortOptionId\\\":\"+groupSortOptionId+\r","                                               \",\\\"SelectedAttachments\\\":[\"+selectedAttachments+\r","                                               \"],\\\"IncludeEquipmentTable\\\":\"+includeEquipmentTable+\r","                                               \",\\\"EquipmentColumns\\\":[\"+equipmentColumns+\r","                                               \"],\\\"EquipmentTypes\\\":[\"+equipmentTypes+\r","                                               \"],\\\"DisplayKpis\\\":\"+displayKpis+\r","                                               \",\\\"DisplayPeople\\\":\"+displayPeople+\r","                                               \",\\\"DisplayEquip\\\":\"+displayEquip+\r","                                               \",\\\"DisplayNotes\\\":\"+displayNotes+\r","                                               \",\\\"TaskTypes\\\":[\"+taskTypes+\"]}\");"],"type":"text/javascript"}}],"id":"9c505e1b-8aff-436c-92b7-7825051e3275","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/Report/PrintDailyScheduleReport?reportID=DailyScheduleReport&DXParameters={{dXParameters}}","description":"<p>This API endpoint will print Daily Schedule Report.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Print Daily Schedule Report - Allows user to print report.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reportID</td>\n<td>The id of the report</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>DXParameters</td>\n<td>The collection of the report parameters</td>\n<td><strong>parametersCollection</strong></td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>parametersCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shadowTasksWarning</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>shadowTasksWarnings</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>reportName</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>startDate</td>\n<td></td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>shift</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>shiftIds</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>future</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>tasksView</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>taskNotes</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>selectedProcesses</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>includeProd</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>includeService</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>includeOther</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>groupSortOptionId</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>selectedAttachments</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>includeEquipmentTable</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>equipmentColumns</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>equipmentTypes</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>displayKpis</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>displayPeople</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>displayEquip</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>displayNotes</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>taskTypes</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"85322c78-67d7-45bb-903c-d37b5d517744","id":"85322c78-67d7-45bb-903c-d37b5d517744","name":"Print Reports","type":"folder"}},"urlObject":{"path":["Report","PrintDailyScheduleReport"],"host":["{{Url}}"],"query":[{"key":"reportID","value":"DailyScheduleReport"},{"key":"DXParameters","value":"{{dXParameters}}"}],"variable":[]}},"response":[],"_postman_id":"9c505e1b-8aff-436c-92b7-7825051e3275"},{"name":"DailyScheduleReport (24 / 48 Hour Schedule Report)","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"1629bf74-b891-41fd-8168-226aa8a39451"}},{"listen":"prerequest","script":{"exec":["var reportName = \"24 / 48 Schedule\";\r","var startDate = \"2021-10-21T00:00:00\";\r","var columns = \"2021-10-21-Day,2021-10-21-Night,2021-10-22-Day,2021-10-22-Night\";\r","var layout = \"Portrait\";\r","var paperSize = \"A3\";\r","var shiftWidth = \"Medium\";\r","var tasksView = \"A\";\r","var selectedProcesses = \"processes-289,processes-167,processes-161,processes-129,processes-164,processes-225,processes-166,processes-162,processes-163,processes-193\";\r","var selectedTaskTypes = \"TaskTypes-162,TaskTypes-163,TaskTypes-164,TaskTypes-165,TaskTypes-166,TaskTypes-167,TaskTypes-168,TaskTypes-169,TaskTypes-170,TaskTypes-171,TaskTypes-172,TaskTypes-173,TaskTypes-174,TaskTypes-193,TaskTypes-194,TaskTypes-225,TaskTypes-257,TaskTypes-258,TaskTypes-161,TaskTypes-289\";\r","var includeProd = true;\r","var includeService = true;\r","var printOnlyImportantTasks = false;\r","var displayPeople = \"true\";\r","var displayEquip = \"true\";\r","var displayKpis = \"true\";\r","var showTagsOnTasks = false;\r","var includeOther = true;\r","\r","postman.setEnvironmentVariable(\"dXParameters\",\"{\\\"ReportName\\\":\\\"\"+reportName+\r","                                               \"\\\",\\\"StartDate\\\":\\\"\"+startDate+\r","                                               \"\\\",\\\"Columns\\\":\\\"\"+columns+\r","                                               \"\\\",\\\"Layout\\\":\\\"\"+layout+\r","                                               \"\\\",\\\"PaperSize\\\":\\\"\"+paperSize+\r","                                               \"\\\",\\\"ShiftWidth\\\":\\\"\"+shiftWidth+\r","                                               \"\\\",\\\"TasksView\\\":\\\"\"+tasksView+\r","                                               \"\\\",\\\"SelectedProcesses\\\":\\\"\"+selectedProcesses+\r","                                               \"\\\",\\\"SelectedTaskTypes\\\":\\\"\"+selectedTaskTypes+\r","                                               \"\\\",\\\"IncludeProd\\\":\"+includeProd+\r","                                               \",\\\"IncludeService\\\":\"+includeService+\r","                                               \",\\\"PrintOnlyImportantTasks\\\":\"+printOnlyImportantTasks+\r","                                               \",\\\"DisplayPeople\\\":\\\"\"+displayPeople+\r","                                               \"\\\",\\\"DisplayEquip\\\":\\\"\"+displayEquip+\r","                                               \"\\\",\\\"DisplayKpis\\\":\\\"\"+displayKpis+\r","                                               \"\\\",\\\"ShowTagsOnTasks\\\":\"+showTagsOnTasks+\r","                                               \",\\\"IncludeOther\\\":\"+includeOther+\"}\");"],"type":"text/javascript","id":"6d38b329-e43f-48fa-8aaa-4f5237430694"}}],"id":"4c8f6959-e4b0-4211-89ca-609ecb5474b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/Report/ExportToPdf?reportID=DailyScheduleReport&DXParameters={{dXParameters}}","description":"<p>This API endpoint will print Daily Schedule Report.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Daily Schedule Report - Allows user to print report.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reportID</td>\n<td>The id of the report</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>DXParameters</td>\n<td>The collection of the report parameters</td>\n<td><strong>parametersCollection</strong></td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>parametersCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reportName</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>startDate</td>\n<td></td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>columns</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>layout</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>paperSize</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>shiftWidth</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>tasksView</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>selectedProcesses</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>selectedTaskTypes</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>includeProd</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>includeService</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>printOnlyImportantTasks</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>displayPeople</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>displayEquip</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>displayKpis</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>showTagsOnTasks</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>includeOther</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"85322c78-67d7-45bb-903c-d37b5d517744","id":"85322c78-67d7-45bb-903c-d37b5d517744","name":"Print Reports","type":"folder"}},"urlObject":{"path":["Report","ExportToPdf"],"host":["{{Url}}"],"query":[{"key":"reportID","value":"DailyScheduleReport"},{"key":"DXParameters","value":"{{dXParameters}}"}],"variable":[]}},"response":[],"_postman_id":"4c8f6959-e4b0-4211-89ca-609ecb5474b2"},{"name":"DailyScheduleReport (Weekly Schedule Report)","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"29fa7343-9112-46b2-af76-dc50815b33f9"}},{"listen":"prerequest","script":{"exec":["var reportName = \"Weekly Schedule\";\r","var startDate = \"2021-10-21T00:00:00\";\r","var columns = \"2021-10-21-Day,2021-10-21-Night,2021-10-22-Day,2021-10-22-Night,2021-10-23-Day,2021-10-23-Night,2021-10-24-Day,2021-10-24-Night,2021-10-25-Day,2021-10-25-Night,2021-10-26-Day,2021-10-26-Night,2021-10-27-Day,2021-10-27-Night,,,,,,,,,,,,,,,,,\";\r","var layout = \"Portrait\";\r","var paperSize = \"A3\";\r","var shiftWidth = \"Medium\";\r","var displayKpis = true;\r","var displayPeople = false;\r","var displayEquip = false;\r","var tasksView = \"A\";\r","var selectedProcesses = \"processes-167,processes-161,processes-129,processes-164,processes-225,processes-166,processes-162,processes-163,processes-193\";\r","var selectedTaskTypes = \"TaskTypes-162,TaskTypes-163,TaskTypes-164,TaskTypes-165,TaskTypes-166,TaskTypes-167,TaskTypes-168,TaskTypes-169,TaskTypes-170,TaskTypes-171,TaskTypes-172,TaskTypes-173,TaskTypes-174,TaskTypes-193,TaskTypes-194,TaskTypes-225,TaskTypes-257,TaskTypes-258,TaskTypes-161,TaskTypes-289\";\r","var includeProd = true;\r","var includeService = true;\r","var includeOther = true;\r","var showTagsOnTasks = false;\r","var printOnlyImportantTasks = false;\r","\r","postman.setEnvironmentVariable(\"dXParameters\",\"{\\\"ReportName\\\":\\\"\"+reportName+\r","                                               \"\\\",\\\"StartDate\\\":\\\"\"+startDate+\r","                                               \"\\\",\\\"Columns\\\":\\\"\"+columns+\r","                                               \"\\\",\\\"Layout\\\":\\\"\"+layout+\r","                                               \"\\\",\\\"PaperSize\\\":\\\"\"+paperSize+\r","                                               \"\\\",\\\"ShiftWidth\\\":\\\"\"+shiftWidth+\r","                                              \"\\\",\\\"DisplayKpis\\\":\"+displayKpis+\r","                                               \",\\\"DisplayPeople\\\":\"+displayPeople+\r","                                               \",\\\"DisplayEquip\\\":\"+displayEquip+\r","                                               \",\\\"TasksView\\\":\\\"\"+tasksView+\r","                                               \"\\\",\\\"SelectedProcesses\\\":\\\"\"+selectedProcesses+\r","                                               \"\\\",\\\"SelectedTaskTypes\\\":\\\"\"+selectedTaskTypes+\r","                                               \"\\\",\\\"IncludeProd\\\":\"+includeProd+\r","                                               \",\\\"IncludeService\\\":\"+includeService+\r","                                               \",\\\"IncludeOther\\\":\"+includeOther+\r","                                               \",\\\"ShowTagsOnTasks\\\":\"+showTagsOnTasks+                                               \r","                                               \",\\\"PrintOnlyImportantTasks\\\":\"+printOnlyImportantTasks+\"}\");"],"type":"text/javascript","id":"d01a9625-2481-45b4-b875-6dc70969bfd3"}}],"id":"457fc163-1a59-44d0-be03-abcc91264532","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/Report/ExportToPdf?reportID=DailyScheduleReport&DXParameters={{dXParameters}}","description":"<p>This API endpoint will print Daily Schedule Report.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Daily Schedule Report - Allows user to print report.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reportID</td>\n<td>The id of the report</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>DXParameters</td>\n<td>The collection of the report parameters</td>\n<td><strong>parametersCollection</strong></td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>parametersCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reportName</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>startDate</td>\n<td></td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>columns</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>layout</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>paperSize</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>shiftWidth</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>displayKpis</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>displayPeople</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>displayEquip</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>tasksView</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>selectedProcesses</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>selectedTaskTypes</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>includeProd</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>includeService</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>includeOther</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>showTagsOnTasks</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>printOnlyImportantTasks</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"85322c78-67d7-45bb-903c-d37b5d517744","id":"85322c78-67d7-45bb-903c-d37b5d517744","name":"Print Reports","type":"folder"}},"urlObject":{"path":["Report","ExportToPdf"],"host":["{{Url}}"],"query":[{"key":"reportID","value":"DailyScheduleReport"},{"key":"DXParameters","value":"{{dXParameters}}"}],"variable":[]}},"response":[],"_postman_id":"457fc163-1a59-44d0-be03-abcc91264532"},{"name":"Download Gantt view report","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"e1b942f5-765b-4fc1-8e29-64b218cfa44a"}}],"id":"01bc34f4-e971-45e3-9603-c79f9950b809","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/bryntum/Download?fileName={{fileName}}","description":"<p>This API endpoint will donload exported Gantt View report</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Print Bryntum Report - Allows user to export report.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fileName</td>\n<td>name of exported scheduler report</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"85322c78-67d7-45bb-903c-d37b5d517744","id":"85322c78-67d7-45bb-903c-d37b5d517744","name":"Print Reports","type":"folder"}},"urlObject":{"path":["api","v1","bryntum","Download"],"host":["{{Url}}"],"query":[{"key":"fileName","value":"{{fileName}}"}],"variable":[]}},"response":[],"_postman_id":"01bc34f4-e971-45e3-9603-c79f9950b809"},{"name":"Download Sheduler report","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"84e0ffdc-785f-49f5-a8e4-33ed625f75a6"}}],"id":"1e92bd56-ee4b-4000-9282-0a296b59fe8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}:443/api/v1/bryntum/Download?fileName={{fileName}}","description":"<p>This API endpoint will donload export scheduler report</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Print Bryntum Report - Allows user to export report.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fileName</td>\n<td>name of exported scheduler report</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"85322c78-67d7-45bb-903c-d37b5d517744","id":"85322c78-67d7-45bb-903c-d37b5d517744","name":"Print Reports","type":"folder"}},"urlObject":{"port":"443","path":["api","v1","bryntum","Download"],"host":["{{Url}}"],"query":[{"key":"fileName","value":"{{fileName}}"}],"variable":[]}},"response":[],"_postman_id":"1e92bd56-ee4b-4000-9282-0a296b59fe8a"},{"name":"EquipmentScheduleReport","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"607afb18-f190-4965-aed3-14b41a0128f6"}},{"listen":"prerequest","script":{"exec":["var showUpcomingShifts = true;\r","var showColumnsWithNoData = true;\r","var visibleColumns = \"\\\"PlantNo\\\",\\\"Type\\\",\\\"Description\\\",\\\"DefaultProcess\\\",\\\"DPM\\\",\\\"YesterdaysStatus\\\",\\\"CurrentStatus\\\",\\\"StatusNotes\\\",\\\"Location\\\",\\\"NextService\\\"\";\r","var columnWidths = 70+\",\"+80+\",\"+140+\",\"+70+\",\"+70+\",\"+70+\",\"+70+\",\"+140+\",\"+150+\",\"+100;\r","var typeFilters = \"\";\r","var defaultProcessFilters = \"\";\r","var locationFilters = \"\";\r","var nextServiceFilters = \"\";\r","var sortOption = \"1\";\r","\r","postman.setEnvironmentVariable(\"dXParameters\",\"{\\\"ShowUpcomingShifts\\\":\"+showUpcomingShifts+\r","                                               \",\\\"ShowColumnsWithNoData\\\":\"+showColumnsWithNoData+\r","                                               \",\\\"VisibleColumns\\\":[\"+visibleColumns+\"]\"+\r","                                               \",\\\"ColumnWidths\\\":[\"+columnWidths+\"]\"+\r","                                               \",\\\"TypeFilters\\\":\\\"\"+typeFilters+\r","                                               \"\\\",\\\"DefaultProcessFilters\\\":\\\"\"+defaultProcessFilters+\r","                                              \"\\\",\\\"LocationFilters\\\":\\\"\"+locationFilters+\r","                                               \"\\\",\\\"NextServiceFilters\\\":\\\"\"+nextServiceFilters+\r","                                               \"\\\",\\\"SortOption\\\":\\\"\"+sortOption+\"\\\"}\");"],"type":"text/javascript","id":"a2a44544-61e2-445a-a18b-11db26f7a889"}}],"id":"00a2784d-a472-490d-b4b8-9f3aeb4cb75f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/Report/ExportToPdf?reportID=EquipmentScheduleReport&DXParameters={{dXParameters}}","description":"<p>This API endpoint will print Equipment Schedule Report.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>PrintEquipmentScheduleReport - Allows user to print report.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reportID</td>\n<td>The id of the report</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>DXParameters</td>\n<td>The collection of the report parameters</td>\n<td><strong>parametersCollection</strong></td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>parametersCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>showUpcomingShifts</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>showColumnsWithNoData</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>visibleColumns</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>columnWidths</td>\n<td></td>\n<td>integer</td>\n<td></td>\n</tr>\n<tr>\n<td>typeFilters</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>defaultProcessFilters</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>locationFilters</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>nextServiceFilters</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>sortOption</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"85322c78-67d7-45bb-903c-d37b5d517744","id":"85322c78-67d7-45bb-903c-d37b5d517744","name":"Print Reports","type":"folder"}},"urlObject":{"path":["Report","ExportToPdf"],"host":["{{Url}}"],"query":[{"key":"reportID","value":"EquipmentScheduleReport"},{"key":"DXParameters","value":"{{dXParameters}}"}],"variable":[]}},"response":[],"_postman_id":"00a2784d-a472-490d-b4b8-9f3aeb4cb75f"},{"name":"Process plan report","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"ccf58ff6-972b-4361-b6ca-8d29649a47e8"}},{"listen":"prerequest","script":{"exec":["var processPlanId = \"processes-161\";\r","var startDate = \"2021-11-01T00:00:00\";\r","var hidden = \"\";\r","var summaryView = false;\r","var displayEquip = true;\r","var displayPeople = true;\r","var displayKPIs = true;\r","var taskTypes = \"\";\r","\r","postman.setEnvironmentVariable(\"dXParameters\",\"{\\\"ProcessPlanID\\\":\\\"\"+processPlanId+\r","                                                \"\\\",\\\"StartDate\\\":\\\"\"+startDate+\r","                                                \"\\\",\\\"Hidden\\\":\\\"\"+hidden+\r","                                                \"\\\",\\\"SummaryView\\\":\"+summaryView+\r","                                                \",\\\"DisplayEquip\\\":\"+displayEquip+\r","                                                \",\\\"DisplayPeople\\\":\"+displayPeople+\r","                                                \",\\\"DisplayKPIs\\\":\"+displayKPIs+\r","                                                \",\\\"TaskTypes\\\":[\"+taskTypes+\"]}\");"],"type":"text/javascript","id":"682a996b-ed28-43e2-80fe-718469c1fadc"}}],"id":"6ef44555-5036-414c-b9b0-ce232c32ec16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/Report/ExportToPdf?reportID=ProcessPlanReport&DXParameters={{dXParameters}}","description":"<p>This API endpoint will return a process plan report exported to PDF.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Print Process Plan Report - Allows user to print report.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reportID</td>\n<td>The id of the report</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>DXParameters</td>\n<td>The collection of the report parameters</td>\n<td><strong>parametersCollection</strong></td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>parametersCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>processPlanId</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>startDate</td>\n<td></td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>hidden</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>summaryView</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>displayEquip</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>displayPeople</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>displayKPIs</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>taskTypes</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"85322c78-67d7-45bb-903c-d37b5d517744","id":"85322c78-67d7-45bb-903c-d37b5d517744","name":"Print Reports","type":"folder"}},"urlObject":{"path":["Report","ExportToPdf"],"host":["{{Url}}"],"query":[{"key":"reportID","value":"ProcessPlanReport"},{"key":"DXParameters","value":"{{dXParameters}}"}],"variable":[]}},"response":[],"_postman_id":"6ef44555-5036-414c-b9b0-ce232c32ec16"},{"name":"ShiftPlanReport","event":[{"listen":"test","script":{"id":"6e410db0-40ae-4046-a0dd-61a94ee6b38f","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"b1649c5d-b774-4f55-9448-296b0e0f0856","exec":["var shadowTasksWarning = \"\";\r","var groupSortOptionId = \"GroupSortOptions-1\";\r","var shiftPlan = \"shiftplans-processes-321-2022-08-29-Day\";\r","var selectedAttachments =\"\";\r","var printAttachmentsOnly = false;\r","var printChecklistQuestions = true;\r","var showLocationTags = true;\r","var showSignOff = false;\r","var showSignOffRows = 2;\r","\r","postman.setEnvironmentVariable(\"dXParameters\",\"{\\\"ShadowTasksWarning\\\":\\\"\"+shadowTasksWarning+\r","                                                \"\\\",\\\"GroupSortOptionId\\\":\\\"\"+groupSortOptionId+\r","                                                \"\\\",\\\"ShiftPlan\\\":[\\\"\"+shiftPlan+\"\\\"]\"+\r","                                                \",\\\"SelectedAttachments\\\":[\"+selectedAttachments+\"]\"+\r","                                                \",\\\"PrintAttachmentsOnly\\\":\"+printAttachmentsOnly+\r","                                                \",\\\"PrintChecklistQuestions\\\":\"+printChecklistQuestions+\r","                                                \",\\\"ShowLocationTags\\\":\"+showLocationTags+\r","                                                \",\\\"ShowSignOff\\\":\"+showSignOff+\r","                                                \",\\\"ShowSignOffRows\\\":\"+showSignOffRows+\"}\");"],"type":"text/javascript"}}],"id":"01ba2f70-c7fc-42f4-9190-2cf90cec4b5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/Report/PrintShiftPlanReport?reportID=ShiftPlanReport&DXParameters={{dXParameters}}","description":"<p>This API endpoint will print Shift Plan Report.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Print Shift Plan Report - Allows user to print report.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reportID</td>\n<td>The id of the report</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>DXParameters</td>\n<td>The collection of the report parameters</td>\n<td><strong>parametersCollection</strong></td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>parametersCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shadowTasksWarning</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>groupSortOptionId</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>shiftPlan</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>selectedAttachments</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>printAttachmentsOnly</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>printChecklistQuestions</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>showLocationTags</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>showSignOff</td>\n<td></td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>showSignOffRows</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"85322c78-67d7-45bb-903c-d37b5d517744","id":"85322c78-67d7-45bb-903c-d37b5d517744","name":"Print Reports","type":"folder"}},"urlObject":{"path":["Report","PrintShiftPlanReport"],"host":["{{Url}}"],"query":[{"key":"reportID","value":"ShiftPlanReport"},{"key":"DXParameters","value":"{{dXParameters}}"}],"variable":[]}},"response":[],"_postman_id":"01ba2f70-c7fc-42f4-9190-2cf90cec4b5b"},{"name":"ShiftUndermanagersReport","event":[{"listen":"test","script":{"id":"293cfe71-6c58-4726-802a-3924307ca032","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"fd0ac1d7-b399-4e5e-97a5-a9b2a641bbe1","exec":["var shiftUndermanagersReportId = \"ShiftUndermanagersReports-2022-08-29-Night\";\r","\r","postman.setEnvironmentVariable(\"dXParameters\",\"{\\\"ShiftUndermanagersReportId\\\":\\\"\"+shiftUndermanagersReportId+\r","                                                \"\\\"}\");"],"type":"text/javascript"}}],"id":"2351c607-933f-4914-bc18-f465bd65b06b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/Report/ExportToPdf?reportID=ShiftUndermanagersReport&DXParameters={{dXParameters}}","description":"<p>This API endpoint will print Shift Undermanagers Report.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Print Shift Undermanagers Report - Allows user to print report.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reportID</td>\n<td>The id of the report</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>DXParameters</td>\n<td>The collection of the report parameters</td>\n<td><strong>parametersCollection</strong></td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>parametersCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shiftUndermanagersReportId</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"85322c78-67d7-45bb-903c-d37b5d517744","id":"85322c78-67d7-45bb-903c-d37b5d517744","name":"Print Reports","type":"folder"}},"urlObject":{"path":["Report","ExportToPdf"],"host":["{{Url}}"],"query":[{"key":"reportID","value":"ShiftUndermanagersReport"},{"key":"DXParameters","value":"{{dXParameters}}"}],"variable":[]}},"response":[],"_postman_id":"2351c607-933f-4914-bc18-f465bd65b06b"},{"name":"TaskListReport","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"ec03b02a-0340-4833-ac7a-fdfdd8da41c2"}},{"listen":"prerequest","script":{"exec":["var shiftPlanDate = \"2021-10-22\";\r","var shiftPlanShift = \"Day\";\r","var location = \"locations-353,locations-413,locations-417,locations-415,locations-416,locations-419,locations-414,locations-418,locations-385,locations-389,locations-387,locations-388,locations-391,locations-386,locations-390,locations-427,locations-431,locations-429,locations-430,locations-433,locations-428,locations-432,locations-441,locations-445,locations-443,locations-444,locations-447,locations-442,locations-446,locations-399,locations-403,locations-401,locations-402,locations-405,locations-400,locations-404,locations-420,locations-424,locations-422,locations-423,locations-426,locations-421,locations-425,locations-392,locations-396,locations-394,locations-395,locations-398,locations-393,locations-397,locations-434,locations-438,locations-436,locations-437,locations-440,locations-435,locations-439,locations-448,locations-452,locations-450,locations-451,locations-454,locations-449,locations-453,locations-406,locations-410,locations-408,locations-409,locations-412,locations-407,locations-411,locations-481,locations-482,locations-483,locations-484,locations-485,locations-486\";\r","var process = \"processes-167,processes-161,processes-129,processes-164,processes-225,processes-166,processes-162,processes-163,processes-193\"\r","\r","\r","postman.setEnvironmentVariable(\"dXParameters\",\"{\\\"ShiftPlanDate\\\":\\\"\"+shiftPlanDate+\r","                                                \"\\\",\\\"ShiftPlanShift\\\":\\\"\"+shiftPlanShift+\r","                                                \"\\\",\\\"Location\\\":\\\"\"+location+\r","                                                \"\\\",\\\"Process\\\":\\\"\"+process+\r","                                                \"\\\"}\");"],"type":"text/javascript","id":"6987300a-bb2d-4a69-ac7d-bb8346595396"}}],"id":"7a744909-bc18-43cd-9806-4cbecafc0759","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/Report/PrintTaskListReport?reportID=TaskListReport&DXParameters={{dXParameters}}","description":"<p>This API endpoint will print Task List Report.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Print Task List Report - Allows user to print report.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reportID</td>\n<td>The id of the report</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>DXParameters</td>\n<td>The collection of the report parameters</td>\n<td><strong>parametersCollection</strong></td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>parametersCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shiftPlanDate</td>\n<td></td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>shiftPlanShift</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>location</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>process</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"85322c78-67d7-45bb-903c-d37b5d517744","id":"85322c78-67d7-45bb-903c-d37b5d517744","name":"Print Reports","type":"folder"}},"urlObject":{"path":["Report","PrintTaskListReport"],"host":["{{Url}}"],"query":[{"key":"reportID","value":"TaskListReport"},{"key":"DXParameters","value":"{{dXParameters}}"}],"variable":[]}},"response":[],"_postman_id":"7a744909-bc18-43cd-9806-4cbecafc0759"},{"name":"Gantt View Report","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"fileName\", jsonData.file);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"df59ac64-6abe-4f53-a001-1da517dd05e5"}}],"id":"137f9ef0-cfa1-4824-9967-fcae9f851a19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"html\": [\r\n        {\r\n            \"html\": \"<!DOCTYPE html><html class=\\\"x-border-box \\\"><head><meta content=\\\"text/html; charset=UTF-8\\\" http-equiv=\\\"Content-Type\\\" /><title>1 of 1</title><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_1.css?_dc=20211004052447\\\" id=\\\"ext-element-200\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_2.css?_dc=20211004052447\\\" id=\\\"ext-element-201\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_3.css?_dc=20211004052447\\\" id=\\\"ext-element-202\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_4.css?_dc=20211004052447\\\" id=\\\"ext-element-203\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_5.css?_dc=20211004052447\\\" id=\\\"ext-element-204\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_6.css?_dc=20211004052447\\\" id=\\\"ext-element-205\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_7.css?_dc=20211004052447\\\" id=\\\"ext-element-206\\\"><style type=\\\"text/css\\\" id=\\\"ext-element-207\\\">#shiftgantt-2723 .x-grid-cell{ height:26px; }</style><style type=\\\"text/css\\\" id=\\\"AbstractView\\\"></style><style id=\\\"intercom-lightweight-app-style\\\" type=\\\"text/css\\\">\\n  @keyframes intercom-lightweight-app-launcher {\\n    from {\\n      opacity: 0;\\n      transform: scale(0.5);\\n    }\\n    to {\\n      opacity: 1;\\n      transform: scale(1);\\n    }\\n  }\\n\\n  @keyframes intercom-lightweight-app-gradient {\\n    from {\\n      opacity: 0;\\n    }\\n    to {\\n      opacity: 1;\\n    }\\n  }\\n\\n  @keyframes intercom-lightweight-app-messenger {\\n    from {\\n      opacity: 0;\\n      transform: translateY(20px);\\n    }\\n    to {\\n      opacity: 1;\\n      transform: translateY(0);\\n    }\\n  }\\n\\n  .intercom-lightweight-app {\\n    position: fixed;\\n    z-index: 2147483001;\\n    width: 0;\\n    height: 0;\\n    font-family: intercom-font, \\\"Helvetica Neue\\\", \\\"Apple Color Emoji\\\", Helvetica, Arial, sans-serif;\\n  }\\n\\n  .intercom-lightweight-app-gradient {\\n    position: fixed;\\n    z-index: 2147483002;\\n    width: 500px;\\n    height: 500px;\\n    bottom: 0;\\n    right: 0;\\n    pointer-events: none;\\n    background: radial-gradient(\\n      ellipse at bottom right,\\n      rgba(29, 39, 54, 0.16) 0%,\\n      rgba(29, 39, 54, 0) 72%);\\n    animation: intercom-lightweight-app-gradient 200ms ease-out;\\n  }\\n\\n  .intercom-lightweight-app-launcher {\\n    position: fixed;\\n    z-index: 2147483003;\\n    bottom: 20px;\\n    right: 20px;\\n    width: 60px;\\n    height: 60px;\\n    border-radius: 50%;\\n    background: #0051ff;\\n    cursor: pointer;\\n    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);\\n    animation: intercom-lightweight-app-launcher 250ms ease;\\n  }\\n\\n  .intercom-lightweight-app-launcher:focus {\\n    outline: none;\\n    \\n  }\\n\\n  .intercom-lightweight-app-launcher-icon {\\n    display: flex;\\n    align-items: center;\\n    justify-content: center;\\n    position: absolute;\\n    top: 0;\\n    left: 0;\\n    width: 60px;\\n    height: 60px;\\n    transition: transform 100ms linear, opacity 80ms linear;\\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-open {\\n    \\n        opacity: 1;\\n        transform: rotate(0deg) scale(1);\\n      \\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-open svg {\\n    width: 28px;\\n    height: 32px;\\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-open svg path {\\n    fill: rgb(255, 255, 255);\\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-self-serve {\\n    \\n        opacity: 1;\\n        transform: rotate(0deg) scale(1);\\n      \\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-self-serve svg {\\n    height: 56px;\\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-self-serve svg path {\\n    fill: rgb(255, 255, 255);\\n  }\\n\\n  .intercom-lightweight-app-launcher-custom-icon-open {\\n    max-height: 36px;\\n    max-width: 36px;\\n    \\n        opacity: 1;\\n        transform: rotate(0deg) scale(1);\\n      \\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-minimize {\\n    \\n        opacity: 0;\\n        transform: rotate(-60deg) scale(0);\\n      \\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-minimize svg {\\n    width: 16px;\\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-minimize svg path {\\n    fill: rgb(255, 255, 255);\\n  }\\n\\n  .intercom-lightweight-app-messenger {\\n    position: fixed;\\n    z-index: 2147483003;\\n    overflow: hidden;\\n    background-color: white;\\n    animation: intercom-lightweight-app-messenger 250ms ease-out;\\n    \\n        width: 376px;\\n        height: calc(100% - 40px);\\n        max-height: 704px;\\n        min-height: 250px;\\n        right: 20px;\\n        bottom: 20px;\\n        box-shadow: 0 5px 40px rgba(0,0,0,0.16);\\n        border-radius: 8px;\\n      \\n  }\\n\\n  .intercom-lightweight-app-messenger-header {\\n    height: 75px;\\n    background: linear-gradient(\\n      135deg,\\n      rgb(115, 164, 255) 0%,\\n      rgb(13, 98, 255) 100%\\n    );\\n  }\\n\\n  @media print {\\n    .intercom-lightweight-app {\\n      display: none;\\n    }\\n  }\\n</style></head><body class=\\\"x-webkit sch-export x-webkit x-chrome x-windows x-desktop x-body x-keyboard-mode x-box-layout-ct x-border-box x-scroller x-container background x-container-default\\\"><div class=\\\"sch-export-header\\\" style=\\\"height:74px; width:753px\\\"><h2>1/1</h2></div><div id=\\\"shiftgantt-2723\\\" class=\\\"x-panel sch-timelinepanel sch-horizontal x-grid-locked x-grid-locked-split sch-ltr sch-ganttpanel x-border-item x-box-item x-panel-default x-tree-panel x-tree-arrows x-grid x-masked-relative x-masked\\\" style=\\\"height:619px; width:753px; position: relative !important\\\"><div id=\\\"ext-element-219\\\" data-ref=\\\"body\\\" class=\\\"x-panel-body x-grid-with-row-lines x-grid-body x-grid-locking-body x-panel-body-default x-border-layout-ct x-panel-body-default x-noborder-rbl\\\" role=\\\"presentation\\\" style=\\\"height: 100%; left: 0px;\\\"><div class=\\\"x-panel x-grid-inner-locked x-border-item x-box-item x-panel-default x-tree-panel x-tree-arrows x-grid\\\" style=\\\"width: 420px; left: 0px; top: 0px; margin: 0px; height: 100%;\\\" role=\\\"treegrid\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"false\\\" aria-multiselectable=\\\"true\\\" id=\\\"shiftgantt-2723-locked\\\"><div id=\\\"shiftgantt-2723-locked-bodyWrap\\\" data-ref=\\\"bodyWrap\\\" class=\\\"x-panel-bodyWrap\\\" role=\\\"presentation\\\"><div class=\\\"x-grid-header-ct x-docked x-grid-header-ct-default x-docked-top x-grid-header-ct-docked-top x-grid-header-ct-default-docked-top x-box-layout-ct x-scroller x-unselectable x-noborder-trl\\\" role=\\\"rowgroup\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" id=\\\"headercontainer-2746\\\" data-exttouchaction=\\\"14\\\" style=\\\"overflow: hidden; touch-action: pan-y pinch-zoom; width: 419px; left: 0px; top: 0px;\\\"><div id=\\\"headercontainer-2746-innerCt\\\" data-ref=\\\"innerCt\\\" role=\\\"row\\\" class=\\\"x-box-inner\\\" style=\\\"width: 420px; height: 74px;\\\"><div id=\\\"headercontainer-2746-targetEl\\\" data-ref=\\\"targetEl\\\" class=\\\"x-box-target\\\" role=\\\"presentation\\\" style=\\\"width: 420px;\\\"><div class=\\\"x-column-header roundTopLeft x-column-header-align-left x-box-item x-column-header-default x-unselectable x-column-header-first\\\" style=\\\"width: 300px; left: 0px; margin: 0px; top: 0px; height: 74px;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"namecolumn-2727\\\" tabindex=\\\"-1\\\" data-componentid=\\\"namecolumn-2727\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"1\\\"><div id=\\\"namecolumn-2727-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner\\\"><div id=\\\"namecolumn-2727-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"namecolumn-2727-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"namecolumn-2727-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Description</span></div><span id=\\\"namecolumn-2727-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"namecolumn-2727-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div><div id=\\\"namecolumn-2727-outerCt\\\" data-ref=\\\"outerCt\\\" class=\\\"x-autocontainer-outerCt\\\" role=\\\"presentation\\\" style=\\\"width: 100%; table-layout: fixed; height: 100%;\\\"><div id=\\\"namecolumn-2727-innerCt\\\" data-ref=\\\"innerCt\\\" style=\\\"\\\" role=\\\"presentation\\\" class=\\\"x-autocontainer-innerCt\\\"><div class=\\\"x-panel x-panel-default\\\" style=\\\"width: 100%; height: 25px;\\\" role=\\\"presentation\\\" id=\\\"panel-2729\\\"><div id=\\\"panel-2729-bodyWrap\\\" data-ref=\\\"bodyWrap\\\" class=\\\"x-panel-bodyWrap\\\" role=\\\"presentation\\\"><div id=\\\"panel-2729-body\\\" data-ref=\\\"body\\\" class=\\\"x-panel-body x-panel-body-default x-panel-body-default x-noborder-trbl\\\" role=\\\"presentation\\\" style=\\\"left: 0px; top: 0px; height: 25px; width: 298px;\\\"><div class=\\\"x-field shiftGanttSearchField x-form-item x-form-item-default x-form-type-text x-fit-item x-form-text-heighted x-field-default x-fit-form-item x-form-item-no-label\\\" style=\\\"margin: 0px; width: 298px; height: 25px;\\\" role=\\\"presentation\\\" id=\\\"fkit-searchfield-2730\\\"><label id=\\\"fkit-searchfield-2730-labelEl\\\" data-ref=\\\"labelEl\\\" class=\\\"x-form-item-label x-form-item-label-default   x-unselectable\\\" style=\\\"padding-right:5px;width:105px;\\\" for=\\\"fkit-searchfield-2730-inputEl\\\"><span class=\\\"x-form-item-label-inner x-form-item-label-inner-default\\\" style=\\\"width:100px\\\"><span id=\\\"fkit-searchfield-2730-labelTextEl\\\" data-ref=\\\"labelTextEl\\\" class=\\\"x-form-item-label-text\\\"></span></span></label><div id=\\\"fkit-searchfield-2730-bodyEl\\\" data-ref=\\\"bodyEl\\\" role=\\\"presentation\\\" class=\\\"x-form-item-body x-form-item-body-default x-form-text-field-body x-form-text-field-body-default  \\\"><div id=\\\"fkit-searchfield-2730-triggerWrap\\\" data-ref=\\\"triggerWrap\\\" role=\\\"presentation\\\" class=\\\"x-form-trigger-wrap x-form-trigger-wrap-default\\\"><div id=\\\"fkit-searchfield-2730-inputWrap\\\" data-ref=\\\"inputWrap\\\" role=\\\"presentation\\\" class=\\\"x-form-text-wrap x-form-text-wrap-default\\\"><input id=\\\"fkit-searchfield-2730-inputEl\\\" data-ref=\\\"inputEl\\\" type=\\\"text\\\" size=\\\"1\\\" name=\\\"fkit-searchfield-2730-inputEl\\\" placeholder=\\\"Search\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" role=\\\"textbox\\\" aria-invalid=\\\"false\\\" aria-readonly=\\\"false\\\" aria-describedby=\\\"fkit-searchfield-2730-ariaStatusEl\\\" aria-required=\\\"false\\\" class=\\\"x-form-field shiftGanttSearchFieldEmpty shiftGanttSearchFieldEmpty-default x-form-text x-form-text-default   \\\" autocomplete=\\\"off\\\" data-componentid=\\\"fkit-searchfield-2730\\\" data-tabindex-value=\\\"none\\\" tabindex=\\\"-1\\\" data-tabindex-counter=\\\"1\\\"></div><div id=\\\"fkit-searchfield-2730-trigger-clear\\\" class=\\\"x-form-trigger x-form-trigger-default x-form-clear-trigger x-form-clear-trigger-default  \\\" style=\\\"display:none;\\\" role=\\\"presentation\\\"></div><div id=\\\"fkit-searchfield-2730-trigger-search\\\" class=\\\"x-form-trigger x-form-trigger-default x-form-search-trigger x-form-search-trigger-default  \\\" role=\\\"presentation\\\"></div></div><span id=\\\"fkit-searchfield-2730-ariaStatusEl\\\" data-ref=\\\"ariaStatusEl\\\" aria-hidden=\\\"true\\\" class=\\\"x-hidden-offsets\\\"></span><span id=\\\"fkit-searchfield-2730-ariaErrorEl\\\" data-ref=\\\"ariaErrorEl\\\" aria-hidden=\\\"true\\\" aria-live=\\\"assertive\\\" class=\\\"x-hidden-clip\\\"></span></div></div></div></div></div></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 60px; left: 300px; margin: 0px; top: 0px; height: 74px;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2731\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2731\\\"><div id=\\\"gridcolumn-2731-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2731-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2731-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2731-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Start</span></div><span id=\\\"gridcolumn-2731-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2731-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable x-column-header-last\\\" style=\\\"width: 60px; left: 360px; margin: 0px; top: 0px; height: 74px;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2732\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2732\\\"><div id=\\\"gridcolumn-2732-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2732-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2732-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2732-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Finish</span></div><span id=\\\"gridcolumn-2732-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2732-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 100px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2733\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2733\\\"><div id=\\\"gridcolumn-2733-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2733-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2733-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2733-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Department</span></div><span id=\\\"gridcolumn-2733-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2733-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 100px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2734\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2734\\\"><div id=\\\"gridcolumn-2734-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2734-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2734-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2734-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Process</span></div><span id=\\\"gridcolumn-2734-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2734-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 100px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2735\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2735\\\"><div id=\\\"gridcolumn-2735-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2735-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2735-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2735-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Type</span></div><span id=\\\"gridcolumn-2735-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2735-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 120px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2736\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2736\\\"><div id=\\\"gridcolumn-2736-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2736-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2736-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2736-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Locations</span></div><span id=\\\"gridcolumn-2736-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2736-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 80px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2737\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2737\\\"><div id=\\\"gridcolumn-2737-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2737-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2737-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2737-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Duration</span></div><span id=\\\"gridcolumn-2737-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2737-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 70px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2738\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2738\\\"><div id=\\\"gridcolumn-2738-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2738-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2738-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2738-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Priority</span></div><span id=\\\"gridcolumn-2738-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2738-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 120px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2739\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2739\\\"><div id=\\\"gridcolumn-2739-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2739-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2739-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2739-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Tags</span></div><span id=\\\"gridcolumn-2739-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2739-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 60px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2740\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2740\\\"><div id=\\\"gridcolumn-2740-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2740-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2740-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2740-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Resources</span></div><span id=\\\"gridcolumn-2740-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2740-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 120px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2741\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2741\\\"><div id=\\\"gridcolumn-2741-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2741-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2741-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2741-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Assigned People</span></div><span id=\\\"gridcolumn-2741-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2741-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 120px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2742\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2742\\\"><div id=\\\"gridcolumn-2742-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2742-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2742-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2742-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Assigned Equipment</span></div><span id=\\\"gridcolumn-2742-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2742-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 60px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2743\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2743\\\"><div id=\\\"gridcolumn-2743-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2743-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2743-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2743-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Group</span></div><span id=\\\"gridcolumn-2743-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2743-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable\\\" style=\\\"width: 60px; display: none;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"gridcolumn-2744\\\" tabindex=\\\"-1\\\" data-componentid=\\\"gridcolumn-2744\\\"><div id=\\\"gridcolumn-2744-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"gridcolumn-2744-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"gridcolumn-2744-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"gridcolumn-2744-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Target</span></div><span id=\\\"gridcolumn-2744-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"gridcolumn-2744-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div></div></div></div><div id=\\\"shiftgantt-2723-locked-body\\\" data-ref=\\\"body\\\" class=\\\"x-panel-body x-grid-with-row-lines x-grid-body x-panel-body-default x-panel-body-default x-noborder-rbl\\\" role=\\\"presentation\\\" style=\\\"width: 419px; left: 0px; height: 100%; top: 74px;\\\"></div></div></div><div class=\\\"x-splitter sch-timelinepanel-splitter x-border-item x-box-item x-splitter-default x-splitter-vertical x-unselectable\\\" style=\\\"width: 10px; height: 100%; touch-action: pan-y pinch-zoom; left: 420px; top: 0px; margin: 0px; z-index: 2;\\\" role=\\\"separator\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-orientation=\\\"vertical\\\" id=\\\"shiftgantt-2723-locked-splitter\\\" data-exttouchaction=\\\"14\\\" tabindex=\\\"-1\\\" data-componentid=\\\"shiftgantt-2723-locked-splitter\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"1\\\"></div><div class=\\\"x-panel x-grid-inner-normal x-border-item x-box-item x-panel-default x-grid\\\" role=\\\"grid\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" aria-multiselectable=\\\"true\\\" id=\\\"shiftgantt-2723-normal\\\" style=\\\"left: 430px; top: 0px; margin: 0px; height: 100%; width: 100%;\\\"><div id=\\\"shiftgantt-2723-normal-bodyWrap\\\" data-ref=\\\"bodyWrap\\\" class=\\\"x-panel-bodyWrap\\\" role=\\\"presentation\\\"><div class=\\\"x-grid-header-ct x-docked x-grid-header-ct-default x-docked-top x-grid-header-ct-docked-top x-grid-header-ct-default-docked-top x-box-layout-ct x-scroller x-noborder-trl\\\" role=\\\"rowgroup\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" id=\\\"headercontainer-2748\\\" style=\\\"overflow: hidden; width: 100%; left: 0px; top: 0px;\\\"><div id=\\\"headercontainer-2748-innerCt\\\" data-ref=\\\"innerCt\\\" role=\\\"row\\\" class=\\\"x-box-inner\\\" style=\\\"width: 350px; height: 74px;\\\"><div id=\\\"headercontainer-2748-targetEl\\\" data-ref=\\\"targetEl\\\" class=\\\"x-box-target\\\" role=\\\"presentation\\\" style=\\\"width: 350px;\\\"><div class=\\\"x-column-header sch-simple-timeaxis x-column-header-align-left x-box-item x-column-header-default x-unselectable x-column-header-first x-column-header-last\\\" style=\\\"width: 323px; left: 0px; margin: 0px; top: 0px;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"timeaxiscolumn-2745\\\"><div id=\\\"timeaxiscolumn-2745-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"timeaxiscolumn-2745-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"timeaxiscolumn-2745-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"timeaxiscolumn-2745-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">&nbsp;</span></div><span id=\\\"timeaxiscolumn-2745-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div class=\\\"sch-horizontaltimeaxis-ct\\\" id=\\\"ext-element-182\\\" style=\\\"\\\"><table border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" style=\\\"width: 323px; border-top : 0;\\\" class=\\\"sch-header-row sch-header-row-top \\\"><thead><tr style=\\\"height:px\\\"><td class=\\\"sch-column-header  sch-header-cell-\\\" data-date=\\\"20211004_040000\\\" style=\\\"color:#000000; background-color:#A5E4F9; position : static; text-align: ; width: 323px; \\\" tabindex=\\\"0\\\" headerposition=\\\"top\\\" headerindex=\\\"0\\\"><div class=\\\"shift-gantt-header\\\"><div style=\\\"display:flex;\\\"><div class=\\\"shift-icon day\\\" style=\\\"transform:scale(0.6,0.6); margin-top:-6px; margin-left:px;\\\" data-qtip=\\\"Day shift\\\"></div>&nbsp; <div style=\\\"flex:1; text-align:center;\\\">Monday 4th Oct 2021 - DAY</div>&nbsp;<div class=\\\"shift-icon day\\\" style=\\\"transform:scale(0.6,0.6); margin-top:-6px; margin-left:px;\\\" data-qtip=\\\"Day shift\\\"></div></div></div></td></tr></thead></table><table border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" style=\\\"width: 323px; \\\" class=\\\"sch-header-row sch-header-row-middle sch-header-row-compact\\\"><thead><tr style=\\\"height:px\\\"><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_040000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"0\\\"><div class=\\\"shift-gantt-header\\\">4:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_050000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"1\\\"><div class=\\\"shift-gantt-header\\\">5:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_060000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"2\\\"><div class=\\\"shift-gantt-header\\\">6:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_070000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"3\\\"><div class=\\\"shift-gantt-header\\\">7:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_080000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"4\\\"><div class=\\\"shift-gantt-header\\\">8:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_090000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"5\\\"><div class=\\\"shift-gantt-header\\\">9:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_100000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"6\\\"><div class=\\\"shift-gantt-header\\\">10:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_110000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"7\\\"><div class=\\\"shift-gantt-header\\\">11:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_120000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"8\\\"><div class=\\\"shift-gantt-header\\\">12:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_130000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"9\\\"><div class=\\\"shift-gantt-header\\\">13:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_140000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"10\\\"><div class=\\\"shift-gantt-header\\\">14:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_150000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"11\\\"><div class=\\\"shift-gantt-header\\\">15:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_160000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"12\\\"><div class=\\\"shift-gantt-header\\\">16:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_170000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"13\\\"><div class=\\\"shift-gantt-header\\\">17:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_180000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"14\\\"><div class=\\\"shift-gantt-header\\\">18:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_190000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"15\\\"><div class=\\\"shift-gantt-header\\\">19:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_200000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"16\\\"><div class=\\\"shift-gantt-header\\\">20:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_210000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"17\\\"><div class=\\\"shift-gantt-header\\\">21:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center\\\" data-date=\\\"20211004_220000\\\" style=\\\"color:#000000; background-color:white; position : static; text-align: center; width: 17px; \\\" tabindex=\\\"0\\\" headerposition=\\\"middle\\\" headerindex=\\\"18\\\"><div class=\\\"shift-gantt-header\\\">22:00</div></td></tr></thead></table><div class=\\\"sch-header-secondary-canvas\\\" id=\\\"ext-element-183\\\"></div></div></div></div></div></div></div><div id=\\\"shiftgantt-2723-normal-body\\\" data-ref=\\\"body\\\" class=\\\"x-panel-body x-grid-with-row-lines x-grid-body x-panel-body-default x-panel-body-default x-noborder-rbl\\\" role=\\\"presentation\\\" style=\\\"width: 100%; left: 0px; height: 100%; top: 74px;\\\"></div></div></div><div class=\\\"x-grid-scroll-container \\\" id=\\\"ext-element-184\\\" style=\\\"left: 0px; top: 75px; width: 100%; height: 100%;\\\"><div class=\\\"x-grid-scroll-body x-scroller\\\" id=\\\"ext-element-185\\\" style=\\\"overflow: hidden; height: 100%;\\\"><div class=\\\"x-grid-scrollbar-clipper x-grid-scrollbar-clipper-locked \\\" id=\\\"ext-element-188\\\"><div class=\\\"x-tree-view x-grid-with-row-lines sch-lockedview x-fit-item x-tree-view-default x-unselectable x-scroller\\\" role=\\\"rowgroup\\\" id=\\\"treeview-2747\\\" tabindex=\\\"-1\\\" data-componentid=\\\"treeview-2747\\\" style=\\\"overflow: auto hidden; width: 419px; margin: 0px; height: 100%; top: 0px;\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"1\\\"><div class=\\\"x-tab-guard x-tab-guard-after\\\" tabindex=\\\"-1\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"1\\\"></div><div class=\\\"x-grid-item-container\\\" role=\\\"presentation\\\" style=\\\"width: 420px;\\\"><table id=\\\"treeview-2747-record-20049\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20049\\\" data-recordindex=\\\"0\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-expanded  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"2\\\" aria-expanded=\\\"true\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-plus x-tree-expander\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-parent-expanded shiftgantt-field shiftgantt-field-Process\\\"></div><span class=\\\"x-tree-node-text \\\">Meetings</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">06:00</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">06:18</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20050\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20050\\\" data-recordindex=\\\"1\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-18466\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow-end\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Daily Review Meeting</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">06:00</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">06:18</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20040\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20040\\\" data-recordindex=\\\"2\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-expanded  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"2\\\" aria-expanded=\\\"true\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-plus x-tree-expander\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-parent-expanded shiftgantt-field shiftgantt-field-Process\\\"></div><span class=\\\"x-tree-node-text \\\">Development</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">10:00</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">21:25</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20041\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20041\\\" data-recordindex=\\\"3\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-21334\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Blast</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">10:30</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">11:00</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20051\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20051\\\" data-recordindex=\\\"4\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-22090-A\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Bog Ore</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">13:15</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">21:25</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20044\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20044\\\" data-recordindex=\\\"5\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-21333\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Charge</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">10:00</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">10:30</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20055\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20055\\\" data-recordindex=\\\"6\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-21326\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Re-entry</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">12:35</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">13:35</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20058\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20058\\\" data-recordindex=\\\"7\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-21335\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow-end\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Re-entry</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">11:35</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">12:35</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20046\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20046\\\" data-recordindex=\\\"8\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-expanded  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"2\\\" aria-expanded=\\\"true\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-plus x-tree-expander\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-parent-expanded shiftgantt-field shiftgantt-field-Process\\\"></div><span class=\\\"x-tree-node-text \\\">Concentrator</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">05:45</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">17:00</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20047\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20047\\\" data-recordindex=\\\"9\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-18473\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Concentrator Operation Checks</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">07:00</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">17:00</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20048\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20048\\\" data-recordindex=\\\"10\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-18487\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow-end\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Concentrator Ops Shift Log</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">05:45</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">15:45</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20052\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20052\\\" data-recordindex=\\\"11\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-expanded  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"2\\\" aria-expanded=\\\"true\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-plus x-tree-expander\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-parent-expanded shiftgantt-field shiftgantt-field-Process\\\"></div><span class=\\\"x-tree-node-text \\\">Mobile Maintenance</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">06:00</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">17:00</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20054\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20054\\\" data-recordindex=\\\"12\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-18502\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Loader Fortnight Service</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">06:00</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">12:00</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20053\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20053\\\" data-recordindex=\\\"13\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-18504\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow-end\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Truck Weekly Service</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">06:00</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">17:00</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20056\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20056\\\" data-recordindex=\\\"14\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-expanded  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"2\\\" aria-expanded=\\\"true\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-plus x-tree-expander\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-parent-expanded shiftgantt-field shiftgantt-field-Process\\\"></div><span class=\\\"x-tree-node-text \\\">Services</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">11:35</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">13:35</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20057\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20057\\\" data-recordindex=\\\"15\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-21326\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Re-entry</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">12:35</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">13:35</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20059\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20059\\\" data-recordindex=\\\"16\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-21335\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow-end\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Re-entry</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">11:35</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">12:35</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20042\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20042\\\" data-recordindex=\\\"17\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-expanded  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"2\\\" aria-expanded=\\\"true\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-end-plus x-tree-expander\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-parent-expanded shiftgantt-field shiftgantt-field-Process\\\"></div><span class=\\\"x-tree-node-text \\\">Contractor</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">10:00</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">11:00</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20043\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20043\\\" data-recordindex=\\\"18\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-21334\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-empty\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Blast</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">10:30</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">11:00</div></td></tr></tbody></table><table id=\\\"treeview-2747-record-20045\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-2747\\\" data-recordid=\\\"20045\\\" data-recordindex=\\\"19\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-namecolumn-2727 x-grid-cell-treecolumn x-grid-cell-first x-unselectable\\\" task=\\\"tasks-21333\\\" style=\\\"width:300px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"namecolumn-2727\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-empty\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow-end\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Description\\\"></div><span class=\\\"x-tree-node-text \\\">Charge</span></div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2731 x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2731\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">10:00</div></td><td class=\\\"x-grid-cell x-grid-td x-grid-cell-gridcolumn-2732 x-grid-cell-last x-unselectable\\\" style=\\\"width:60px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"gridcolumn-2732\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;opacity:0.5\\\">10:30</div></td></tr></tbody></table></div></div></div><div class=\\\"x-grid-scrollbar-clipper \\\" id=\\\"ext-element-189\\\" style=\\\"left: 432px;\\\"><div class=\\\"x-grid-view x-grid-with-row-lines sch-horizontal-view sch-timelineview sch-ganttview x-fit-item x-grid-view-default x-unselectable x-scroller sch-ganttview-showbaseline\\\" role=\\\"rowgroup\\\" id=\\\"shiftgantt-2723-timelineview\\\" tabindex=\\\"-1\\\" data-componentid=\\\"shiftgantt-2723-timelineview\\\" style=\\\"overflow: hidden; margin: 0px; width: 323px; height: 100%; top: 0px;\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"1\\\"><div class=\\\"x-tab-guard x-tab-guard-after\\\" tabindex=\\\"-1\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"1\\\"></div><div class=\\\"x-grid-item-container\\\" role=\\\"presentation\\\" style=\\\"width: 323px;\\\" id=\\\"ext-element-209\\\"><table id=\\\"shiftgantt-2723-timelineview-record-20049\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20049\\\" data-recordindex=\\\"0\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap  sch-gantt-parent-noarrows sch-gantt-parent-task x-unselectable\\\" style=\\\"left:34px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:5px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20049-x-x\\\" class=\\\"sch-gantt-item sch-gantt-parenttask-bar shiftgantt-branch shiftgantt-nodrag shiftgantt-noresize  sch-event-notsegmented \\\" style=\\\"width:5px; visibility:hidden;\\\"><div>&nbsp;</div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-leftarrow\\\"></div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-rightarrow\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20050\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20050\\\" data-recordindex=\\\"1\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap  sch-gantt-parent-noarrows sch-gantt-task x-unselectable\\\" style=\\\"left:34px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:5px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20050-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:5px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-18466\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:34px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:5px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20050\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:5px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20040\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20040\\\" data-recordindex=\\\"2\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-parent-task x-unselectable\\\" style=\\\"left:102px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:194px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20040-x-x\\\" class=\\\"sch-gantt-item sch-gantt-parenttask-bar shiftgantt-branch shiftgantt-nodrag shiftgantt-noresize  sch-event-notsegmented \\\" style=\\\"width:194px; visibility:hidden;\\\"><div>&nbsp;</div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-leftarrow\\\"></div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-rightarrow\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20041\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20041\\\" data-recordindex=\\\"3\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:111px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:8px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\">&nbsp;<span class=\\\"task-icon unknown\\\"></span></label></div><div id=\\\"shiftgantt-2723-timelineview-20041-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:8px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-21334\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:111px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:8px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20041\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:8px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20051\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20051\\\" data-recordindex=\\\"4\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:157px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:139px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20051-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:139px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-22090-A\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:157px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:139px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20051\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:139px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20044\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20044\\\" data-recordindex=\\\"5\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:102px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:9px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\">&nbsp;<span class=\\\"task-icon unknown\\\"></span></label></div><div id=\\\"shiftgantt-2723-timelineview-20044-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:9px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-21333\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:102px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:9px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20044\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:9px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20055\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20055\\\" data-recordindex=\\\"6\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:146px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:17px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\">&nbsp;<span class=\\\"task-icon unknown\\\"></span></label></div><div id=\\\"shiftgantt-2723-timelineview-20055-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:17px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-21326\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:146px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:17px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20055\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:17px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20058\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20058\\\" data-recordindex=\\\"7\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:129px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:17px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\">&nbsp;<span class=\\\"task-icon unknown\\\"></span></label></div><div id=\\\"shiftgantt-2723-timelineview-20058-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:17px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-21335\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:129px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:17px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20058\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:17px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20046\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20046\\\" data-recordindex=\\\"8\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-parent-task x-unselectable\\\" style=\\\"left:30px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:191px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20046-x-x\\\" class=\\\"sch-gantt-item sch-gantt-parenttask-bar shiftgantt-branch shiftgantt-nodrag shiftgantt-noresize  sch-event-notsegmented \\\" style=\\\"width:191px; visibility:hidden;\\\"><div>&nbsp;</div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-leftarrow\\\"></div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-rightarrow\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20047\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20047\\\" data-recordindex=\\\"9\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:51px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:170px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20047-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:170px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-18473\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:51px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:170px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20047\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:170px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20048\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20048\\\" data-recordindex=\\\"10\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:30px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:170px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20048-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:170px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-18487\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:30px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:170px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20048\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:170px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20052\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20052\\\" data-recordindex=\\\"11\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-parent-task x-unselectable\\\" style=\\\"left:34px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:187px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20052-x-x\\\" class=\\\"sch-gantt-item sch-gantt-parenttask-bar shiftgantt-branch shiftgantt-nodrag shiftgantt-noresize  sch-event-notsegmented \\\" style=\\\"width:187px; visibility:hidden;\\\"><div>&nbsp;</div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-leftarrow\\\"></div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-rightarrow\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20054\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20054\\\" data-recordindex=\\\"12\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:34px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:102px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20054-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:102px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-18502\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:34px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:102px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20054\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:102px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20053\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20053\\\" data-recordindex=\\\"13\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:34px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:187px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20053-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:187px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-18504\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:34px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:187px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20053\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:187px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20056\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20056\\\" data-recordindex=\\\"14\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-parent-task x-unselectable\\\" style=\\\"left:129px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:34px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20056-x-x\\\" class=\\\"sch-gantt-item sch-gantt-parenttask-bar shiftgantt-branch shiftgantt-nodrag shiftgantt-noresize  sch-event-notsegmented \\\" style=\\\"width:34px; visibility:hidden;\\\"><div>&nbsp;</div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-leftarrow\\\"></div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-rightarrow\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20057\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20057\\\" data-recordindex=\\\"15\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:146px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:17px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\">&nbsp;<span class=\\\"task-icon shadow-task\\\"></span>&nbsp;<span class=\\\"task-icon unknown\\\"></span></label></div><div id=\\\"shiftgantt-2723-timelineview-20057-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:17px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-21326\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:146px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:17px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20057\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:17px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20059\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20059\\\" data-recordindex=\\\"16\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:129px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:17px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\">&nbsp;<span class=\\\"task-icon shadow-task\\\"></span>&nbsp;<span class=\\\"task-icon unknown\\\"></span></label></div><div id=\\\"shiftgantt-2723-timelineview-20059-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:17px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-21335\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:129px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:17px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20059\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:17px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20042\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20042\\\" data-recordindex=\\\"17\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-parent-task x-unselectable\\\" style=\\\"left:102px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:17px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-20042-x-x\\\" class=\\\"sch-gantt-item sch-gantt-parenttask-bar shiftgantt-branch shiftgantt-nodrag shiftgantt-noresize  sch-event-notsegmented \\\" style=\\\"width:17px; visibility:hidden;\\\"><div>&nbsp;</div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-leftarrow\\\"></div><div class=\\\"sch-gantt-parenttask-arrow sch-gantt-parenttask-rightarrow\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20043\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20043\\\" data-recordindex=\\\"18\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:111px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:8px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\">&nbsp;<span class=\\\"task-icon shadow-task\\\"></span>&nbsp;<span class=\\\"task-icon unknown\\\"></span></label></div><div id=\\\"shiftgantt-2723-timelineview-20043-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:8px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-21334\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:111px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:8px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20043\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:8px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table><table id=\\\"shiftgantt-2723-timelineview-record-20045\\\" role=\\\"presentation\\\" data-boundview=\\\"shiftgantt-2723-timelineview\\\" data-recordid=\\\"20045\\\" data-recordindex=\\\"19\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-2745 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:323px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-2745\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;\\\">&nbsp;<div class=\\\"sch-event-wrap   sch-gantt-task x-unselectable\\\" style=\\\"left:102px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:9px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\">&nbsp;<span class=\\\"task-icon shadow-task\\\"></span>&nbsp;<span class=\\\"task-icon unknown\\\"></span></label></div><div id=\\\"shiftgantt-2723-timelineview-20045-x-x\\\" class=\\\"sch-gantt-item sch-gantt-task-bar shiftgantt-task-actual  sch-event-resizable-true sch-dirty  sch-event-notsegmented \\\" unselectable=\\\"on\\\" style=\\\"width:9px;opacity:0.33\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"tasks-21333\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div><div class=\\\"sch-event-wrap sch-gantt-task-baseline sch-gantt-baseline-item  x-unselectable\\\" style=\\\"left:102px\\\"><div class=\\\"sch-gantt-labelct sch-gantt-labelct-left\\\"><label class=\\\"sch-gantt-label sch-gantt-label-left\\\"></label></div><div class=\\\"sch-gantt-labelct sch-gantt-labelct-right\\\" style=\\\"left:9px\\\"><label class=\\\"sch-gantt-label sch-gantt-label-right\\\"></label></div><div id=\\\"shiftgantt-2723-timelineview-base-20045\\\" class=\\\"sch-gantt-item sch-gantt-task-bar \\\" unselectable=\\\"on\\\" style=\\\"width:9px;\\\"><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-start\\\"></div><span class=\\\"shiftgantt-progressbar-label\\\" fewziontaskid=\\\"\\\"></span><div class=\\\"sch-resizable-handle sch-gantt-task-handle sch-resizable-handle-end\\\"></div></div></div></div></td></tr></tbody></table></div></div></div></div><div class=\\\"x-grid-scrollbar x-grid-scrollbar-locked  x-scroller x-grid-scrollbar-visible\\\" id=\\\"ext-element-186\\\" style=\\\"overflow: scroll hidden; width: 420px; height: 9px;\\\"></div><div class=\\\"x-grid-scrollbar  x-scroller x-grid-scrollbar-visible\\\" id=\\\"ext-element-187\\\" style=\\\"overflow: scroll hidden; width: 350px; height: 9px; left: 432px;\\\"></div><div class=\\\"x-component x-border-box x-mask x-component-default\\\" role=\\\"progressbar\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" id=\\\"loadmask-2811\\\" tabindex=\\\"0\\\" data-componentid=\\\"loadmask-2811\\\" style=\\\"display: none;\\\"><div id=\\\"loadmask-2811-msgWrapEl\\\" data-ref=\\\"msgWrapEl\\\" class=\\\"x-mask-msg\\\" role=\\\"presentation\\\"><div id=\\\"loadmask-2811-msgEl\\\" data-ref=\\\"msgEl\\\" class=\\\" x-mask-msg-inner \\\" role=\\\"presentation\\\"><div id=\\\"loadmask-2811-msgTextEl\\\" data-ref=\\\"msgTextEl\\\" class=\\\"x-mask-msg-text\\\" role=\\\"presentation\\\">Loading...</div></div></div></div></div></div></div></body></html>\",\r\n            \"number\": 1\r\n        }\r\n    ],\r\n    \"startDate\": \"2021-10-04T04:00:00\",\r\n    \"endDate\": \"2021-10-04T23:00:00\",\r\n    \"format\": \"753px*729px\",\r\n    \"orientation\": \"landscape\",\r\n    \"range\": \"complete\",\r\n    \"fileFormat\": \"pdf\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Bryntum/Export","description":"<p>This API endpoint will export Gantt View report</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Print Bryntum Report - Allows user to export report.</p>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>html</td>\n<td></td>\n<td><strong>htmlCollection</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>startDate</td>\n<td></td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>endDate</td>\n<td></td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>format</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>orientation</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>range</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>fileFormat</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>htmlCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>html</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>number</td>\n<td></td>\n<td>integer</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"85322c78-67d7-45bb-903c-d37b5d517744","id":"85322c78-67d7-45bb-903c-d37b5d517744","name":"Print Reports","type":"folder"}},"urlObject":{"path":["api","v1","Bryntum","Export"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"137f9ef0-cfa1-4824-9967-fcae9f851a19"},{"name":"Scheduler report","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"fileName\",jsonData.file);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c525deaf-0e67-43a6-8f0c-03c8f4844f93"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"bb22bb4e-3ffe-456f-b137-014b03aec70c"}}],"id":"535dbfd6-a3c2-4df3-86ed-0c7b38957c93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"html\":\r\n    [\r\n        {\"html\":\"<!DOCTYPE html><html class=\\\"x-border-box \\\"><head><meta content=\\\"text/html; charset=UTF-8\\\" http-equiv=\\\"Content-Type\\\" /><title>1 of 1</title><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_1.css?_dc=20211004052447\\\" id=\\\"ext-element-200\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_2.css?_dc=20211004052447\\\" id=\\\"ext-element-201\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_3.css?_dc=20211004052447\\\" id=\\\"ext-element-202\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_4.css?_dc=20211004052447\\\" id=\\\"ext-element-203\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_5.css?_dc=20211004052447\\\" id=\\\"ext-element-204\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_6.css?_dc=20211004052447\\\" id=\\\"ext-element-205\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://qa2.commit.works/Client/desktop/resources/Fewzion-all_7.css?_dc=20211004052447\\\" id=\\\"ext-element-206\\\"><style id=\\\"intercom-lightweight-app-style\\\" type=\\\"text/css\\\">\\n  @keyframes intercom-lightweight-app-launcher {\\n    from {\\n      opacity: 0;\\n      transform: scale(0.5);\\n    }\\n    to {\\n      opacity: 1;\\n      transform: scale(1);\\n    }\\n  }\\n\\n  @keyframes intercom-lightweight-app-gradient {\\n    from {\\n      opacity: 0;\\n    }\\n    to {\\n      opacity: 1;\\n    }\\n  }\\n\\n  @keyframes intercom-lightweight-app-messenger {\\n    from {\\n      opacity: 0;\\n      transform: translateY(20px);\\n    }\\n    to {\\n      opacity: 1;\\n      transform: translateY(0);\\n    }\\n  }\\n\\n  .intercom-lightweight-app {\\n    position: fixed;\\n    z-index: 2147483001;\\n    width: 0;\\n    height: 0;\\n    font-family: intercom-font, \\\"Helvetica Neue\\\", \\\"Apple Color Emoji\\\", Helvetica, Arial, sans-serif;\\n  }\\n\\n  .intercom-lightweight-app-gradient {\\n    position: fixed;\\n    z-index: 2147483002;\\n    width: 500px;\\n    height: 500px;\\n    bottom: 0;\\n    right: 0;\\n    pointer-events: none;\\n    background: radial-gradient(\\n      ellipse at bottom right,\\n      rgba(29, 39, 54, 0.16) 0%,\\n      rgba(29, 39, 54, 0) 72%);\\n    animation: intercom-lightweight-app-gradient 200ms ease-out;\\n  }\\n\\n  .intercom-lightweight-app-launcher {\\n    position: fixed;\\n    z-index: 2147483003;\\n    bottom: 20px;\\n    right: 20px;\\n    width: 60px;\\n    height: 60px;\\n    border-radius: 50%;\\n    background: #0051ff;\\n    cursor: pointer;\\n    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);\\n    animation: intercom-lightweight-app-launcher 250ms ease;\\n  }\\n\\n  .intercom-lightweight-app-launcher:focus {\\n    outline: none;\\n    \\n  }\\n\\n  .intercom-lightweight-app-launcher-icon {\\n    display: flex;\\n    align-items: center;\\n    justify-content: center;\\n    position: absolute;\\n    top: 0;\\n    left: 0;\\n    width: 60px;\\n    height: 60px;\\n    transition: transform 100ms linear, opacity 80ms linear;\\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-open {\\n    \\n        opacity: 1;\\n        transform: rotate(0deg) scale(1);\\n      \\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-open svg {\\n    width: 28px;\\n    height: 32px;\\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-open svg path {\\n    fill: rgb(255, 255, 255);\\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-self-serve {\\n    \\n        opacity: 1;\\n        transform: rotate(0deg) scale(1);\\n      \\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-self-serve svg {\\n    height: 56px;\\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-self-serve svg path {\\n    fill: rgb(255, 255, 255);\\n  }\\n\\n  .intercom-lightweight-app-launcher-custom-icon-open {\\n    max-height: 36px;\\n    max-width: 36px;\\n    \\n        opacity: 1;\\n        transform: rotate(0deg) scale(1);\\n      \\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-minimize {\\n    \\n        opacity: 0;\\n        transform: rotate(-60deg) scale(0);\\n      \\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-minimize svg {\\n    width: 16px;\\n  }\\n\\n  .intercom-lightweight-app-launcher-icon-minimize svg path {\\n    fill: rgb(255, 255, 255);\\n  }\\n\\n  .intercom-lightweight-app-messenger {\\n    position: fixed;\\n    z-index: 2147483003;\\n    overflow: hidden;\\n    background-color: white;\\n    animation: intercom-lightweight-app-messenger 250ms ease-out;\\n    \\n        width: 376px;\\n        height: calc(100% - 40px);\\n        max-height: 704px;\\n        min-height: 250px;\\n        right: 20px;\\n        bottom: 20px;\\n        box-shadow: 0 5px 40px rgba(0,0,0,0.16);\\n        border-radius: 8px;\\n      \\n  }\\n\\n  .intercom-lightweight-app-messenger-header {\\n    height: 75px;\\n    background: linear-gradient(\\n      135deg,\\n      rgb(115, 164, 255) 0%,\\n      rgb(13, 98, 255) 100%\\n    );\\n  }\\n\\n  @media print {\\n    .intercom-lightweight-app {\\n      display: none;\\n    }\\n  }\\n</style></head><body class=\\\"x-webkit sch-export x-webkit x-chrome x-windows x-desktop x-body x-keyboard-mode x-box-layout-ct x-border-box x-scroller x-container background x-container-default\\\"><div class=\\\"sch-export-header\\\" style=\\\"height:82px; width:2486px\\\"><h2>1/1</h2></div><div id=\\\"scheduler\\\" class=\\\"x-panel sch-schedulerpanel sch-timelinepanel sch-horizontal x-grid-locked x-grid-locked-split sch-ltr sch-recurringevents sch-scheduler-with-dependencies x-box-item x-panel-default x-tree-panel x-tree-arrows x-grid x-masked-relative x-masked\\\" style=\\\"height:270px; width:2486px; position: relative !important\\\"><div id=\\\"ext-element-469\\\" data-ref=\\\"body\\\" class=\\\"x-panel-body x-grid-with-col-lines x-grid-with-row-lines x-grid-body x-grid-locking-body x-panel-body-default x-border-layout-ct x-panel-body-default x-noborder-rbl\\\" role=\\\"presentation\\\" style=\\\"left: 0px; height: 100%;\\\"><div class=\\\"x-panel x-grid-inner-locked x-border-item x-box-item x-panel-default x-tree-panel x-tree-arrows x-grid\\\" style=\\\"width: 398px; margin: 0px; left: 0px; top: 0px; height: 100%;\\\" role=\\\"treegrid\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" aria-multiselectable=\\\"true\\\" id=\\\"scheduler-locked\\\"><div id=\\\"scheduler-locked-bodyWrap\\\" data-ref=\\\"bodyWrap\\\" class=\\\"x-panel-bodyWrap\\\" role=\\\"presentation\\\"><div class=\\\"x-grid-header-ct schedulerHeaderBorder x-docked x-grid-header-ct-default x-docked-top x-grid-header-ct-docked-top x-grid-header-ct-default-docked-top x-box-layout-ct x-scroller x-unselectable x-noborder-trl\\\" role=\\\"rowgroup\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" id=\\\"headercontainer-4398\\\" data-exttouchaction=\\\"14\\\" style=\\\"overflow: hidden; touch-action: pan-y pinch-zoom; width: 396px; left: 0px; top: 0px;\\\"><div id=\\\"headercontainer-4398-innerCt\\\" data-ref=\\\"innerCt\\\" role=\\\"row\\\" class=\\\"x-box-inner\\\" style=\\\"width: 396px; height: 82px;\\\"><div id=\\\"headercontainer-4398-targetEl\\\" data-ref=\\\"targetEl\\\" class=\\\"x-box-target\\\" role=\\\"presentation\\\" style=\\\"width: 396px;\\\"><div class=\\\"x-column-header x-column-header-align-left x-box-item x-column-header-default x-unselectable x-column-header-first x-column-header-last\\\" style=\\\"color: rgb(51, 51, 51); font-size: 14px; font-weight: bold; line-height: 19px; width: 396px; height: 82px; left: 0px; top: 0px; margin: 0px;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"treecolumn-4499\\\" tabindex=\\\"-1\\\" data-componentid=\\\"treecolumn-4499\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"1\\\"><div id=\\\"treecolumn-4499-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"treecolumn-4499-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"treecolumn-4499-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"treecolumn-4499-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">Locations</span></div><span id=\\\"treecolumn-4499-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div id=\\\"treecolumn-4499-triggerEl\\\" data-ref=\\\"triggerEl\\\" role=\\\"presentation\\\" unselectable=\\\"on\\\" class=\\\"x-column-header-trigger\\\" style=\\\"\\\"></div></div></div></div></div></div><div id=\\\"scheduler-locked-body\\\" data-ref=\\\"body\\\" class=\\\"x-panel-body x-grid-with-col-lines x-grid-with-row-lines x-grid-body x-panel-body-default x-panel-body-default x-noborder-rbl\\\" role=\\\"presentation\\\" style=\\\"width: 396px; left: 0px; height: 100%; top: 82px;\\\"></div></div></div><div class=\\\"x-splitter sch-timelinepanel-splitter x-border-item x-box-item x-splitter-default x-splitter-vertical x-unselectable\\\" style=\\\"width: 10px; height: 100%; touch-action: pan-y pinch-zoom; margin: 0px; left: 398px; top: 0px; z-index: 2;\\\" role=\\\"separator\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-orientation=\\\"vertical\\\" id=\\\"scheduler-locked-splitter\\\" data-exttouchaction=\\\"14\\\" tabindex=\\\"-1\\\" data-componentid=\\\"scheduler-locked-splitter\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"3\\\"></div><div class=\\\"x-panel x-grid-inner-normal x-border-item x-box-item x-panel-default x-grid\\\" role=\\\"grid\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" aria-multiselectable=\\\"true\\\" id=\\\"scheduler-normal\\\" style=\\\"margin: 0px; width: 100%; left: 408px; top: 0px; height: 100%;\\\"><div id=\\\"scheduler-normal-bodyWrap\\\" data-ref=\\\"bodyWrap\\\" class=\\\"x-panel-bodyWrap\\\" role=\\\"presentation\\\"><div class=\\\"x-grid-header-ct schedulerHeaderBorder x-docked x-grid-header-ct-default x-docked-top x-grid-header-ct-docked-top x-grid-header-ct-default-docked-top x-box-layout-ct x-scroller x-noborder-trl\\\" role=\\\"rowgroup\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" id=\\\"headercontainer-4400\\\" style=\\\"overflow: hidden; width: 100%; left: 0px; top: 0px;\\\"><div id=\\\"headercontainer-4400-innerCt\\\" data-ref=\\\"innerCt\\\" role=\\\"row\\\" class=\\\"x-box-inner\\\" style=\\\"width: 2080px; height: 82px;\\\"><div id=\\\"headercontainer-4400-targetEl\\\" data-ref=\\\"targetEl\\\" class=\\\"x-box-target\\\" role=\\\"presentation\\\" style=\\\"width: 2080px;\\\"><div class=\\\"x-column-header sch-simple-timeaxis x-column-header-align-left x-box-item x-column-header-default x-unselectable x-column-header-first x-column-header-last\\\" style=\\\"width: 2080px; left: 0px; margin: 0px; top: 0px;\\\" role=\\\"columnheader\\\" aria-hidden=\\\"false\\\" aria-disabled=\\\"false\\\" aria-readonly=\\\"true\\\" id=\\\"timeaxiscolumn-4397\\\"><div id=\\\"timeaxiscolumn-4397-titleEl\\\" data-ref=\\\"titleEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-inner x-leaf-column-header\\\"><div id=\\\"timeaxiscolumn-4397-textContainerEl\\\" data-ref=\\\"textContainerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-container\\\"><div role=\\\"presentation\\\" class=\\\"x-column-header-text-wrapper\\\"><div id=\\\"timeaxiscolumn-4397-textEl\\\" data-ref=\\\"textEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text\\\"><span id=\\\"timeaxiscolumn-4397-textInnerEl\\\" data-ref=\\\"textInnerEl\\\" role=\\\"presentation\\\" class=\\\"x-column-header-text-inner\\\">&nbsp;</span></div><span id=\\\"timeaxiscolumn-4397-dirty-cell-text\\\" class=\\\"x-hidden-offsets\\\">Cell value has been edited</span></div></div><div class=\\\"sch-horizontaltimeaxis-ct\\\" id=\\\"ext-element-434\\\" style=\\\"\\\"><table border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" style=\\\"width: 2080px; border-top : 0;\\\" class=\\\"sch-header-row sch-header-row-top  \\\"><thead><tr style=\\\"height:px\\\"><td class=\\\"sch-column-header  sch-dayheadercell-1 sch-dayheadercell-today sch-header-cell-center  schedulerHeaderHover\\\" data-date=\\\"20211004_050000\\\" style=\\\"font-weight:bold; position : static; text-align: center; width: 760px; \\\" tabindex=\\\"0\\\" title=\\\"\\\" headerposition=\\\"top\\\" headerindex=\\\"0\\\" waypoint=\\\"\\\"><div class=\\\"zzzsch-simple-timeheader\\\">Mon 04 Oct</div></td><td class=\\\"sch-column-header  sch-dayheadercell-2 sch-header-cell-center  schedulerHeaderHover\\\" data-date=\\\"20211005_000000\\\" style=\\\"font-weight:bold; position : static; text-align: center; width: 960px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"top\\\" headerindex=\\\"1\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">Tue 05 Oct</div></td><td class=\\\"sch-column-header  sch-dayheadercell-3 sch-header-cell-center  schedulerHeaderHover\\\" data-date=\\\"20211006_000000\\\" style=\\\"font-weight:bold; position : static; text-align: center; width: 360px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"top\\\" headerindex=\\\"2\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">Wed 06 Oct</div></td></tr></thead></table><table border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" style=\\\"width: 2080px; \\\" class=\\\"sch-header-row sch-header-row-middle  \\\"><thead><tr style=\\\"height:px\\\"><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_050000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"\\\" headerposition=\\\"middle\\\" headerindex=\\\"0\\\" waypoint=\\\"\\\"><div class=\\\"zzzsch-simple-timeheader\\\">05:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_060000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"1\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">06:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_070000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"2\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">07:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_080000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"3\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">08:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_090000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"4\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">09:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_100000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"5\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">10:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_110000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"6\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">11:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_120000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"7\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">12:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_130000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"8\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">13:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_140000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"9\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">14:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_150000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"10\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">15:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_160000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"11\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">16:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_170000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"12\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\">17:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_180000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"13\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">18:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_190000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"14\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">19:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_200000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"15\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">20:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_210000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"16\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">21:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_220000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"17\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">22:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211004_230000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"18\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">23:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_000000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"19\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">00:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_010000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"20\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">01:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_020000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"21\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">02:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_030000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"22\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">03:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_040000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"23\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">04:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_050000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"24\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\">05:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_060000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"25\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">06:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_070000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"26\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">07:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_080000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"27\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">08:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_090000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"28\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">09:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_100000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"29\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">10:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_110000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"30\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">11:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_120000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"31\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">12:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_130000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"32\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">13:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_140000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"33\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">14:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_150000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"34\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">15:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_160000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"35\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">16:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_170000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"middle\\\" headerindex=\\\"36\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\">17:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_180000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"37\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">18:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_190000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"38\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">19:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_200000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"39\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">20:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_210000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"40\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">21:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_220000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"41\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">22:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211005_230000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"42\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">23:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211006_000000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"43\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">00:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211006_010000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"44\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">01:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211006_020000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"45\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">02:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211006_030000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"46\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">03:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211006_040000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"47\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">04:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211006_050000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"middle\\\" headerindex=\\\"48\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\">05:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211006_060000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"\\\" headerposition=\\\"middle\\\" headerindex=\\\"49\\\" waypoint=\\\"\\\"><div class=\\\"zzzsch-simple-timeheader\\\">06:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211006_070000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"\\\" headerposition=\\\"middle\\\" headerindex=\\\"50\\\" waypoint=\\\"\\\"><div class=\\\"zzzsch-simple-timeheader\\\">07:00</div></td><td class=\\\"sch-column-header  sch-header-cell-center base schedulerHeaderHover\\\" data-date=\\\"20211006_080000\\\" style=\\\"; position : static; text-align: center; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"\\\" headerposition=\\\"middle\\\" headerindex=\\\"51\\\" waypoint=\\\"\\\"><div class=\\\"zzzsch-simple-timeheader\\\">08:00</div></td></tr></thead></table><table border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" style=\\\"width: 2080px; \\\" class=\\\"sch-header-row sch-header-row-bottom  \\\"><thead><tr style=\\\"height:px\\\"><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_050000\\\" style=\\\"; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"\\\" headerposition=\\\"bottom\\\" headerindex=\\\"0\\\" waypoint=\\\"\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_060000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"1\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_070000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"2\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_080000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"3\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_090000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"4\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_100000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"5\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_110000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"6\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_120000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"7\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_130000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"8\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_140000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"9\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_150000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"10\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_160000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"11\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_170000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"12\\\" waypoint=\\\"1\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_180000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"13\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_190000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"14\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_200000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"15\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_210000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"16\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_220000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"17\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211004_230000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"18\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_000000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"19\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_010000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"20\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_020000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"21\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_030000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"22\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_040000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"23\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_050000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"24\\\" waypoint=\\\"2\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_060000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"25\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_070000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"26\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_080000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"27\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_090000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"28\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_100000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"29\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_110000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"30\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_120000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"31\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_130000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"32\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_140000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"33\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_150000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"34\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_160000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"35\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_170000\\\" style=\\\"background-color:#A5E4F9;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Day [D]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"36\\\" waypoint=\\\"3\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_180000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"37\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_190000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"38\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_200000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"39\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_210000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"40\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_220000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"41\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211005_230000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"42\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211006_000000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"43\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211006_010000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"44\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211006_020000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"45\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211006_030000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"46\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211006_040000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"47\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211006_050000\\\" style=\\\"background-color:#366BFF;height:8px; border-right:0px;; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"Night [N]\\\" headerposition=\\\"bottom\\\" headerindex=\\\"48\\\" waypoint=\\\"4\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211006_060000\\\" style=\\\"; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"\\\" headerposition=\\\"bottom\\\" headerindex=\\\"49\\\" waypoint=\\\"\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211006_070000\\\" style=\\\"; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"\\\" headerposition=\\\"bottom\\\" headerindex=\\\"50\\\" waypoint=\\\"\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td><td class=\\\"sch-column-header  sch-header-cell-  schedulerHeaderHover\\\" data-date=\\\"20211006_080000\\\" style=\\\"; position : static; text-align: ; width: 40px; \\\" tabindex=\\\"0\\\" title=\\\"\\\" headerposition=\\\"bottom\\\" headerindex=\\\"51\\\" waypoint=\\\"\\\"><div class=\\\"zzzsch-simple-timeheader\\\"></div></td></tr></thead></table><div class=\\\"sch-header-secondary-canvas\\\" id=\\\"ext-element-435\\\"><div id=\\\"sch-timespangroup-ext-5750-header-26273\\\" class=\\\"sch-header-indicator sch-timespangroup-ext-5750 shiftgantt-header-indicator-default now\\\" title=\\\"\\\" style=\\\"left:416px;\\\"><span class=\\\"shiftgantt-tasktip\\\" title=\\\"Current time\\\">\\u3000</span></div><div id=\\\"sch-timespangroup-ext-5752-header-26344\\\" class=\\\"sch-header-indicator sch-timespangroup-ext-5752 shiftgantt-header-indicator-default\\\" title=\\\"\\\" style=\\\"left:40px;\\\"><span class=\\\"shiftgantt-tasktip\\\" title=\\\"<span style='font-weight:bold;'>06:00</span> Mon 04 Oct<br><span style='font-weight:bold; display:flex;'><span style='margin-top:7px;'>Starting: </span><span class='shift-icon day' style='display:inline-block; border:1px solid black; background-color:#A5E4F9; transform:scale(0.6,0.6)'> </span><span style='margin-top:7px'>Day shift</span></span>Fixed Maintenance<br>Contractor<br>Site-wide and Critical<br>Meetings<br>Concentrator<br>Services<br>*Unknown<br>*Unknown<br>Mobile Maintenance<br>Production<br>*Unknown<br>*Unknown<br>Development\\\">\\u3000</span></div><div id=\\\"sch-timespangroup-ext-5752-header-26345\\\" class=\\\"sch-header-indicator sch-timespangroup-ext-5752 shiftgantt-header-indicator-default\\\" title=\\\"\\\" style=\\\"left:520px;\\\"><span class=\\\"shiftgantt-tasktip\\\" title=\\\"<div><span style='font-weight:bold;'>18:00</span> Mon 04 Oct<br></div><div style=&quot;display:flex; flex-direction:row;&quot;><div><span style='font-weight:bold; display:flex;'><span style='margin-top:7px;'>Ending: </span><span class='shift-icon day' style='display:inline-block; border:1px solid black; background-color:#A5E4F9; transform:scale(0.6,0.6)'> </span><span style='margin-top:7px'>Day shift</span></span>Fixed Maintenance<br>Contractor<br>Site-wide and Critical<br>Meetings<br>Concentrator<br>Services<br>*Unknown<br>*Unknown<br>Mobile Maintenance<br>Production<br>*Unknown<br>*Unknown<br>Development</div><div style=&quot; width:20px; &quot;>&nbsp;</div><div><span style='font-weight:bold; display:flex;'><span style='margin-top:7px;'>Starting: </span><span class='shift-icon night' style='display:inline-block; border:1px solid black; background-color:#366BFF; transform:scale(0.6,0.6)'> </span><span style='margin-top:7px'>Night shift</span></span>Fixed Maintenance<br>Contractor<br>Site-wide and Critical<br>Meetings<br>Concentrator<br>Mobile Maintenance<br>Production<br>Services<br>*Unknown<br>*Unknown<br>*Unknown<br>*Unknown<br>Development</div></div>\\\">\\u3000</span></div><div id=\\\"sch-timespangroup-ext-5752-header-26346\\\" class=\\\"sch-header-indicator sch-timespangroup-ext-5752 shiftgantt-header-indicator-default\\\" title=\\\"\\\" style=\\\"left:1000px;\\\"><span class=\\\"shiftgantt-tasktip\\\" title=\\\"<div><span style='font-weight:bold;'>06:00</span> Tue 05 Oct<br></div><div style=&quot;display:flex; flex-direction:row;&quot;><div><span style='font-weight:bold; display:flex;'><span style='margin-top:7px;'>Ending: </span><span class='shift-icon night' style='display:inline-block; border:1px solid black; background-color:#366BFF; transform:scale(0.6,0.6)'> </span><span style='margin-top:7px'>Night shift</span></span>Fixed Maintenance<br>Contractor<br>Site-wide and Critical<br>Meetings<br>Concentrator<br>Mobile Maintenance<br>Production<br>Services<br>*Unknown<br>*Unknown<br>*Unknown<br>*Unknown<br>Development</div><div style=&quot; width:20px; &quot;>&nbsp;</div><div><span style='font-weight:bold; display:flex;'><span style='margin-top:7px;'>Starting: </span><span class='shift-icon day' style='display:inline-block; border:1px solid black; background-color:#A5E4F9; transform:scale(0.6,0.6)'> </span><span style='margin-top:7px'>Day shift</span></span>Fixed Maintenance<br>Contractor<br>Site-wide and Critical<br>Meetings<br>Concentrator<br>Mobile Maintenance<br>Services<br>Production<br>*Unknown<br>*Unknown<br>*Unknown<br>*Unknown<br>Development</div></div>\\\">\\u3000</span></div><div id=\\\"sch-timespangroup-ext-5752-header-26347\\\" class=\\\"sch-header-indicator sch-timespangroup-ext-5752 shiftgantt-header-indicator-default\\\" title=\\\"\\\" style=\\\"left:1480px;\\\"><span class=\\\"shiftgantt-tasktip\\\" title=\\\"<div><span style='font-weight:bold;'>18:00</span> Tue 05 Oct<br></div><div style=&quot;display:flex; flex-direction:row;&quot;><div><span style='font-weight:bold; display:flex;'><span style='margin-top:7px;'>Ending: </span><span class='shift-icon day' style='display:inline-block; border:1px solid black; background-color:#A5E4F9; transform:scale(0.6,0.6)'> </span><span style='margin-top:7px'>Day shift</span></span>Fixed Maintenance<br>Contractor<br>Site-wide and Critical<br>Meetings<br>Concentrator<br>Mobile Maintenance<br>Services<br>Production<br>*Unknown<br>*Unknown<br>*Unknown<br>*Unknown<br>Development</div><div style=&quot; width:20px; &quot;>&nbsp;</div><div><span style='font-weight:bold; display:flex;'><span style='margin-top:7px;'>Starting: </span><span class='shift-icon night' style='display:inline-block; border:1px solid black; background-color:#366BFF; transform:scale(0.6,0.6)'> </span><span style='margin-top:7px'>Night shift</span></span>Fixed Maintenance<br>Contractor<br>Site-wide and Critical<br>Meetings<br>Concentrator<br>Mobile Maintenance<br>Production<br>Services<br>*Unknown<br>*Unknown<br>*Unknown<br>*Unknown<br>Development</div></div>\\\">\\u3000</span></div><div id=\\\"sch-timespangroup-ext-5752-header-26348\\\" class=\\\"sch-header-indicator sch-timespangroup-ext-5752 shiftgantt-header-indicator-default\\\" title=\\\"\\\" style=\\\"left:1960px;\\\"><span class=\\\"shiftgantt-tasktip\\\" title=\\\"<span style='font-weight:bold;'>06:00</span> Wed 06 Oct<br><span style='font-weight:bold; display:flex;'><span style='margin-top:7px;'>Ending: </span><span class='shift-icon night' style='display:inline-block; border:1px solid black; background-color:#366BFF; transform:scale(0.6,0.6)'> </span><span style='margin-top:7px'>Night shift</span></span>Fixed Maintenance<br>Contractor<br>Site-wide and Critical<br>Meetings<br>Concentrator<br>Mobile Maintenance<br>Production<br>Services<br>*Unknown<br>*Unknown<br>*Unknown<br>*Unknown<br>Development\\\">\\u3000</span></div></div></div></div></div></div></div></div><div id=\\\"scheduler-normal-body\\\" data-ref=\\\"body\\\" class=\\\"x-panel-body x-grid-with-col-lines x-grid-with-row-lines x-grid-body x-panel-body-default x-panel-body-default x-noborder-rbl\\\" role=\\\"presentation\\\" style=\\\"width: 100%; left: 0px; height: 100%; top: 82px;\\\"></div></div></div><div class=\\\"x-grid-scroll-container \\\" id=\\\"ext-element-440\\\" style=\\\"left: 0px; top: 83px; width: 100%; height: 100%;\\\"><div class=\\\"x-grid-scroll-body x-scroller\\\" id=\\\"ext-element-441\\\" style=\\\"overflow: hidden; height: 100%;\\\"><div class=\\\"x-grid-scrollbar-clipper x-grid-scrollbar-clipper-locked \\\" id=\\\"ext-element-444\\\"><div class=\\\"x-tree-view x-grid-with-col-lines x-grid-with-row-lines sch-lockedview x-fit-item x-tree-view-default x-unselectable x-scroller\\\" role=\\\"rowgroup\\\" id=\\\"treeview-4399\\\" tabindex=\\\"-1\\\" data-componentid=\\\"treeview-4399\\\" style=\\\"overflow: auto hidden; width: 396px; margin: 0px; height: 100%; top: 0px;\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"3\\\"><div class=\\\"x-tab-guard x-tab-guard-after\\\" tabindex=\\\"-1\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"2\\\"></div><div class=\\\"x-grid-item-container\\\" role=\\\"presentation\\\" style=\\\"width:396px\\\"><table id=\\\"treeview-4399-record-26315\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-4399\\\" data-recordid=\\\"26315\\\" data-recordindex=\\\"0\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"scheduler-row x-grid-tree-node-expanded  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"2\\\" aria-expanded=\\\"true\\\" style=\\\"height: 47px;\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-treecolumn-4499   x-grid-cell-treecolumn x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:396px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"treecolumn-4499\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-plus x-tree-expander\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-parent-expanded shiftgantt-field shiftgantt-field-Process\\\"></div><span class=\\\"x-tree-node-text \\\"><span style=\\\"color: #333; font-weight: bold;\\\">Development</span></span></div></td></tr></tbody></table><table id=\\\"treeview-4399-record-26316\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-4399\\\" data-recordid=\\\"26316\\\" data-recordindex=\\\"1\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"scheduler-row x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\" style=\\\"height: 47px;\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-treecolumn-4499   x-grid-cell-treecolumn x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:396px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"treecolumn-4499\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-line\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow-end\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Locations\\\"></div><span class=\\\"x-tree-node-text \\\"><span style=\\\"color: #333; font-weight: bold;\\\">DECA -10 DRIFT</span></span></div></td></tr></tbody></table><table id=\\\"treeview-4399-record-26318\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-4399\\\" data-recordid=\\\"26318\\\" data-recordindex=\\\"2\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"scheduler-row x-grid-tree-node-expanded  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"2\\\" aria-expanded=\\\"true\\\" style=\\\"height: 47px;\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-treecolumn-4499   x-grid-cell-treecolumn x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:396px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"treecolumn-4499\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-end-plus x-tree-expander\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-parent-expanded shiftgantt-field shiftgantt-field-Process\\\"></div><span class=\\\"x-tree-node-text \\\"><span style=\\\"color: #333; font-weight: bold;\\\">Services</span></span></div></td></tr></tbody></table><table id=\\\"treeview-4399-record-26319\\\" role=\\\"presentation\\\" data-boundview=\\\"treeview-4399\\\" data-recordid=\\\"26319\\\" data-recordindex=\\\"3\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"scheduler-row x-grid-tree-node-leaf  x-grid-row\\\" role=\\\"row\\\" data-qtip=\\\"\\\" data-qtitle=\\\"\\\" aria-level=\\\"3\\\" style=\\\"height: 47px;\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-treecolumn-4499   x-grid-cell-treecolumn x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:396px;\\\" role=\\\"gridcell\\\" tabindex=\\\"-1\\\" data-columnid=\\\"treecolumn-4499\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner x-grid-cell-inner-treecolumn\\\" style=\\\"text-align:left;\\\"><div class=\\\" x-tree-elbow-img x-tree-elbow-empty\\\" role=\\\"presentation\\\"></div><div class=\\\" x-tree-elbow-img x-tree-elbow-end\\\" role=\\\"presentation\\\"></div><div role=\\\"presentation\\\" class=\\\" x-tree-icon x-tree-icon-custom x-tree-icon-leaf shiftgantt-field shiftgantt-field-Locations\\\"></div><span class=\\\"x-tree-node-text \\\"><span style=\\\"color: #333; font-weight: bold;\\\">DECA -10 DRIFT</span></span></div></td></tr></tbody></table></div></div></div><div class=\\\"x-grid-scrollbar-clipper \\\" id=\\\"ext-element-445\\\" style=\\\"left: 410px;\\\"><div class=\\\"x-grid-view x-grid-with-col-lines x-grid-with-row-lines sch-horizontal-view sch-timelineview sch-schedulerview sch-animations-enabled x-fit-item x-grid-view-default x-unselectable x-scroller\\\" role=\\\"rowgroup\\\" id=\\\"scheduler-timelineview\\\" tabindex=\\\"-1\\\" data-componentid=\\\"scheduler-timelineview\\\" style=\\\"overflow: hidden; margin: 0px; width: 2080px; height: 100%; top: 0px;\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"3\\\"><div class=\\\"sch-drag-selector\\\" id=\\\"ext-element-436\\\"></div><div class=\\\"x-tab-guard x-tab-guard-after\\\" tabindex=\\\"-1\\\" data-tabindex-value=\\\"0\\\" data-tabindex-counter=\\\"2\\\"></div><div class=\\\"x-grid-item-container\\\" role=\\\"presentation\\\" style=\\\"width:2080px\\\" id=\\\"ext-element-467\\\"><div class=\\\"sch-item-canvas\\\" id=\\\"ext-element-465\\\"><div role=\\\"presentation\\\" class=\\\"sch-secondary-canvas sch-item-canvas-layer\\\" id=\\\"ext-element-466\\\" data-sch-secondary-canvas-layer=\\\"-1\\\" style=\\\"z-index: -1; top: 0px;\\\"><div id=\\\"sch-timespangroup-ext-5750-26273\\\" title=\\\"15:24 \\\" class=\\\"sch-timeline sch-timespangroup-ext-5750 shiftgantt-header-indicator-default now\\\" style=\\\"left:416px;top:px;width:px\\\"></div><div id=\\\"sch-timespangroup-ext-5751-26335\\\" class=\\\"sch-zone sch-timespangroup-ext-5751 \\\" style=\\\"left: 0px; top: 0px; width: 40px; height: 270px;\\\" colour=\\\"white\\\" index=\\\"0\\\"></div><div id=\\\"sch-timespangroup-ext-5751-26336\\\" class=\\\"sch-zone sch-timespangroup-ext-5751 \\\" style=\\\"left: 40px; top: 0px; width: 480px; height: 270px;\\\" colour=\\\"#A5E4F9\\\" index=\\\"1\\\"></div><div id=\\\"sch-timespangroup-ext-5751-26337\\\" class=\\\"sch-zone sch-timespangroup-ext-5751 \\\" style=\\\"left: 520px; top: 0px; width: 480px; height: 270px;\\\" colour=\\\"#366BFF\\\" index=\\\"2\\\"></div><div id=\\\"sch-timespangroup-ext-5751-26338\\\" class=\\\"sch-zone sch-timespangroup-ext-5751 \\\" style=\\\"left: 1000px; top: 0px; width: 480px; height: 270px;\\\" colour=\\\"#A5E4F9\\\" index=\\\"3\\\"></div><div id=\\\"sch-timespangroup-ext-5751-26339\\\" class=\\\"sch-zone sch-timespangroup-ext-5751 \\\" style=\\\"left: 1480px; top: 0px; width: 480px; height: 270px;\\\" colour=\\\"#366BFF\\\" index=\\\"4\\\"></div><div id=\\\"sch-timespangroup-ext-5751-26340\\\" class=\\\"sch-zone sch-timespangroup-ext-5751 \\\" style=\\\"left: 1960px; top: 0px; width: 120px; height: 270px;\\\" colour=\\\"white\\\" index=\\\"5\\\"></div><div id=\\\"sch-timespangroup-ext-5751-26342\\\" class=\\\"sch-zone sch-timespangroup-ext-5751 shiftgantt-offallshifts\\\" style=\\\"left: 0px; top: 0px; width: 40px; height: 270px;\\\" colour=\\\"Nil\\\" index=\\\"6\\\"></div><div id=\\\"sch-timespangroup-ext-5751-26343\\\" class=\\\"sch-zone sch-timespangroup-ext-5751 shiftgantt-offallshifts\\\" style=\\\"left: 1960px; top: 0px; width: 120px; height: 270px;\\\" colour=\\\"Nil\\\" index=\\\"7\\\"></div><div id=\\\"sch-timespangroup-ext-5752-26344\\\" class=\\\"sch-timeline sch-timespangroup-ext-5752 shiftgantt-header-indicator-default\\\" style=\\\"left:40px;top:px;width:px\\\"></div><div id=\\\"sch-timespangroup-ext-5752-26345\\\" class=\\\"sch-timeline sch-timespangroup-ext-5752 shiftgantt-header-indicator-default\\\" style=\\\"left:520px;top:px;width:px\\\"></div><div id=\\\"sch-timespangroup-ext-5752-26346\\\" class=\\\"sch-timeline sch-timespangroup-ext-5752 shiftgantt-header-indicator-default\\\" style=\\\"left:1000px;top:px;width:px\\\"></div><div id=\\\"sch-timespangroup-ext-5752-26347\\\" class=\\\"sch-timeline sch-timespangroup-ext-5752 shiftgantt-header-indicator-default\\\" style=\\\"left:1480px;top:px;width:px\\\"></div><div id=\\\"sch-timespangroup-ext-5752-26348\\\" class=\\\"sch-timeline sch-timespangroup-ext-5752 shiftgantt-header-indicator-default\\\" style=\\\"left:1960px;top:px;width:px\\\"></div><div id=\\\"sch-timespangroup-ext-5871-26856\\\" class=\\\"sch-column-line sch-timespangroup-ext-5871 sch-column-line-solid\\\" style=\\\"left: 760px; height: 270px;\\\"></div><div id=\\\"sch-timespangroup-ext-5871-26857\\\" class=\\\"sch-column-line sch-timespangroup-ext-5871 sch-column-line-solid\\\" style=\\\"left: 1720px; height: 270px;\\\"></div></div><div role=\\\"presentation\\\" class=\\\"sch-dependencyview-ct sch-item-canvas-layer\\\" id=\\\"ext-element-468\\\" data-sch-secondary-canvas-layer=\\\"0\\\" style=\\\"z-index: 0; top: 0px; left: 0px; visibility: visible;\\\"></div></div><table id=\\\"scheduler-timelineview-record-26315\\\" role=\\\"presentation\\\" data-boundview=\\\"scheduler-timelineview\\\" data-recordid=\\\"26315\\\" data-recordindex=\\\"0\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"scheduler-row  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-4397 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:2080px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-4397\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;height:47px\\\">&nbsp;</div></td></tr></tbody></table><table id=\\\"scheduler-timelineview-record-26316\\\" role=\\\"presentation\\\" data-boundview=\\\"scheduler-timelineview\\\" data-recordid=\\\"26316\\\" data-recordindex=\\\"1\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"scheduler-row  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-4397 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:2080px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-4397\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;height:47px\\\">&nbsp;<div unselectable=\\\"on\\\" tabindex=\\\"-1\\\" id=\\\"scheduler-26317-26316-x\\\" style=\\\"right:px;left:303px;top:4px;height:40px;width:40px;background:linear-gradient(to right, lightgray 0px, lightgray 39px, mistyrose 40px, mistyrose 41px, mistyrose 100%);box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);border-top:1px solid lightgrey; height:39px !important; line-height:18px;\\\" class=\\\"sch-event x-unselectable  sch-event-resizable-false scheduler-task shiftgantt-noresize\\\"><div class=\\\"sch-resizable-handle sch-resizable-handle-start\\\"></div><div unselectable=\\\"on\\\" class=\\\"sch-event-inner\\\"><div fewziontaskid=\\\"tasks-21326\\\" resourceid=\\\"2\\\" lhs=\\\"lightgray\\\" rhs=\\\"mistyrose\\\" upto=\\\"100\\\" truewidth=\\\"40\\\" textcolour=\\\"#FFFFFF\\\" linecolour=\\\"#C0C0C0\\\" style=\\\"false\\\"><div style=\\\"width:18px; height:40px; background-color:#339966; float:left; margin: -1px 5px 0px -2px;\\\"><i class=\\\"far fa-stop-circle\\\" style=\\\"color:#FFFFFF; margin-left:2px; width:15px;\\\" task=\\\"tasks-21326\\\"></i></div><div class=\\\"scheduler-ew\\\" style=\\\"width:5px; height:85%; display:inline-block; position:absolute; left:35px;\\\"></div><div><div style=\\\"margin-top:-2px; overflow:hidden; text-overflow:ellipsis;\\\"> Re-entry DECA -10 DRIFT</div><div style=\\\"overflow:hidden;\\\"><span style=\\\"float:left;\\\"><div class=\\\"shift-icon day\\\" style=\\\"transform:scale(0.6,0.6); margin-top:-6px; margin-left:px;\\\" data-qtip=\\\"Day shift\\\"></div>&nbsp;</span><span style=\\\"float:left; margin-left:5px; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"float:left;\\\"><i class=\\\"fa fa-exclamation scheduler-issue-icon\\\" style=\\\"visibility:hidden\\\"></i>&nbsp;</span><span style=\\\"float:left;\\\">&nbsp;<span class=\\\"task-icon unknown\\\" data-qtip=\\\"Yet to be accepted by other department\\\"></span>&nbsp;</span><span style=\\\"float:right;\\\">&nbsp;</span><div style=\\\"display:flex; justify-content:flex-end;\\\"><span style=\\\"overflow:hidden; text-overflow:ellipsis;\\\"><span class=\\\"tag\\\" tagid=\\\"tags-237\\\" style=\\\"background-color:#FFCC00; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">LG</span><span class=\\\"tag\\\" tagid=\\\"tags-229\\\" style=\\\"background-color:#FFFFFF; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">5&nbsp;Cuts</span>&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span></div></div></div></div></div><div class=\\\"sch-resizable-handle sch-resizable-handle-end\\\"></div><div class=\\\"sch-terminal sch-terminal-left\\\"></div><div class=\\\"sch-terminal sch-terminal-right\\\"></div><div class=\\\"sch-terminal sch-terminal-top\\\"></div><div class=\\\"sch-terminal sch-terminal-bottom\\\"></div></div><div unselectable=\\\"on\\\" tabindex=\\\"-1\\\" id=\\\"scheduler-26321-26316-x\\\" style=\\\"right:px;left:263px;top:4px;height:40px;width:40px;background:linear-gradient(to right, lightgray 0px, lightgray 39px, mistyrose 40px, mistyrose 41px, mistyrose 100%);box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);border-top:1px solid lightgrey; height:39px !important; line-height:18px;\\\" class=\\\"sch-event x-unselectable  sch-event-resizable-false scheduler-task shiftgantt-noresize\\\"><div class=\\\"sch-resizable-handle sch-resizable-handle-start\\\"></div><div unselectable=\\\"on\\\" class=\\\"sch-event-inner\\\"><div fewziontaskid=\\\"tasks-21335\\\" resourceid=\\\"2\\\" lhs=\\\"lightgray\\\" rhs=\\\"mistyrose\\\" upto=\\\"100\\\" truewidth=\\\"40\\\" textcolour=\\\"#FFFFFF\\\" linecolour=\\\"#C0C0C0\\\" style=\\\"false\\\"><div style=\\\"width:18px; height:40px; background-color:#339966; float:left; margin: -1px 5px 0px -2px;\\\"><i class=\\\"far fa-stop-circle\\\" style=\\\"color:#FFFFFF; margin-left:2px; width:15px;\\\" task=\\\"tasks-21335\\\"></i></div><div class=\\\"scheduler-ew\\\" style=\\\"width:5px; height:85%; display:inline-block; position:absolute; left:35px;\\\"></div><div><div style=\\\"margin-top:-2px; overflow:hidden; text-overflow:ellipsis;\\\"> Re-entry DECA -10 DRIFT</div><div style=\\\"overflow:hidden;\\\"><span style=\\\"float:left;\\\"><div class=\\\"shift-icon day\\\" style=\\\"transform:scale(0.6,0.6); margin-top:-6px; margin-left:px;\\\" data-qtip=\\\"Day shift\\\"></div>&nbsp;</span><span style=\\\"float:left; margin-left:5px; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"float:left;\\\"><i class=\\\"fa fa-exclamation scheduler-issue-icon\\\" style=\\\"visibility:hidden\\\"></i>&nbsp;</span><span style=\\\"float:left;\\\">&nbsp;<span class=\\\"task-icon unknown\\\" data-qtip=\\\"Yet to be accepted by other department\\\"></span>&nbsp;</span><span style=\\\"float:right;\\\">&nbsp;</span><div style=\\\"display:flex; justify-content:flex-end;\\\"><span style=\\\"overflow:hidden; text-overflow:ellipsis;\\\"><span class=\\\"tag\\\" tagid=\\\"tags-237\\\" style=\\\"background-color:#FFCC00; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">LG</span><span class=\\\"tag\\\" tagid=\\\"tags-229\\\" style=\\\"background-color:#FFFFFF; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">5&nbsp;Cuts</span>&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span></div></div></div></div></div><div class=\\\"sch-resizable-handle sch-resizable-handle-end\\\"></div><div class=\\\"sch-terminal sch-terminal-left\\\"></div><div class=\\\"sch-terminal sch-terminal-right\\\"></div><div class=\\\"sch-terminal sch-terminal-top\\\"></div><div class=\\\"sch-terminal sch-terminal-bottom\\\"></div></div><div unselectable=\\\"on\\\" tabindex=\\\"-1\\\" id=\\\"scheduler-26323-26316-x\\\" style=\\\"right:px;left:1297px;top:4px;height:40px;width:40px;background:linear-gradient(to right, lightgray 0px, lightgray 39px, mistyrose 40px, mistyrose 41px, mistyrose 100%);box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);border-top:1px solid lightgrey; height:39px !important; line-height:18px;\\\" class=\\\"sch-event x-unselectable  sch-event-resizable-false scheduler-task shiftgantt-noresize\\\"><div class=\\\"sch-resizable-handle sch-resizable-handle-start\\\"></div><div unselectable=\\\"on\\\" class=\\\"sch-event-inner\\\"><div fewziontaskid=\\\"tasks-21330\\\" resourceid=\\\"2\\\" lhs=\\\"lightgray\\\" rhs=\\\"mistyrose\\\" upto=\\\"100\\\" truewidth=\\\"40\\\" textcolour=\\\"#FFFFFF\\\" linecolour=\\\"#C0C0C0\\\" style=\\\"false\\\"><div style=\\\"width:18px; height:40px; background-color:#339966; float:left; margin: -1px 5px 0px -2px;\\\"></div><div class=\\\"scheduler-ew\\\" style=\\\"width:5px; height:85%; display:inline-block; position:absolute; left:35px;\\\"></div><div><div style=\\\"margin-top:-2px; overflow:hidden; text-overflow:ellipsis;\\\"> Prepare face DECA -10 DRIFT</div><div style=\\\"overflow:hidden;\\\"><span style=\\\"float:left;\\\"><div class=\\\"shift-icon day\\\" style=\\\"transform:scale(0.6,0.6); margin-top:-6px; margin-left:px;\\\" data-qtip=\\\"Day shift\\\"></div>&nbsp;</span><span style=\\\"float:left; margin-left:5px; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"float:left;\\\"><i class=\\\"fa fa-exclamation scheduler-issue-icon\\\" style=\\\"visibility:hidden\\\"></i>&nbsp;</span><span style=\\\"float:left;\\\">&nbsp;<span class=\\\"task-icon unknown\\\" data-qtip=\\\"Yet to be accepted by other department\\\"></span>&nbsp;</span><span style=\\\"float:right;\\\">&nbsp;</span><div style=\\\"display:flex; justify-content:flex-end;\\\"><span style=\\\"overflow:hidden; text-overflow:ellipsis;\\\"><span class=\\\"tag\\\" tagid=\\\"tags-237\\\" style=\\\"background-color:#FFCC00; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">LG</span><span class=\\\"tag\\\" tagid=\\\"tags-229\\\" style=\\\"background-color:#FFFFFF; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">5&nbsp;Cuts</span>&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span></div></div></div></div></div><div class=\\\"sch-resizable-handle sch-resizable-handle-end\\\"></div><div class=\\\"sch-terminal sch-terminal-left\\\"></div><div class=\\\"sch-terminal sch-terminal-right\\\"></div><div class=\\\"sch-terminal sch-terminal-top\\\"></div><div class=\\\"sch-terminal sch-terminal-bottom\\\"></div></div><div unselectable=\\\"on\\\" tabindex=\\\"-1\\\" id=\\\"scheduler-26325-26316-x\\\" style=\\\"right:px;left:1257px;top:4px;height:40px;width:40px;background:linear-gradient(to right, lightgray 0px, lightgray 39px, mistyrose 40px, mistyrose 41px, mistyrose 100%);box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);border-top:1px solid lightgrey; height:39px !important; line-height:18px;\\\" class=\\\"sch-event x-unselectable  sch-event-resizable-false scheduler-task shiftgantt-noresize\\\"><div class=\\\"sch-resizable-handle sch-resizable-handle-start\\\"></div><div unselectable=\\\"on\\\" class=\\\"sch-event-inner\\\"><div fewziontaskid=\\\"tasks-21339\\\" resourceid=\\\"2\\\" lhs=\\\"lightgray\\\" rhs=\\\"mistyrose\\\" upto=\\\"100\\\" truewidth=\\\"40\\\" textcolour=\\\"#FFFFFF\\\" linecolour=\\\"#C0C0C0\\\" style=\\\"false\\\"><div style=\\\"width:18px; height:40px; background-color:#339966; float:left; margin: -1px 5px 0px -2px;\\\"></div><div class=\\\"scheduler-ew\\\" style=\\\"width:5px; height:85%; display:inline-block; position:absolute; left:35px;\\\"></div><div><div style=\\\"margin-top:-2px; overflow:hidden; text-overflow:ellipsis;\\\"> Prepare face DECA -10 DRIFT</div><div style=\\\"overflow:hidden;\\\"><span style=\\\"float:left;\\\"><div class=\\\"shift-icon day\\\" style=\\\"transform:scale(0.6,0.6); margin-top:-6px; margin-left:px;\\\" data-qtip=\\\"Day shift\\\"></div>&nbsp;</span><span style=\\\"float:left; margin-left:5px; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"float:left;\\\"><i class=\\\"fa fa-exclamation scheduler-issue-icon\\\" style=\\\"visibility:hidden\\\"></i>&nbsp;</span><span style=\\\"float:left;\\\">&nbsp;<span class=\\\"task-icon unknown\\\" data-qtip=\\\"Yet to be accepted by other department\\\"></span>&nbsp;</span><span style=\\\"float:right;\\\">&nbsp;</span><div style=\\\"display:flex; justify-content:flex-end;\\\"><span style=\\\"overflow:hidden; text-overflow:ellipsis;\\\"><span class=\\\"tag\\\" tagid=\\\"tags-237\\\" style=\\\"background-color:#FFCC00; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">LG</span><span class=\\\"tag\\\" tagid=\\\"tags-229\\\" style=\\\"background-color:#FFFFFF; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">5&nbsp;Cuts</span>&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span></div></div></div></div></div><div class=\\\"sch-resizable-handle sch-resizable-handle-end\\\"></div><div class=\\\"sch-terminal sch-terminal-left\\\"></div><div class=\\\"sch-terminal sch-terminal-right\\\"></div><div class=\\\"sch-terminal sch-terminal-top\\\"></div><div class=\\\"sch-terminal sch-terminal-bottom\\\"></div></div></div></td></tr></tbody></table><table id=\\\"scheduler-timelineview-record-26318\\\" role=\\\"presentation\\\" data-boundview=\\\"scheduler-timelineview\\\" data-recordid=\\\"26318\\\" data-recordindex=\\\"2\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 0px; height: 47px;\\\"><tbody><tr class=\\\"scheduler-row  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-4397 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:2080px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-4397\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;height:47px\\\">&nbsp;</div></td></tr></tbody></table><table id=\\\"scheduler-timelineview-record-26319\\\" role=\\\"presentation\\\" data-boundview=\\\"scheduler-timelineview\\\" data-recordid=\\\"26319\\\" data-recordindex=\\\"3\\\" class=\\\"x-grid-item\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\";width:0\\\"><tbody><tr class=\\\"scheduler-row  x-grid-row\\\" role=\\\"row\\\"><td class=\\\"x-grid-cell x-grid-td x-grid-cell-timeaxiscolumn-4397 sch-timetd x-grid-cell-first x-grid-cell-last x-unselectable\\\" style=\\\"width:2080px;\\\" role=\\\"presentation\\\" data-columnid=\\\"timeaxiscolumn-4397\\\"><div unselectable=\\\"on\\\" class=\\\"x-grid-cell-inner \\\" style=\\\"text-align:left;height:47px\\\">&nbsp;<div unselectable=\\\"on\\\" tabindex=\\\"-1\\\" id=\\\"scheduler-26320-26319-x\\\" style=\\\"right:px;left:303px;top:4px;height:40px;width:40px;background:linear-gradient(to right, lightgray 0px, lightgray 39px, mistyrose 40px, mistyrose 41px, mistyrose 100%);box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);border-top:1px solid lightgrey; height:39px !important; line-height:18px;\\\" class=\\\"sch-event x-unselectable  sch-event-resizable-false scheduler-task shiftgantt-noresize\\\"><div class=\\\"sch-resizable-handle sch-resizable-handle-start\\\"></div><div unselectable=\\\"on\\\" class=\\\"sch-event-inner\\\"><div fewziontaskid=\\\"tasks-21326\\\" resourceid=\\\"5\\\" lhs=\\\"lightgray\\\" rhs=\\\"mistyrose\\\" upto=\\\"100\\\" truewidth=\\\"40\\\" textcolour=\\\"#FFFFFF\\\" linecolour=\\\"#C0C0C0\\\" style=\\\"false\\\"><div style=\\\"width:18px; height:40px; background-color:#339966; float:left; margin: -1px 5px 0px -2px;\\\"><i class=\\\"far fa-stop-circle\\\" style=\\\"color:#FFFFFF; margin-left:2px; width:15px;\\\" task=\\\"tasks-21326\\\"></i></div><div class=\\\"scheduler-ew\\\" style=\\\"width:5px; height:85%; display:inline-block; position:absolute; left:35px;\\\"></div><div><div style=\\\"margin-top:-2px; overflow:hidden; text-overflow:ellipsis;\\\"> Re-entry DECA -10 DRIFT</div><div style=\\\"overflow:hidden;\\\"><span style=\\\"float:left;\\\"><div class=\\\"shift-icon day\\\" style=\\\"transform:scale(0.6,0.6); margin-top:-6px; margin-left:px;\\\" data-qtip=\\\"Day shift\\\"></div>&nbsp;</span><span style=\\\"float:left; margin-left:5px; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"float:left;\\\"><i class=\\\"fa fa-exclamation scheduler-issue-icon\\\" style=\\\"visibility:hidden\\\"></i>&nbsp;</span><span style=\\\"float:left;\\\">&nbsp;<img src=\\\"resources/desktop/images/shared/shadow-task.png\\\" data-qtip=\\\"Shadow Task\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Shadow Task\\\" controlshadow=\\\"true\\\">&nbsp;<img class=\\\"status-icon status-icon-accept\\\" src=\\\"resources/desktop/images/shared/accept.png\\\" data-qtip=\\\"Accept\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Accept\\\">&nbsp;<img class=\\\"status-icon status-icon-reject\\\" src=\\\"resources/desktop/images/shared/reject.png\\\" data-qtip=\\\"Reject\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Reject\\\">&nbsp;</span><span style=\\\"float:right;\\\">&nbsp;</span><div style=\\\"display:flex; justify-content:flex-end;\\\"><span style=\\\"overflow:hidden; text-overflow:ellipsis;\\\"><span class=\\\"tag\\\" tagid=\\\"tags-237\\\" style=\\\"background-color:#FFCC00; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">LG</span><span class=\\\"tag\\\" tagid=\\\"tags-229\\\" style=\\\"background-color:#FFFFFF; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">5&nbsp;Cuts</span>&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span></div></div></div></div></div><div class=\\\"sch-resizable-handle sch-resizable-handle-end\\\"></div><div class=\\\"sch-terminal sch-terminal-left\\\"></div><div class=\\\"sch-terminal sch-terminal-right\\\"></div><div class=\\\"sch-terminal sch-terminal-top\\\"></div><div class=\\\"sch-terminal sch-terminal-bottom\\\"></div></div><div unselectable=\\\"on\\\" tabindex=\\\"-1\\\" id=\\\"scheduler-26322-26319-x\\\" style=\\\"right:px;left:263px;top:4px;height:40px;width:40px;background:linear-gradient(to right, lightgray 0px, lightgray 39px, mistyrose 40px, mistyrose 41px, mistyrose 100%);box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);border-top:1px solid lightgrey; height:39px !important; line-height:18px;\\\" class=\\\"sch-event x-unselectable  sch-event-resizable-false scheduler-task shiftgantt-noresize\\\"><div class=\\\"sch-resizable-handle sch-resizable-handle-start\\\"></div><div unselectable=\\\"on\\\" class=\\\"sch-event-inner\\\"><div fewziontaskid=\\\"tasks-21335\\\" resourceid=\\\"5\\\" lhs=\\\"lightgray\\\" rhs=\\\"mistyrose\\\" upto=\\\"100\\\" truewidth=\\\"40\\\" textcolour=\\\"#FFFFFF\\\" linecolour=\\\"#C0C0C0\\\" style=\\\"false\\\"><div style=\\\"width:18px; height:40px; background-color:#339966; float:left; margin: -1px 5px 0px -2px;\\\"><i class=\\\"far fa-stop-circle\\\" style=\\\"color:#FFFFFF; margin-left:2px; width:15px;\\\" task=\\\"tasks-21335\\\"></i></div><div class=\\\"scheduler-ew\\\" style=\\\"width:5px; height:85%; display:inline-block; position:absolute; left:35px;\\\"></div><div><div style=\\\"margin-top:-2px; overflow:hidden; text-overflow:ellipsis;\\\"> Re-entry DECA -10 DRIFT</div><div style=\\\"overflow:hidden;\\\"><span style=\\\"float:left;\\\"><div class=\\\"shift-icon day\\\" style=\\\"transform:scale(0.6,0.6); margin-top:-6px; margin-left:px;\\\" data-qtip=\\\"Day shift\\\"></div>&nbsp;</span><span style=\\\"float:left; margin-left:5px; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"float:left;\\\"><i class=\\\"fa fa-exclamation scheduler-issue-icon\\\" style=\\\"visibility:hidden\\\"></i>&nbsp;</span><span style=\\\"float:left;\\\">&nbsp;<img src=\\\"resources/desktop/images/shared/shadow-task.png\\\" data-qtip=\\\"Shadow Task\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Shadow Task\\\" controlshadow=\\\"true\\\">&nbsp;<img class=\\\"status-icon status-icon-accept\\\" src=\\\"resources/desktop/images/shared/accept.png\\\" data-qtip=\\\"Accept\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Accept\\\">&nbsp;<img class=\\\"status-icon status-icon-reject\\\" src=\\\"resources/desktop/images/shared/reject.png\\\" data-qtip=\\\"Reject\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Reject\\\">&nbsp;</span><span style=\\\"float:right;\\\">&nbsp;</span><div style=\\\"display:flex; justify-content:flex-end;\\\"><span style=\\\"overflow:hidden; text-overflow:ellipsis;\\\"><span class=\\\"tag\\\" tagid=\\\"tags-237\\\" style=\\\"background-color:#FFCC00; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">LG</span><span class=\\\"tag\\\" tagid=\\\"tags-229\\\" style=\\\"background-color:#FFFFFF; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">5&nbsp;Cuts</span>&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span></div></div></div></div></div><div class=\\\"sch-resizable-handle sch-resizable-handle-end\\\"></div><div class=\\\"sch-terminal sch-terminal-left\\\"></div><div class=\\\"sch-terminal sch-terminal-right\\\"></div><div class=\\\"sch-terminal sch-terminal-top\\\"></div><div class=\\\"sch-terminal sch-terminal-bottom\\\"></div></div><div unselectable=\\\"on\\\" tabindex=\\\"-1\\\" id=\\\"scheduler-26324-26319-x\\\" style=\\\"right:px;left:1297px;top:4px;height:40px;width:40px;background:linear-gradient(to right, lightgray 0px, lightgray 39px, mistyrose 40px, mistyrose 41px, mistyrose 100%);box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);border-top:1px solid lightgrey; height:39px !important; line-height:18px;\\\" class=\\\"sch-event x-unselectable  sch-event-resizable-false scheduler-task shiftgantt-noresize\\\"><div class=\\\"sch-resizable-handle sch-resizable-handle-start\\\"></div><div unselectable=\\\"on\\\" class=\\\"sch-event-inner\\\"><div fewziontaskid=\\\"tasks-21330\\\" resourceid=\\\"5\\\" lhs=\\\"lightgray\\\" rhs=\\\"mistyrose\\\" upto=\\\"100\\\" truewidth=\\\"40\\\" textcolour=\\\"#FFFFFF\\\" linecolour=\\\"#C0C0C0\\\" style=\\\"false\\\"><div style=\\\"width:18px; height:40px; background-color:#339966; float:left; margin: -1px 5px 0px -2px;\\\"></div><div class=\\\"scheduler-ew\\\" style=\\\"width:5px; height:85%; display:inline-block; position:absolute; left:35px;\\\"></div><div><div style=\\\"margin-top:-2px; overflow:hidden; text-overflow:ellipsis;\\\"> Prepare face DECA -10 DRIFT</div><div style=\\\"overflow:hidden;\\\"><span style=\\\"float:left;\\\"><div class=\\\"shift-icon day\\\" style=\\\"transform:scale(0.6,0.6); margin-top:-6px; margin-left:px;\\\" data-qtip=\\\"Day shift\\\"></div>&nbsp;</span><span style=\\\"float:left; margin-left:5px; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"float:left;\\\"><i class=\\\"fa fa-exclamation scheduler-issue-icon\\\" style=\\\"visibility:hidden\\\"></i>&nbsp;</span><span style=\\\"float:left;\\\">&nbsp;<img src=\\\"resources/desktop/images/shared/shadow-task.png\\\" data-qtip=\\\"Shadow Task\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Shadow Task\\\" controlshadow=\\\"true\\\">&nbsp;<img class=\\\"status-icon status-icon-accept\\\" src=\\\"resources/desktop/images/shared/accept.png\\\" data-qtip=\\\"Accept\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Accept\\\">&nbsp;<img class=\\\"status-icon status-icon-reject\\\" src=\\\"resources/desktop/images/shared/reject.png\\\" data-qtip=\\\"Reject\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Reject\\\">&nbsp;</span><span style=\\\"float:right;\\\">&nbsp;</span><div style=\\\"display:flex; justify-content:flex-end;\\\"><span style=\\\"overflow:hidden; text-overflow:ellipsis;\\\"><span class=\\\"tag\\\" tagid=\\\"tags-237\\\" style=\\\"background-color:#FFCC00; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">LG</span><span class=\\\"tag\\\" tagid=\\\"tags-229\\\" style=\\\"background-color:#FFFFFF; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">5&nbsp;Cuts</span>&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span></div></div></div></div></div><div class=\\\"sch-resizable-handle sch-resizable-handle-end\\\"></div><div class=\\\"sch-terminal sch-terminal-left\\\"></div><div class=\\\"sch-terminal sch-terminal-right\\\"></div><div class=\\\"sch-terminal sch-terminal-top\\\"></div><div class=\\\"sch-terminal sch-terminal-bottom\\\"></div></div><div unselectable=\\\"on\\\" tabindex=\\\"-1\\\" id=\\\"scheduler-26326-26319-x\\\" style=\\\"right:px;left:1257px;top:4px;height:40px;width:40px;background:linear-gradient(to right, lightgray 0px, lightgray 39px, mistyrose 40px, mistyrose 41px, mistyrose 100%);box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);border-top:1px solid lightgrey; height:39px !important; line-height:18px;\\\" class=\\\"sch-event x-unselectable  sch-event-resizable-false scheduler-task shiftgantt-noresize\\\"><div class=\\\"sch-resizable-handle sch-resizable-handle-start\\\"></div><div unselectable=\\\"on\\\" class=\\\"sch-event-inner\\\"><div fewziontaskid=\\\"tasks-21339\\\" resourceid=\\\"5\\\" lhs=\\\"lightgray\\\" rhs=\\\"mistyrose\\\" upto=\\\"100\\\" truewidth=\\\"40\\\" textcolour=\\\"#FFFFFF\\\" linecolour=\\\"#C0C0C0\\\" style=\\\"false\\\"><div style=\\\"width:18px; height:40px; background-color:#339966; float:left; margin: -1px 5px 0px -2px;\\\"></div><div class=\\\"scheduler-ew\\\" style=\\\"width:5px; height:85%; display:inline-block; position:absolute; left:35px;\\\"></div><div><div style=\\\"margin-top:-2px; overflow:hidden; text-overflow:ellipsis;\\\"> Prepare face DECA -10 DRIFT</div><div style=\\\"overflow:hidden;\\\"><span style=\\\"float:left;\\\"><div class=\\\"shift-icon day\\\" style=\\\"transform:scale(0.6,0.6); margin-top:-6px; margin-left:px;\\\" data-qtip=\\\"Day shift\\\"></div>&nbsp;</span><span style=\\\"float:left; margin-left:5px; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"float:left;\\\"><i class=\\\"fa fa-exclamation scheduler-issue-icon\\\" style=\\\"visibility:hidden\\\"></i>&nbsp;</span><span style=\\\"float:left;\\\">&nbsp;<img src=\\\"resources/desktop/images/shared/shadow-task.png\\\" data-qtip=\\\"Shadow Task\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Shadow Task\\\" controlshadow=\\\"true\\\">&nbsp;<img class=\\\"status-icon status-icon-accept\\\" src=\\\"resources/desktop/images/shared/accept.png\\\" data-qtip=\\\"Accept\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Accept\\\">&nbsp;<img class=\\\"status-icon status-icon-reject\\\" src=\\\"resources/desktop/images/shared/reject.png\\\" data-qtip=\\\"Reject\\\" width=\\\"12\\\" height=\\\"12\\\" alt=\\\"Reject\\\">&nbsp;</span><span style=\\\"float:right;\\\">&nbsp;</span><div style=\\\"display:flex; justify-content:flex-end;\\\"><span style=\\\"overflow:hidden; text-overflow:ellipsis;\\\"><span class=\\\"tag\\\" tagid=\\\"tags-237\\\" style=\\\"background-color:#FFCC00; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">LG</span><span class=\\\"tag\\\" tagid=\\\"tags-229\\\" style=\\\"background-color:#FFFFFF; color:#000000; font-size:9px; margin: 1px 1px 1px 1px; font-weight: 600;\\\">5&nbsp;Cuts</span>&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span><span style=\\\"overflow:hidden; text-overflow:ellipsis; flex-shrink:0; margin-top:-2px;\\\">&nbsp;</span></div></div></div></div></div><div class=\\\"sch-resizable-handle sch-resizable-handle-end\\\"></div><div class=\\\"sch-terminal sch-terminal-left\\\"></div><div class=\\\"sch-terminal sch-terminal-right\\\"></div><div class=\\\"sch-terminal sch-terminal-top\\\"></div><div class=\\\"sch-terminal sch-terminal-bottom\\\"></div></div></div></td></tr></tbody></table></div></div></div></div><div class=\\\"x-grid-scrollbar x-grid-scrollbar-locked  x-scroller x-grid-scrollbar-visible\\\" id=\\\"ext-element-442\\\" style=\\\"overflow: scroll hidden; width: 397px; height: 9px;\\\"></div><div class=\\\"x-grid-scrollbar  x-scroller x-grid-scrollbar-visible\\\" id=\\\"ext-element-443\\\" style=\\\"overflow: scroll hidden; width: 62px; height: 9px; left: 410px;\\\"></div><div class=\\\"x-component x-border-box x-mask x-component-default\\\" role=\\\"progressbar\\\" aria-hidden=\\\"true\\\" aria-disabled=\\\"false\\\" id=\\\"loadmask-4496\\\" tabindex=\\\"0\\\" data-componentid=\\\"loadmask-4496\\\" style=\\\"display: none;\\\"><div id=\\\"loadmask-4496-msgWrapEl\\\" data-ref=\\\"msgWrapEl\\\" class=\\\"x-mask-msg\\\" role=\\\"presentation\\\"><div id=\\\"loadmask-4496-msgEl\\\" data-ref=\\\"msgEl\\\" class=\\\" x-mask-msg-inner \\\" role=\\\"presentation\\\"><div id=\\\"loadmask-4496-msgTextEl\\\" data-ref=\\\"msgTextEl\\\" class=\\\"x-mask-msg-text\\\" role=\\\"presentation\\\">Loading events...</div></div></div></div></div></div></div></body></html>\",\"number\":1}\r\n    ],\r\n    \"startDate\":\"2021-10-04T05:00:00\",\r\n    \"endDate\":\"2021-10-06T09:00:00\",\r\n    \"format\":\"2488px*380px\",\r\n    \"orientation\":\"landscape\",\r\n    \"range\":\"complete\",\r\n    \"fileFormat\":\"pdf\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/bryntum/Export","description":"<p>This API endpoint will export scheduler report</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Print Bryntum Report - Allows user to export report.</p>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>html</td>\n<td></td>\n<td><strong>htmlCollection</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>startDate</td>\n<td></td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>endDate</td>\n<td></td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>orientation</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>range</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>fileFormat</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>htmlCollection</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>html</td>\n<td></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>number</td>\n<td></td>\n<td>integer</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"85322c78-67d7-45bb-903c-d37b5d517744","id":"85322c78-67d7-45bb-903c-d37b5d517744","name":"Print Reports","type":"folder"}},"urlObject":{"path":["api","v1","bryntum","Export"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"535dbfd6-a3c2-4df3-86ed-0c7b38957c93"}],"id":"85322c78-67d7-45bb-903c-d37b5d517744","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"50c8f4fc-b44f-4715-8302-c7928dca86c1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"63068d56-e251-49a7-9681-71194559ea5d","type":"text/javascript","exec":[""]}}],"_postman_id":"85322c78-67d7-45bb-903c-d37b5d517744","description":""},{"name":"Reporting Calendars","item":[{"name":"GET Reporting Calendars","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"570cdc71-2693-4836-9b2f-a39b6797aeeb"}}],"id":"22d3dd59-908d-4026-a72f-e96b9b30b6fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/reportingcalendars.json","description":"<p>This API endpoint will return a List of ReportingCalendars.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Reporting Calendars - Allows user to view Reporting Calendars.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/reportingcalendars.json?query=AAGroup&amp;defaultfield=Group</p>\n<p><strong>Indexes</strong></p>\n<p>The ReportingCalendars endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the ReportingCalendar (excluding collections) may be used to sort the ReportingCalendars list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Response</strong></p>\n<p>Potential Error Response Codes<br />NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2428f082-c5f5-45ec-b0fd-d7b2336fd3b3","id":"2428f082-c5f5-45ec-b0fd-d7b2336fd3b3","name":"Reporting Calendars","type":"folder"}},"urlObject":{"path":["api","v1","reportingcalendars.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"22d3dd59-908d-4026-a72f-e96b9b30b6fc"},{"name":"GET Specific Reporting Calendar","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"80528064-ca8c-422e-b7fa-7a88defeb5c4"}}],"id":"44a924ac-8be8-481b-901b-11350338c29c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/reportingcalendars.json/{{Id}}","description":"<p>This API endpoint will return a specific ReportingCalendar.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>View Reporting Calendars - Allows user to view Reporting Calendars.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Reporting Calendar</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong>\nNotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2428f082-c5f5-45ec-b0fd-d7b2336fd3b3","id":"2428f082-c5f5-45ec-b0fd-d7b2336fd3b3","name":"Reporting Calendars","type":"folder"}},"urlObject":{"path":["api","v1","reportingcalendars.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"44a924ac-8be8-481b-901b-11350338c29c"},{"name":"ADD Reporting Calendar","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript","id":"1756a69f-f496-43d3-aa39-2f5898aa6c79"}}],"id":"aefe558e-2481-458f-9cac-3ec60f7880b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Year\": 2021,\r\n    \"Name\": \"API Calendar\",\r\n    \"Group\": \"APIGroup\",\r\n    \"Start\": \"2021-01-01T08:00:00\",\r\n    \"ShowOnPlanningTargets\": true,\r\n    \"WeeksPerMonth\": [\r\n        4,\r\n        4,\r\n        5,\r\n        4,\r\n        5,\r\n        4,\r\n        4,\r\n        5,\r\n        4,\r\n        4,\r\n        4,\r\n        5\r\n    ],\r\n    \"Quarter1Name\": \"Summer\",\r\n    \"Quarter2Name\": \"Autumn\",\r\n    \"Quarter3Name\": \"Winter\",\r\n    \"Quarter4Name\": \"Spring\",\r\n    \"Weeks\": [\r\n        {\r\n            \"Id\": \"3e3de40f-c05a-4571-9adf-8ff2fa0ea72a\",\r\n            \"Number\": 1,\r\n            \"Name\": \"Week 1\"\r\n        },\r\n        {\r\n            \"Id\": \"6c7b181e-9997-4b98-a02a-f56093e7c803\",\r\n             \"Number\": 2,\r\n            \"Name\": \"Week 2\"\r\n        },\r\n        {\r\n            \"Id\": \"a6c5e694-2abc-42e9-9c7b-49827e8ae2d9\",\r\n            \"Number\": 3,\r\n            \"Name\": \"Week 3\"\r\n        },\r\n        {\r\n            \"Id\": \"63b44187-6f00-4185-a6c5-435d1e297042\",\r\n            \"Number\": 4,\r\n            \"Name\": \"Week 4\"\r\n        },\r\n        {\r\n            \"Id\": \"fc8c2097-8e11-42f0-b0ee-25970f622ac3\",\r\n            \"Number\": 5,\r\n            \"Name\": \"Week 5\"\r\n        },\r\n        {\r\n            \"Id\": \"e6c31644-2691-4afc-ab4b-2f4500e55d10\",\r\n            \"Number\": 6,\r\n            \"Name\": \"Week 6\"\r\n        },\r\n        {\r\n            \"Id\": \"25eaf39a-3195-4b6a-a3ed-9b9724e5e385\",\r\n            \"Number\": 7,\r\n            \"Name\": \"Week 7\"\r\n        },\r\n        {\r\n            \"Id\": \"6d8920d9-37dc-4bc3-8987-272c2148be3b\",\r\n            \"Number\": 8,\r\n            \"Name\": \"Week 8\"\r\n        },\r\n        {\r\n            \"Id\": \"c3f7f9e2-625d-4d53-bc31-37f579c77640\",\r\n            \"Number\": 9,\r\n            \"Name\": \"Week 9\"\r\n        },\r\n        {\r\n            \"Id\": \"3ea113a4-f49c-434f-b7d2-b1516fcc1d2b\",\r\n            \"Number\": 10,\r\n            \"Name\": \"Week 10\"\r\n        },\r\n        {\r\n            \"Id\": \"b0cdd7b7-2f06-44da-8281-2d9b10051a99\",\r\n            \"Number\": 11,\r\n            \"Name\": \"Week 11\"\r\n        },\r\n        {\r\n            \"Id\": \"2ff8acf6-32a7-455b-b443-cda69d801d54\",\r\n            \"Number\": 12,\r\n            \"Name\": \"Week 12\"\r\n        },\r\n        {\r\n            \"Id\": \"f848c216-e644-40ce-9cdf-e9ec14ad1dbc\",\r\n            \"Number\": 13,\r\n            \"Name\": \"Week 13\"\r\n        },\r\n        {\r\n            \"Id\": \"0e2dcfc0-b74e-4aba-b783-6d2c9fdb3c6e\",\r\n            \"Number\": 14,\r\n            \"Name\": \"Week 14\"\r\n        },\r\n        {\r\n            \"Id\": \"ce030aa3-b7d3-4474-aa67-d1faae32fa43\",\r\n            \"Number\": 15,\r\n            \"Name\": \"Week 15\"\r\n        },\r\n        {\r\n            \"Id\": \"c2aa5a79-d9b4-4097-9a77-cbf08fce2726\",\r\n            \"Number\": 16,\r\n            \"Name\": \"Week 16\"\r\n        },\r\n        {\r\n            \"Id\": \"b025a46e-0b7f-497f-af3c-3702777ac2ee\",\r\n            \"Number\": 17,\r\n            \"Name\": \"Week 17\"\r\n        },\r\n        {\r\n            \"Id\": \"ad4f679c-0250-4f03-8533-81fc3fa3c462\",\r\n            \"Number\": 18,\r\n            \"Name\": \"Week 18\"\r\n        },\r\n        {\r\n            \"Id\": \"a38019d3-48fa-4b8c-bbb9-5bb3765064ba\",\r\n            \"Number\": 19,\r\n            \"Name\": \"Week 19\"\r\n        },\r\n        {\r\n            \"Id\": \"0f5a5f4b-0675-4315-a225-fb9150461669\",\r\n            \"Number\": 20,\r\n            \"Name\": \"Week 20\"\r\n        },\r\n        {\r\n            \"Id\": \"632c56a2-cf5a-46ef-a33a-6131bc2355f3\",\r\n            \"Number\": 21,\r\n            \"Name\": \"Week 21\"\r\n        },\r\n        {\r\n            \"Id\": \"93564ed4-0576-446e-9bdd-c7642924869a\",\r\n            \"Number\": 22,\r\n            \"Name\": \"Week 22\"\r\n        },\r\n        {\r\n            \"Id\": \"8229a0f4-1096-4040-b4a6-435ebe4187d5\",\r\n            \"Number\": 23,\r\n            \"Name\": \"Week 23\"\r\n            },\r\n            {\r\n                \"Id\": \"4f1ab663-f3a6-4769-934c-6b8518494788\",\r\n                \"Number\": 24,\r\n                \"Name\": \"Week 24\"\r\n            },\r\n            {\r\n                \"Id\": \"e88c9bb3-7c38-47cc-ac59-45316d36c991\",\r\n                \"Number\": 25,\r\n                \"Name\": \"Week 25\"\r\n            },\r\n            {\r\n                \"Id\": \"92ebef6d-7bc0-4976-8dd4-7b3901bbc156\",\r\n                \"Number\": 26,\r\n                \"Name\": \"Week 26\"\r\n            },\r\n            {\r\n                \"Id\": \"aa6f7526-b338-4576-a72f-a1afc1b87d43\",\r\n                \"Number\": 27,\r\n                \"Name\": \"Week 27\"\r\n            },\r\n            {\r\n                \"Id\": \"5a99abf4-be2a-4b4c-89f9-c938d9f7ac30\",\r\n                \"Number\": 28,\r\n                \"Name\": \"Week 28\"\r\n            },\r\n            {\r\n                \"Id\": \"2e674e93-581b-4aa3-85ac-49fdc0076c07\",\r\n                \"Number\": 29,\r\n                \"Name\": \"Week 29\"\r\n            },\r\n            {\r\n                \"Id\": \"ef7143fa-4416-440f-9fc3-c98033cabe1a\",\r\n                \"Number\": 30,\r\n                \"Name\": \"Week 30\"\r\n            },\r\n            {\r\n                \"Id\": \"5b829645-a887-41a3-830a-e9cd42a14027\",\r\n                \"Number\": 31,\r\n                \"Name\": \"Week 31\"\r\n            },\r\n            {\r\n                \"Id\": \"d1a8bce0-2098-4909-9c2c-ffb7917dff0b\",\r\n                \"Number\": 32,\r\n                \"Name\": \"Week 32\"\r\n            },\r\n            {\r\n                \"Id\": \"a5e0eb9a-91c9-44f1-8bc5-2f0c8146b7ca\",\r\n                \"Number\": 33,\r\n                \"Name\": \"Week 33\"\r\n            },\r\n            {\r\n                \"Id\": \"ac1ebdf4-9f5f-4db2-b643-3355e253e058\",\r\n                \"Number\": 34,\r\n                \"Name\": \"Week 34\"\r\n            },\r\n            {\r\n                \"Id\": \"57d3bd3e-afa9-4fd3-86cd-4513f441b06d\",\r\n                \"Number\": 35,\r\n                \"Name\": \"Week 35\"\r\n            },\r\n            {\r\n                \"Id\": \"4d059d2b-95ef-49c2-aa5e-438d4ac3a7ac\",\r\n                \"Number\": 36,\r\n                \"Name\": \"Week 36\"\r\n            },\r\n            {\r\n                \"Id\": \"5032b420-a953-4d57-9d75-91e9bdd550cd\",\r\n                \"Number\": 37,\r\n                \"Name\": \"Week 37\"\r\n            },\r\n            {\r\n                \"Id\": \"d285c1be-5396-4560-8abf-098073f34eb9\",\r\n                \"Number\": 38,\r\n                \"Name\": \"Week 38\"\r\n            },\r\n            {\r\n                \"Id\": \"278a1b86-18be-47de-9a0a-7d7350265c3e\",\r\n                \"Number\": 39,\r\n                \"Name\": \"Week 39\"\r\n            },\r\n            {\r\n                \"Id\": \"fa01d0e1-e6f4-4c0d-b306-45e8c72630e8\",\r\n                \"Number\": 40,\r\n                \"Name\": \"Week 40\"\r\n            },\r\n            {\r\n                \"Id\": \"ad5761d5-6495-418f-a28e-25b31cfb47b8\",\r\n                \"Number\": 41,\r\n                \"Name\": \"Week 41\"\r\n            },\r\n            {\r\n                \"Id\": \"4a5f3aba-a8cd-4386-ae11-01abf5eaa4fc\",\r\n                \"Number\": 42,\r\n                \"Name\": \"Week 42\"\r\n            },\r\n            {\r\n                \"Id\": \"be46af63-9c7c-4fbd-8370-fb6a8876cb05\",\r\n                \"Number\": 43,\r\n                \"Name\": \"Week 43\"\r\n            },\r\n            {\r\n                \"Id\": \"74a57aa4-a31a-41ca-bac0-0ff8c8ab99b8\",\r\n                \"Number\": 44,\r\n                \"Name\": \"Week 44\"\r\n            },\r\n            {\r\n                \"Id\": \"7ae0cd84-386d-47e3-9557-c97798bbe01c\",\r\n                \"Number\": 45,\r\n                \"Name\": \"Week 45\"\r\n            },\r\n            {\r\n                \"Id\": \"c865f1fc-9bfa-4761-8206-2b7faeb35da5\",\r\n                \"Number\": 46,\r\n                \"Name\": \"Week 46\"\r\n            },\r\n            {\r\n                \"Id\": \"2efa8b3d-cdc5-47a3-9817-395b2d5a63d5\",\r\n                \"Number\": 47,\r\n                \"Name\": \"Week 47\"\r\n            },\r\n            {\r\n                \"Id\": \"0e9d0621-d0ee-405a-a85c-79ce4e0e2697\",\r\n                \"Number\": 48,\r\n                \"Name\": \"Week 48\"\r\n            },\r\n            {\r\n                \"Id\": \"6f4835ed-0911-4afc-8a70-0b52add23d1f\",\r\n                \"Number\": 49,\r\n                \"Name\": \"Week 49\"\r\n            },\r\n            {\r\n                \"Id\": \"a6161451-28fe-4605-a066-03cd40374934\",\r\n                \"Number\": 50,\r\n                \"Name\": \"Week 50\"\r\n            },\r\n            {\r\n                \"Id\": \"736e54e4-4360-42df-9333-e3685edfa10a\",\r\n                \"Number\": 51,\r\n                \"Name\": \"Week 51\"\r\n            },\r\n            {\r\n                \"Id\": \"27931410-2b56-46b1-b697-890834c927c9\",\r\n                \"Number\": 52,\r\n                \"Name\": \"Week 52\"\r\n            }\r\n        ],\r\n        \"Months\": [\r\n            {\r\n                \"Id\": \"42210ac2-ccba-4ce0-97b2-63f69a773dae\",\r\n                \"Number\": 1,\r\n                \"Name\": \"January\"\r\n            },\r\n            {\r\n                \"Id\": \"aa1193ec-58c0-4456-bb63-5d98e46753f9\",\r\n                \"Number\": 2,\r\n                \"Name\": \"February\"\r\n            },\r\n            {\r\n                \"Id\": \"305cb13b-ec5a-46ca-baaa-89797d5e3198\",\r\n                \"Number\": 3,\r\n                \"Name\": \"March\"\r\n            },\r\n            {\r\n                \"Id\": \"37e68b31-980c-48e7-ac1c-e311318bf70f\",\r\n                \"Number\": 4,\r\n                \"Name\": \"April\"\r\n            },\r\n            {\r\n                \"Id\": \"c3feb0b4-278b-47e5-b599-3dbf38246b98\",\r\n                \"Number\": 5,\r\n                \"Name\": \"May\"\r\n            },\r\n            {\r\n                \"Id\": \"42ce6435-d429-45ca-b1f0-ed20942dfdf1\",\r\n                \"Number\": 6,\r\n                \"Name\": \"June\"\r\n            },\r\n            {\r\n                \"Id\": \"d2127380-9ee3-430b-9a53-e5768e7d2d9e\",\r\n                \"Number\": 7,\r\n                \"Name\": \"July\"\r\n            },\r\n            {\r\n                \"Id\": \"c895adcd-2062-4e45-b7d1-8d0f1e0dc81c\",\r\n                \"Number\": 8,\r\n                \"Name\": \"August\"\r\n            },\r\n            {\r\n                \"Id\": \"b8b3d85a-5a38-41f3-adc0-37b39923ddff\",\r\n                \"Number\": 9,\r\n                \"Name\": \"September\"\r\n            },\r\n            {\r\n                \"Id\": \"2bb62634-78e7-4c21-a636-4b6030ed70a0\",\r\n                \"Number\": 10,\r\n                \"Name\": \"October\"\r\n            },\r\n            {\r\n                \"Id\": \"ffd7be31-f90d-4fa0-8a34-0bc61567ce0e\",\r\n                \"Number\": 11,\r\n                \"Name\": \"November\"\r\n            },\r\n            {\r\n                \"Id\": \"ec14ce00-99d7-45ed-866c-99e876ae8403\",\r\n                \"Number\": 12,\r\n                \"Name\": \"December\"\r\n            }\r\n        ],\r\n        \"Quarters\": [\r\n            {\r\n                \"Id\": \"c475f2c6-8e05-40c1-8507-530941df7876\",\r\n                \"Number\": 1,\r\n                \"Name\": \"Summer\"\r\n            },\r\n            {\r\n                \"Id\": \"6670717f-0c64-49a1-999e-cb6afdb21c28\",\r\n                \"Number\": 2,\r\n                \"Name\": \"Autumn\"\r\n            },\r\n            {\r\n                \"Id\": \"3697f930-8449-4f54-8d02-1fc5a2aa4518\",\r\n                \"Number\": 3,\r\n                \"Name\": \"Winter\"\r\n            },\r\n            {\r\n                \"Id\": \"c9a7d4d5-45df-48f4-b032-2bbdfd78db87\",\r\n                \"Number\": 4,\r\n                \"Name\": \"Spring\"\r\n            }\r\n        ],\r\n        \"TaskTypeIds\": [\r\n            \"TaskTypes-169\",\r\n            \"TaskTypes-165\"\r\n        ]\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingcalendars.json","description":"<p>This API endpoint will create a ReportingCalendars</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Manage Reporting Calendars - Allows user to manage Reporting Calendars</p>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CalendarMonths</td>\n<td></td>\n<td><strong>Collection of ReportingCalendarItem</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Year</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Group</td>\n<td>A simple way of grouping like calendars (each in group should have a different Year)</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Start</td>\n<td>The first day of the first week in the year. Not necessarily January 1st. E.g. Mon 28 Dec 2020</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnLocationJobTargets</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WeeksPerMonth</td>\n<td>Supplied by the calendar's creator. Used in the initial build.</td>\n<td>Collection of integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Quarter1Name</td>\n<td>Supplied by the calendar's creator. Used in the initial build.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Quarter2Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Quarter3Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Quarter4Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Weeks</td>\n<td></td>\n<td><strong>Collection of ReportingCalendarPeriod</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Months</td>\n<td></td>\n<td><strong>Collection of ReportingCalendarPeriod</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Quarters</td>\n<td>Optional.</td>\n<td><strong>Collection of ReportingCalendarPeriod</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Processes</td>\n<td></td>\n<td><strong>Collection of ReportingCalendarProcess</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskTypeIds</td>\n<td>For restricting the Tasks that can live on this Calendar's Jobs. Used in Planning.</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ReportingCalendarItem</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Year</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Month</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MonthText</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MonthStart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MonthEnd</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ReportingCalendarPeriod</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Number</td>\n<td>A period is for an arbitrary range of dates (week, month etc). 'Number' is the number of that period within the year. It starts at 1, not 0. E.g. January is month 1.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>\"Optional. E.g. \"\"Winter\"\"\"</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ReportingCalendarProcess</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>d</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProcessId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Targets</td>\n<td></td>\n<td><strong>Collection of ReportingCalendarTarget</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ReportingCalendarTarget</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UnitId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nConflict (409)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2428f082-c5f5-45ec-b0fd-d7b2336fd3b3","id":"2428f082-c5f5-45ec-b0fd-d7b2336fd3b3","name":"Reporting Calendars","type":"folder"}},"urlObject":{"path":["api","v1","reportingcalendars.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aefe558e-2481-458f-9cac-3ec60f7880b9"},{"name":"UPDATE Reporting Calendar","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"21adaa18-ff54-4a78-896c-2690c95a336c"}}],"id":"60eef89b-9928-4c8a-bdd1-6600a9af6ce0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Year\": 2021,\r\n    \"Name\": \"API Updated Calendar\",\r\n    \"Group\": \"APIGroup\",\r\n    \"Start\": \"2021-01-01T08:00:00\",\r\n    \"ShowOnPlanningTargets\": true,\r\n    \"WeeksPerMonth\": [\r\n        4,\r\n        4,\r\n        5,\r\n        4,\r\n        5,\r\n        4,\r\n        4,\r\n        5,\r\n        4,\r\n        4,\r\n        4,\r\n        5\r\n    ],\r\n    \"Quarter1Name\": \"Summer\",\r\n    \"Quarter2Name\": \"Autumn\",\r\n    \"Quarter3Name\": \"Winter\",\r\n    \"Quarter4Name\": \"Spring\",\r\n    \"Weeks\": [\r\n        {\r\n            \"Id\": \"3e3de40f-c05a-4571-9adf-8ff2fa0ea72a\",\r\n            \"Number\": 1,\r\n            \"Name\": \"Week 1\"\r\n        },\r\n        {\r\n            \"Id\": \"6c7b181e-9997-4b98-a02a-f56093e7c803\",\r\n             \"Number\": 2,\r\n            \"Name\": \"Week 2\"\r\n        },\r\n        {\r\n            \"Id\": \"a6c5e694-2abc-42e9-9c7b-49827e8ae2d9\",\r\n            \"Number\": 3,\r\n            \"Name\": \"Week 3\"\r\n        },\r\n        {\r\n            \"Id\": \"63b44187-6f00-4185-a6c5-435d1e297042\",\r\n            \"Number\": 4,\r\n            \"Name\": \"Week 4\"\r\n        },\r\n        {\r\n            \"Id\": \"fc8c2097-8e11-42f0-b0ee-25970f622ac3\",\r\n            \"Number\": 5,\r\n            \"Name\": \"Week 5\"\r\n        },\r\n        {\r\n            \"Id\": \"e6c31644-2691-4afc-ab4b-2f4500e55d10\",\r\n            \"Number\": 6,\r\n            \"Name\": \"Week 6\"\r\n        },\r\n        {\r\n            \"Id\": \"25eaf39a-3195-4b6a-a3ed-9b9724e5e385\",\r\n            \"Number\": 7,\r\n            \"Name\": \"Week 7\"\r\n        },\r\n        {\r\n            \"Id\": \"6d8920d9-37dc-4bc3-8987-272c2148be3b\",\r\n            \"Number\": 8,\r\n            \"Name\": \"Week 8\"\r\n        },\r\n        {\r\n            \"Id\": \"c3f7f9e2-625d-4d53-bc31-37f579c77640\",\r\n            \"Number\": 9,\r\n            \"Name\": \"Week 9\"\r\n        },\r\n        {\r\n            \"Id\": \"3ea113a4-f49c-434f-b7d2-b1516fcc1d2b\",\r\n            \"Number\": 10,\r\n            \"Name\": \"Week 10\"\r\n        },\r\n        {\r\n            \"Id\": \"b0cdd7b7-2f06-44da-8281-2d9b10051a99\",\r\n            \"Number\": 11,\r\n            \"Name\": \"Week 11\"\r\n        },\r\n        {\r\n            \"Id\": \"2ff8acf6-32a7-455b-b443-cda69d801d54\",\r\n            \"Number\": 12,\r\n            \"Name\": \"Week 12\"\r\n        },\r\n        {\r\n            \"Id\": \"f848c216-e644-40ce-9cdf-e9ec14ad1dbc\",\r\n            \"Number\": 13,\r\n            \"Name\": \"Week 13\"\r\n        },\r\n        {\r\n            \"Id\": \"0e2dcfc0-b74e-4aba-b783-6d2c9fdb3c6e\",\r\n            \"Number\": 14,\r\n            \"Name\": \"Week 14\"\r\n        },\r\n        {\r\n            \"Id\": \"ce030aa3-b7d3-4474-aa67-d1faae32fa43\",\r\n            \"Number\": 15,\r\n            \"Name\": \"Week 15\"\r\n        },\r\n        {\r\n            \"Id\": \"c2aa5a79-d9b4-4097-9a77-cbf08fce2726\",\r\n            \"Number\": 16,\r\n            \"Name\": \"Week 16\"\r\n        },\r\n        {\r\n            \"Id\": \"b025a46e-0b7f-497f-af3c-3702777ac2ee\",\r\n            \"Number\": 17,\r\n            \"Name\": \"Week 17\"\r\n        },\r\n        {\r\n            \"Id\": \"ad4f679c-0250-4f03-8533-81fc3fa3c462\",\r\n            \"Number\": 18,\r\n            \"Name\": \"Week 18\"\r\n        },\r\n        {\r\n            \"Id\": \"a38019d3-48fa-4b8c-bbb9-5bb3765064ba\",\r\n            \"Number\": 19,\r\n            \"Name\": \"Week 19\"\r\n        },\r\n        {\r\n            \"Id\": \"0f5a5f4b-0675-4315-a225-fb9150461669\",\r\n            \"Number\": 20,\r\n            \"Name\": \"Week 20\"\r\n        },\r\n        {\r\n            \"Id\": \"632c56a2-cf5a-46ef-a33a-6131bc2355f3\",\r\n            \"Number\": 21,\r\n            \"Name\": \"Week 21\"\r\n        },\r\n        {\r\n            \"Id\": \"93564ed4-0576-446e-9bdd-c7642924869a\",\r\n            \"Number\": 22,\r\n            \"Name\": \"Week 22\"\r\n        },\r\n        {\r\n            \"Id\": \"8229a0f4-1096-4040-b4a6-435ebe4187d5\",\r\n            \"Number\": 23,\r\n            \"Name\": \"Week 23\"\r\n            },\r\n            {\r\n                \"Id\": \"4f1ab663-f3a6-4769-934c-6b8518494788\",\r\n                \"Number\": 24,\r\n                \"Name\": \"Week 24\"\r\n            },\r\n            {\r\n                \"Id\": \"e88c9bb3-7c38-47cc-ac59-45316d36c991\",\r\n                \"Number\": 25,\r\n                \"Name\": \"Week 25\"\r\n            },\r\n            {\r\n                \"Id\": \"92ebef6d-7bc0-4976-8dd4-7b3901bbc156\",\r\n                \"Number\": 26,\r\n                \"Name\": \"Week 26\"\r\n            },\r\n            {\r\n                \"Id\": \"aa6f7526-b338-4576-a72f-a1afc1b87d43\",\r\n                \"Number\": 27,\r\n                \"Name\": \"Week 27\"\r\n            },\r\n            {\r\n                \"Id\": \"5a99abf4-be2a-4b4c-89f9-c938d9f7ac30\",\r\n                \"Number\": 28,\r\n                \"Name\": \"Week 28\"\r\n            },\r\n            {\r\n                \"Id\": \"2e674e93-581b-4aa3-85ac-49fdc0076c07\",\r\n                \"Number\": 29,\r\n                \"Name\": \"Week 29\"\r\n            },\r\n            {\r\n                \"Id\": \"ef7143fa-4416-440f-9fc3-c98033cabe1a\",\r\n                \"Number\": 30,\r\n                \"Name\": \"Week 30\"\r\n            },\r\n            {\r\n                \"Id\": \"5b829645-a887-41a3-830a-e9cd42a14027\",\r\n                \"Number\": 31,\r\n                \"Name\": \"Week 31\"\r\n            },\r\n            {\r\n                \"Id\": \"d1a8bce0-2098-4909-9c2c-ffb7917dff0b\",\r\n                \"Number\": 32,\r\n                \"Name\": \"Week 32\"\r\n            },\r\n            {\r\n                \"Id\": \"a5e0eb9a-91c9-44f1-8bc5-2f0c8146b7ca\",\r\n                \"Number\": 33,\r\n                \"Name\": \"Week 33\"\r\n            },\r\n            {\r\n                \"Id\": \"ac1ebdf4-9f5f-4db2-b643-3355e253e058\",\r\n                \"Number\": 34,\r\n                \"Name\": \"Week 34\"\r\n            },\r\n            {\r\n                \"Id\": \"57d3bd3e-afa9-4fd3-86cd-4513f441b06d\",\r\n                \"Number\": 35,\r\n                \"Name\": \"Week 35\"\r\n            },\r\n            {\r\n                \"Id\": \"4d059d2b-95ef-49c2-aa5e-438d4ac3a7ac\",\r\n                \"Number\": 36,\r\n                \"Name\": \"Week 36\"\r\n            },\r\n            {\r\n                \"Id\": \"5032b420-a953-4d57-9d75-91e9bdd550cd\",\r\n                \"Number\": 37,\r\n                \"Name\": \"Week 37\"\r\n            },\r\n            {\r\n                \"Id\": \"d285c1be-5396-4560-8abf-098073f34eb9\",\r\n                \"Number\": 38,\r\n                \"Name\": \"Week 38\"\r\n            },\r\n            {\r\n                \"Id\": \"278a1b86-18be-47de-9a0a-7d7350265c3e\",\r\n                \"Number\": 39,\r\n                \"Name\": \"Week 39\"\r\n            },\r\n            {\r\n                \"Id\": \"fa01d0e1-e6f4-4c0d-b306-45e8c72630e8\",\r\n                \"Number\": 40,\r\n                \"Name\": \"Week 40\"\r\n            },\r\n            {\r\n                \"Id\": \"ad5761d5-6495-418f-a28e-25b31cfb47b8\",\r\n                \"Number\": 41,\r\n                \"Name\": \"Week 41\"\r\n            },\r\n            {\r\n                \"Id\": \"4a5f3aba-a8cd-4386-ae11-01abf5eaa4fc\",\r\n                \"Number\": 42,\r\n                \"Name\": \"Week 42\"\r\n            },\r\n            {\r\n                \"Id\": \"be46af63-9c7c-4fbd-8370-fb6a8876cb05\",\r\n                \"Number\": 43,\r\n                \"Name\": \"Week 43\"\r\n            },\r\n            {\r\n                \"Id\": \"74a57aa4-a31a-41ca-bac0-0ff8c8ab99b8\",\r\n                \"Number\": 44,\r\n                \"Name\": \"Week 44\"\r\n            },\r\n            {\r\n                \"Id\": \"7ae0cd84-386d-47e3-9557-c97798bbe01c\",\r\n                \"Number\": 45,\r\n                \"Name\": \"Week 45\"\r\n            },\r\n            {\r\n                \"Id\": \"c865f1fc-9bfa-4761-8206-2b7faeb35da5\",\r\n                \"Number\": 46,\r\n                \"Name\": \"Week 46\"\r\n            },\r\n            {\r\n                \"Id\": \"2efa8b3d-cdc5-47a3-9817-395b2d5a63d5\",\r\n                \"Number\": 47,\r\n                \"Name\": \"Week 47\"\r\n            },\r\n            {\r\n                \"Id\": \"0e9d0621-d0ee-405a-a85c-79ce4e0e2697\",\r\n                \"Number\": 48,\r\n                \"Name\": \"Week 48\"\r\n            },\r\n            {\r\n                \"Id\": \"6f4835ed-0911-4afc-8a70-0b52add23d1f\",\r\n                \"Number\": 49,\r\n                \"Name\": \"Week 49\"\r\n            },\r\n            {\r\n                \"Id\": \"a6161451-28fe-4605-a066-03cd40374934\",\r\n                \"Number\": 50,\r\n                \"Name\": \"Week 50\"\r\n            },\r\n            {\r\n                \"Id\": \"736e54e4-4360-42df-9333-e3685edfa10a\",\r\n                \"Number\": 51,\r\n                \"Name\": \"Week 51\"\r\n            },\r\n            {\r\n                \"Id\": \"27931410-2b56-46b1-b697-890834c927c9\",\r\n                \"Number\": 52,\r\n                \"Name\": \"Week 52\"\r\n            }\r\n        ],\r\n        \"Months\": [\r\n            {\r\n                \"Id\": \"42210ac2-ccba-4ce0-97b2-63f69a773dae\",\r\n                \"Number\": 1,\r\n                \"Name\": \"January\"\r\n            },\r\n            {\r\n                \"Id\": \"aa1193ec-58c0-4456-bb63-5d98e46753f9\",\r\n                \"Number\": 2,\r\n                \"Name\": \"February\"\r\n            },\r\n            {\r\n                \"Id\": \"305cb13b-ec5a-46ca-baaa-89797d5e3198\",\r\n                \"Number\": 3,\r\n                \"Name\": \"March\"\r\n            },\r\n            {\r\n                \"Id\": \"37e68b31-980c-48e7-ac1c-e311318bf70f\",\r\n                \"Number\": 4,\r\n                \"Name\": \"April\"\r\n            },\r\n            {\r\n                \"Id\": \"c3feb0b4-278b-47e5-b599-3dbf38246b98\",\r\n                \"Number\": 5,\r\n                \"Name\": \"May\"\r\n            },\r\n            {\r\n                \"Id\": \"42ce6435-d429-45ca-b1f0-ed20942dfdf1\",\r\n                \"Number\": 6,\r\n                \"Name\": \"June\"\r\n            },\r\n            {\r\n                \"Id\": \"d2127380-9ee3-430b-9a53-e5768e7d2d9e\",\r\n                \"Number\": 7,\r\n                \"Name\": \"July\"\r\n            },\r\n            {\r\n                \"Id\": \"c895adcd-2062-4e45-b7d1-8d0f1e0dc81c\",\r\n                \"Number\": 8,\r\n                \"Name\": \"August\"\r\n            },\r\n            {\r\n                \"Id\": \"b8b3d85a-5a38-41f3-adc0-37b39923ddff\",\r\n                \"Number\": 9,\r\n                \"Name\": \"September\"\r\n            },\r\n            {\r\n                \"Id\": \"2bb62634-78e7-4c21-a636-4b6030ed70a0\",\r\n                \"Number\": 10,\r\n                \"Name\": \"October\"\r\n            },\r\n            {\r\n                \"Id\": \"ffd7be31-f90d-4fa0-8a34-0bc61567ce0e\",\r\n                \"Number\": 11,\r\n                \"Name\": \"November\"\r\n            },\r\n            {\r\n                \"Id\": \"ec14ce00-99d7-45ed-866c-99e876ae8403\",\r\n                \"Number\": 12,\r\n                \"Name\": \"December\"\r\n            }\r\n        ],\r\n        \"Quarters\": [\r\n            {\r\n                \"Id\": \"c475f2c6-8e05-40c1-8507-530941df7876\",\r\n                \"Number\": 1,\r\n                \"Name\": \"Summer\"\r\n            },\r\n            {\r\n                \"Id\": \"6670717f-0c64-49a1-999e-cb6afdb21c28\",\r\n                \"Number\": 2,\r\n                \"Name\": \"Autumn\"\r\n            },\r\n            {\r\n                \"Id\": \"3697f930-8449-4f54-8d02-1fc5a2aa4518\",\r\n                \"Number\": 3,\r\n                \"Name\": \"Winter\"\r\n            },\r\n            {\r\n                \"Id\": \"c9a7d4d5-45df-48f4-b032-2bbdfd78db87\",\r\n                \"Number\": 4,\r\n                \"Name\": \"Spring\"\r\n            }\r\n        ],\r\n        \"TaskTypeIds\": [\r\n            \"TaskTypes-169\",\r\n            \"TaskTypes-165\"\r\n        ]\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingcalendars.json/{{Id}}","description":"<p>This API endpoint will update a reportingcalendars</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Manage Reporting Calendars - Allows user to manage Reporting Calendars.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Reporting Calendar</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CalendarMonths</td>\n<td></td>\n<td><strong>Collection of ReportingCalendarItem</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Year</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Group</td>\n<td>A simple way of grouping like calendars (each in group should have a different Year)</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Start</td>\n<td>The first day of the first week in the year. Not necessarily January 1st. E.g. Mon 28 Dec 2020</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnLocationJobTargets</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WeeksPerMonth</td>\n<td>Supplied by the calendar's creator. Used in the initial build.</td>\n<td>Collection of integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Quarter1Name</td>\n<td>Supplied by the calendar's creator. Used in the initial build.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Quarter2Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Quarter3Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Quarter4Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Weeks</td>\n<td></td>\n<td><strong>Collection of ReportingCalendarPeriod</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Months</td>\n<td></td>\n<td><strong>Collection of ReportingCalendarPeriod</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Quarters</td>\n<td>Optional.</td>\n<td><strong>Collection of ReportingCalendarPeriod</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Processes</td>\n<td></td>\n<td><strong>Collection of ReportingCalendarProcess</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskTypeIds</td>\n<td>For restricting the Tasks that can live on this Calendar's Jobs. Used in Planning.</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ReportingCalendarItem</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Year</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Month</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MonthText</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MonthStart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MonthEnd</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ReportingCalendarPeriod</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Number</td>\n<td>A period is for an arbitrary range of dates (week, month etc). 'Number' is the number of that period within the year. It starts at 1, not 0. E.g. January is month 1.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>\"Optional. E.g. \"\"Winter\"\"\"</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ReportingCalendarProcess</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>d</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProcessId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Targets</td>\n<td></td>\n<td><strong>Collection of ReportingCalendarTarget</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ReportingCalendarTarget</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UnitId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2428f082-c5f5-45ec-b0fd-d7b2336fd3b3","id":"2428f082-c5f5-45ec-b0fd-d7b2336fd3b3","name":"Reporting Calendars","type":"folder"}},"urlObject":{"path":["api","v1","reportingcalendars.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"60eef89b-9928-4c8a-bdd1-6600a9af6ce0"},{"name":"Edit Reporting Calendar","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"454e7443-6de0-4e10-9a3f-2a10100d19df"}}],"id":"a7b02ccc-ab42-4f52-860e-d8d4f2ffd2a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"API API edited by PATCH request\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingcalendars.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a ReportingCalendar</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Manage Reporting Calendars - Allows user to manage Reporting Calendars.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Reporting Calendar</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>InternalServerError (500)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2428f082-c5f5-45ec-b0fd-d7b2336fd3b3","id":"2428f082-c5f5-45ec-b0fd-d7b2336fd3b3","name":"Reporting Calendars","type":"folder"}},"urlObject":{"path":["api","v1","reportingcalendars.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7b02ccc-ab42-4f52-860e-d8d4f2ffd2a0"},{"name":"Delete Reporting Calendar","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"695886bf-11c8-4010-ba8f-0bc243aca9fa"}}],"id":"bb6e8412-7267-4632-8791-06910e05e170","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingcalendars.json/{{Id}}","description":"<p>This API endpoint will delete a ReportingCalendars</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>Manage Reporting Calendars - Allows user to manage Reporting Calendars.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Reporting Calendar</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2428f082-c5f5-45ec-b0fd-d7b2336fd3b3","id":"2428f082-c5f5-45ec-b0fd-d7b2336fd3b3","name":"Reporting Calendars","type":"folder"}},"urlObject":{"path":["api","v1","reportingcalendars.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb6e8412-7267-4632-8791-06910e05e170"}],"id":"2428f082-c5f5-45ec-b0fd-d7b2336fd3b3","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"d594b320-8f1a-4b02-9cbb-0380667fa135","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8237c3fb-527c-4528-8228-bba4097c6f23","type":"text/javascript","exec":[""]}}],"_postman_id":"2428f082-c5f5-45ec-b0fd-d7b2336fd3b3","description":""},{"name":"Report Occurrences","item":[{"name":"GET Report Occurrences","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData[jsonData.length-1].Id);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c14c2fb3-5937-4b7b-b444-93cc88b05987"}}],"id":"5faa00be-7756-497e-899c-0f570da55dbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/reportoccurrences.json","description":"<p>This API endpoint will return a List of Report Occurrences</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Report Occurrences - Allows user to view Report Occurrences.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/reportoccurrences.json?query=ReportOccurrences-16897&amp;defaultfield=Id</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c53e226d-4fba-48da-adab-2c36a56af70b","id":"c53e226d-4fba-48da-adab-2c36a56af70b","name":"Report Occurrences","type":"folder"}},"urlObject":{"path":["api","v1","reportoccurrences.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5faa00be-7756-497e-899c-0f570da55dbd"},{"name":"GET Specific Report Occurrences","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"53dc0326-db1a-4fd5-baab-93ce6a1775f2"}}],"id":"c7d96090-63ff-415f-964f-26ebfc6e794c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/reportoccurrences.json/{{Id}}","description":"<p>This API endpoint will return a specific Report Occurrences.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Report Occurrences - Allows user to view Report Occurrences.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Report Occurrences</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c53e226d-4fba-48da-adab-2c36a56af70b","id":"c53e226d-4fba-48da-adab-2c36a56af70b","name":"Report Occurrences","type":"folder"}},"urlObject":{"path":["api","v1","reportoccurrences.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7d96090-63ff-415f-964f-26ebfc6e794c"}],"id":"c53e226d-4fba-48da-adab-2c36a56af70b","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"1cb35e86-6622-43a8-bcce-5f9678de1b58","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0580898c-6539-475a-9042-27e852cd0332","type":"text/javascript","exec":[""]}}],"_postman_id":"c53e226d-4fba-48da-adab-2c36a56af70b","description":""},{"name":"Reporting Rules","item":[{"name":"GET list or  Reporting Rules","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"428498a5-8644-4144-b7fd-097a96c9cff5"}}],"id":"e068ffff-87a2-43d6-bd82-5517071c1ba1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/ReportingRules.json","description":"<p>This API endpoint will return a List of Reporting Rules</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Reporting Rules - Allows user to view Reporting Rules.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/ReportingRules.json?query=DailyActualsReport<br />&amp;defaultfield=ReportType</p>\n<p><strong>Indexes</strong></p>\n<p>The ReportingRules endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the ReportingRules (excluding collections) may be used to sort the ReportingRules list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3482d4f2-7940-4179-a44e-67ac620e7b56","id":"3482d4f2-7940-4179-a44e-67ac620e7b56","name":"Reporting Rules","type":"folder"}},"urlObject":{"path":["api","v1","ReportingRules.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e068ffff-87a2-43d6-bd82-5517071c1ba1"},{"name":"GET Specific Reporting Rule","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"2037e68c-e336-4b73-96b7-501f0f3eefcb"}}],"id":"ee0489dd-e0e4-4e14-b15d-be215e883296","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/ReportingRules.json/{{Id}}","description":"<p>This API endpoint will return a specific Reporting Rule.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Reporting Rules - Allows user to view Reporting Rules.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Reporting Rule</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3482d4f2-7940-4179-a44e-67ac620e7b56","id":"3482d4f2-7940-4179-a44e-67ac620e7b56","name":"Reporting Rules","type":"folder"}},"urlObject":{"path":["api","v1","ReportingRules.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee0489dd-e0e4-4e14-b15d-be215e883296"},{"name":"Add Reporting Rule","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript","id":"ce28fdb4-7d08-423f-88bf-904e01270f0c"}}],"id":"c0acc046-8888-49a0-b795-75661225c1df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ReportType\": \"CustomReport\",\r\n    \"ReportDisplayName\": \"API Test\",\r\n    \"Subject\": \"API Test\",\r\n    \"ReportFilename\": \"API Test.pdf\",\r\n    \"TemplateFilename\": \"API Test.docx\",\r\n    \"Enabled\": true,\r\n    \"ParameterRules\": [\r\n        {\r\n            \"Id\": \"b44e3d9e-2718-4407-b566-8c695d931ca9\",\r\n            \"Type\": \"TimePeriod\",\r\n            \"Name\": \"TimePeriodNavigations\",\r\n            \"DisplayOrder\": 1000,\r\n            \"DefaultValues\": [\r\n                \"Current\"\r\n            ],\r\n            \"Values\": [\r\n                \"Current\"\r\n            ]\r\n        },\r\n        {\r\n            \"Id\": \"c558d9ed-4189-4b11-9254-6a5214244d40\",\r\n            \"Type\": \"TimePeriod\",\r\n            \"Name\": \"TimePeriods\",\r\n            \"DisplayOrder\": 2000,\r\n            \"DefaultValues\": [\r\n                \"Shift\"\r\n            ],\r\n            \"Values\": [\r\n                \"Shift\"\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/ReportingRules.json","description":"<p>This API endpoint will create a Reporting Rule</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Reporting Rule - Allows user to manage Reporting Rule.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ReportType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LaterExpression</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AccumulatingShifts</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ReportDisplayName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Window</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Basis</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Offset</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LanguageCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Processes</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Subject</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Message</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ReportFilename</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TemplateFilename</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TemplateAttachmentId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsShiftPlanReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Enabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TrackVariance</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ParameterRules</td>\n<td></td>\n<td><strong>RulesCollections</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>RulesCollections</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ListSelectionMethod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultValues</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Values</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3482d4f2-7940-4179-a44e-67ac620e7b56","id":"3482d4f2-7940-4179-a44e-67ac620e7b56","name":"Reporting Rules","type":"folder"}},"urlObject":{"path":["api","v1","ReportingRules.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0acc046-8888-49a0-b795-75661225c1df"},{"name":"Update Reporting Rule","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"d4a5409d-2937-4d20-985d-62e9438bff5f"}}],"id":"ac3d1bbe-5aaa-422d-9dac-6eea92aff42b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ReportType\": \"CustomReport\",\r\n    \"ReportDisplayName\": \"API Edited Test\",\r\n    \"Subject\": \"API Edited Test\",\r\n    \"ReportFilename\": \"API Edited Test.pdf\",\r\n    \"TemplateFilename\": \"API Edited Test.docx\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/ReportingRules.json/{{Id}}","description":"<p>This API endpoint will update a Reporting Rules</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Reporting Rules - Allows user to manage Reporting Rules.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Reporting Rules</td>\n<td>Required</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ReportType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LaterExpression</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AccumulatingShifts</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ReportDisplayName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Window</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Basis</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Offset</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LanguageCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Processes</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Subject</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Message</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ReportFilename</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TemplateFilename</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TemplateAttachmentId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsShiftPlanReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Enabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TrackVariance</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ParameterRules</td>\n<td></td>\n<td><strong>RulesCollections</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>RulesCollections</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ListSelectionMethod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultValues</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Values</td>\n<td></td>\n<td>stringCollection</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3482d4f2-7940-4179-a44e-67ac620e7b56","id":"3482d4f2-7940-4179-a44e-67ac620e7b56","name":"Reporting Rules","type":"folder"}},"urlObject":{"path":["api","v1","ReportingRules.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac3d1bbe-5aaa-422d-9dac-6eea92aff42b"},{"name":"Edit Reporting Rule","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"2cfd138d-55b6-4f0e-b7a5-ae36481b8170"}}],"id":"1702080f-aea1-440f-b498-2371e8da3eca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Subject\",\r\n        \"value\": \"Subject edited by PATCH Request\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/ReportingRules.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Reporting Rules.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Reporting Rules - Allows user to manage Reporting Rules.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Reporting Rules</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3482d4f2-7940-4179-a44e-67ac620e7b56","id":"3482d4f2-7940-4179-a44e-67ac620e7b56","name":"Reporting Rules","type":"folder"}},"urlObject":{"path":["api","v1","ReportingRules.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1702080f-aea1-440f-b498-2371e8da3eca"},{"name":"Delete Reporting Rule","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"6b5dc952-ca0b-42aa-b1f5-817020040d87"}}],"id":"8a91a2fa-8766-4903-9997-80d57f424554","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/ReportingRules.json/{{Id}}","description":"<p>This API endpoint will delete a Reporting Rules.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Leave Approval Models - Allows user to manage Reporting Rules.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Reporting Rules</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3482d4f2-7940-4179-a44e-67ac620e7b56","id":"3482d4f2-7940-4179-a44e-67ac620e7b56","name":"Reporting Rules","type":"folder"}},"urlObject":{"path":["api","v1","ReportingRules.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a91a2fa-8766-4903-9997-80d57f424554"}],"id":"3482d4f2-7940-4179-a44e-67ac620e7b56","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"36ec1ad7-4935-40c4-b326-e0f5e10c3b24","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4027dcce-983f-46e4-9625-ba9436c9dd1e","type":"text/javascript","exec":[""]}}],"_postman_id":"3482d4f2-7940-4179-a44e-67ac620e7b56","description":""},{"name":"GET list or  Reporting Rules Copy","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"reportingRuleId\", jsonData[jsonData.length-1].Id);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"45dc6872-c4b1-42d6-8ad4-63158aeb75ea"}}],"id":"fd5b2478-c1e7-45a7-8a24-7023b398c648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/ReportingRules.json","description":"<p>This API endpoint will return a List of Reporting Rules</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Reporting Rules - Allows user to view Reporting Rules.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/useralerts.json?query=DailyActualsReport&amp;defaultfield=ReportType</p>\n<p><strong>Indexes</strong></p>\n<p>The ReportingRules endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the ReportingRules (excluding collections) may be used to sort the ReportingRules list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0313e27d-dbee-4b07-bb18-5a1404d8de40","id":"0313e27d-dbee-4b07-bb18-5a1404d8de40","name":"Reporting","type":"folder"}},"urlObject":{"path":["api","v1","ReportingRules.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd5b2478-c1e7-45a7-8a24-7023b398c648"},{"name":"Get Executed Occurrences","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"81410bf5-2339-4088-9e00-c72c3bae646e"}}],"id":"0fed4cfc-4ac8-4b84-90ac-c965f65fb332","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingGetExecutedOccurrences.json","description":"<p>This API endpoint return Executed Occurrences</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0313e27d-dbee-4b07-bb18-5a1404d8de40","id":"0313e27d-dbee-4b07-bb18-5a1404d8de40","name":"Reporting","type":"folder"}},"urlObject":{"path":["api","v1","reportingGetExecutedOccurrences.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0fed4cfc-4ac8-4b84-90ac-c965f65fb332"},{"name":"Get Next Cron Occurrence","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"773433c5-2019-4246-84d0-afde7f0148d6"}}],"id":"02359926-e72a-41e0-a8d8-d6b33091c437","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingGetNextCronOccurrence.json?cron={{cron}}","description":"<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Report Occurrences - Allows user to view Report Occurrences.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cron</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0313e27d-dbee-4b07-bb18-5a1404d8de40","id":"0313e27d-dbee-4b07-bb18-5a1404d8de40","name":"Reporting","type":"folder"}},"urlObject":{"path":["api","v1","reportingGetNextCronOccurrence.json"],"host":["{{Url}}"],"query":[{"key":"cron","value":"{{cron}}"}],"variable":[]}},"response":[],"_postman_id":"02359926-e72a-41e0-a8d8-d6b33091c437"},{"name":"Get Next Later Occurrence","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"199032b9-7002-4da0-9024-17b2be4c6810"}}],"id":"e9473e45-97f6-43be-99cd-a841c7e615e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingGetNextLaterOccurrence.json?later={{later}}","description":"<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Report Occurrences - Allows user to view Report Occurrences.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>later</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0313e27d-dbee-4b07-bb18-5a1404d8de40","id":"0313e27d-dbee-4b07-bb18-5a1404d8de40","name":"Reporting","type":"folder"}},"urlObject":{"path":["api","v1","reportingGetNextLaterOccurrence.json"],"host":["{{Url}}"],"query":[{"key":"later","value":"{{later}}"}],"variable":[]}},"response":[],"_postman_id":"e9473e45-97f6-43be-99cd-a841c7e615e2"},{"name":"Get Unexecuted But Queued Occurrences","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c61a8666-530c-4fdc-b26c-8fc07c44d40f"}}],"id":"4f698e40-4e9d-4714-8020-f560122d7937","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingGetUnexecutedButQueuedOccurrences.json","description":"<p>This API endpoint return Unexecuted But Queued Occurrences</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0313e27d-dbee-4b07-bb18-5a1404d8de40","id":"0313e27d-dbee-4b07-bb18-5a1404d8de40","name":"Reporting","type":"folder"}},"urlObject":{"path":["api","v1","reportingGetUnexecutedButQueuedOccurrences.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f698e40-4e9d-4714-8020-f560122d7937"},{"name":"Get Unexecuted And Unqueued Occurrences","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"1ea8e7ea-99cf-4ffd-bde7-069e8233d458"}}],"id":"34bb6566-82e1-4717-b23b-b2a0c7f2c922","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingGetUnexecutedAndUnqueuedOccurrences.json","description":"<p>This API endpoint return Unexecuted And Unqueued Occurrences</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0313e27d-dbee-4b07-bb18-5a1404d8de40","id":"0313e27d-dbee-4b07-bb18-5a1404d8de40","name":"Reporting","type":"folder"}},"urlObject":{"path":["api","v1","reportingGetUnexecutedAndUnqueuedOccurrences.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"34bb6566-82e1-4717-b23b-b2a0c7f2c922"},{"name":"Print a Report Occurrence","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"7293debc-c861-4177-ad78-8960a8c12488"}}],"id":"abb4ff4c-78cb-44bf-bfc7-53129e89c7e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingPrintReportOccurrence.json?id={{Id}}","description":"<p>This API endpoint print a ReportOccurrences</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>report id</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0313e27d-dbee-4b07-bb18-5a1404d8de40","id":"0313e27d-dbee-4b07-bb18-5a1404d8de40","name":"Reporting","type":"folder"}},"urlObject":{"path":["api","v1","reportingPrintReportOccurrence.json"],"host":["{{Url}}"],"query":[{"key":"id","value":"{{Id}}"}],"variable":[]}},"response":[],"_postman_id":"abb4ff4c-78cb-44bf-bfc7-53129e89c7e6"},{"name":"Print a Reporting Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"35b01aec-5da5-4738-ac18-42e163cf6445"}}],"id":"11877297-f910-4947-8d62-8d4966d98a1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingPrintReportingType.json?type={{type}}&scheduledAt={{scheduledAt}}&matchedShift={{matchedShift}}&process={{process}}&shifts={{shifts}}","description":"<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>scheduledAt</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>matchedShift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>shifts</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0313e27d-dbee-4b07-bb18-5a1404d8de40","id":"0313e27d-dbee-4b07-bb18-5a1404d8de40","name":"Reporting","type":"folder"}},"urlObject":{"path":["api","v1","reportingPrintReportingType.json"],"host":["{{Url}}"],"query":[{"key":"type","value":"{{type}}"},{"key":"scheduledAt","value":"{{scheduledAt}}"},{"key":"matchedShift","value":"{{matchedShift}}"},{"key":"process","value":"{{process}}"},{"key":"shifts","value":"{{shifts}}"}],"variable":[]}},"response":[],"_postman_id":"11877297-f910-4947-8d62-8d4966d98a1d"},{"name":"Reporting PrintReportingRule","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"d31a56c4-cda8-45eb-a6cf-eab08d34b62e"}}],"id":"f7ed25fc-54a8-4262-90e5-5983d8dedc17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingPrintReportingRule.json?id={{reportingRuleId}}&scheduledAt={{scheduledAt}}","description":"<p>This API endpoint print a ReportOccurrences</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>scheduledAt</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0313e27d-dbee-4b07-bb18-5a1404d8de40","id":"0313e27d-dbee-4b07-bb18-5a1404d8de40","name":"Reporting","type":"folder"}},"urlObject":{"path":["api","v1","reportingPrintReportingRule.json"],"host":["{{Url}}"],"query":[{"key":"id","value":"{{reportingRuleId}}"},{"key":"scheduledAt","value":"{{scheduledAt}}"}],"variable":[]}},"response":[],"_postman_id":"f7ed25fc-54a8-4262-90e5-5983d8dedc17"},{"name":"Reporting PrintReportingRule","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"00ee5cb1-60ee-46b9-ad0a-fae1bf286d1c"}}],"id":"cce918cb-acd9-47e9-a76d-47341d97068f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/reportingPrintReportingRule.json?id={{reportingRuleId}}&scheduledAt={{scheduledAt}}","description":"<p>This API endpoint print a ReportOccurrences</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>scheduledAt</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0313e27d-dbee-4b07-bb18-5a1404d8de40","id":"0313e27d-dbee-4b07-bb18-5a1404d8de40","name":"Reporting","type":"folder"}},"urlObject":{"path":["api","v1","reportingPrintReportingRule.json"],"host":["{{Url}}"],"query":[{"key":"id","value":"{{reportingRuleId}}"},{"key":"scheduledAt","value":"{{scheduledAt}}"}],"variable":[]}},"response":[],"_postman_id":"cce918cb-acd9-47e9-a76d-47341d97068f"}],"id":"0313e27d-dbee-4b07-bb18-5a1404d8de40","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"9da3a83d-c796-438c-a442-98c058bacd14","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"786950a6-2ddd-4afd-91cc-12e4afc20ed7","type":"text/javascript","exec":[""]}}],"_postman_id":"0313e27d-dbee-4b07-bb18-5a1404d8de40","description":""},{"name":"Shift Plans","item":[{"name":"KPI","item":[{"name":"Applied KPIs","item":[{"name":"GET Applied KPIs","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"578fa8e5-9976-48c1-841e-339f28fa087c"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"3cd5b612-9ca5-41e9-a903-101e0ea8ca7e"}}],"id":"85b5ed02-1952-4a6b-992c-058d490c1402","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/AppliedKPIs.json","description":"<p>This API endpoint will return a List of AppliedKPIs.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li>View Applied KPIs - Allows user to view Applied KPIs.</li>\n<li>View Actuals - Allows the user to view actuals on the Actuals screen.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found here.</p>\n<p>StartFragment</p>\n<p><em>Example:</em></p>\n<p>/api/v1/AppliedKPIs.json?query=Day&amp;defaultfield=Shift</p>\n<p>EndFragment</p>\n<p><strong>Indexes</strong></p>\n<p>The AppliedKPIs endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the AppliedKPI (excluding collections) may be used to sort the AppliedKPIs list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5e04b838-67eb-4d1c-9ca1-da349d303b55","id":"5e04b838-67eb-4d1c-9ca1-da349d303b55","name":"Applied KPIs","type":"folder"}},"urlObject":{"path":["api","v1","AppliedKPIs.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"85b5ed02-1952-4a6b-992c-058d490c1402"},{"name":"GET Specific Applied KPI","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"60927ac6-b366-459d-906f-342620021b14"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"4be9c64f-e7fd-4186-8ce3-1a35f8d47d66"}}],"id":"0cbd9f4b-74fc-483e-82c1-92ed5776a097","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/AppliedKPIs.json/{{Id}}","description":"<p>This API endpoint will return a specific AppliedKPI</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>View Applied KPIs - Allows user to view Applied KPIs.</p>\n</li>\n<li><p>View Actuals - Allows the user to view actuals on the Actuals screen.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the AppliedKPI</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5e04b838-67eb-4d1c-9ca1-da349d303b55","id":"5e04b838-67eb-4d1c-9ca1-da349d303b55","name":"Applied KPIs","type":"folder"}},"urlObject":{"path":["api","v1","AppliedKPIs.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0cbd9f4b-74fc-483e-82c1-92ed5776a097"},{"name":"Get Duplicates of Applied KPIs","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"9f49b206-5d9e-46d5-98a2-7e196e800019"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"88a17a73-c465-4c85-a8b6-97e55650adc7"}}],"id":"1bfb7cb5-8c3c-4e76-94d7-0c6083504b60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/appliedkpis.json/GetDuplicates","description":"<p>This API endpoint will return a List of Duplicates of AppliedKPIs.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li>View Applied KPIs - Allows user to view Applied KPIs.</li>\n</ul>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5e04b838-67eb-4d1c-9ca1-da349d303b55","id":"5e04b838-67eb-4d1c-9ca1-da349d303b55","name":"Applied KPIs","type":"folder"}},"urlObject":{"path":["api","v1","appliedkpis.json","GetDuplicates"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bfb7cb5-8c3c-4e76-94d7-0c6083504b60"},{"name":"GET Zap Duplicates of Applied KPIs","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"78b14a84-1312-41be-aa6c-db6724172634"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"33d02210-fcdd-445a-82e8-bae7b7b8200b"}}],"id":"c652f6d1-ab65-4776-a903-c38c51a6ede7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/appliedkpis.json/ZapDuplicates","description":"<p>This API endpoint will return a List of ZapDuplicates of AppliedKPIs.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li>View Applied KPIs - Allows user to view Applied KPIs.</li>\n</ul>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5e04b838-67eb-4d1c-9ca1-da349d303b55","id":"5e04b838-67eb-4d1c-9ca1-da349d303b55","name":"Applied KPIs","type":"folder"}},"urlObject":{"path":["api","v1","appliedkpis.json","ZapDuplicates"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c652f6d1-ab65-4776-a903-c38c51a6ede7"}],"id":"5e04b838-67eb-4d1c-9ca1-da349d303b55","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"622d7b97-85ae-454a-acee-9d4f72532a36","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e3961dd2-3a9b-4c00-8dcc-cb9948b79727","type":"text/javascript","exec":[""]}}],"_postman_id":"5e04b838-67eb-4d1c-9ca1-da349d303b55","description":""},{"name":"Get KPI","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c783b47b-a5f4-4995-be24-f807c9f79712"}}],"id":"d69bd547-71f5-4141-aa7f-b6039262cc2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/kpis.json/{{Id}}","description":"<p>This API endpoint will return a specific KPI.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View KPIs - Allows the user to view the KPIs in the Manage screen.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the KPI</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ef4af380-633e-4898-bdff-9a691a5f06e8","id":"ef4af380-633e-4898-bdff-9a691a5f06e8","name":"KPI","type":"folder"}},"urlObject":{"path":["api","v1","kpis.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d69bd547-71f5-4141-aa7f-b6039262cc2c"},{"name":"Get KPIs","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"0d0c6e6e-517f-45bf-a208-732c11d83caa"}}],"id":"0035a98e-fa0d-4e6c-a915-92f200f54e83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/kpis.json","description":"<p>This API endpoint will return a List of KPIs.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View KPIs - Allows the user to view the KPIs in the Manage screen.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>StartFragment</p>\n<p>/api/v1/kpis.json?query=Numeric&amp;defaultfield=Type</p>\n<p><strong>Indexes</strong></p>\n<p>The KPIs endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the KPI (excluding collections) may be used to sort the KPIs list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ef4af380-633e-4898-bdff-9a691a5f06e8","id":"ef4af380-633e-4898-bdff-9a691a5f06e8","name":"KPI","type":"folder"}},"urlObject":{"path":["api","v1","kpis.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0035a98e-fa0d-4e6c-a915-92f200f54e83"},{"name":"Add KPI","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript","id":"ace6b733-cda8-4476-88f2-789fbe20bebe"}},{"listen":"prerequest","script":{"exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript","id":"4edf6d18-26a7-4d00-87e6-c1c4273c96fd"}}],"id":"22973e22-665e-42c4-86f5-25bc8edb8d68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"APItest-{{current_timestamp}}\",\r\n    \"ShortCode\": \"APItst-{{current_timestamp}}\",\r\n    \"ActualDescription\": \"API test actual description\",\r\n    \"TargetDescription\": \"API test target description\",\r\n    \"Type\": \"Numeric\",\r\n    \"FieldType\": \"Numeric\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/kpis.json","description":"<p>This API endpoint will create a KPI.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage KPIs - Allows the user to add, edit and delete KPIs on the Manage screen. This policy is intended to be used in conjuction with the View KPIs policy.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>A descriptive name for the KPI.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td>A unique short code to identify this KPI.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>VariableName</td>\n<td>A unique varible name to identify this KPI within calculation expressions.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ActualDescription</td>\n<td>A detailed description of the KPI's actual value.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetDescription</td>\n<td>A detailed description of the KPI's target value.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>GreaterActualIsBest</td>\n<td>Indicates if it is best to have a greater actual value.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>The data type used for storing target and actual values. E.g. Numeric.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FieldType</td>\n<td>The field type used for target and actual input. E.g. Numeric, Percentage, Time.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TransformMethod</td>\n<td>The method used for transforming a field type to its underlying data type. E.g. MinutesFromStart, MinutesFromEnd.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetCalculated</td>\n<td>Indicates that the target value is calculated automatically.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ActualCalculated</td>\n<td>Indicates that the actual value is calculated automatically.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Visible</td>\n<td>Indicates that the KPI is visible on all screens and reports.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>VisibleOnWeeklyScheduleSummary</td>\n<td>Indicates that the KPI is visible on the weekly schedule summary.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateFunction</td>\n<td>The function used for aggregating target and actual values. E.g. Sum, Average, TargetAchievedCount</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateExpression</td>\n<td>A custom expression for aggregating target and actual values.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateIgnoreZeros</td>\n<td>Indicates if zero values should be ignored from the aggregate calculation.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>HideZeros</td>\n<td>Indicates if zero values should be hidden.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinValue</td>\n<td>The minimum allowed value.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaxValue</td>\n<td>The maximum allowed value.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinWholeDigits</td>\n<td>The minimum allowed digits before the decimal place.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaxWholeDigits</td>\n<td>The maximum allowed digits before the decimal place.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinDecimalDigits</td>\n<td>The minimum allowed digits after the decimal place.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaxDecimalDigits</td>\n<td>The maximum allowed digits after the decimal place.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>Indicates if this KPI is active.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td>A flag used to treat this KPI as deleted.</td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>TargetCalculationExpression</td>\n<td>The expression for calculating KPI target values.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ActualCalculationExpression</td>\n<td>The expression for calculating KPI actual values.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td>The order to display this KPI.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ef4af380-633e-4898-bdff-9a691a5f06e8","id":"ef4af380-633e-4898-bdff-9a691a5f06e8","name":"KPI","type":"folder"}},"urlObject":{"path":["api","v1","kpis.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"22973e22-665e-42c4-86f5-25bc8edb8d68"}],"id":"ef4af380-633e-4898-bdff-9a691a5f06e8","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"68aa1927-bf91-45b7-a776-1a4f04f31a3a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6f37fd64-720d-41e9-9d22-feb6cf9fcbb2","type":"text/javascript","exec":[""]}}],"_postman_id":"ef4af380-633e-4898-bdff-9a691a5f06e8","description":""},{"name":"Processes","item":[{"name":"GET Specific Process","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"abd40df8-9858-45c3-9f90-1f0f480ed9ff"}}],"id":"c24d046b-0f1c-4076-9abf-8ab53169f375","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Processes.json/{{Id}}","description":"<p>This API endpoint will return a specific Process.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Processes - Allows user to view Processes.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4e7c1658-8701-4041-b623-fa594ea7f4d3","id":"4e7c1658-8701-4041-b623-fa594ea7f4d3","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c24d046b-0f1c-4076-9abf-8ab53169f375"},{"name":"Add Process","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript","id":"20618f34-9d7e-4781-8547-b42073d1fd68"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"244a96c7-6818-491b-a15b-97dfc4c476f4"}}],"id":"04e33cfb-5c49-44ca-a713-8bea6e7de500","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Active\": true,\r\n    \"CanAcceptTasks\": true,\r\n    \"CanAssignTasks\": \"Yes\",\r\n    \"ChockPosTable\": null,\r\n    \"CrewLeaderOccupations\": [\r\n        \"occupations-418\"\r\n    ],\r\n    \"DailyActualsReportKPISummaryByDepartment\": false,\r\n    \"DailyActualsReportKPISummaryByProcess\": false,\r\n    \"DefaultKPIs\": [],\r\n    \"Deleted\": null,\r\n    \"Department\": \"departments-33\",\r\n    \"DepartmentName\": \"\",\r\n    \"DisplayOrder\": 0,\r\n    \"EnableAdHocLocations\": false,\r\n    \"EnableShiftPlanAcknowledgement\": false,\r\n    \"EnableShiftPlanApproval\": false,\r\n    \"EnableShortIntervalControl\": true,\r\n    \"FifthKPIToTrack\": null,\r\n    \"FifthKPIToTrackPeriod\": null,\r\n    \"FirstKPIToTrack\": null,\r\n    \"FirstKPIToTrackPeriod\": null,\r\n    \"FourthKPIToTrack\": null,\r\n    \"FourthKPIToTrackPeriod\": null,\r\n    \"IsProcess\": false,\r\n    \"Locations\": [],\r\n    \"ManagesEquipment\": true,\r\n    \"ManagesPeople\": true,\r\n    \"Name\": \"Test API-{{timestampMoment}}\",\r\n    \"RuntimeTable\": null,\r\n    \"SecondKPIToTrack\": null,\r\n    \"SecondKPIToTrackPeriod\": null,\r\n    \"ShearsTable\": null,\r\n    \"ShiftPlanReportAdditionalTasksLines\": 0,\r\n    \"ShiftPlanReportTopDelaysAndOrStoppagesLines\": 0,\r\n    \"ShortCode\": \"API-{{timestampMoment}}\",\r\n    \"ShowOn2448HourSchedule\": true,\r\n    \"ShowOnDailyKPIsReport\": false,\r\n    \"ShowOnDailyMeetingKPIsReport\": false,\r\n    \"ShowOnEquipmentSchedule\": true,\r\n    \"ShowOnManningReport\": true,\r\n    \"ShowOnPlanningBoard\": true,\r\n    \"ShowOnScheduler\": true,\r\n    \"ShowOnShiftSchedule\": true,\r\n    \"ShowOnShiftlyReport\": false,\r\n    \"ShowOnSmartboard\": true,\r\n    \"ShowOnSmartboardActualsUsageReport\": false,\r\n    \"ShowOnWeeklyPlanToActualReport\": false,\r\n    \"ShowOnWeeklySchedule\": true,\r\n    \"ShowShiftPlanReport5WHY\": false,\r\n    \"ShowShiftPlanReportChecklist\": false,\r\n    \"ShowShiftPlanReportNotesIssuesActions\": false,\r\n    \"SixthKPIToTrack\": null,\r\n    \"SixthKPIToTrackPeriod\": null,\r\n    \"TTFCTable\": null,\r\n    \"ThirdKPIToTrack\": null,\r\n    \"ThirdKPIToTrackPeriod\": null,\r\n    \"TonnesMultiplier\": null,\r\n    \"Type\": \"Service\",\r\n    \"UCTable\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Processes.json","description":"<p>This API endpoint will create a Process.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Processes - Allows user to manage Processes.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Forms</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Department</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CanAcceptTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CanAssignTasks</td>\n<td></td>\n<td><strong>CanAssignTasks</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanApproval</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanAcknowledgement</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShortIntervalControl</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanNotesonActuals</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableAdHocLocations</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableStartTask</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesEquipment</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesPeople</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnPlanningBoard</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnManningReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOn2448HourSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnShiftSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnWeeklySchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnEquipmentSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnSmartboard</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnScheduler</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportAdditionalTasksLines</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportTopDelaysAndOrStoppagesLines</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReport5WHY</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportChecklist</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportNotesIssuesActions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportHandoverSignOffSection</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportHandoverSignOffSectionRows</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SecondKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SecondKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ThirdKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ThirdKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FourthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FourthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FifthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FifthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SixthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SixthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TonnesMultiplier</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WeeklyOperatingHoursTarget</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Active</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>CrewLeaderOccupations</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryShortCodes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryByDepartment</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryByProcess</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultKPIs</td>\n<td></td>\n<td><strong>Collection of DefaultKPI</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ProcessChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ProcessChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td><strong>Collection of ProcessLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AcceptsTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignsTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>CanAssignTasks</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Yes</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Always</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of DefaultKPI</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Enabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ProcessChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ProcessLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4e7c1658-8701-4041-b623-fa594ea7f4d3","id":"4e7c1658-8701-4041-b623-fa594ea7f4d3","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"04e33cfb-5c49-44ca-a713-8bea6e7de500"},{"name":"Edit Process","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"59d62810-83c5-4932-a290-fd45f37c4059"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"3de5bd87-31ab-4f89-b3f2-0198cb4ddea8"}}],"id":"7810325e-f824-474d-9e20-0346c8a8fed3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"},{"key":"If-Unmodified-Since","type":"text","value":"{{current_timestamp}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"Edited API Process-{{timestampMoment}}\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Processes.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Process.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Processes - Allows user to manage Processes.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4e7c1658-8701-4041-b623-fa594ea7f4d3","id":"4e7c1658-8701-4041-b623-fa594ea7f4d3","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7810325e-f824-474d-9e20-0346c8a8fed3"},{"name":"Update Process","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"52b8280a-55be-4d79-b3db-091daeca3b67"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"b7311839-a26a-4ab9-882a-e7415fa3e3ca"}}],"id":"8db8d35f-6193-4269-bf21-56699cc0ef1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"Test API Updated by PUT request-{{timestampMoment}}\",\r\n    \"ShortCode\": \"API-{{timestampMoment}}\",\r\n    \"Department\": \"departments-33\",\r\n    \"Type\": \"Service\",\r\n    \"CanAcceptTasks\": true,\r\n    \"CanAssignTasks\": \"Yes\",\r\n    \"EnableShortIntervalControl\": true,\r\n    \"ManagesEquipment\": true,\r\n    \"ManagesPeople\": true,\r\n    \"ShowOnPlanningBoard\": true,\r\n    \"ShowOnManningReport\": true,\r\n    \"ShowOn2448HourSchedule\": true,\r\n    \"ShowOnShiftSchedule\": true,\r\n    \"ShowOnWeeklySchedule\": true,\r\n    \"ShowOnEquipmentSchedule\": true,\r\n    \"ShowOnSmartboard\": true,\r\n    \"ShowOnScheduler\": true,\r\n    \"Active\": true,\r\n    \"CrewLeaderOccupations\": [\r\n        \"occupations-418\"\r\n    ],\r\n    \"DailyActualsReportKPISummaryByDepartment\": false,\r\n    \"DailyActualsReportKPISummaryByProcess\": false,\r\n    \"AcceptsTasks\": true,\r\n    \"AssignsTasks\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Processes.json/{{Id}}","description":"<p>This API endpoint will update a Process.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Processes - Allows user to manage Processes.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Forms</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Department</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CanAcceptTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CanAssignTasks</td>\n<td></td>\n<td><strong>CanAssignTasks</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanApproval</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanAcknowledgement</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShortIntervalControl</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableShiftPlanNotesonActuals</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableAdHocLocations</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnableStartTask</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesEquipment</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesPeople</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnPlanningBoard</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnManningReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOn2448HourSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnShiftSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnWeeklySchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnEquipmentSchedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnSmartboard</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnScheduler</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportAdditionalTasksLines</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportTopDelaysAndOrStoppagesLines</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReport5WHY</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportChecklist</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportNotesIssuesActions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowShiftPlanReportHandoverSignOffSection</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanReportHandoverSignOffSectionRows</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SecondKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SecondKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ThirdKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ThirdKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FourthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FourthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FifthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FifthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SixthKPIToTrack</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SixthKPIToTrackPeriod</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TonnesMultiplier</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WeeklyOperatingHoursTarget</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Active</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>CrewLeaderOccupations</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryShortCodes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryByDepartment</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DailyActualsReportKPISummaryByProcess</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultKPIs</td>\n<td></td>\n<td><strong>Collection of DefaultKPI</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlanChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ProcessChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of ProcessChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td><strong>Collection of ProcessLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AcceptsTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignsTasks</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>CanAssignTasks</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Yes</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Always</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of DefaultKPI</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Enabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ProcessChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ProcessLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4e7c1658-8701-4041-b623-fa594ea7f4d3","id":"4e7c1658-8701-4041-b623-fa594ea7f4d3","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8db8d35f-6193-4269-bf21-56699cc0ef1e"},{"name":"Delete Process","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"40af3c71-ab11-42cd-8e25-f86bfb28c558"}}],"id":"17be78a3-d944-4b31-a47c-640b85090b25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/Processes.json/{{Id}}","description":"<p>This API endpoint will delete a Process.</p>\n<p><strong>PLEASE NOTE:</strong> <em>This endpoint does not actually delete the indicated document, but instead flags it as deleted.</em></p>\n<p>Records flagged as deleted are not returned by the GET endpoint by default. Pass 'includedeleted=true' on the query string to retrieve records flagged as deleted</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Processes - Allows user to manage Processes.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4e7c1658-8701-4041-b623-fa594ea7f4d3","id":"4e7c1658-8701-4041-b623-fa594ea7f4d3","name":"Processes","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"17be78a3-d944-4b31-a47c-640b85090b25"}],"id":"4e7c1658-8701-4041-b623-fa594ea7f4d3","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"07f893a4-8fba-49c8-9b97-4d01f856f3d0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fbd69539-9c09-48c4-90a8-fc2b494d9937","type":"text/javascript","exec":[""]}}],"_postman_id":"4e7c1658-8701-4041-b623-fa594ea7f4d3","description":""},{"name":"Shifts","item":[{"name":"Shift Rules","item":[{"name":"GET list of Shift Rules","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"4df4a593-a739-4f74-bd27-3a67af312ac6"}}],"id":"ca5fb006-2d7e-4fd0-9fd2-c522fe2c9bf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/shiftrules.json","description":"<p>This API endpoint will return a List of ShiftRules.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Shift Rules - Allows user to view Shift Rules.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/reportoccurrences.json?query=Night&amp;defaultfield=Group</p>\n<p><strong>Indexes</strong></p>\n<p>The ShiftRules endpoint has no database indexes. If you would like one added please submit a request with technical support <a href=\"http://support.fewzion.com/\">http://support.fewzion.com/</a>.</p>\n<p>You may specify sorting via the sort query string argument. Any property of the ShiftRule (excluding collections) may be used to sort the ShiftRules list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"06f22f01-2d02-4585-a546-53a60d587908","id":"06f22f01-2d02-4585-a546-53a60d587908","name":"Shift Rules","type":"folder"}},"urlObject":{"path":["api","v1","shiftrules.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca5fb006-2d7e-4fd0-9fd2-c522fe2c9bf7"}],"id":"06f22f01-2d02-4585-a546-53a60d587908","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"89671fb3-0eb1-460d-8ea6-bd056d63b6d5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c250e991-4160-4a8a-8119-64652397d4e8","type":"text/javascript","exec":[""]}}],"_postman_id":"06f22f01-2d02-4585-a546-53a60d587908","description":""},{"name":"Shift Times","item":[{"name":"GET list of Shift Times","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"eef57700-2886-49a8-be4a-fcbfc7b1811b"}}],"id":"7297f536-4260-4c6a-853f-c0a26bfb6cbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/ShiftTimes.json","description":"<p>This API endpoint will return a List of Shift Times</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Shift Times - Allows user to view Shift Times.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found here.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/ShiftTimes.json?query=Afternoon&amp;defaultfield=Shift</p>\n<p><strong>Indexes</strong></p>\n<p>The ShiftTimes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the ShiftTimes (excluding collections) may be used to sort the ShiftTimes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2c02bc87-ffc5-4d5c-a07b-e1204531e4c0","id":"2c02bc87-ffc5-4d5c-a07b-e1204531e4c0","name":"Shift Times","type":"folder"}},"urlObject":{"path":["api","v1","ShiftTimes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7297f536-4260-4c6a-853f-c0a26bfb6cbd"},{"name":"GET Specific Shift Time","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"b96fce13-b5ea-40dc-94ae-e7875b836e5d"}}],"id":"289bc53f-9f81-40a0-af2b-3d261ab6f3ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/ShiftTimes.json/{{Id}}","description":"<p>This API endpoint will return a specific Shift Times.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Shift Times - Allows user to view Shift Times.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Shift Times</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2c02bc87-ffc5-4d5c-a07b-e1204531e4c0","id":"2c02bc87-ffc5-4d5c-a07b-e1204531e4c0","name":"Shift Times","type":"folder"}},"urlObject":{"path":["api","v1","ShiftTimes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"289bc53f-9f81-40a0-af2b-3d261ab6f3ec"}],"id":"2c02bc87-ffc5-4d5c-a07b-e1204531e4c0","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"fc4782ff-e2c2-47fd-80c7-69396a709c15","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a16b42cf-145c-44db-abef-f023dc6be850","type":"text/javascript","exec":[""]}}],"_postman_id":"2c02bc87-ffc5-4d5c-a07b-e1204531e4c0","description":""},{"name":"Get list of shifts","event":[{"listen":"test","script":{"id":"6f066704-4ded-4e03-8734-94e49fc1233c","exec":["pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript"}}],"id":"a29b86f3-ef11-440a-9aa1-0180ae6cd20e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/shifts.json?start=2022-08-29&end=2022-08-30","description":"<p>This API endpoint will return a List of Shifts. Shifts do not correspond to a db object.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<p>View Shift Rules - Allows user to view Shift Rules.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>start</td>\n<td></td>\n<td>date</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>end</td>\n<td></td>\n<td>date</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fcf3bfbd-d9b0-4344-9ada-a4f8fe07948a","id":"fcf3bfbd-d9b0-4344-9ada-a4f8fe07948a","name":"Shifts","type":"folder"}},"urlObject":{"path":["api","v1","shifts.json"],"host":["{{Url}}"],"query":[{"key":"start","value":"2022-08-29"},{"key":"end","value":"2022-08-30"}],"variable":[]}},"response":[],"_postman_id":"a29b86f3-ef11-440a-9aa1-0180ae6cd20e"}],"id":"fcf3bfbd-d9b0-4344-9ada-a4f8fe07948a","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"7b7e8dc6-674c-403a-8a7e-eb678edaafcb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"27a3b8fc-7df8-4c5d-b448-ecd65b1c0467","type":"text/javascript","exec":[""]}}],"_postman_id":"fcf3bfbd-d9b0-4344-9ada-a4f8fe07948a","description":""},{"name":"GET Process","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"6ebf8274-5211-4ad4-b9c6-2e1244b637bf"}}],"id":"134e4b4d-562b-47fe-a28d-d8ca303c4d1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Processes.json","description":"<p>This API endpoint will return a List of Processes.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Processes - Allows user to view Processes.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Processes.json?query=Other&amp;defaultfield=Type</p>\n<p><strong>Indexes</strong></p>\n<p>The Processs endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Process (excluding collections) may be used to sort the Processs list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3595e0b3-b282-4551-b1e2-8fbbedfa41bb","id":"3595e0b3-b282-4551-b1e2-8fbbedfa41bb","name":"Shift Plans","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"134e4b4d-562b-47fe-a28d-d8ca303c4d1d"},{"name":"GET list of Shift Plans","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"e1e17a16-8901-47ff-8271-41470909b60c"}}],"id":"00cbc995-7b9a-4f28-bdb6-85f79b6408f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/shiftplans.json","description":"<p>This API endpoint will return a List of ShiftPlans.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Shift Plans - Allows user to view Shift Plans.</li>\n<li>View Actuals - Allows the user to view actuals on the Actuals screen.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/shiftplans.json?query=Day&amp;defaultfield=Shift  </p>\n<p><strong>Indexes</strong></p>\n<p>The ShiftPlans endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the ShiftPlan (excluding collections) may be used to sort the ShiftPlans list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3595e0b3-b282-4551-b1e2-8fbbedfa41bb","id":"3595e0b3-b282-4551-b1e2-8fbbedfa41bb","name":"Shift Plans","type":"folder"}},"urlObject":{"path":["api","v1","shiftplans.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"00cbc995-7b9a-4f28-bdb6-85f79b6408f3"},{"name":"GET specific Shift Plan","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"97332658-7a75-44ef-a6c5-c0cee740162b"}}],"id":"f406c04b-80b4-4608-9d70-0f3bacc3dc6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/shiftplans.json/{{Id}}","description":"<p>This API endpoint will return a specific ShiftPlan.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>View Shift Plans - Allows user to view Shift Plans.</p>\n</li>\n<li><p>View Actuals - Allows the user to view actuals on the Actuals screen.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the ShiftPlan</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3595e0b3-b282-4551-b1e2-8fbbedfa41bb","id":"3595e0b3-b282-4551-b1e2-8fbbedfa41bb","name":"Shift Plans","type":"folder"}},"urlObject":{"path":["api","v1","shiftplans.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f406c04b-80b4-4608-9d70-0f3bacc3dc6f"},{"name":"Copy Notes","event":[{"listen":"test","script":{"id":"13df8b78-ac0c-450d-a9e8-ab86f3be0785","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"2de4c768-cf85-4da8-8b0a-529439b7eea5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"Safety\",\r\n    \"note\": \"123\",\r\n    \"planId\": \"shiftplans-processes-321-2022-08-24-Day\",\r\n    \"onDays\": null,\r\n    \"onShifts\": [\r\n        \"Day\"\r\n    ],\r\n    \"untilDate\": \"2022-08-31T00:00:00\",\r\n    \"untilShift\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/shiftplans.json/CopyNotes","description":"<p>This API endpoint allows a client to request a ShiftPlan's notes to be copied.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Shift Plans - Allows user to manage Shift Plans.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>note</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>planId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>onDays</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>onShifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>untilDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>untilShift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3595e0b3-b282-4551-b1e2-8fbbedfa41bb","id":"3595e0b3-b282-4551-b1e2-8fbbedfa41bb","name":"Shift Plans","type":"folder"}},"urlObject":{"path":["api","v1","shiftplans.json","CopyNotes"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2de4c768-cf85-4da8-8b0a-529439b7eea5"}],"id":"3595e0b3-b282-4551-b1e2-8fbbedfa41bb","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"ae87efdc-4f31-4b74-9012-a66d6987b2e4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"98c3d4b2-310e-4b50-8f0f-27e0ab144b35","type":"text/javascript","exec":[""]}}],"_postman_id":"3595e0b3-b282-4551-b1e2-8fbbedfa41bb","description":""},{"name":"Skills","item":[{"name":"Get list of skills","event":[{"listen":"test","script":{"id":"4821a029-69dc-437c-bef6-17c161688d1d","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"f9248afa-f558-4b59-9c8e-13c9680ba59a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/skills.json","description":"<p>This API endpoint will return a List of Skills.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li>View Skills - Allows the user to view the Skills.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/skills.json?query=Skills2&amp;defaultfield=Name</p>\n<p>/api/v1/skills.json?query=sk2&amp;defaultfield=ShortCode</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Task (excluding collections) may be used to sort the Tasks list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><em>Usage Examples</em></p>\n<p>StartFragment</p>\n<p>/api/v1/skills.json?sort=[{\"property\":\"ShortCode\", \"direction\":\"ASC\"}]</p>\n<p>EndFragment</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a789c5cb-16f0-4e01-8c2d-9f4f78da34bd","id":"a789c5cb-16f0-4e01-8c2d-9f4f78da34bd","name":"Skills","type":"folder"}},"urlObject":{"path":["api","v1","skills.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9248afa-f558-4b59-9c8e-13c9680ba59a"},{"name":"Get specific skill","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"fda6cf04-8c17-4077-8de8-d02156fed6c1"}}],"id":"66717611-cf94-4364-a7d2-d9fba617252f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/skills.json/{{Id}}","description":"<p>This API endpoint will return a specific Skill.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li>View Skills - Allows the user to view the Skills.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Skill</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a789c5cb-16f0-4e01-8c2d-9f4f78da34bd","id":"a789c5cb-16f0-4e01-8c2d-9f4f78da34bd","name":"Skills","type":"folder"}},"urlObject":{"path":["api","v1","skills.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"66717611-cf94-4364-a7d2-d9fba617252f"},{"name":"Add new skill","event":[{"listen":"test","script":{"id":"0291617e-ee16-4191-82b8-6034072829ae","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"1dc03ed1-fc6a-466c-8789-7f5eadc8af51","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"c3206a91-4a7e-4831-86a7-159cf12daad1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ShortCode\": \"APIS-{{current_timestamp}}\",\r\n    \"Name\": \"API Skill-{{current_timestamp}}\",\r\n    \"Icon\": \"0022\",\r\n    \"Color\": \"33CCCC\",\r\n    \"EquipmentTypes\": [\r\n        \"EquipmentTypes-129\"\r\n   ],\r\n    \"TaskTypes\": [\r\n        {\r\n            \"Count\": 2,\r\n            \"TaskType\": \"TaskTypes-193\"\r\n        }\r\n    ],\r\n    \"Deleted\": false,\r\n    \"DisplayOrder\": 12000\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/skills.json","description":"<p>This API endpoint will create a Skill</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li>Manage Skills - Allows the user to add, edit and delete Skills on the Planning Board and Schedule screens for any process. This policy is intended to be used in conjuction with the View Skills policy.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ShortCode</td>\n<td>Skill's short code</td>\n<td>string</td>\n<td>Mandatory parameter</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>Skill's name</td>\n<td>string</td>\n<td>Mandatory parameter</td>\n</tr>\n<tr>\n<td>Icon</td>\n<td>Icon code parameter</td>\n<td>string</td>\n<td>Unicode codes</td>\n</tr>\n<tr>\n<td>Color</td>\n<td>Color code parameter</td>\n<td>string</td>\n<td>HEX code</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td>Equipment Types to which Skill will required</td>\n<td><strong>Collection of EquipmentTypes</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskTypes</td>\n<td>Task Types to which Skill will required</td>\n<td><strong>Collection of TaskTypes</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td>Mark skill as deleted</td>\n<td>string</td>\n<td>Mandatory parameter</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td>DisplayOrder</td>\n<td>Integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>Skill's unique identifier</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>Date and time of last skill's modifying</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>-</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>-</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of EquipmentTypes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Equipment</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskTypes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TaskType</td>\n<td>Task type Id</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td>Required people count</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a789c5cb-16f0-4e01-8c2d-9f4f78da34bd","id":"a789c5cb-16f0-4e01-8c2d-9f4f78da34bd","name":"Skills","type":"folder"}},"urlObject":{"path":["api","v1","skills.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3206a91-4a7e-4831-86a7-159cf12daad1"},{"name":"Edit skill","event":[{"listen":"prerequest","script":{"id":"8ad6264a-8f2b-4bde-a0ec-7a950bd47483","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"91215909-06e6-43f6-bc0a-cc8c9d2e9722","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"b78fab67-03da-4082-a838-8a53194beb0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\":\"replace\",\r\n        \"path\":\"$.Color\",\r\n        \"value\": \"33223\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/skills.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Skill.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have following Access Policie:</p>\n<ul>\n<li>Manage Skills - Allows user to manage Skills.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Skill</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a789c5cb-16f0-4e01-8c2d-9f4f78da34bd","id":"a789c5cb-16f0-4e01-8c2d-9f4f78da34bd","name":"Skills","type":"folder"}},"urlObject":{"path":["api","v1","skills.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b78fab67-03da-4082-a838-8a53194beb0f"},{"name":"Restore skill","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"39113935-7fa2-4f38-9710-8833a83ab63c"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"68775852-d83c-4bb5-a9ac-43485fffa70b"}}],"id":"96ac8bce-539c-4afb-a9d2-cb71e04546e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\":\"replace\",\r\n        \"path\":\"$.Deleted\",\r\n        \"value\":false\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/skills.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Skill.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have following Access Policie:</p>\n<ul>\n<li>Manage Skills - Allows user to manage Skills.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Skill</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a789c5cb-16f0-4e01-8c2d-9f4f78da34bd","id":"a789c5cb-16f0-4e01-8c2d-9f4f78da34bd","name":"Skills","type":"folder"}},"urlObject":{"path":["api","v1","skills.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"96ac8bce-539c-4afb-a9d2-cb71e04546e7"},{"name":"Update a skill","event":[{"listen":"test","script":{"id":"205c449f-7b3b-46ee-9482-55643bd16d15","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"32d389c9-c823-4209-b323-028fa0bdcfc6","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"2828d37b-08cf-4e54-a620-68680a7a2b64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ShortCode\": \"APIS-{{current_timestamp}}\",\r\n    \"Name\": \"API Skill updated by PUT request-{{current_timestamp}}\",\r\n    \"Icon\": \"0022\",\r\n    \"Color\": \"33CCCC\",\r\n    \"EquipmentTypes\": [\r\n        \"EquipmentTypes-129\",\r\n        \"EquipmentTypes-130\"\r\n   ],\r\n    \"TaskTypes\": [\r\n        {\r\n            \"Count\": 2,\r\n            \"TaskType\": \"TaskTypes-193\"\r\n        },\r\n         {\r\n            \"Count\": 1,\r\n            \"TaskType\": \"TaskTypes-199\"\r\n        }\r\n    ],\r\n    \"Deleted\": false,\r\n    \"DisplayOrder\": 12000\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/skills.json/{{Id}}","description":"<p>This API endpoint will update a Skill</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>Manage Skills - Allows user to manage Skills.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Skill</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ShortCode</td>\n<td>Skill's short code</td>\n<td>string</td>\n<td>Mandatory parameter</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>Skill's name</td>\n<td>string</td>\n<td>Mandatory parameter</td>\n</tr>\n<tr>\n<td>Icon</td>\n<td>Icon code parameter</td>\n<td>string</td>\n<td>Unicode codes</td>\n</tr>\n<tr>\n<td>Color</td>\n<td>Color code parameter</td>\n<td>string</td>\n<td>HEX code</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td>Equipment Types to which Skill will required</td>\n<td><strong>Collection of EquipmentTypes</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TaskTypes</td>\n<td>Task Types to which Skill will required</td>\n<td><strong>Collection of TaskTypes</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td>Mark skill as deleted</td>\n<td>string</td>\n<td>Mandatory parameter</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td>DisplayOrder</td>\n<td>Integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>Skill's unique identifier</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>Date and time of last skill's modifying</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>-</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>-</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of EquipmentTypes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Equipment</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskTypes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TaskType</td>\n<td>Task type Id</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td>Required people count</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a789c5cb-16f0-4e01-8c2d-9f4f78da34bd","id":"a789c5cb-16f0-4e01-8c2d-9f4f78da34bd","name":"Skills","type":"folder"}},"urlObject":{"path":["api","v1","skills.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2828d37b-08cf-4e54-a620-68680a7a2b64"},{"name":"Delete skill","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"a88c8df2-e432-4f84-b129-4ec3f2bfccfe"}},{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"01a411c7-05e2-4f44-9730-b278616c3bc4"}}],"id":"a602a204-cd5f-49b8-b9bf-d6e7d9892ecd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"url":"{{Url}}/api/v1/skills.json/{{Id}}","description":"<p>This API endpoint will delete a Skill.</p>\n<p><strong>PLEASE NOTE:</strong> <em>This endpoint does not actually delete the indicated document, but instead flags it as deleted.</em></p>\n<p>Records flagged as deleted are not returned by the GET endpoint by default. Pass 'includedeleted=true' on the query string to retrieve records flagged as deleted</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Skill - Allows user to manage Skill s.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Skill</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a789c5cb-16f0-4e01-8c2d-9f4f78da34bd","id":"a789c5cb-16f0-4e01-8c2d-9f4f78da34bd","name":"Skills","type":"folder"}},"urlObject":{"path":["api","v1","skills.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a602a204-cd5f-49b8-b9bf-d6e7d9892ecd"}],"id":"a789c5cb-16f0-4e01-8c2d-9f4f78da34bd","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"7a1ce843-44c0-4d5b-967d-ee49e16ee832","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a7ee1363-5710-45ad-a2a2-9890ed76b62b","type":"text/javascript","exec":[""]}}],"_postman_id":"a789c5cb-16f0-4e01-8c2d-9f4f78da34bd","description":""},{"name":"Tags","item":[{"name":"Tag Types","item":[{"name":"GET Tag Types","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"2b2b3cf7-f099-4401-8f4f-16447c8d3fb6"}}],"id":"882acdaf-74e9-4bd7-8395-d43ec658eb5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/TagTypes.json/","description":"<p>This API endpoint will return a List of TagTypes.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Tag Types - Allows user to view Tag Types.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/TagTypes.json?query=Process Tags&amp;defaultfield=Name</p>\n<p><strong>Indexes</strong></p>\n<p>The TagTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the TagType (excluding collections) may be used to sort the TagTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2312e259-2d96-4225-a76b-b34478a611a1","id":"2312e259-2d96-4225-a76b-b34478a611a1","name":"Tag Types","type":"folder"}},"urlObject":{"path":["api","v1","TagTypes.json",""],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"882acdaf-74e9-4bd7-8395-d43ec658eb5c"},{"name":"GET Specific Tag Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"5dbe44dd-a39f-451b-91ae-2094c5424130"}}],"id":"7eaa3666-38c2-4c2d-a725-e90cab39e879","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/TagTypes.json/{{Id}}","description":"<p>This API endpoint will return a specific TagType.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Tag Types - Allows user to view Tag Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Tag Type</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2312e259-2d96-4225-a76b-b34478a611a1","id":"2312e259-2d96-4225-a76b-b34478a611a1","name":"Tag Types","type":"folder"}},"urlObject":{"path":["api","v1","TagTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7eaa3666-38c2-4c2d-a725-e90cab39e879"},{"name":"ADD Tag Type","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript","id":"c1fcb4d6-2cf9-48ca-8f1a-fee2faa187ef"}}],"id":"0a8581b8-6885-4d34-b21c-bc281ac032bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"API Test\",\r\n    \"DisplayOrder\": 11100\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/TagTypes.json/","description":"<p>This API endpoint will create a TagType</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Tag Types - Allows user to manage Tag Types.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationJobPlanning</td>\n<td>Name of a location job planning type (e.g. Priority or Material) Allows a TagType to be further categorized for the location job planners.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nConflict (409)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2312e259-2d96-4225-a76b-b34478a611a1","id":"2312e259-2d96-4225-a76b-b34478a611a1","name":"Tag Types","type":"folder"}},"urlObject":{"path":["api","v1","TagTypes.json",""],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a8581b8-6885-4d34-b21c-bc281ac032bc"},{"name":"Update Tag Type","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c59efd3a-b30d-47e5-bd21-eb5b8b832828"}}],"id":"147b5d87-69d4-4ab4-aa61-594ffe7f8e7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"API updated by PUT request\",\r\n    \"DisplayOrder\": 11200\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/TagTypes.json/{{Id}}","description":"<p>This API endpoint will update a TagType</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Tag Types - Allows user to manage Tag Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Tag Type</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationJobPlanning</td>\n<td>Name of a location job planning type (e.g. Priority or Material) Allows a TagType to be further categorized for the location job planners.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2312e259-2d96-4225-a76b-b34478a611a1","id":"2312e259-2d96-4225-a76b-b34478a611a1","name":"Tag Types","type":"folder"}},"urlObject":{"path":["api","v1","TagTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"147b5d87-69d4-4ab4-aa61-594ffe7f8e7c"},{"name":"Edit Tag Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"09c3e745-367f-4482-a573-29d786f455c6"}}],"id":"7ba98066-2ef2-4872-8e38-6ce7f28f0e99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"API edited by PATCH Tag\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/TagTypes.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a TagType</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Tag Types - Allows user to manage Tag Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Tag Type</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>InternalServerError (500)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2312e259-2d96-4225-a76b-b34478a611a1","id":"2312e259-2d96-4225-a76b-b34478a611a1","name":"Tag Types","type":"folder"}},"urlObject":{"path":["api","v1","TagTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ba98066-2ef2-4872-8e38-6ce7f28f0e99"},{"name":"DELETE Tag Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"f73edf77-b776-41b6-be32-3fb428eef35f"}}],"id":"1f5ef61d-2c42-451b-8641-2abcc22538a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/TagTypes.json/{{Id}}","description":"<p>This API endpoint will delete a TagType</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Tag Types - Allows user to manage Tag Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Tag Type</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2312e259-2d96-4225-a76b-b34478a611a1","id":"2312e259-2d96-4225-a76b-b34478a611a1","name":"Tag Types","type":"folder"}},"urlObject":{"path":["api","v1","TagTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f5ef61d-2c42-451b-8641-2abcc22538a4"}],"id":"2312e259-2d96-4225-a76b-b34478a611a1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"3aca5d8d-c169-48eb-9eaf-f1208071f226","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2479995d-db5b-49b4-a78b-0889e19394ab","type":"text/javascript","exec":[""]}}],"_postman_id":"2312e259-2d96-4225-a76b-b34478a611a1","description":""},{"name":"GET List of Tags","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"358cf6a6-d739-49df-aae5-78bbecbc36f3"}}],"id":"3ea53a06-371f-4b1b-825f-990da341f673","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Tags.json","description":"<p>This API endpoint will return a List of Tags.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Tags - Allows user to view Tags.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Tags.json?query=0000FF&amp;defaultfield=Color</p>\n<p><strong>Indexes</strong></p>\n<p>The Tags endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Tag (excluding collections) may be used to sort the Tags list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a92f3e5c-c445-4f62-a114-fd637de08325","id":"a92f3e5c-c445-4f62-a114-fd637de08325","name":"Tags","type":"folder"}},"urlObject":{"path":["api","v1","Tags.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ea53a06-371f-4b1b-825f-990da341f673"},{"name":"Get specific Tag","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"fc8c0a52-3464-4616-a1bd-24538f440233"}}],"id":"bb9aefb5-4aeb-4f58-863d-9a3d05e4ea84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Tags.json","description":"<p>This API endpoint will return a specific Tag.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Tags - Allows user to view Tags.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Tag</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a92f3e5c-c445-4f62-a114-fd637de08325","id":"a92f3e5c-c445-4f62-a114-fd637de08325","name":"Tags","type":"folder"}},"urlObject":{"path":["api","v1","Tags.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb9aefb5-4aeb-4f58-863d-9a3d05e4ea84"},{"name":"Add Tag","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript","id":"b7cad1a8-4ecd-4504-b13a-4644e7add336"}}],"id":"35cb0b3b-c06c-484a-a985-618cdc69c161","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Color\": \"FF99CC\",\r\n    \"DisplayOrder\": 81000,\r\n    \"EnabledFor\": [\r\n        {\r\n            \"AutoAssignCondition\": \"\",\r\n            \"CanBeManuallyAdded\": true,\r\n            \"Name\": \"Tasks\"\r\n        },\r\n        {\r\n            \"AutoAssignCondition\": \"\",\r\n            \"CanBeManuallyAdded\": true,\r\n            \"Name\": \"StandardTasks\"\r\n        },\r\n        {\r\n            \"AutoAssignCondition\": \"\",\r\n            \"CanBeManuallyAdded\": true,\r\n            \"Name\": \"PlannedTasks\"\r\n        }\r\n    ],\r\n    \"Icon\": \"\",\r\n    \"IconCode\": \"\",\r\n    \"Name\": \"API\",\r\n    \"ShortCode\": \"API\",\r\n    \"TagAttachment\": false,\r\n    \"TagType\": \"TagTypes-34\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Tags.json","description":"<p>This API endpoint will create a Tag</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Tags - Allows user to manage Tags.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagAttachment</td>\n<td>Indicates if an attachment is to show as a tag on task UIs. I.e. if a task contains an attachment that is tagged, then that tag should show directly on the task on the UI. This looks like poor design: TagAttachment only applies to TaskAttachments. So, it would be better inside the EnabledFor record.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Color</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Icon</td>\n<td>Not in use.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IconCode</td>\n<td>The 4 digit hex code of an icon in FontAwesome. Replaces the ShortCode when displayed. Does respect the Color. Uses the set of icons installed in Extjs (which may not be all of those that are in the current online documentaion of FontAwesome).</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnabledFor</td>\n<td>List of items that may have this tag applied to them</td>\n<td><strong>Collection of TagEnabledFor</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagType</td>\n<td>Used for grouping tags. Optional.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TagEnabledFor</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>The item to which the tag applies</td>\n<td><strong>TagAppliesTo</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AutoAssignCondition</td>\n<td>The javascript that is executed to determine if the tag is auto-assigned to a task. If null/empty, the tag applies but is not auto-assigned (i.e. it is set manually by a user).</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CanBeManuallyAdded</td>\n<td>Indicates, for tags that are auto-assigned, if the tag can also be added by the user. A tag added by the user usurps auto assignment processing. Such a tag can oly be removed by the user. Only applicable where there is an AutoAssignCondition.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>TagAppliesTo</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Tasks</td>\n<td>0</td>\n<td></td>\n</tr>\n<tr>\n<td>StandardTasks</td>\n<td>1</td>\n<td></td>\n</tr>\n<tr>\n<td>PlannedTasks</td>\n<td>2</td>\n<td></td>\n</tr>\n<tr>\n<td>TaskAttachments</td>\n<td>3</td>\n<td></td>\n</tr>\n<tr>\n<td>Users</td>\n<td>4</td>\n<td></td>\n</tr>\n<tr>\n<td>Locations</td>\n<td>5</td>\n<td></td>\n</tr>\n<tr>\n<td>Jobs</td>\n<td>6</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nConflict (409)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a92f3e5c-c445-4f62-a114-fd637de08325","id":"a92f3e5c-c445-4f62-a114-fd637de08325","name":"Tags","type":"folder"}},"urlObject":{"path":["api","v1","Tags.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"35cb0b3b-c06c-484a-a985-618cdc69c161"},{"name":"Edit Tags","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"8d704d9d-0076-432d-aef7-a6abab42e3c5"}}],"id":"b8e189e2-b971-4930-8d84-e0dbfe8e012c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"API edited by PATCH Tag\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Tags.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Tag</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Tags - Allows user to manage Tags.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Tag</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>InternalServerError (500)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a92f3e5c-c445-4f62-a114-fd637de08325","id":"a92f3e5c-c445-4f62-a114-fd637de08325","name":"Tags","type":"folder"}},"urlObject":{"path":["api","v1","Tags.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8e189e2-b971-4930-8d84-e0dbfe8e012c"},{"name":"Update Tag","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"ee2d2bce-8feb-4072-b5c6-55bc69323470"}}],"id":"ed10fe34-3c08-42c5-b47a-5f7166a2bfbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Color\": \"FF99CC\",\r\n    \"DisplayOrder\": 81000,\r\n    \"EnabledFor\": [\r\n        {\r\n            \"AutoAssignCondition\": \"\",\r\n            \"CanBeManuallyAdded\": true,\r\n            \"Name\": \"Tasks\"\r\n        },\r\n        {\r\n            \"AutoAssignCondition\": \"\",\r\n            \"CanBeManuallyAdded\": true,\r\n            \"Name\": \"StandardTasks\"\r\n        },\r\n        {\r\n            \"AutoAssignCondition\": \"\",\r\n            \"CanBeManuallyAdded\": true,\r\n            \"Name\": \"PlannedTasks\"\r\n        }\r\n    ],\r\n    \"Icon\": \"\",\r\n    \"IconCode\": \"\",\r\n    \"Name\": \"Updated by PUT request\",\r\n    \"ShortCode\": \"API\",\r\n    \"TagAttachment\": false,\r\n    \"TagType\": \"TagTypes-34\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Tags.json/{{Id}}","description":"<p>This API endpoint will update a Tag</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Tags - Allows user to manage Tags.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Tag</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagAttachment</td>\n<td>Indicates if an attachment is to show as a tag on task UIs. I.e. if a task contains an attachment that is tagged, then that tag should show directly on the task on the UI. This looks like poor design: TagAttachment only applies to TaskAttachments. So, it would be better inside the EnabledFor record.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Color</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Icon</td>\n<td>Not in use.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IconCode</td>\n<td>The 4 digit hex code of an icon in FontAwesome. Replaces the ShortCode when displayed. Does respect the Color. Uses the set of icons installed in Extjs (which may not be all of those that are in the current online documentaion of FontAwesome).</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnabledFor</td>\n<td>List of items that may have this tag applied to them</td>\n<td><strong>Collection of TagEnabledFor</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagType</td>\n<td>Used for grouping tags. Optional.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TagEnabledFor</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>The item to which the tag applies</td>\n<td><strong>TagAppliesTo</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AutoAssignCondition</td>\n<td>The javascript that is executed to determine if the tag is auto-assigned to a task. If null/empty, the tag applies but is not auto-assigned (i.e. it is set manually by a user).</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CanBeManuallyAdded</td>\n<td>Indicates, for tags that are auto-assigned, if the tag can also be added by the user. A tag added by the user usurps auto assignment processing. Such a tag can oly be removed by the user. Only applicable where there is an AutoAssignCondition.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>TagAppliesTo</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Tasks</td>\n<td>0</td>\n<td></td>\n</tr>\n<tr>\n<td>StandardTasks</td>\n<td>1</td>\n<td></td>\n</tr>\n<tr>\n<td>PlannedTasks</td>\n<td>2</td>\n<td></td>\n</tr>\n<tr>\n<td>TaskAttachments</td>\n<td>3</td>\n<td></td>\n</tr>\n<tr>\n<td>Users</td>\n<td>4</td>\n<td></td>\n</tr>\n<tr>\n<td>Locations</td>\n<td>5</td>\n<td></td>\n</tr>\n<tr>\n<td>Jobs</td>\n<td>6</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a92f3e5c-c445-4f62-a114-fd637de08325","id":"a92f3e5c-c445-4f62-a114-fd637de08325","name":"Tags","type":"folder"}},"urlObject":{"path":["api","v1","Tags.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed10fe34-3c08-42c5-b47a-5f7166a2bfbe"},{"name":"Delete Tags","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"0208b8da-720c-4fe7-9778-a8fb10b2f82f"}}],"id":"b3d47449-863f-4cb1-adb5-f7bb5a1db431","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Tags.json/{{Id}}","description":"<p>This API endpoint will delete a Tag</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Tags - Allows user to manage Tags.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Tag</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a92f3e5c-c445-4f62-a114-fd637de08325","id":"a92f3e5c-c445-4f62-a114-fd637de08325","name":"Tags","type":"folder"}},"urlObject":{"path":["api","v1","Tags.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3d47449-863f-4cb1-adb5-f7bb5a1db431"}],"id":"a92f3e5c-c445-4f62-a114-fd637de08325","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"51073fe5-e6ce-435d-9c7b-d30698828718","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e2e679dd-1295-474b-96ad-a1f9a3b32cb7","type":"text/javascript","exec":[""]}}],"_postman_id":"a92f3e5c-c445-4f62-a114-fd637de08325","description":""},{"name":"Tasks","item":[{"name":"___Reference Data___","item":[{"name":"GET List of Equipment","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"dd494ba3-b1d6-4390-8ef8-7cc93f0870a7"}}],"id":"a62e6a40-ba6b-4057-9bb3-ee421982bc12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/equipment.json","description":"<p>This API endpoint will return a list of Equipment.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Equipment - Allows user to view Equipment.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p>StartFragment</p>\n<p><em>Example:</em></p>\n<p>/api/v1/equipment.json?query=SMV&amp;defaultfield=Type</p>\n<p>EndFragment</p>\n<p><strong>Indexes</strong></p>\n<p>The Equipment endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the WebhookEvent (excluding collections) may be used to sort the Equipment list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","equipment.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a62e6a40-ba6b-4057-9bb3-ee421982bc12"},{"name":"GET List of Equipment Types","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"aef06e2f-c4d9-485e-a1c7-494e3c8858b5"}}],"id":"3c3eb095-7138-4b93-a3be-0698b25cb64e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/equipmenttypes.json","description":"<p>This API endpoint will return a List of Equipment Types</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Equipment Types - Allows user to view Equipment Types.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/equipmenttypes.json?query=SMV&amp;defaultfield=</p>\n<p>ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The EquipmentTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the EquipmentTypes (excluding collections) may be used to sort the EquipmentTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","equipmenttypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c3eb095-7138-4b93-a3be-0698b25cb64e"},{"name":"GET List of Locations","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"f46938b6-cd72-4737-a207-8d5f8974d30c"}}],"id":"9bf197d2-0ce5-45c7-9833-db225d9d6670","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Locations.json","description":"<p>This API endpoint will return a List of Locations.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Locations - Allows user to view Locations.</li>\n</ul>\n<p><strong>Filtering the Results</strong><br />You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>StartFragment</p>\n<p>/api/v1/Locations.json?query=Zone3A&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong><br />The Locations endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong><br />You may specify sorting via the sort query string argument. Any property of the Location (excluding collections) may be used to sort the Locations list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Locations.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bf197d2-0ce5-45c7-9833-db225d9d6670"},{"name":"GET List of Occupation Types","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9d890e35-7b61-4df9-88aa-cec1c01b64d2"}}],"id":"e6e5d0a0-b0f9-4a28-b115-8e6e22fdc808","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/OccupationTypes.json","description":"<p>This API endpoint will return a List of OccupationTypes</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View OccupationTypes - Allows user to view OccupationTypes.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/OccupationTypes.json?query=SUP&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The OccupationTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the OccupationTypes (excluding collections) may be used to sort the OccupationTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6e5d0a0-b0f9-4a28-b115-8e6e22fdc808"},{"name":"GET List of Priorities","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"e8f67067-2f27-4901-8fdd-26087872924d"}}],"id":"140eef80-521b-47cc-b491-9b96392bed51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/priorities.json","description":"<p>This API endpoint will return a List of priorities.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View priorities - Allows user to view priorities.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/priorities.json?query=C&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The priorities endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Priorities (excluding collections) may be used to sort the Priorities list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","priorities.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"140eef80-521b-47cc-b491-9b96392bed51"},{"name":"GET List of Processes","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"6ebf8274-5211-4ad4-b9c6-2e1244b637bf"}}],"id":"5e831741-102c-4fe3-9c60-f5600fe94e87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Processes.json","description":"<p>This API endpoint will return a List of Processes.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Processes - Allows user to view Processes.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Processes.json?query=Other&amp;defaultfield=Type</p>\n<p><strong>Indexes</strong></p>\n<p>The Processs endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Process (excluding collections) may be used to sort the Processs list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e831741-102c-4fe3-9c60-f5600fe94e87"},{"name":"GET List of Shift Rules","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"4df4a593-a739-4f74-bd27-3a67af312ac6"}}],"id":"5c6005a6-1a16-4a1a-981b-7e8c53b13961","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/shiftrules.json","description":"<p>This API endpoint will return a List of ShiftRules.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Shift Rules - Allows user to view Shift Rules.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/reportoccurrences.json?query=Night&amp;defaultfield=Group</p>\n<p><strong>Indexes</strong></p>\n<p>The ShiftRules endpoint has no database indexes. If you would like one added please submit a request with technical support <a href=\"http://support.fewzion.com/\">http://support.fewzion.com/</a>.</p>\n<p>You may specify sorting via the sort query string argument. Any property of the ShiftRule (excluding collections) may be used to sort the ShiftRules list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","shiftrules.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c6005a6-1a16-4a1a-981b-7e8c53b13961"},{"name":"GET List of Short Interval Controls","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData[jsonData.length-1].Id);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"a68c1d8d-8947-4dbb-807a-8713f29c3f2c"}}],"id":"a49a97c0-5651-42ab-8a3f-c02687483a22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/ShortIntervalControls.json","description":"<p>This API endpoint will return a List of ShortIntervalControls.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Short Interval Controls - Allows user to view Short Interval Controls.</li>\n</ul>\n<p>Filtering the Results<br />You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/ShortIntervalControls.json?query=<em>{{value}}</em>&amp;defaultfield=<em>{{parameter}}</em></p>\n<p><strong>Indexes</strong></p>\n<p>The ShortIntervalControls endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the ShortIntervalControl (excluding collections) may be used to sort the ShortIntervalControls list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","ShortIntervalControls.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a49a97c0-5651-42ab-8a3f-c02687483a22"},{"name":"GET List of Tags","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"358cf6a6-d739-49df-aae5-78bbecbc36f3"}}],"id":"54ba31ab-1c34-46b6-9ac5-03200284a842","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Tags.json","description":"<p>This API endpoint will return a List of Tags.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Tags - Allows user to view Tags.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Tags.json?query=0000FF&amp;defaultfield=Color</p>\n<p><strong>Indexes</strong></p>\n<p>The Tags endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Tag (excluding collections) may be used to sort the Tags list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Tags.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"54ba31ab-1c34-46b6-9ac5-03200284a842"},{"name":"GET List of Task Types","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"fbaa7cb3-e6bf-4743-a645-77bcd41aa08e"}}],"id":"37b5f938-a081-41c5-abf6-7e29d70e9750","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/TaskTypes.json","description":"<p>This API endpoint will return a List of TaskTypes.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Task Types - Allows user to view Task Types.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/TaskTypes.json?query=true&amp;defaultfield=</p>\n<p>TargetAchievedGreaterActualIsBest</p>\n<p><strong>Indexes</strong><br />The TaskTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the TaskType (excluding collections) may be used to sort the TaskTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","TaskTypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"37b5f938-a081-41c5-abf6-7e29d70e9750"},{"name":"GET List of Units","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"be0da70f-c2f6-4fd8-ba2a-188d161c186e"}}],"id":"4974ed66-648b-4120-920a-e8279518a49a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Units.json","description":"<p>This API endpoint will return a List of Units.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Units - Allows user to view Units.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Units.json?query=M&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The Units endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Unit (excluding collections) may be used to sort the Units list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Units.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4974ed66-648b-4120-920a-e8279518a49a"},{"name":"GET List of Users","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"5986a972-7396-4343-a328-8921324e1a83"}}],"id":"7701f4c4-3524-4d2f-900a-1dbb88abfc53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Users.json","description":"<p>This API endpoint will return a List of Users.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Users - Allows user to view Users.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>/api/v1/Users.json?query=Matt&amp;defaultfield=FirstName</p>\n<p><strong>Indexes</strong></p>\n<p>The Users endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the User (excluding collections) may be used to sort the Users list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Users.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7701f4c4-3524-4d2f-900a-1dbb88abfc53"}],"id":"b5805b2c-a815-44e0-986c-e6a18347e982","_postman_id":"b5805b2c-a815-44e0-986c-e6a18347e982","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}}},{"name":"Planned Tasks","item":[{"name":"Reference Data","item":[{"name":"GET List of Equipment","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"dd494ba3-b1d6-4390-8ef8-7cc93f0870a7"}}],"id":"70388b69-1774-4617-b1f1-f10dbec4ae08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/equipment.json","description":"<p>This API endpoint will return a list of Equipment.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Equipment - Allows user to view Equipment.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p>StartFragment</p>\n<p><em>Example:</em></p>\n<p>/api/v1/equipment.json?query=SMV&amp;defaultfield=Type</p>\n<p>EndFragment</p>\n<p><strong>Indexes</strong></p>\n<p>The Equipment endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the WebhookEvent (excluding collections) may be used to sort the Equipment list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","equipment.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"70388b69-1774-4617-b1f1-f10dbec4ae08"},{"name":"GET List of Equipment Types","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"aef06e2f-c4d9-485e-a1c7-494e3c8858b5"}}],"id":"e1e20b8c-b8eb-40ef-8cd3-4846734a9127","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/equipmenttypes.json","description":"<p>This API endpoint will return a List of Equipment Types</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Equipment Types - Allows user to view Equipment Types.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/equipmenttypes.json?query=SMV&amp;defaultfield=</p>\n<p>ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The EquipmentTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the EquipmentTypes (excluding collections) may be used to sort the EquipmentTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","equipmenttypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1e20b8c-b8eb-40ef-8cd3-4846734a9127"},{"name":"GET List of Locations","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"f46938b6-cd72-4737-a207-8d5f8974d30c"}}],"id":"fa7d3a90-b48b-4ab1-a9f1-3c4cd1a71235","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Locations.json","description":"<p>This API endpoint will return a List of Locations.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Locations - Allows user to view Locations.</li>\n</ul>\n<p><strong>Filtering the Results</strong><br />You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>StartFragment</p>\n<p>/api/v1/Locations.json?query=Zone3A&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong><br />The Locations endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong><br />You may specify sorting via the sort query string argument. Any property of the Location (excluding collections) may be used to sort the Locations list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Locations.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa7d3a90-b48b-4ab1-a9f1-3c4cd1a71235"},{"name":"GET List of Occupation Types","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9d890e35-7b61-4df9-88aa-cec1c01b64d2"}}],"id":"4805b3dd-4680-4ede-adb3-39f571676bfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/OccupationTypes.json","description":"<p>This API endpoint will return a List of OccupationTypes</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View OccupationTypes - Allows user to view OccupationTypes.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/OccupationTypes.json?query=SUP&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The OccupationTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the OccupationTypes (excluding collections) may be used to sort the OccupationTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4805b3dd-4680-4ede-adb3-39f571676bfe"},{"name":"GET List of Processes","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"6ebf8274-5211-4ad4-b9c6-2e1244b637bf"}}],"id":"a00df309-8262-4b04-8d07-9183ac50ab68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Processes.json","description":"<p>This API endpoint will return a List of Processes.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Processes - Allows user to view Processes.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Processes.json?query=Other&amp;defaultfield=Type</p>\n<p><strong>Indexes</strong></p>\n<p>The Processs endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Process (excluding collections) may be used to sort the Processs list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a00df309-8262-4b04-8d07-9183ac50ab68"},{"name":"GET List of Short Interval Controls","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData[jsonData.length-1].Id);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"a68c1d8d-8947-4dbb-807a-8713f29c3f2c"}}],"id":"ba7fc820-816e-49ee-96b6-0ed7a7f7c71b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/ShortIntervalControls.json","description":"<p>This API endpoint will return a List of ShortIntervalControls.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Short Interval Controls - Allows user to view Short Interval Controls.</li>\n</ul>\n<p>Filtering the Results<br />You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/ShortIntervalControls.json?query=<em>{{value}}</em>&amp;defaultfield=<em>{{parameter}}</em></p>\n<p><strong>Indexes</strong></p>\n<p>The ShortIntervalControls endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the ShortIntervalControl (excluding collections) may be used to sort the ShortIntervalControls list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","ShortIntervalControls.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba7fc820-816e-49ee-96b6-0ed7a7f7c71b"},{"name":"GET List of Tags","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"358cf6a6-d739-49df-aae5-78bbecbc36f3"}}],"id":"8efbac63-4c06-4b95-a7fb-33a0e52a9abe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Tags.json","description":"<p>This API endpoint will return a List of Tags.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Tags - Allows user to view Tags.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Tags.json?query=0000FF&amp;defaultfield=Color</p>\n<p><strong>Indexes</strong></p>\n<p>The Tags endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Tag (excluding collections) may be used to sort the Tags list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Tags.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8efbac63-4c06-4b95-a7fb-33a0e52a9abe"},{"name":"GET List of Task Types","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"fbaa7cb3-e6bf-4743-a645-77bcd41aa08e"}}],"id":"e8718a28-1a8a-41ac-83e8-63128c3aa014","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/TaskTypes.json","description":"<p>This API endpoint will return a List of TaskTypes.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Task Types - Allows user to view Task Types.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/TaskTypes.json?query=true&amp;defaultfield=</p>\n<p>TargetAchievedGreaterActualIsBest</p>\n<p><strong>Indexes</strong><br />The TaskTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the TaskType (excluding collections) may be used to sort the TaskTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","TaskTypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8718a28-1a8a-41ac-83e8-63128c3aa014"},{"name":"GET List of Units","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"be0da70f-c2f6-4fd8-ba2a-188d161c186e"}}],"id":"7dace6a1-e4a9-40b7-8669-e4781da790cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Units.json","description":"<p>This API endpoint will return a List of Units.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Units - Allows user to view Units.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Units.json?query=M&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The Units endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Unit (excluding collections) may be used to sort the Units list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Units.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7dace6a1-e4a9-40b7-8669-e4781da790cf"}],"id":"d5e61ed7-f398-4c8a-bdd7-bbb8062ee62a","_postman_id":"d5e61ed7-f398-4c8a-bdd7-bbb8062ee62a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","name":"Planned Tasks","type":"folder"}}},{"name":"GET List of Planned Tasks","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"d2127bce-797b-4412-93a0-88c3f0b38461"}}],"id":"7569be63-ee49-49fc-9eb5-56999eec4888","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/PlannedTasks.json","description":"<p>This API endpoint will return a List of Planned Tasks.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Planned Tasks - Allows the user to view the Planned Tasks in the Planning Board screen.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Examples:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Indexed Field</th>\n<th><strong>Type</strong></th>\n<th>Example Query</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Deleted</td>\n<td>Boolean</td>\n<td>{{URL}}/api/v1/PlannedTasks.json?query=Deleted&amp;defaultfield=true</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td>String</td>\n<td>{{URL}}/api/v1/PlannedTasks.json?query=Locations&amp;defaultfield=locations-45</td>\n</tr>\n<tr>\n<td>Process</td>\n<td>String</td>\n<td>{{URL}}/api/v1/PlannedTasks.json?query=Process&amp;defaultfield=processes-123-A</td>\n</tr>\n<tr>\n<td>Source</td>\n<td>String</td>\n<td>{{URL}}/api/v1/PlannedTasks.json?query=Source&amp;defaultfield=”WorkOrder Mgmt System”</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td>String</td>\n<td>{{URL}}/api/v1/PlannedTasks.json?query=SourceId&amp;defaultfield=s2304568</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td>String</td>\n<td>{{URL}}/api/v1/PlannedTasks.json?query=Unit&amp;defaultfield=shifts</td>\n</tr>\n<tr>\n<td>WorkOrder</td>\n<td>String</td>\n<td>{{URL}}/api/v1/PlannedTasks.json?query=WorkOrder&amp;defaultfield=WO000012358</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Indexes</strong></p>\n<p>The PlannedTasks endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the PlannedTask (excluding collections) may be used to sort the PlannedTasks list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li><p>NotFound (404)</p>\n</li>\n<li><p>BadRequest (400)</p>\n</li>\n<li><p>Unauthorized (401)</p>\n</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","PlannedTasks.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7569be63-ee49-49fc-9eb5-56999eec4888"},{"name":"Get Specific planned task","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"a42eb6a3-99d7-4fbd-88b8-e9fde3919f85"}}],"id":"b6448447-8dff-43c2-ba96-f6ea645bc83e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/PlannedTasks.json/{{Id}}","description":"<p>This API endpoint will return a specific PlannedTask.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Planned Tasks - Allows the user to view the Planned Tasks in the Planning Board screen.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Planned Task</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","PlannedTasks.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6448447-8dff-43c2-ba96-f6ea645bc83e"},{"name":"Add planned task","event":[{"listen":"prerequest","script":{"id":"a4d6d4ac-ffa5-482d-aee7-ef0f5385e562","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"2e8a3d1a-847d-46db-8a05-f1bf9851aa13","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}}],"id":"0c014cc5-1a7e-4e51-9625-e8491175b384","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Process\": \"processes-167\",\r\n    \"Priority\": \"9A\",\r\n    \"PlannedStartTimeOffset\": 100,\r\n    \"ShortIntervalControlRequired\": false,\r\n    \"ShortIntervalControl\": \"\",\r\n    \"Description\": \"API test Planned task (planner's) 1\",\r\n    \"Contingency\": false,\r\n    \"Type\": \"TaskTypes-169\",\r\n    \"Duration\": 1.0,\r\n    \"Unit\": \"\",\r\n    \"RateUnit\": \"\",\r\n    \"Instructions\": \"\",\r\n    \"ShiftNotes\": \"\",\r\n    \"ShiftEndNotes\": \"\",\r\n    \"RequiredPeople\": [],\r\n    \"RequiredEquipment\": [],\r\n    \"ShadowProcesses\": [\r\n        {\r\n            \"ProcessId\": \"processes-129\",\r\n            \"Comment\": \"\",\r\n            \"Id\": \"e0aa738d-a740-4b79-9d59-66ddf2252661\",\r\n            \"RequiredPeople\": [\r\n                \"Id\": \"8efa82df-5ab3-43db-8a07-600f6b70a5f9\",\r\n                    \"OccupationType\": \"OccupationTypes-291\",\r\n                    \"OccupationTypeShortCode\": \"Op\",\r\n                    \"Count\": 1\r\n            ],\r\n            \"RequiredEquipment\": [\r\n                \"Id\": \"1e4b5e17-4222-4e51-9ee6-993869821b0f\",\r\n                    \"EquipmentType\": \"EquipmentTypes-1\",\r\n                    \"EquipmentTypeShortCode\": \"TR\",\r\n                    \"Count\": 1\r\n            ]\r\n        }\r\n    ],\r\n    \"ShadowReason\": \"Request for borrowing truck & operator\",\r\n    \"ShadowIsInformational\": false,​\r\n    \"ShadowAcceptAll\": false,​\r\n    \"Due\": \"AtEndOfPlanningWeek\",\r\n    \"DueDaysAfter\": 0,\r\n    \"Group\": \"Test\",\r\n    \"Recurrences\": [],\r\n    \"Important\": false,\r\n    \"InspectionRequired\": false,\r\n    \"Locations\": [],\r\n    \"Attachments\": [],\r\n    \"ComplianceBreaches\": [],\r\n    \"ChecklistQuestions\": [],\r\n    \"Tags\": [],\r\n    \"PermitToWorks\": [],\r\n    \"SequenceParentTaskIds\": [],\r\n    \"Forms\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/PlannedTasks.json/","description":"<p>This API endpoint will create a Planned Task</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>Manage Planned Tasks - Allows the user to add, edit and delete Planned Tasks for any Process on the Planning Board. This policy is intended to be used in conjuction with the View Standard Tasks policy.</li>\n<li>Manage Accessible Planned Tasks - Allows the user to add, edit and delete Planned Tasks for Processes on the Planning Board they have access to. This policy is intended to be used in conjuction with the View Standard Tasks policy.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SourceId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedBySystem</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StandardTaskId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PlannedStartTimeOffset</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControlRequired</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControl</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WorkOrder</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Contingency</td>\n<td>Indicates that this is a Contingency task.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Rate</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RateUnit</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Instructions</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftEndNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredPeople</td>\n<td></td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredEquipment</td>\n<td></td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedEquipment</td>\n<td></td>\n<td><strong>Collection of AssignedEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentAssigned</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShadowProcesses</td>\n<td>A collection of ShadowProcesses</td>\n<td><strong>Collection of ShadowProcesses</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Forms</td>\n<td>A collection of TaskForms</td>\n<td><strong>Collection of TaskForm</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>DueDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Due</td>\n<td></td>\n<td><strong>Due</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDaysAfter</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Group</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Important</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>InspectionRequired</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td><strong>Collection of TaskLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Attachments</td>\n<td></td>\n<td><strong>Collection of Attachment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ComplianceBreaches</td>\n<td></td>\n<td><strong>Collection of ComplianceBreach</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td></td>\n<td><strong>Collection of AppliedTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultDuration</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultTarget</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredPerson</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AssignedEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsShadow</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ShadowProcesses</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>ProcessId</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Status</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Comment</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>RequiredPeople</td>\n<td></td>\n<td><strong>Collection of RequiredPeople</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>RequiredEquipment</td>\n<td></td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredPeople of ShadowProcesses</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>OccupationType</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>OccupationTypeShortCode</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredEquipment of ShadowProcesses</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>EquipmentType</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskForm</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormMode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormUniqueId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnforceTaskRestrictions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Checklist</td>\n<td></td>\n<td><strong>Collection of TaskFormChecklist</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Audit</td>\n<td></td>\n<td><strong>Collection of TaskFormAuditRecord</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormChecklist</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormAuditRecord</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EventCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Due</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Unspecified</td>\n<td>0</td>\n</tr>\n<tr>\n<td>OnScheduledDate</td>\n<td>1</td>\n</tr>\n<tr>\n<td>AtEndOfPlanningWeek</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DaysAfterScheduled</td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LocationId</td>\n<td>The id of a Location. If null, it is an ad-hoc TaskLocation.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the TaskLocation. Otherwise, it is the Location's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Attachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AttachmentId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExternalFSFileId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetedItem</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td></td>\n<td><strong>Collection of AttachmentTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RelatedAttachments</td>\n<td></td>\n<td><strong>Collection of RelatedAttachment</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AttachmentType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>File</td>\n<td>0</td>\n</tr>\n<tr>\n<td>SharePointDocument</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ExternalFSFile</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AttachmentTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RelatedAttachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ComplianceBreach</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td></td>\n<td><strong>ComplianceBreachStatus</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisedBy</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisationNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IgnoreBreachOnMobile</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ComplianceBreachStatus</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Current</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Authorised</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Resolved</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Category</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CategoryDisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AnswerType</td>\n<td></td>\n<td><strong>AnswerType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateTimeFormat</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DatePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TimePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>GreaterThanTargetIsBest</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateFunction</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NoTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MultipleChoiceFreeText</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Note</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinimumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaximumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Step</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Visible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswers</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AnswerType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MultipleChoice</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Numeric</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ShortAnswer</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DateTime</td>\n<td>3</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>4</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td>5</td>\n</tr>\n<tr>\n<td>Person</td>\n<td>6</td>\n</tr>\n<tr>\n<td>Text</td>\n<td>7</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresNotes</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AppliedTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td>The Id of a Tag. If null, it is an ad-hoc AppliedTag.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the AppliedTag. Otherwise, it is the Tag's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManuallyAdded</td>\n<td>Indicates that this applied tag was added by a manual user action. Once this flag is set to true, the AutoAssignCondition is ignored.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","PlannedTasks.json",""],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c014cc5-1a7e-4e51-9625-e8491175b384"},{"name":"Add Planned Task based on Scheduled Task","event":[{"listen":"test","script":{"id":"0cea2677-309a-41f7-a84f-aea5eb790e13","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}}],"id":"33551332-7cc9-43ec-a7b1-2c99c1a68bba","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"FewzionMetadata","value":"[{\"Type\":\"OriginalTaskId\",\"Data\":\"{{originalTaskId}}\"}]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Process\": \"processes-161\",\r\n    \"Priority\": \"1H\",\r\n    \"Description\": \"AATST\",\r\n    \"Type\": \"TaskTypes-169\",\r\n    \"Target\": 150,\r\n    \"Unit\": \"Development Meters\",\r\n    \"RateUnit\": \"Development Meters / Hour\",\r\n    \"ScheduledDate\": \"2023-06-12T00:00:00\",\r\n    \"ScheduledShift\": \"Day\",\r\n    \"Group\": \"Other\",\r\n    \"ShiftPlan\": \"shiftplans-processes-161-2023-06-12-Day\",\r\n    \"WeekPlan\": \"weekplans-processes-161-week-25-2023\",\r\n    \"IsDisplayed\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/PlannedTasks.json","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","PlannedTasks.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"33551332-7cc9-43ec-a7b1-2c99c1a68bba"},{"name":"Schedule Planned Task","event":[{"listen":"test","script":{"id":"0cea2677-309a-41f7-a84f-aea5eb790e13","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}}],"id":"b2a8a82a-0825-4f22-995b-6040c9d966ee","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"FewzionMetadata","value":"[{\"Type\":\"OriginalTaskId\",\"Data\":\"{{plannedTaskId}}\"}]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ScheduledDate\": \"2023-06-12\",\r\n    \"ScheduledShift\": \"Night\",\r\n    \"Process\": \"processes-161\",\r\n    \"Priority\": \"1H\",\r\n    \"Description\": \"AATST\",\r\n    \"ShadowReason\": \"\",\r\n    \"ShadowIsInformational\": false,\r\n    \"ShadowAcceptAll\": false,\r\n    \"Deleted\": false,\r\n    \"ShadowProcesses\": [\r\n        {\r\n            \"ProcessId\": \"processes-129\",\r\n            \"Comment\": \"\",\r\n            \"Id\": \"e0aa738d-a740-4b79-9d59-66ddf2252661\",\r\n            \"RequiredPeople\": [\r\n                \"Id\": \"8efa82df-5ab3-43db-8a07-600f6b70a5f9\",\r\n                    \"OccupationType\": \"OccupationTypes-291\",\r\n                    \"OccupationTypeShortCode\": \"Op\",\r\n                    \"Count\": 1\r\n            ],\r\n            \"RequiredEquipment\": [\r\n                \"Id\": \"1e4b5e17-4222-4e51-9ee6-993869821b0f\",\r\n                    \"EquipmentType\": \"EquipmentTypes-1\",\r\n                    \"EquipmentTypeShortCode\": \"TR\",\r\n                    \"Count\": 1\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Tasks.json","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Tasks.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2a8a82a-0825-4f22-995b-6040c9d966ee"},{"name":"Edit Planned task's description","event":[{"listen":"test","script":{"id":"bc3b163c-875b-491c-bd63-7a142e0d2e28","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"c39e0278-e574-4a8c-bb11-8ebdae316400","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Description\",\r\n        \"value\": \"API test Planned task (planner's) edited 1\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/PlannedTasks.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Planned Task</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>Manage Planned Tasks - Allows the user to add, edit and delete Planned Tasks for any Process on the Planning Board. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n<li><p>Manage Accessible Planned Tasks - Allows the user to add, edit and delete Planned Tasks for Processes on the Planning Board they have access to. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Planned Task</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>InternalServerError (500)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","PlannedTasks.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c39e0278-e574-4a8c-bb11-8ebdae316400"},{"name":"Update planned task","event":[{"listen":"prerequest","script":{"id":"a425ba7a-acde-4a3f-9ebc-ef1e6069d809","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"ed0749da-e82b-4366-b536-dc5d796985c9","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"c9c647be-fe34-4f75-85e0-94a6b3c0e994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Process\": \"processes-167\",\r\n    \"Priority\": \"2A\",\r\n    \"PlannedStartTimeOffset\": 150,\r\n    \"ShortIntervalControlRequired\": false,\r\n    \"ShortIntervalControl\": \"\",\r\n    \"Description\": \"API test Planned updated from PUT request\",\r\n    \"Contingency\": false,\r\n    \"Type\": \"TaskTypes-169\",\r\n    \"Duration\": 1.0,\r\n    \"Unit\": \"\",\r\n    \"RateUnit\": \"\",\r\n    \"ShadowProcesses\": [\r\n        {\r\n            \"ProcessId\": \"processes-129\",\r\n            \"Status\": \"Pending\",\r\n            \"Comment\": \"\",\r\n            \"Id\": \"e0aa738d-a740-4b79-9d59-66ddf2252661\",\r\n            \"RequiredPeople\": [\r\n                \"Id\": \"8efa82df-5ab3-43db-8a07-600f6b70a5f9\",\r\n                    \"OccupationType\": \"OccupationTypes-291\",\r\n                    \"OccupationTypeShortCode\": \"Op\",\r\n                    \"Count\": 1\r\n            ],\r\n            \"RequiredEquipment\": [\r\n                \"Id\": \"1e4b5e17-4222-4e51-9ee6-993869821b0f\",\r\n                    \"EquipmentType\": \"EquipmentTypes-1\",\r\n                    \"EquipmentTypeShortCode\": \"TR\",\r\n                    \"Count\": 1\r\n            ]\r\n        }\r\n    ],\r\n    \"ShadowReason\": \"Request for borrowing truck & operator\",\r\n    \"ShadowIsInformational\": false,​\r\n    \"ShadowAcceptAll\": false,​\r\n    \"Instructions\": \"\",\r\n    \"ShiftNotes\": \"\",\r\n    \"ShiftEndNotes\": \"\",\r\n    \"RequiredPeople\": [],\r\n    \"RequiredEquipment\": [],\r\n    \"Due\": \"AtEndOfPlanningWeek\",\r\n    \"DueDaysAfter\": 0,\r\n    \"Group\": \"Test\",\r\n    \"Recurrences\": [],\r\n    \"Important\": false,\r\n    \"InspectionRequired\": false,\r\n    \"Locations\": [],\r\n    \"Attachments\": [],\r\n    \"ComplianceBreaches\": [],\r\n    \"ChecklistQuestions\": [],\r\n    \"Tags\": [],\r\n    \"PermitToWorks\": [],\r\n    \"SequenceParentTaskIds\": [],\r\n    \"Forms\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/PlannedTasks.json/{{Id}}","description":"<p>This API endpoint will return a specific PlannedTask.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li><p>Manage Planned Tasks - Allows the user to add, edit and delete Planned Tasks for any Process on the Planning Board. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n<li><p>Manage Accessible Planned Tasks- Allows the user to add, edit and delete Planned Tasks for Processes on the Planning Board they have access to. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Planned Task</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SourceId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedBySystem</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StandardTaskId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PlannedStartTimeOffset</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControlRequired</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControl</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WorkOrder</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Contingency</td>\n<td>Indicates that this is a Contingency task.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Rate</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RateUnit</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcess</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Instructions</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftEndNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitJob</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredPeople</td>\n<td></td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredEquipment</td>\n<td></td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcessRequiredPeople</td>\n<td></td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcessRequiredEquipment</td>\n<td></td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedEquipment</td>\n<td></td>\n<td><strong>Collection of AssignedEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentAssigned</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Forms</td>\n<td>A collection of TaskForms</td>\n<td><strong>Collection of TaskForm</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Due</td>\n<td></td>\n<td><strong>Due</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDaysAfter</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Group</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Important</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>InspectionRequired</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td><strong>Collection of TaskLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Attachments</td>\n<td></td>\n<td><strong>Collection of Attachment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ComplianceBreaches</td>\n<td></td>\n<td><strong>Collection of ComplianceBreach</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td></td>\n<td><strong>Collection of AppliedTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitToWorks</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultDuration</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultTarget</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredPerson</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AssignedEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsShadow</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskForm</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormMode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormUniqueId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnforceTaskRestrictions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Checklist</td>\n<td></td>\n<td><strong>Collection of TaskFormChecklist</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Audit</td>\n<td></td>\n<td><strong>Collection of TaskFormAuditRecord</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormChecklist</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormAuditRecord</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EventCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Due</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Unspecified</td>\n<td>0</td>\n</tr>\n<tr>\n<td>OnScheduledDate</td>\n<td>1</td>\n</tr>\n<tr>\n<td>AtEndOfPlanningWeek</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DaysAfterScheduled</td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LocationId</td>\n<td>The id of a Location. If null, it is an ad-hoc TaskLocation.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the TaskLocation. Otherwise, it is the Location's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Attachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AttachmentId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExternalFSFileId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetedItem</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td></td>\n<td><strong>Collection of AttachmentTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RelatedAttachments</td>\n<td></td>\n<td><strong>Collection of RelatedAttachment</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AttachmentType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>File</td>\n<td>0</td>\n</tr>\n<tr>\n<td>SharePointDocument</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ExternalFSFile</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AttachmentTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RelatedAttachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ComplianceBreach</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td></td>\n<td><strong>ComplianceBreachStatus</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisedBy</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisationNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IgnoreBreachOnMobile</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ComplianceBreachStatus</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Current</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Authorised</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Resolved</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Category</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CategoryDisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AnswerType</td>\n<td></td>\n<td><strong>AnswerType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateTimeFormat</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DatePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TimePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>GreaterThanTargetIsBest</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateFunction</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NoTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MultipleChoiceFreeText</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Note</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinimumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaximumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Step</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Visible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswers</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AnswerType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MultipleChoice</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Numeric</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ShortAnswer</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DateTime</td>\n<td>3</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>4</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td>5</td>\n</tr>\n<tr>\n<td>Person</td>\n<td>6</td>\n</tr>\n<tr>\n<td>Text</td>\n<td>7</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresNotes</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AppliedTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td>The Id of a Tag. If null, it is an ad-hoc AppliedTag.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the AppliedTag. Otherwise, it is the Tag's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManuallyAdded</td>\n<td>Indicates that this applied tag was added by a manual user action. Once this flag is set to true, the AutoAssignCondition is ignored.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","PlannedTasks.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9c647be-fe34-4f75-85e0-94a6b3c0e994"},{"name":"DELETE Planned Task","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"f64147a7-4e1c-48eb-80a5-60bf16d14cd0"}}],"id":"4d2d7c30-0de2-4f0c-a0b6-bc3ba8c548e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/PlannedTasks.json/{{Id}}","description":"<p>This API endpoint will delete a Planned Task</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>Manage Planned Tasks - Allows the user to add, edit and delete Planned Tasks for any Process on the Planning Board. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n<li><p>Manage Accessible Planned Tasks -Allows the user to add, edit and delete Planned Tasks for Processes on the Planning Board they have access to. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Planned Task</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","name":"Planned Tasks","type":"folder"}},"urlObject":{"path":["api","v1","PlannedTasks.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d2d7c30-0de2-4f0c-a0b6-bc3ba8c548e7"}],"id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"97bd752c-88dd-43f7-865c-4a3d48b8c45f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"120db9d1-3571-4b31-8b20-da812a12c6ed","type":"text/javascript","exec":[""]}}],"_postman_id":"7b60bffc-8d46-4e7f-8da2-a608aeca3020","description":""},{"name":"Standard Tasks","item":[{"name":"Recurrences of Standard Tasks","item":[{"name":"Get list of recurrences","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"10364a71-5344-4a8d-8a95-1b510364211a"}}],"id":"faefc7e8-8d25-4ba5-8a0e-bca001c26543","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/recurrences.json","description":"<p>This API endpoint will return a List of Recurrences.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<p><strong>View Standard Tasks</strong></p>\n<p>Allows the user to view the Standard Tasks in the Planning Board screen.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/recurrences.json?query=Weekly&amp;defaultfield=Frequency</p>\n<p><strong>Indexes</strong></p>\n<p>The Recurrences endpoint has no database indexes. If you would like one added please submit a request with technical support <a href=\"http://support.fewzion.com/\">http://support.fewzion.com/</a>.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Recurrence (excluding collections) may be used to sort the Recurrences list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0be5013c-b672-4641-94e2-5d005926ac96","id":"0be5013c-b672-4641-94e2-5d005926ac96","name":"Recurrences of Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","recurrences.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"faefc7e8-8d25-4ba5-8a0e-bca001c26543"}],"id":"0be5013c-b672-4641-94e2-5d005926ac96","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a669674c-5bae-4b37-a222-703ccf134b0b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"74ef7f6e-30d5-4482-ab66-e81beac2d6ea","type":"text/javascript","exec":[""]}}],"_postman_id":"0be5013c-b672-4641-94e2-5d005926ac96","description":""},{"name":"Reference Data","item":[{"name":"GET List of Equipment","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"dd494ba3-b1d6-4390-8ef8-7cc93f0870a7"}}],"id":"0a6d9f86-5bc5-4445-bbd4-13c47a9e0e44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/equipment.json","description":"<p>This API endpoint will return a list of Equipment.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Equipment - Allows user to view Equipment.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p>StartFragment</p>\n<p><em>Example:</em></p>\n<p>/api/v1/equipment.json?query=SMV&amp;defaultfield=Type</p>\n<p>EndFragment</p>\n<p><strong>Indexes</strong></p>\n<p>The Equipment endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the WebhookEvent (excluding collections) may be used to sort the Equipment list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d720a6e4-7051-466f-912c-1cadfc45fd33","id":"d720a6e4-7051-466f-912c-1cadfc45fd33","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","equipment.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a6d9f86-5bc5-4445-bbd4-13c47a9e0e44"},{"name":"GET List of Equipment Types","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"aef06e2f-c4d9-485e-a1c7-494e3c8858b5"}}],"id":"95b59c19-e88a-4f46-9256-70d6b1b309dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/equipmenttypes.json","description":"<p>This API endpoint will return a List of Equipment Types</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Equipment Types - Allows user to view Equipment Types.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/equipmenttypes.json?query=SMV&amp;defaultfield=</p>\n<p>ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The EquipmentTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the EquipmentTypes (excluding collections) may be used to sort the EquipmentTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d720a6e4-7051-466f-912c-1cadfc45fd33","id":"d720a6e4-7051-466f-912c-1cadfc45fd33","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","equipmenttypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"95b59c19-e88a-4f46-9256-70d6b1b309dd"},{"name":"GET List of Locations","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"f46938b6-cd72-4737-a207-8d5f8974d30c"}}],"id":"51b2d3bf-51e2-4e2d-b2c4-98b6b9a4a7c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Locations.json","description":"<p>This API endpoint will return a List of Locations.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Locations - Allows user to view Locations.</li>\n</ul>\n<p><strong>Filtering the Results</strong><br />You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>StartFragment</p>\n<p>/api/v1/Locations.json?query=Zone3A&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong><br />The Locations endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong><br />You may specify sorting via the sort query string argument. Any property of the Location (excluding collections) may be used to sort the Locations list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d720a6e4-7051-466f-912c-1cadfc45fd33","id":"d720a6e4-7051-466f-912c-1cadfc45fd33","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Locations.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"51b2d3bf-51e2-4e2d-b2c4-98b6b9a4a7c2"},{"name":"GET List of Occupation Types","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9d890e35-7b61-4df9-88aa-cec1c01b64d2"}}],"id":"981e570c-8199-4883-bf42-b23e9d4d248d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/OccupationTypes.json","description":"<p>This API endpoint will return a List of OccupationTypes</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View OccupationTypes - Allows user to view OccupationTypes.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/OccupationTypes.json?query=SUP&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The OccupationTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the OccupationTypes (excluding collections) may be used to sort the OccupationTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d720a6e4-7051-466f-912c-1cadfc45fd33","id":"d720a6e4-7051-466f-912c-1cadfc45fd33","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"981e570c-8199-4883-bf42-b23e9d4d248d"},{"name":"GET List of Processes","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"6ebf8274-5211-4ad4-b9c6-2e1244b637bf"}}],"id":"ebd8639f-7012-4d75-8e98-67566141fa08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Processes.json","description":"<p>This API endpoint will return a List of Processes.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Processes - Allows user to view Processes.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Processes.json?query=Other&amp;defaultfield=Type</p>\n<p><strong>Indexes</strong></p>\n<p>The Processs endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Process (excluding collections) may be used to sort the Processs list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d720a6e4-7051-466f-912c-1cadfc45fd33","id":"d720a6e4-7051-466f-912c-1cadfc45fd33","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Processes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebd8639f-7012-4d75-8e98-67566141fa08"},{"name":"GET List of Short Interval Controls","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData[jsonData.length-1].Id);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"a68c1d8d-8947-4dbb-807a-8713f29c3f2c"}}],"id":"23b98b39-adf2-449c-bb2d-0cac1777cb77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/ShortIntervalControls.json","description":"<p>This API endpoint will return a List of ShortIntervalControls.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Short Interval Controls - Allows user to view Short Interval Controls.</li>\n</ul>\n<p>Filtering the Results<br />You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/ShortIntervalControls.json?query=<em>{{value}}</em>&amp;defaultfield=<em>{{parameter}}</em></p>\n<p><strong>Indexes</strong></p>\n<p>The ShortIntervalControls endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the ShortIntervalControl (excluding collections) may be used to sort the ShortIntervalControls list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d720a6e4-7051-466f-912c-1cadfc45fd33","id":"d720a6e4-7051-466f-912c-1cadfc45fd33","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","ShortIntervalControls.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"23b98b39-adf2-449c-bb2d-0cac1777cb77"},{"name":"GET List of Tags","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"358cf6a6-d739-49df-aae5-78bbecbc36f3"}}],"id":"8ed554c2-faa9-4a09-be23-6db44f3a0632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Tags.json","description":"<p>This API endpoint will return a List of Tags.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Tags - Allows user to view Tags.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Tags.json?query=0000FF&amp;defaultfield=Color</p>\n<p><strong>Indexes</strong></p>\n<p>The Tags endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Tag (excluding collections) may be used to sort the Tags list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d720a6e4-7051-466f-912c-1cadfc45fd33","id":"d720a6e4-7051-466f-912c-1cadfc45fd33","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Tags.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ed554c2-faa9-4a09-be23-6db44f3a0632"},{"name":"GET List of Task Types","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"fbaa7cb3-e6bf-4743-a645-77bcd41aa08e"}}],"id":"9fa52dc0-9a3e-4288-816e-b0c6febd4cbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/TaskTypes.json","description":"<p>This API endpoint will return a List of TaskTypes.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Task Types - Allows user to view Task Types.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/TaskTypes.json?query=true&amp;defaultfield=</p>\n<p>TargetAchievedGreaterActualIsBest</p>\n<p><strong>Indexes</strong><br />The TaskTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the TaskType (excluding collections) may be used to sort the TaskTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d720a6e4-7051-466f-912c-1cadfc45fd33","id":"d720a6e4-7051-466f-912c-1cadfc45fd33","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","TaskTypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fa52dc0-9a3e-4288-816e-b0c6febd4cbe"},{"name":"GET List of Units","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"be0da70f-c2f6-4fd8-ba2a-188d161c186e"}}],"id":"b86929ed-63f3-40fe-a781-6790b9284c74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Units.json","description":"<p>This API endpoint will return a List of Units.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Units - Allows user to view Units.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Units.json?query=M&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The Units endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Unit (excluding collections) may be used to sort the Units list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d720a6e4-7051-466f-912c-1cadfc45fd33","id":"d720a6e4-7051-466f-912c-1cadfc45fd33","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Units.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b86929ed-63f3-40fe-a781-6790b9284c74"}],"id":"f35dc1d4-efd0-42c8-bd33-0ec37c400ad7","_postman_id":"f35dc1d4-efd0-42c8-bd33-0ec37c400ad7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d720a6e4-7051-466f-912c-1cadfc45fd33","id":"d720a6e4-7051-466f-912c-1cadfc45fd33","name":"Standard Tasks","type":"folder"}}},{"name":"GET List of Standard Tasks","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"ee4b17aa-dc44-4624-8672-ab3e3f04c1fb"}}],"id":"95672fb3-65c7-4db8-abeb-f5ebbde2b0cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"If-None-Match","value":"3A423068-858E-4C62-1857-7AC97853BF60","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/standardtasks.json","description":"<p>This API endpoint will return a List of StandardTasks.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Standard Tasks - Allows the user to view the Standard Tasks in the Planning Board screen.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Examples:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Indexed Field</th>\n<th><strong>Type</strong></th>\n<th>Example Query</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Locations</td>\n<td>String</td>\n<td>{{URL}}/api/v1/StandardTasks.json?query=Locations&amp;defaultfield=locations-45</td>\n</tr>\n<tr>\n<td>Process</td>\n<td>String</td>\n<td>{{URL}}/api/v1/StandardTasks.json?query=Process&amp;defaultfield=processes-123-A</td>\n</tr>\n<tr>\n<td>RecurrencesCount</td>\n<td>Integer</td>\n<td>{{URL}}/api/v1/StandardTasks.json?query=Source&amp;defaultfield=”12”</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td>String</td>\n<td>{{URL}}/api/v1/StandardTasks.json?query=Unit&amp;defaultfield=shifts</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Indexes</strong></p>\n<p>The StandardTasks endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the StandardTask (excluding collections) may be used to sort the StandardTasks list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d720a6e4-7051-466f-912c-1cadfc45fd33","id":"d720a6e4-7051-466f-912c-1cadfc45fd33","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","standardtasks.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"95672fb3-65c7-4db8-abeb-f5ebbde2b0cb"},{"name":"Get specific Standard tasks","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"51e2f367-7b54-4a81-9417-c0b2ffe0eff6"}}],"id":"fa89aa1a-0f40-4a51-9db7-22da0b78cb09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/standardtasks.json/{{Id}}","description":"<p>This API endpoint will return a specific StandardTask.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Standard Tasks - Allows the user to view the Standard Tasks in the Planning Board screen.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d720a6e4-7051-466f-912c-1cadfc45fd33","id":"d720a6e4-7051-466f-912c-1cadfc45fd33","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","standardtasks.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa89aa1a-0f40-4a51-9db7-22da0b78cb09"},{"name":"Get Recurrence Differences","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"0911ac29-975c-41be-a9e3-df6bb7e78ce4"}}],"id":"3e06b15e-44f3-41d3-84b7-0b2d88895ec4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/StandardTasks/GetRecurrenceDifferences?ProcessId=processes-167&StandardTaskId=StandardTasks-867&RecurrenceId=f1b1aa30-e726-43e7-bca8-333f6b8237f6&Action=save","description":"<p>This API endpoint retrieves a RecurrencesDifferences</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>Manage Standard Tasks - Allows the user to add, edit and delete Standard Tasks for any Process on the Planning Board. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n<li><p>Manage Accessible Standard Tasks - Allows the user to add, edit and delete Standard Tasks for Processes on the Planning Board they have access to. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>processId</td>\n<td>specifies the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>standardTaskId</td>\n<td>specifies the StandardTask</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>recurrenceId</td>\n<td>specifies the Recurrence. If null, differences for all the Task's Recurrences are returned</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>action</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d720a6e4-7051-466f-912c-1cadfc45fd33","id":"d720a6e4-7051-466f-912c-1cadfc45fd33","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","StandardTasks","GetRecurrenceDifferences"],"host":["{{Url}}"],"query":[{"key":"ProcessId","value":"processes-167"},{"key":"StandardTaskId","value":"StandardTasks-867"},{"key":"RecurrenceId","value":"f1b1aa30-e726-43e7-bca8-333f6b8237f6"},{"key":"Action","value":"save"}],"variable":[]}},"response":[],"_postman_id":"3e06b15e-44f3-41d3-84b7-0b2d88895ec4"},{"name":"Get Recurrence Signature","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"0dd489ba-50e1-41cd-b94b-354c652aa599"}}],"id":"34296a33-9d46-4f76-94cf-59202a94d1c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/StandardTasks/GetRecurrenceSignature?ProcessId=processes-167&StandardTaskId=StandardTasks-867&RecurrenceId=f1b1aa30-e726-43e7-bca8-333f6b8237f6","description":"<p>This API endpoint retrieves an interger that represents the current state of the Recurrence</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>Manage Standard Tasks - Allows the user to add, edit and delete Standard Tasks for any Process on the Planning Board. This policy is intended to be used in conjuction with the View Standard Tasks policy.</li>\n<li>Manage Accessible Standard Tasks - Allows the user to add, edit and delete Standard Tasks for Processes on the Planning Board they have access to. This policy is intended to be used in conjuction with the View Standard Tasks policy.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>processId</td>\n<td>specifies the Process</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>standardTaskId</td>\n<td>specifies the StandardTask</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>recurrenceId</td>\n<td>specifies the Recurrence</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)<br />Unauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d720a6e4-7051-466f-912c-1cadfc45fd33","id":"d720a6e4-7051-466f-912c-1cadfc45fd33","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","StandardTasks","GetRecurrenceSignature"],"host":["{{Url}}"],"query":[{"key":"ProcessId","value":"processes-167"},{"key":"StandardTaskId","value":"StandardTasks-867"},{"key":"RecurrenceId","value":"f1b1aa30-e726-43e7-bca8-333f6b8237f6"}],"variable":[]}},"response":[],"_postman_id":"34296a33-9d46-4f76-94cf-59202a94d1c5"},{"name":"Add standard task","event":[{"listen":"prerequest","script":{"id":"31e0bae5-83ff-49cb-b92a-80a6c400d635","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"dc2f71a6-beb8-4597-a2fb-22f96b5f7382","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript","packages":{}}}],"id":"b32ea29f-f534-4dcd-85ff-388cacd3ee40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Process\": \"processes-705-A\",\r\n    \"Priority\": \"1H\",\r\n    \"Description\": \"API_TEST TASK\",\r\n    \"Type\": \"TaskTypes-257\",\r\n    \"Locations\": [\r\n        {\r\n            \"LocationId\": \"locations-353\",\r\n            \"Location\": \"Drilling Location 2960\"\r\n        }\r\n    ],\r\n    \"PlannedStartTimeOffset\": 90,\r\n    \"Duration\": 8.0,\r\n    \"Target\": 125.5,\r\n    \"Unit\": \"Prod Drill Metres\",\r\n    \"Rate\": 15.6875,\r\n    \"RateUnit\": \"Prod Drill Metres / Hour\",\r\n    \"ShortIntervalControlRequired\": true,\r\n    \"ShortIntervalControl\": \"ShortIntervalControls-3\",\r\n    \"Instructions\": \"Follow the procedural document\",\r\n    \"RequiredPeople\": [\r\n        {\r\n            \"OccupationType\": \"OccupationTypes-12\",\r\n            \"OccupationTypeShortCode\": \"JBO\",\r\n            \"Count\": 1\r\n        }\r\n    ],\r\n    \"RequiredEquipment\": [\r\n        {\r\n            \"EquipmentType\": \"EquipmentTypes-5\",\r\n            \"EquipmentTypeShortCode\": \"JB\",\r\n            \"Count\": 1\r\n        }\r\n    ],\r\n    \"AssignedEquipment\": [\r\n        {\r\n            \"Equipment\": \"equipment-964\",\r\n            \"EquipmentTypeShortCode\": \"JO\"\r\n        }\r\n    ],\r\n    \"Tags\": [\r\n        {\r\n            \"TagId\": \"tags-84\",\r\n            \"Tag\": \"GS05\"\r\n        }\r\n    ],\r\n    \"ShadowProcesses\": [\r\n        {\r\n            \"ProcessId\": \"processes-129-A\",\r\n            \"RequiredPeople\": [\r\n                {\r\n                    \"OccupationType\": \"OccupationTypes-3\",\r\n                    \"OccupationTypeShortCode\": \"NIP\",\r\n                    \"Count\": 1\r\n                }\r\n            ],\r\n            \"RequiredEquipment\": [\r\n                {\r\n                    \"EquipmentType\": \"EquipmentTypes-34\",\r\n                    \"EquipmentTypeShortCode\": \"LV\",\r\n                    \"Count\": 1\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"ShadowReason\": \"Resource request\",\r\n    \"ShadowIsInformational\": false,​\r\n    \"ShadowAcceptAll\": false,​\r\n    \"WorkOrder\": \"DR0001234\",\r\n    \"Due\": \"AtEndOfPlanningWeek\",\r\n    \"Group\": \"Test\",\r\n    \"Important\": false,\r\n    \"Contingency\": false,\r\n    \"InspectionRequired\": false,\r\n    \"Source\": \"SAP\",\r\n    \"SourceId\": \"SAPTASK-0000123609\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/standardtasks.json","description":"<p>This API endpoint will create a StandardTask</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li>Manage Standard Tasks - Allows the user to add, edit and delete Standard Tasks for any Process on the Planning Board. This policy is intended to be used in conjuction with the View Standard Tasks policy.</li>\n<li>Manage Accessible Standard Tasks - Allows the user to add, edit and delete Standard Tasks for Processes on the Planning Board they have access to. This policy is intended to be used in conjuction with the View Standard Tasks policy.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th><strong>Example</strong></th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Process</td>\n<td>**Required Field  <br />**The Process Id that this Task belongs to</td>\n<td>string</td>\n<td>\"Process\": \"processes-705-A\",</td>\n<td><em><strong>Reference Data: GET List of Processes  <br />{{Url}}/api/v1/Processes.json</strong></em>  <br />This API endpoint will return the list of processes (required: <em>processes.Id</em>) so that the correct process (<em>tasks.Process</em>), shift plan (<em>tasks.ShiftPlanId</em>), and shadow processes (<em>task.ShadowProcesses.ProcessId</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td><strong>Required Field</strong>  <br />The Task's priority.</td>\n<td>string</td>\n<td>\"Priority\": \"1H\",</td>\n<td><em><strong>Reference Data: GET List of Priorities</strong></em>  <br /><em><strong>{{Url}}/api/v1/priorities.json</strong></em>  <br />This API endpoint will return the list of priorities (required: <em>priorities.Priority</em>) so that the correct priority (<em>tasks.Priority</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>Required Field  <br />The Task's Description, the summary of the work.</td>\n<td>string</td>\n<td>\"Description\": \"API_TEST TASK\",</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>The id of a this Task's Type.</td>\n<td>string</td>\n<td>\"Type\": \"TaskTypes-257\",</td>\n<td>Reference Data: GET List of Task Types  <br />{{Url}}/api/v1/TaskTypes.json  <br />_<strong>_</strong>_This API endpoint will return the list of task types (required: _tasktypes.Id) so that the correct task type (tasks.Type) can be selected for the task</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td>A collection of Locations relevant to this Task.</td>\n<td><strong>Collection of TaskLocation</strong></td>\n<td>\"Locations\": [  <br />{  <br />\"LocationId\": \"locations-353\",  <br />\"Location\": \"Drilling Location 2960\"  <br />}  <br />],</td>\n<td><em><strong>Reference Data: GET List of Locations</strong></em>  <br /><em><strong>{{Url}}/api/v1/Locations.json  <br />__</strong><strong>**</strong><strong>__</strong>**</em><strong>__</strong>__This API endpoint will return the list of locations (required: <em>locations.Id</em> &amp; <em>locations.ShortCode</em>) so that the correct locations (<em>tasks.Locations.LocationId</em> &amp; <em>tasks.Locations.Location</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>PlannedStartTimeOffset</td>\n<td>The Planned Start Time in Minutes Offset from Shift Start Time</td>\n<td>integer</td>\n<td>\"PlannedStartTimeOffset\": 90,</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td>The assigned Duration that this Task is expected to take.</td>\n<td>decimal</td>\n<td>\"Duration\": 8.0,</td>\n<td>Duration is measured in hours.</td>\n</tr>\n<tr>\n<td>Target</td>\n<td>The assigned Target that this Task is expected to meet.</td>\n<td>decimal</td>\n<td>\"Target\": 125.5,</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td>The assigned Unit (Type) of the Task.</td>\n<td>string</td>\n<td>\"Unit\": \"Prod Drill Metres\",</td>\n<td>Reference Data: GET List of Units  <br />{{Url}}/api/v1/Units.json  <br /><strong>__</strong>___This API endpoint will return the list of units (required: _units.Name) so that the correct unit (tasks.Unit) and rate (tasks.RateUnit) can be selected for the task</td>\n</tr>\n<tr>\n<td>Rate</td>\n<td>The assigned tasks rate to achive the target.</td>\n<td>decimal</td>\n<td>\"Rate\": 15.6875,</td>\n<td>Calculated based on the Duration and the Target values</td>\n</tr>\n<tr>\n<td>RateUnit</td>\n<td>The unit of task's target rate.</td>\n<td>string</td>\n<td>\"RateUnit\": \"Prod Drill Metres / Hour\",</td>\n<td>Reference Data: Unit  <br />See the Unit attribute for more information</td>\n</tr>\n<tr>\n<td>ShortIntervalControlRequired</td>\n<td>Indicates whether Short Interval Control is Required</td>\n<td>boolean</td>\n<td>ShortIntervalControlRequired\": true,</td>\n<td>Short Interval Control requires a set Duration, Target, Unit, Rate and RateUnit</td>\n</tr>\n<tr>\n<td>ShortIntervalControl</td>\n<td>The id of the Short Interval Control</td>\n<td>string</td>\n<td>\"ShortIntervalControl\": \"ShortIntervalControls-3\",</td>\n<td>Reference Data: GET List of Short Interval Controls  <br />{{Url}}/api/v1/ShortIntervalControls.json  <br /><strong>__</strong>___This API endpoint will return the list of short interval controls (SIC, required: __shortintervalcontrols.Id) so that the correct SIC configuration (tasks.ShortIntervalControl) can be selected for the task</td>\n</tr>\n<tr>\n<td>Instructions</td>\n<td>Any additional information / instructions about the task.</td>\n<td>string</td>\n<td>\"Instructions\": \"Follow the procedural document\",</td>\n<td>Can contain HTML text</td>\n</tr>\n<tr>\n<td>RequiredPeople</td>\n<td>A collection specifying the number and type of People (by Occupation type) required to do the Task.</td>\n<td>Collection of RequiredPerson</td>\n<td>\"RequiredPeople\": [  <br />{  <br />\"OccupationType\": \"OccupationTypes-12\",  <br />\"OccupationTypeShortCode\": \"JBO\",  <br />\"Count\": 1  <br />}  <br />],</td>\n<td>Reference Data: GET Occupation Types  <br />{{Url}}/api/v1/OccupationTypes.json  <br /><strong>__</strong>___This API endpoint will return the list of occupation types (required: _occupationtypes.Id &amp; occupationtypes.ShortCode) so that the correct required people (tasks.RequiredPeople.OccupationType, tasks.RequiredPeople.OccupationTypeShortCode, tasks.ShadowProcesses.RequiredPeople.OccupationType, &amp; tasks.ShadowProcesses.RequiredPeople.OccupationTypeShortCode) can be selected for the task</td>\n</tr>\n<tr>\n<td>RequiredEquipment</td>\n<td>A collection specifying the number and type of Equipment (by Equipment type) required to do the Task.</td>\n<td>Collection of RequiredEquipment</td>\n<td>\"RequiredEquipment\": [  <br />{  <br />\"EquipmentType\": \"EquipmentTypes-5\",  <br />\"EquipmentTypeShortCode\": \"JB\",  <br />\"Count\": 1  <br />}  <br />],</td>\n<td>Reference Data: GET List of Equipment Types  <br />{{Url}}/api/v1/EquipmentTypes.json  <br />This API endpoint will return the list of equipment types (required: equipmenttypes.Id &amp; equipmenttypes.ShortCode) so that the correct required equipment (tasks.RequiredEquipment.EquipmentType, tasks.RequiredEquipment.EquipmentTypeShortCode, tasks.ShadowProcesses.RequiredEquipment.EquipmentType, &amp; tasks.ShadowProcesses.RequiredEquipment.EquipmentTypeShortCode) can be selected for the task</td>\n</tr>\n<tr>\n<td>AssignedEquipment</td>\n<td>A collection identifying any Equipment assigned to this Task</td>\n<td>Collection of AssignedEquipment</td>\n<td>\"AssignedEquipment\": [  <br />{  <br />\"Equipment\": \"equipment-964\",  <br />\"EquipmentTypeShortCode\": \"JO\"  <br />}  <br />],</td>\n<td>Reference Data:  <br />- GET List of Equipment  <br />{{Url}}/api/v1/EquipmentT.json  <br />- GET List of Equipment Types  <br />{{Url}}/api/v1/EquipmentTypes.json  <br />These API endpoints will return the list of equipment &amp; equipment types (required: equipment.Id &amp; equipmenttypes.ShortCode) so that the correct assigned equipment (asks.AssignedEquipment.Equipment &amp; tasks.AssignedEquipment.EquipmentTypeShortCode) can be selected for the task</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td>The tag of the Task.</td>\n<td>Collection of AppliedTag</td>\n<td>\"Tags\": [  <br />{  <br />\"TagId\": \"tags-84\",  <br />\"Tag\": \"GS05\"  <br />}  <br />],</td>\n<td>Reference Data: GET List of Tags  <br />{{Url}}/api/v1/Tags.json  <br /><strong>__</strong>___This API endpoint will return the list of tags (required: _tags.Id &amp; tags.ShortCode) so that the correct tags (tasks.Tags.TagId &amp; tasks.Tags.Tag) can be selected for the task</td>\n</tr>\n<tr>\n<td>ShadowProcesses</td>\n<td>A collection of ShadowProcesses.</td>\n<td>Collection of ShadowProcesses</td>\n<td>\"ShadowProcesses\": [  <br />{  <br />\"ProcessId\": \"processes-129-A\",  <br />\"RequiredPeople\": [  <br />{  <br />\"OccupationType\": \"OccupationTypes-3\",  <br />\"OccupationTypeShortCode\": \"NIP\",  <br />\"Count\": 1  <br />}  <br />],  <br />\"RequiredEquipment\": [  <br />{  <br />\"EquipmentType\": \"EquipmentTypes-34\",  <br />\"EquipmentTypeShortCode\": \"LV\",  <br />\"Count\": 1  <br />}  <br />]  <br />}  <br />],</td>\n<td>Reference Data: Process ID, OccupationType ID, EquipmentTypes ID  <br />See the relevant attribute for more information</td>\n</tr>\n<tr>\n<td>ShadowReason</td>\n<td>The reason of shadowing the task.</td>\n<td>string</td>\n<td>\"ShadowReason\": \"Resource request\",</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShadowIsInformational</td>\n<td>Were the shadow task for informational purposes only.</td>\n<td>boolean</td>\n<td>\"ShadowIsInformational\": false,</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShadowAcceptAll</td>\n<td>Were all shadow processes need to accept the task to be printed.</td>\n<td>boolean</td>\n<td>\"ShadowAcceptAll\": false,</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WorkOrder</td>\n<td>The Task's Work Order identifier.</td>\n<td>string</td>\n<td>\"WorkOrder\": \"DR0001234\",</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Due</td>\n<td>The configuration of the task when it should be completed by.  <br />Available Values:  <br />- AtEndOfPlanningWeek  <br />- DaysAfterScheduled  <br />- OnScheduledDate</td>\n<td>string</td>\n<td>\"Due\": \"AtEndOfPlanningWeek\",</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDaysAfter</td>\n<td>Specifies the number of days after the scheduled date of the task when it should be completed by</td>\n<td>integer</td>\n<td>\"DueDaysAfter\": 3,</td>\n<td><strong>This attribute is used in conjunction with  <br />\"Due\": \"DaysAfterScheduled\",</strong></td>\n</tr>\n<tr>\n<td>Important</td>\n<td>A decorator of a task for display purposes.</td>\n<td>boolean</td>\n<td>\"Important\": false,</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Contingency</td>\n<td>Indicates that this is a Contingency task.</td>\n<td>boolean</td>\n<td>\"Contingency\": false,</td>\n<td>-</td>\n</tr>\n<tr>\n<td>InspectionRequired</td>\n<td>Indicates if an inspection is required.</td>\n<td>boolean</td>\n<td>\"InspectionRequired\": false,</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td>The source system of the Task</td>\n<td>string</td>\n<td>\"Source\": \"SAP\",</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td>The unique identifier of the task within the source system.</td>\n<td>string</td>\n<td>\"SourceId\": \"SAPTASK-0000123609\"</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Group</td>\n<td>The group where the imported standard task will be displayed on the Standard Tasks panel of the Planning Board</td>\n<td>string</td>\n<td>\"Group\": \"test\"</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredPerson</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AssignedEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsShadow</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Due</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Unspecified</td>\n<td>0</td>\n</tr>\n<tr>\n<td>OnScheduledDate</td>\n<td>1</td>\n</tr>\n<tr>\n<td>AtEndOfPlanningWeek</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DaysAfterScheduled</td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LocationId</td>\n<td>The id of a Location. If null, it is an ad-hoc TaskLocation.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the TaskLocation. Otherwise, it is the Location's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Attachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AttachmentId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExternalFSFileId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetedItem</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td></td>\n<td><strong>Collection of AttachmentTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RelatedAttachments</td>\n<td></td>\n<td><strong>Collection of RelatedAttachment</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AttachmentType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>File</td>\n<td>0</td>\n</tr>\n<tr>\n<td>SharePointDocument</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ExternalFSFile</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AttachmentTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RelatedAttachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AppliedTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td>The Id of a Tag. If null, it is an ad-hoc AppliedTag.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the AppliedTag. Otherwise, it is the Tag's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManuallyAdded</td>\n<td>Indicates that this applied tag was added by a manual user action. Once this flag is set to true, the AutoAssignCondition is ignored.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ComplianceBreach</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td></td>\n<td><strong>ComplianceBreachStatus</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisedBy</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisationNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IgnoreBreachOnMobile</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ComplianceBreachStatus</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Current</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Authorised</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Resolved</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Category</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CategoryDisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AnswerType</td>\n<td></td>\n<td><strong>AnswerType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateTimeFormat</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DatePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TimePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>GreaterThanTargetIsBest</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateFunction</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NoTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MultipleChoiceFreeText</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Note</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinimumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaximumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Step</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Visible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswers</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AnswerType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MultipleChoice</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Numeric</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ShortAnswer</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DateTime</td>\n<td>3</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>4</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td>5</td>\n</tr>\n<tr>\n<td>Person</td>\n<td>6</td>\n</tr>\n<tr>\n<td>Text</td>\n<td>7</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresNotes</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Recurrence</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Frequency</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Every</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnSunday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnMonday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnTuesday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnWednesday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnThursday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnFriday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnSaturday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>By</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Skip</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Ends</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EndsAfter</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EndsOn</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnWeeks345</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TriggerReschedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskForm</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormMode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormUniqueId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnforceTaskRestrictions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Checklist</td>\n<td></td>\n<td><strong>Collection of TaskFormChecklist</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Audit</td>\n<td></td>\n<td><strong>Collection of TaskFormAuditRecord</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormChecklist</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormAuditRecord</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EventCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d720a6e4-7051-466f-912c-1cadfc45fd33","id":"d720a6e4-7051-466f-912c-1cadfc45fd33","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","standardtasks.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b32ea29f-f534-4dcd-85ff-388cacd3ee40"},{"name":"Schedule Standard Task","event":[{"listen":"test","script":{"id":"0cea2677-309a-41f7-a84f-aea5eb790e13","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}}],"id":"ec4901ac-fb39-4b34-9a6c-3eef21bcfc6f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"FewzionMetadata","value":"[{\"Type\":\"OriginalTaskId\",\"Data\":\"{{standardTaskId}}\"}]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ScheduledDate\": \"2023-06-12\",\r\n    \"ScheduledShift\": \"Night\",\r\n    \"Process\": \"processes-161\",\r\n    \"Priority\": \"1H\",\r\n    \"Description\": \"AATST\",\r\n    \"ShadowReason\": \"\",\r\n    \"ShadowIsInformational\": false,\r\n    \"ShadowAcceptAll\": false,\r\n    \"Deleted\": false,\r\n    \"ShadowProcesses\": [\r\n        {\r\n            \"ProcessId\": \"processes-129\",\r\n            \"Comment\": \"\",\r\n            \"Id\": \"e0aa738d-a740-4b79-9d59-66ddf2252661\",\r\n            \"RequiredPeople\": [],\r\n            \"RequiredEquipment\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Tasks.json","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d720a6e4-7051-466f-912c-1cadfc45fd33","id":"d720a6e4-7051-466f-912c-1cadfc45fd33","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Tasks.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec4901ac-fb39-4b34-9a6c-3eef21bcfc6f"},{"name":"Edit Standard task's description","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);"],"type":"text/javascript","id":"183d6c6f-d930-4d44-b0a8-95a29747c911"}}],"id":"9201b778-01f4-4329-87fd-0908b9603271","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\", \r\n        \"path\": \"$.Description\", \r\n        \"value\": \"API test Standard task (planner's) edited 1\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/StandardTasks.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a StandardTask</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li><p>Manage Standard Tasks - Allows the user to add, edit and delete Standard Tasks for any Process on the Planning Board. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n<li><p>Manage Accessible Standard Tasks - Allows the user to add, edit and delete Standard Tasks for Processes on the Planning Board they have access to. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>InternalServerError (500)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d720a6e4-7051-466f-912c-1cadfc45fd33","id":"d720a6e4-7051-466f-912c-1cadfc45fd33","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","StandardTasks.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9201b778-01f4-4329-87fd-0908b9603271"},{"name":"Update standard task","event":[{"listen":"prerequest","script":{"id":"bd9271b6-54b2-4256-8042-988f40c65400","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"e9982c8a-fb41-49ec-b7d4-a73b1e516cbd","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"72ce3046-0d06-4c84-b80b-a88f6840d789","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Process\": \"processes-321\",\r\n    \"Priority\": \"8A\",\r\n    \"PlannedStartTimeOffset\": 100,\r\n    \"ShortIntervalControlRequired\": false,\r\n    \"ShortIntervalControl\": \"\",\r\n    \"Description\": \"API test Standard task (planner's)1\",\r\n    \"Contingency\": false,\r\n    \"Type\": \"TaskTypes-169\",\r\n    \"Duration\": 2.0,\r\n    \"Unit\": \"\",\r\n    \"RateUnit\": \"\",\r\n    \"ShadowProcesses\": [\r\n        {\r\n            \"ProcessId\": \"processes-129\",\r\n            \"Comment\": \"\",\r\n            \"Id\": \"e0aa738d-a740-4b79-9d59-66ddf2252661\",\r\n            \"RequiredPeople\": [\r\n                \"Id\": \"8efa82df-5ab3-43db-8a07-600f6b70a5f9\",\r\n                    \"OccupationType\": \"OccupationTypes-291\",\r\n                    \"OccupationTypeShortCode\": \"Op\",\r\n                    \"Count\": 1\r\n            ],\r\n            \"RequiredEquipment\": [\r\n                \"Id\": \"1e4b5e17-4222-4e51-9ee6-993869821b0f\",\r\n                    \"EquipmentType\": \"EquipmentTypes-1\",\r\n                    \"EquipmentTypeShortCode\": \"TR\",\r\n                    \"Count\": 1\r\n            ]\r\n        }\r\n    ],\r\n    \"ShadowReason\": \"Request for borrowing truck & operator\",\r\n    \"ShadowIsInformational\": false,​\r\n    \"ShadowAcceptAll\": false,​\r\n    \"Instructions\": \"\",\r\n    \"ShiftNotes\": \"\",\r\n    \"ShiftEndNotes\": \"\",\r\n    \"RequiredPeople\": [],\r\n    \"RequiredEquipment\": [],\r\n    \"Due\": \"AtEndOfPlanningWeek\",\r\n    \"DueDaysAfter\": 0,\r\n    \"Group\": \"Test\",\r\n    \"Recurrences\": [],\r\n    \"Important\": false,\r\n    \"InspectionRequired\": false,\r\n    \"Locations\": [],\r\n    \"Attachments\": [],\r\n    \"ComplianceBreaches\": [],\r\n    \"ChecklistQuestions\": [],\r\n    \"Tags\": [],\r\n    \"PermitToWorks\": [],\r\n    \"SequenceParentTaskIds\": [],\r\n    \"Forms\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/standardtasks.json/{{Id}}","description":"<p>This API endpoint will update a StandardTask</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li><p>Manage Standard Tasks - Allows the user to add, edit and delete Standard Tasks for any Process on the Planning Board. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n<li><p>Manage Accessible Standard Tasks - Allows the user to add, edit and delete Standard Tasks for Processes on the Planning Board they have access to. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PlannedStartTimeOffset</td>\n<td>The number of minutes offset from the start. If this is used during scheduling in a Standard Job, the offset is taken as being from the start of the jobs. (So, the offset can be a large number).</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControlRequired</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControl</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Contingency</td>\n<td>Indicates that this is a Contingency task.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Rate</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RateUnit</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcess</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Instructions</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftEndNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitJob</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredPeople</td>\n<td></td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredEquipment</td>\n<td></td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcessRequiredPeople</td>\n<td></td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcessRequiredEquipment</td>\n<td></td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedEquipment</td>\n<td></td>\n<td><strong>Collection of AssignedEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Due</td>\n<td></td>\n<td><strong>Due</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDaysAfter</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Group</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Recurrences</td>\n<td></td>\n<td><strong>Collection of Recurrence</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Important</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>InspectionRequired</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td></td>\n<td><strong>Collection of TaskLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Attachments</td>\n<td></td>\n<td><strong>Collection of Attachment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ComplianceBreaches</td>\n<td></td>\n<td><strong>Collection of ComplianceBreach</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td></td>\n<td><strong>Collection of AppliedTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitToWorks</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultTarget</td>\n<td>The default Target that this Task is expected to meet.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultDuration</td>\n<td>The Default assigned Duration that this Task is expected to take.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SequenceParentTaskIds</td>\n<td>List of Ids of fewzion task objects. If null or empty, then the task is not part of any sequence.</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Forms</td>\n<td>A collection of TaskForms</td>\n<td><strong>Collection of TaskForm</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredPerson</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AssignedEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsShadow</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Due</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Unspecified</td>\n<td>0</td>\n</tr>\n<tr>\n<td>OnScheduledDate</td>\n<td>1</td>\n</tr>\n<tr>\n<td>AtEndOfPlanningWeek</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DaysAfterScheduled</td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LocationId</td>\n<td>The id of a Location. If null, it is an ad-hoc TaskLocation.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the TaskLocation. Otherwise, it is the Location's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Attachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AttachmentId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExternalFSFileId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetedItem</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td></td>\n<td><strong>Collection of AttachmentTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RelatedAttachments</td>\n<td></td>\n<td><strong>Collection of RelatedAttachment</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AttachmentType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>File</td>\n<td>0</td>\n</tr>\n<tr>\n<td>SharePointDocument</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ExternalFSFile</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AttachmentTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RelatedAttachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AppliedTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td>The Id of a Tag. If null, it is an ad-hoc AppliedTag.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the AppliedTag. Otherwise, it is the Tag's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManuallyAdded</td>\n<td>Indicates that this applied tag was added by a manual user action. Once this flag is set to true, the AutoAssignCondition is ignored.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ComplianceBreach</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td></td>\n<td><strong>ComplianceBreachStatus</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisedBy</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisationNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IgnoreBreachOnMobile</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ComplianceBreachStatus</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Current</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Authorised</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Resolved</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Category</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CategoryDisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AnswerType</td>\n<td></td>\n<td><strong>AnswerType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateTimeFormat</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DatePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TimePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>GreaterThanTargetIsBest</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateFunction</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NoTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MultipleChoiceFreeText</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Note</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinimumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaximumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Step</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Visible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswers</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AnswerType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MultipleChoice</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Numeric</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ShortAnswer</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DateTime</td>\n<td>3</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>4</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td>5</td>\n</tr>\n<tr>\n<td>Person</td>\n<td>6</td>\n</tr>\n<tr>\n<td>Text</td>\n<td>7</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresNotes</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Recurrence</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shifts</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Frequency</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Every</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnSunday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnMonday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnTuesday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnWednesday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnThursday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnFriday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OnSaturday</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>By</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Skip</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Ends</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EndsAfter</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EndsOn</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowOnWeeks345</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TriggerReschedule</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskForm</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormMode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormUniqueId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnforceTaskRestrictions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Checklist</td>\n<td></td>\n<td><strong>Collection of TaskFormChecklist</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Audit</td>\n<td></td>\n<td><strong>Collection of TaskFormAuditRecord</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormChecklist</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormAuditRecord</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EventCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d720a6e4-7051-466f-912c-1cadfc45fd33","id":"d720a6e4-7051-466f-912c-1cadfc45fd33","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","standardtasks.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"72ce3046-0d06-4c84-b80b-a88f6840d789"},{"name":"Delete standard task","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"8dff7edb-b802-4733-9f63-0fefdb5c562d"}}],"id":"e68d3028-0baf-4ad1-a579-c0134a338fe2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/standardtasks.json/{{Id}}","description":"<p>This API endpoint will delete a StandardTask</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li><p>Manage Standard Tasks - Allows the user to add, edit and delete Standard Tasks for any Process on the Planning Board. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n<li><p>Manage Accessible Standard Tasks - Allows the user to add, edit and delete Standard Tasks for Processes on the Planning Board they have access to. This policy is intended to be used in conjuction with the View Standard Tasks policy.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Standard task</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d720a6e4-7051-466f-912c-1cadfc45fd33","id":"d720a6e4-7051-466f-912c-1cadfc45fd33","name":"Standard Tasks","type":"folder"}},"urlObject":{"path":["api","v1","standardtasks.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e68d3028-0baf-4ad1-a579-c0134a338fe2"}],"id":"d720a6e4-7051-466f-912c-1cadfc45fd33","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a101acaf-23b5-485e-92b4-de6107668b6e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8f0f0a63-e4e0-43c9-80d7-53330ba2fb62","type":"text/javascript","exec":[""]}}],"_postman_id":"d720a6e4-7051-466f-912c-1cadfc45fd33","description":""},{"name":"Additional Task Information","item":[{"name":"Attachments","item":[{"name":"Preview Attachment","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"0c5580a0-472f-495b-8b62-d33e50715a3c"}}],"id":"31f6012b-ab24-4397-8ea8-ec2e0c3a0ebf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/attachments.json/PreviewAttachment?id=e97ec957912caafc6105b90c2c4ca6074bc5aaf21e99af0da30749930154207d&name=Attachment (1).docx&contentType=application/vnd.openxmlformats-officedocument.wordprocessingml.document","description":"<p>This API endpoint will preview a file attachment</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>ViewAttachments - Allows user to view Attachments.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>name</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>contentType</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nNotFound (404)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"731aad66-a598-4464-9b14-e363cabbb4e0","id":"731aad66-a598-4464-9b14-e363cabbb4e0","name":"Attachments","type":"folder"}},"urlObject":{"path":["api","v1","attachments.json","PreviewAttachment"],"host":["{{Url}}"],"query":[{"key":"id","value":"e97ec957912caafc6105b90c2c4ca6074bc5aaf21e99af0da30749930154207d"},{"key":"name","value":"Attachment (1).docx"},{"key":"contentType","value":"application/vnd.openxmlformats-officedocument.wordprocessingml.document"}],"variable":[]}},"response":[],"_postman_id":"31f6012b-ab24-4397-8ea8-ec2e0c3a0ebf"},{"name":"Download Attachment","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"3a0b226f-a9bd-4755-8c88-3024dff4a914"}}],"id":"d3c3e120-e085-40d2-b58b-3aead6cedc48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/attachments.json/DownloadAttachment?id=e97ec957912caafc6105b90c2c4ca6074bc5aaf21e99af0da30749930154207d&name=Attachment (1).docx&contentType=application/vnd.openxmlformats-officedocument.wordprocessingml.document","description":"<p>This API endpoint will download a file attachment</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<p>ViewAttachments - Allows user to view Attachments.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>name</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>contentType</td>\n<td></td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>BadRequest (400)\nNotFound (404)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"731aad66-a598-4464-9b14-e363cabbb4e0","id":"731aad66-a598-4464-9b14-e363cabbb4e0","name":"Attachments","type":"folder"}},"urlObject":{"path":["api","v1","attachments.json","DownloadAttachment"],"host":["{{Url}}"],"query":[{"key":"id","value":"e97ec957912caafc6105b90c2c4ca6074bc5aaf21e99af0da30749930154207d"},{"key":"name","value":"Attachment (1).docx"},{"key":"contentType","value":"application/vnd.openxmlformats-officedocument.wordprocessingml.document"}],"variable":[]}},"response":[],"_postman_id":"d3c3e120-e085-40d2-b58b-3aead6cedc48"}],"id":"731aad66-a598-4464-9b14-e363cabbb4e0","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"da881ca8-a057-47fe-b111-b54b72559f98","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2d4b64dd-1d1a-480b-915a-3bb266f12596","type":"text/javascript","exec":[""]}}],"_postman_id":"731aad66-a598-4464-9b14-e363cabbb4e0","description":""},{"name":"Task Note Templates","item":[{"name":"GET list of Task Note Templates","event":[{"listen":"test","script":{"id":"93d2981c-e977-4973-9fe7-1f8b83b65d9d","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"f118c199-3609-4ae3-8aee-f96bc514b8b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/TaskNoteTemplates.json","description":"<p>This API endpoint will return a List of TaskNoteTemplate.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Task Note Templates - Allows user to view Task Note Templates.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/TaskNoteTemplates.json?query=<em>{{value}}</em>&amp;defaultfield=<em>{{parameter}}</em></p>\n<p><strong>Indexes</strong></p>\n<p>The TaskNoteTemplates endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p>Task Note Template Index<br />Sorting the Results<br />You may specify sorting via the sort query string argument. Any property of the TaskNoteTemplate (excluding collections) may be used to sort the TaskNoteTemplates list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","TaskNoteTemplates.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f118c199-3609-4ae3-8aee-f96bc514b8b9"},{"name":"GET Specific Task Note Templates","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"34913940-8c8b-4716-8ac3-943ac74289d2"}}],"id":"908e1991-f11d-414c-976a-f527adcb8c9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/TaskNoteTemplates.json/{{Id}}","description":"<p>This API endpoint will return a specific TaskNoteTemplate.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>View Task Note Templates - Allows user to view Task Note Templates.</li>\n</ul>\n<p><strong>Parameters</strong>\nName|Description|Type|Additional information\nid|The id of the TaskNoteTemplate|string|Required</p>\n<p><strong>Potential Error Response Codes</strong>\nNotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","TaskNoteTemplates.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"908e1991-f11d-414c-976a-f527adcb8c9c"}],"id":"a0f70f46-dfbc-4959-9761-982aaba1a913","event":[{"listen":"prerequest","script":{"id":"876113a1-cbc2-44cf-98fb-f67712e04db0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"94c89011-f170-4015-ac17-b89168304ebb","type":"text/javascript","exec":[""]}}],"_postman_id":"a0f70f46-dfbc-4959-9761-982aaba1a913","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}}},{"name":"Task Types","item":[{"name":"GET List of Task Types","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"fbaa7cb3-e6bf-4743-a645-77bcd41aa08e"}}],"id":"2c84051a-1c07-4e1f-956b-d87f85a71b30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/TaskTypes.json","description":"<p>This API endpoint will return a List of TaskTypes.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Task Types - Allows user to view Task Types.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/TaskTypes.json?query=true&amp;defaultfield=</p>\n<p>TargetAchievedGreaterActualIsBest</p>\n<p><strong>Indexes</strong><br />The TaskTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the TaskType (excluding collections) may be used to sort the TaskTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","TaskTypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c84051a-1c07-4e1f-956b-d87f85a71b30"},{"name":"GET Specific Task Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"1e520182-1e35-46eb-883e-5c5e427d8d1b"}}],"id":"7e321ef1-c3c1-4fc9-b49e-29a7007bc858","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/TaskTypes.json/{{Id}}","description":"<p>This API endpoint will return a specific TaskType.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Task Types - Allows user to view Task Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the TaskType</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","TaskTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e321ef1-c3c1-4fc9-b49e-29a7007bc858"},{"name":"Add Task Type","event":[{"listen":"test","script":{"id":"5ad5fcfc-3ecb-4a46-af3f-589ce65aba14","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}}],"id":"d44043f9-004a-4781-8996-1dbf6f29bb17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"AfterState\": \"APIed\",\r\n    \"BeforeState\": \"to API\",\r\n    \"Color\": \"\",\r\n    \"DefaultTasksToImportant\": false,\r\n    \"DefaultTasksToShortIntervalControl\": false,\r\n    \"DisplayOrder\": 47000,\r\n    \"Skills\": [\r\n            {\r\n                \"SkillId\": \"skills-3-A\",\r\n                \"PeopleCount\": 1\r\n            }\r\n        ],\r\n    \"DuringState\": \"APIng\",\r\n    \"EquipmentTypes\": [],\r\n    \"ManagesLocationStatus\": true,\r\n    \"Name\": \"API\",\r\n    \"OccupationTypes\": [],\r\n    \"ShortCode\": \"API\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/TaskTypes.json","description":"<p>This API endpoint will create a TaskType</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Task Types - Allows user to manage Task Types.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Color</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultTasksToImportant</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultTasksToShortIntervalControl</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetAchievedGreaterActualIsBest</td>\n<td>Indicates that a target is considered to be met if the actual value is greater than the target. This is the usual case. Allows for the case where an actual is better if it is lower than the target. See also KPI.GreaterActualIsBest</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultActualStartToCurrent</td>\n<td>Indicates that a when a UI shows a Task's actual start time that is null, it should default to the current time. The alternative is that the UI shows the Tasks's planned start time.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultActualEndToCurrent</td>\n<td>Indicates that a when a UI shows a Task's actual end time that is null, it should default to the current time. The alternative is that the UI shows the Tasks's planned end time.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisableAutoCalcOfCompletionPercentage</td>\n<td>Indicates that a when an actual is entered, the Task's completion percentage is to be calculated (based on the Target), rather than left for user input.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesLocationStatus</td>\n<td>Indicates if this type is one which manages the status of locations of tasks of this type.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>BeforeState</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DuringState</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AfterState</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td>The collection of equipment types relevant to this task type</td>\n<td><strong>Collection of TaskTypeEquipmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypes</td>\n<td>The collection of equipment types relevant to this task type</td>\n<td><strong>Collection of TaskTypeOccupationType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskTypeEquipmentType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeId</td>\n<td>Required. Referencing EquipmentType records.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskTypeOccupationType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypeId</td>\n<td>Required. Referencing OccupationType records.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nConflict (409)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","TaskTypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d44043f9-004a-4781-8996-1dbf6f29bb17"},{"name":"Edit Task Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"b51f50d0-8837-4289-ba42-ca26b96dad7c"}}],"id":"be71b267-e158-448d-a298-dd2d6a2d2fc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"API edited by PATCH request\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/TaskTypes.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a TaskType</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Task Types - Allows user to manage Task Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the TaskType</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>InternalServerError (500)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","TaskTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"be71b267-e158-448d-a298-dd2d6a2d2fc4"},{"name":"Update Task Type","event":[{"listen":"test","script":{"id":"134b552d-747f-4bbb-a2fe-75d80aefd665","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"5c100e8b-bf46-4bf2-ae24-fdf4011d9723","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"AfterState\": \"APIed\",\r\n    \"BeforeState\": \"to API\",\r\n    \"Color\": \"\",\r\n    \"DefaultTasksToImportant\": false,\r\n    \"DefaultTasksToShortIntervalControl\": false,\r\n    \"DisplayOrder\": 47000,\r\n        \"Skills\": [\r\n            {\r\n                \"SkillId\": \"skills-2-A\",\r\n                \"PeopleCount\": 1\r\n            }\r\n        ],\r\n    \"DuringState\": \"APIng\",\r\n    \"EquipmentTypes\": [],\r\n    \"ManagesLocationStatus\": true,\r\n    \"Name\": \"API updated by PUT request\",\r\n    \"OccupationTypes\": [],\r\n    \"ShortCode\": \"API\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/TaskTypes.json/{{Id}}","description":"<p>This API endpoint will update a TaskType</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Task Types - Allows user to manage Task Types</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the TaskType</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Color</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultTasksToImportant</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultTasksToShortIntervalControl</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetAchievedGreaterActualIsBest</td>\n<td>Indicates that a target is considered to be met if the actual value is greater than the target. This is the usual case. Allows for the case where an actual is better if it is lower than the target. See also KPI.GreaterActualIsBest</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultActualStartToCurrent</td>\n<td>Indicates that a when a UI shows a Task's actual start time that is null, it should default to the current time. The alternative is that the UI shows the Tasks's planned start time.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultActualEndToCurrent</td>\n<td>Indicates that a when a UI shows a Task's actual end time that is null, it should default to the current time. The alternative is that the UI shows the Tasks's planned end time.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisableAutoCalcOfCompletionPercentage</td>\n<td>Indicates that a when an actual is entered, the Task's completion percentage is to be calculated (based on the Target), rather than left for user input.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManagesLocationStatus</td>\n<td>Indicates if this type is one which manages the status of locations of tasks of this type.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>BeforeState</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DuringState</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AfterState</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td>The collection of equipment types relevant to this task type</td>\n<td><strong>Collection of TaskTypeEquipmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypes</td>\n<td>The collection of equipment types relevant to this task type</td>\n<td><strong>Collection of TaskTypeOccupationType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskTypeEquipmentType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeId</td>\n<td>Required. Referencing EquipmentType records.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskTypeOccupationType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypeId</td>\n<td>Required. Referencing OccupationType records.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","TaskTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c100e8b-bf46-4bf2-ae24-fdf4011d9723"},{"name":"Delete Task Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9e919469-4320-4c4a-a3ef-7e7b9eb78a24"}}],"id":"79a5c727-9e5f-4859-8351-2963953384a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/TaskTypes.json/{{Id}}","description":"<p>This API endpoint will delete a TaskType</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy: </p>\n<ul>\n<li>Manage Task Types - Allows user to manage Task Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the TaskType</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","TaskTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"79a5c727-9e5f-4859-8351-2963953384a9"}],"id":"fe2d3eb2-bba4-4180-9356-15bd455357d5","event":[{"listen":"prerequest","script":{"id":"abdc7f24-694a-4d82-a510-e3919967a254","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fa587574-8bd6-4c5c-8f6e-550f1d34adaf","type":"text/javascript","exec":[""]}}],"_postman_id":"fe2d3eb2-bba4-4180-9356-15bd455357d5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}}},{"name":"Units","item":[{"name":"GET List of Units","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"be0da70f-c2f6-4fd8-ba2a-188d161c186e"}}],"id":"1feb7e94-5264-429a-aa02-6ba197d54760","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Units.json","description":"<p>This API endpoint will return a List of Units.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Units - Allows user to view Units.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Units.json?query=M&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The Units endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Unit (excluding collections) may be used to sort the Units list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2fda340b-b9fa-4edd-8619-cac920ce7df9","id":"2fda340b-b9fa-4edd-8619-cac920ce7df9","name":"Units","type":"folder"}},"urlObject":{"path":["api","v1","Units.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1feb7e94-5264-429a-aa02-6ba197d54760"},{"name":"Get Specific Unit","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"5e3b7bf4-5220-4ccb-8b0e-7919d523390d"}}],"id":"409a4e46-10cf-43e0-ac25-f6cbe3bf4232","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Units.json/{{Id}}","description":"<p>This API endpoint will return a specific Unit.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Units - Allows user to view Units.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Unit</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2fda340b-b9fa-4edd-8619-cac920ce7df9","id":"2fda340b-b9fa-4edd-8619-cac920ce7df9","name":"Units","type":"folder"}},"urlObject":{"path":["api","v1","Units.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"409a4e46-10cf-43e0-ac25-f6cbe3bf4232"},{"name":"Get detailed info about Unit references","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"05c22bb7-0dfc-4c3b-a780-946485094311"}}],"id":"7a4b493a-34cb-4e1a-8a2e-951bad7ce770","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Units.json/GetInfo?id={{Id}}&includeHistoricalData=true","description":"<p>This API endpoint will return detailed info about Unit references.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Units - Allows user to manage Units.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Unit</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>includeHistoricalData</td>\n<td></td>\n<td>boolean</td>\n<td>Default value is False</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2fda340b-b9fa-4edd-8619-cac920ce7df9","id":"2fda340b-b9fa-4edd-8619-cac920ce7df9","name":"Units","type":"folder"}},"urlObject":{"path":["api","v1","Units.json","GetInfo"],"host":["{{Url}}"],"query":[{"key":"id","value":"{{Id}}"},{"key":"includeHistoricalData","value":"true"}],"variable":[]}},"response":[],"_postman_id":"7a4b493a-34cb-4e1a-8a2e-951bad7ce770"},{"name":"Add Unit","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript","id":"dbbc91f4-d55e-4a51-9c77-691209565bb8"}},{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript","id":"fae436b1-afb7-4994-a145-aebd6762636d"}}],"id":"ea56438c-36cf-4816-9b9e-7fd8912e5acb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Active\": true,\r\n    \"Deleted\": false,\r\n    \"DisplayOrder\": 0,\r\n    \"Name\": \"API-{{timestampMoment}}\",\r\n    \"ShortCode\": \"API-{{timestampMoment}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Units.json","description":"<p>This API endpoint will create a Unit.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Units - Allows user to manage Units.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2fda340b-b9fa-4edd-8619-cac920ce7df9","id":"2fda340b-b9fa-4edd-8619-cac920ce7df9","name":"Units","type":"folder"}},"urlObject":{"path":["api","v1","Units.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea56438c-36cf-4816-9b9e-7fd8912e5acb"}],"id":"2fda340b-b9fa-4edd-8619-cac920ce7df9","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"bba831fe-5497-49ea-b4ff-4dc787ea95ee","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5c2a7084-ec51-4a64-a6a3-e4a90cae7976","type":"text/javascript","exec":[""]}}],"_postman_id":"2fda340b-b9fa-4edd-8619-cac920ce7df9","description":""}],"id":"647d3b18-f20a-401b-924b-5fe0a05b9409","_postman_id":"647d3b18-f20a-401b-924b-5fe0a05b9409","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}}},{"name":"GET List of Tasks","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"90ef2aa9-4a4d-43e2-8cd5-a579dbf34282"}}],"id":"b019cdb5-1ba1-4b4e-8b0d-bb9b3de30a7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Tasks.json","description":"<p>This API endpoint will return a List of Tasks.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li>View Tasks - Allows the user to access the Planning Board and Schedule screens and view the Tasks in them.</li>\n<li>View Actuals - Allows the user to view actuals on the Actuals screen.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Indexed Fields</th>\n<th><strong>Type</strong></th>\n<th>Example Query</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AttachmentCount</td>\n<td>Integer</td>\n<td>{{URL}}/api/v1/Tasks.json?query=AttachmentCount:2  <br />{{URL}}/api/v1/Tasks.json?query=2&amp;defaultfield=AttachmentCount</td>\n</tr>\n<tr>\n<td>AttachmentTags</td>\n<td>String</td>\n<td>{{URL}}/api/v1/Tasks.json?query=AttachmentTags:tags-234  <br />{{URL}}/api/v1/Tasks.json?query=tags-234&amp;defaultfield=AttachmentTags</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td>Boolean</td>\n<td>{{URL}}/api/v1/Tasks.json?query=Deleted:true  <br />{{URL}}/api/v1/Tasks.json?query=true&amp;defaultfield=Deleted</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>String</td>\n<td>{{URL}}/api/v1/Tasks.json?query=Description:”API Test”  <br />{{URL}}/api/v1/Tasks.json?query=”API Test”&amp;defaultfield=Description</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td>Decimal</td>\n<td>{{URL}}/api/v1/Tasks.json?query=Duration:12.0  <br />{{URL}}/api/v1/Tasks.json?query=12.0&amp;defaultfield=Duration</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td>String</td>\n<td>TBD</td>\n</tr>\n<tr>\n<td>OriginalScheduledDate</td>\n<td>DateTime</td>\n<td>TBD</td>\n</tr>\n<tr>\n<td>OriginalScheduledShift</td>\n<td>String</td>\n<td>{{URL}}/api/v1/Tasks.json?query=OriginalScheduledShift&amp;defaultfield=day  <br />{{URL}}/api/v1/Tasks.json?query=OriginalScheduledShift&amp;defaultfield=day</td>\n</tr>\n<tr>\n<td>Process</td>\n<td>String</td>\n<td>{{URL}}/api/v1/Tasks.json?query=Process&amp;defaultfield=processes-162-A</td>\n</tr>\n<tr>\n<td>RecurrenceId</td>\n<td>String</td>\n<td>{{URL}}/api/v1/Tasks.json?query=RecurrenceId&amp;defaultfield=recurrences-78-A</td>\n</tr>\n<tr>\n<td>ScheduledDate</td>\n<td>DateTime</td>\n<td>{{URL}}/api/v1/Tasks.json?query=ScheduledDate&amp;defaultfield=2024-03-08T00:00:00</td>\n</tr>\n<tr>\n<td>ScheduledShift</td>\n<td>String</td>\n<td>{{URL}}/api/v1/Tasks.json?query=ScheduledShift&amp;defaultfield=day</td>\n</tr>\n<tr>\n<td>SequenceParentTaskIds</td>\n<td>String</td>\n<td>{{URL}}/api/v1/Tasks.json?query=SequenceParentTaskIds&amp;defaultfield=tasks-1264-A</td>\n</tr>\n<tr>\n<td>ShadowAcceptAll</td>\n<td>Boolean</td>\n<td>{{URL}}/api/v1/Tasks.json?query=ShadowAcceptAll:true  <br />{{URL}}/api/v1/Tasks.json?query=true&amp;defaultfield=ShadowAcceptAll</td>\n</tr>\n<tr>\n<td>ShadowIsInformational</td>\n<td>Boolean</td>\n<td>{{URL}}/api/v1/Tasks.json?query=ShadowIsInformational:true  <br />{{URL}}/api/v1/Tasks.json?query=true&amp;defaultfield=ShadowIsInformational</td>\n</tr>\n<tr>\n<td>ShadowProcesses</td>\n<td>List</td>\n<td>TBC</td>\n</tr>\n<tr>\n<td>ShadowProcessIds</td>\n<td>String</td>\n<td>{{URL}}/api/v1/Tasks.json?query=ShadowShiftPlanIds:\"shiftplans-processes-1202-A-2024-04-16-Day\"  <br />{{URL}}/api/v1/Tasks.json?query=\"shiftplans-processes-1202-A-2024-04-16-Day\"&amp;defaultfield=ShadowProcessId</td>\n</tr>\n<tr>\n<td>ShadowReason</td>\n<td>String</td>\n<td>{{URL}}/api/v1/Tasks.json?query=ShadowReason&amp;defaultfield=”API Testing”</td>\n</tr>\n<tr>\n<td>ShadowShiftPlanIds</td>\n<td>String</td>\n<td>{{URL}}/api/v1/Tasks.json?query=ShadowShiftPlan&amp;defaultfield=shiftplans-processes-372-A-2024-03-08-Day</td>\n</tr>\n<tr>\n<td>ShiftPlan</td>\n<td>String</td>\n<td>{{URL}}/api/v1/Tasks.json?query=ShiftPlan&amp;defaultfield=shiftplans-processes-162-2024-03-08-Day</td>\n</tr>\n<tr>\n<td>Source</td>\n<td>String</td>\n<td>{{URL}}/api/v1/Tasks.json?query=Source&amp;defaultfield=”WorkOrder Mgmt System”</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td>String</td>\n<td>{{URL}}/api/v1/Tasks.json?query=SourceId&amp;defaultfield=s2304568</td>\n</tr>\n<tr>\n<td>SourceTaskId</td>\n<td>String</td>\n<td>{{URL}}/api/v1/Tasks.json?query=SourceTaskId&amp;defaultfield=tasks-1592-A</td>\n</tr>\n<tr>\n<td>StandardTaskId</td>\n<td>String</td>\n<td>{{URL}}/api/v1/Tasks.json?query=StandardTaskId&amp;defaultfield=standardtasks-423-A</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td>String</td>\n<td>{{URL}}/api/v1/Tasks.json?query=Unit&amp;defaultfield=shifts</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>String</td>\n<td>{{URL}}/api/v1/Tasks.json?query=Type&amp;defaultfield=TaskTypes-165</td>\n</tr>\n<tr>\n<td>WorkOrder</td>\n<td>String</td>\n<td>{{URL}}/api/v1/Tasks.json?query=WorkOrder&amp;defaultfield=WO10003472</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Indexes</strong></p>\n<p>The Tasks endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/tasks.json?query=Process:processes-1 AND @in:(WO00001,WO00002) AND ScheduledDate:{2021-09-25T00:00:00.0000000 TO NULL} AND ScheduledDate:{* TO 2021-10-25T00:00:00.0000000}</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Task (excluding collections) may be used to sort the Tasks list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/tasks.json?sort=[{\"property\":\"Type\", \"direction\":\"ASC\"}]</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Tasks.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b019cdb5-1ba1-4b4e-8b0d-bb9b3de30a7b"},{"name":"GET Number of Task IDs Requested","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"b7e7ed8c-c87a-44eb-ab7f-eb44f9b9b9fd"}}],"id":"5542292b-e546-43ef-b650-226e798f5dd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/tasks.json/GetNewTaskIds?number=3","description":"<p>This API endpoint will return the number of task ids requested.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>number</td>\n<td></td>\n<td>integer</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","tasks.json","GetNewTaskIds"],"host":["{{Url}}"],"query":[{"key":"number","value":"3"}],"variable":[]}},"response":[],"_postman_id":"5542292b-e546-43ef-b650-226e798f5dd7"},{"name":"GET Specific Task","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c1a6289b-9fde-4662-81d5-9a65577f89a9"}}],"id":"4c7c066d-06de-49eb-83fc-e079b9c13098","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Tasks.json//{{Id}}","description":"<p>This API endpoint will return a specific Task.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li><p>View Tasks - Allows the user to access the Planning Board and Schedule screens and view the Tasks in them.</p>\n</li>\n<li><p>View Actuals - Allows the user to view actuals on the Actuals screen.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Task</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Tasks.json","","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c7c066d-06de-49eb-83fc-e079b9c13098"},{"name":"Add a Task","event":[{"listen":"test","script":{"id":"f49607f6-d703-4db2-94ba-9b9947d9efb2","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"8ba45b9d-234e-48d1-9b99-e1a096fe1853","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"d619932f-24c5-4750-aa6f-fdcdd1e8b573","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ScheduledDate\": \"2024-01-01T00:00:00\",\r\n    \"ScheduledShift\": \"Day\",\r\n    \"Process\": \"processes-705-A\",\r\n    \"ShiftPlan\": \"shiftplans-processes-705-A-2024-01-01-Day\",\r\n    \"Priority\": \"1H\",\r\n    \"Description\": \"API_TEST TASK\",\r\n    \"Type\": \"TaskTypes-257\",\r\n    \"Locations\": [\r\n        {\r\n            \"LocationId\": \"locations-353\",\r\n            \"Location\": \"Drilling Location 2960\"\r\n        }\r\n    ],\r\n    \"PlannedStartTimeOffset\": 90,\r\n    \"Duration\": 8.0,\r\n    \"Target\": 125.5,\r\n    \"Unit\": \"Prod Drill Metres\",\r\n    \"Rate\": 15.6875,\r\n    \"RateUnit\": \"Prod Drill Metres / Hour\",\r\n    \"ShortIntervalControlRequired\": true,\r\n    \"ShortIntervalControl\": \"ShortIntervalControls-3\",\r\n    \"Instructions\": \"Follow the procedural document\",\r\n    \"RequiredPeople\": [\r\n        {\r\n            \"OccupationType\": \"OccupationTypes-12\",\r\n            \"OccupationTypeShortCode\": \"JBO\",\r\n            \"Count\": 1\r\n        }\r\n    ],\r\n    \"RequiredEquipment\": [\r\n        {\r\n            \"EquipmentType\": \"EquipmentTypes-5\",\r\n            \"EquipmentTypeShortCode\": \"JB\",\r\n            \"Count\": 1\r\n        }\r\n    ],\r\n    \"AssignedPeople\": [\r\n        {\r\n            \"User\": \"users-10017\",\r\n            \"OccupationTypeShortCode\": \"JBO\"\r\n        }\r\n    ],\r\n    \"AssignedEquipment\": [\r\n        {\r\n            \"Equipment\": \"equipment-964\",\r\n            \"EquipmentTypeShortCode\": \"JO\"\r\n        }\r\n    ],\r\n    \"Tags\": [\r\n        {\r\n            \"TagId\": \"tags-84\",\r\n            \"Tag\": \"GS05\"\r\n        }\r\n    ],\r\n    \"ShadowProcesses\": [\r\n        {\r\n            \"ProcessId\": \"processes-129-A\",\r\n            \"RequiredPeople\": [\r\n                {\r\n                    \"OccupationType\": \"OccupationTypes-3\",\r\n                    \"OccupationTypeShortCode\": \"NIP\",\r\n                    \"Count\": 1\r\n                }\r\n            ],\r\n            \"RequiredEquipment\": [\r\n                {\r\n                    \"EquipmentType\": \"EquipmentTypes-34\",\r\n                    \"EquipmentTypeShortCode\": \"LV\",\r\n                    \"Count\": 1\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"ShadowReason\": \"Resource request\",\r\n    \"ShadowIsInformational\": false,​\r\n    \"ShadowAcceptAll\": false,​\r\n    \"WorkOrder\": \"DR0001234\",\r\n    \"DueDate\": \"2024-01-05T00:00:00\",\r\n    \"Important\": false,\r\n    \"Contingency\": false,\r\n    \"InspectionRequired\": false,\r\n    \"Source\": \"SAP\",\r\n    \"SourceId\": \"SAPTASK-0000123609\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Tasks.json","description":"<p>This API endpoint will create a Task</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li>Schedule Tasks - Allows the user to schedule, add, edit and delete Tasks on the Planning Board and Schedule screens for any process. This policy is intended to be used in conjuction with the View Tasks policy.</li>\n<li>Schedule Accessible Tasks - Allows the user to schedule, add, edit and delete Tasks on the Planning Board and Schedule screens for processes they have access to. This policy is intended to be used in conjuction with the View Tasks policy.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th><strong>Example</strong></th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ScheduledDate</td>\n<td><strong>Required Field</strong>  <br />The date on which the task is scheduled to be executed</td>\n<td>date</td>\n<td>\"ScheduledDate\": \"2024-01-01T00:00:00\",</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ScheduledShift</td>\n<td><strong>Required Field</strong>  <br />The shift on which the task is scheduled to be executed</td>\n<td>string</td>\n<td>\"ScheduledShift\": \"Day\",</td>\n<td><em><strong>Reference Data: GET List of Shift Rules  <br />{{Url}}/api/v1/shiftrules.json</strong></em>  <br />This API endpoint will return the list of shifts (required: <em>shiftrules.Name</em>) so that the correct shift (<em>tasks.ScheduledShift</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>Process</td>\n<td>**Required Field  <br />**The Process Id that this Task belongs to</td>\n<td>string</td>\n<td>\"Process\": \"processes-705-A\",</td>\n<td><em><strong>Reference Data: GET List of Processes  <br />{{Url}}/api/v1/Processes.json</strong></em>  <br />This API endpoint will return the list of processes (required: <em>processes.Id</em>) so that the correct process (<em>tasks.Process</em>), shift plan (<em>tasks.ShiftPlanId</em>), and shadow processes (<em>task.ShadowProcesses.ProcessId</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>ShiftPlan</td>\n<td><strong>Required Field</strong>  <br />The id of the Shift Plan that this task belongs to</td>\n<td>string</td>\n<td>\"ShiftPlan\": \"shiftplans-processes-705-A-2024-01-01-Day\",</td>\n<td><em><strong>Reference Data: Process ID</strong></em>  <br />See the Process attribute for more information</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td><strong>Required Field</strong>  <br />The Task's priority.</td>\n<td>string</td>\n<td>\"Priority\": \"1H\",</td>\n<td><em><strong>Reference Data: GET List of Priorities</strong></em>  <br /><em><strong>{{Url}}/api/v1/priorities.json</strong></em>  <br />This API endpoint will return the list of priorities (required: <em>priorities.Priority</em>) so that the correct priority (<em>tasks.Priority</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><strong>Required Field</strong>  <br />The Task's Description, the summary of the work.</td>\n<td>string</td>\n<td>\"Description\": \"API_TEST TASK\",</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>The id of a this Task's Type.</td>\n<td>string</td>\n<td>\"Type\": \"TaskTypes-257\",</td>\n<td><em><strong>Reference Data: GET List of Task Types  <br />{{Url}}/api/v1/TaskTypes.json  <br /></strong><strong>**</strong><strong>__</strong>**</em><strong>__</strong>__This API endpoint will return the list of task types (required: <em>tasktypes.Id</em>) so that the correct task type (<em>tasks.Type</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td>A collection of Locations relevant to this Task.</td>\n<td><strong>Collection of TaskLocation</strong></td>\n<td>\"Locations\": [  <br />{  <br />\"LocationId\": \"locations-353\",  <br />\"Location\": \"Drilling Location 2960\"  <br />}  <br />],</td>\n<td><em><strong>Reference Data: GET List of Locations</strong></em>  <br /><em><strong>{{Url}}/api/v1/Locations.json  <br /></strong><strong>**</strong><strong>__</strong>**</em><strong>__</strong>__This API endpoint will return the list of locations (required: <em>locations.Id</em> &amp; <em>locations.ShortCode</em>) so that the correct locations (<em>tasks.Locations.LocationId</em> &amp; <em>tasks.Locations.Location</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>PlannedStartTimeOffset</td>\n<td>The Planned Start Time in Minutes Offset from Shift Start Time</td>\n<td>integer</td>\n<td>\"PlannedStartTimeOffset\": 90,</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td>The assigned Duration that this Task is expected to take.</td>\n<td>decimal</td>\n<td>\"Duration\": 8.0,</td>\n<td>Duration is measured in hours.</td>\n</tr>\n<tr>\n<td>Target</td>\n<td>The assigned Target that this Task is expected to meet.</td>\n<td>decimal</td>\n<td>\"Target\": 125.5,</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td>The assigned Unit (Type) of the Task.</td>\n<td>string</td>\n<td>\"Unit\": \"Prod Drill Metres\",</td>\n<td><em><strong>Reference Data: GET List of Units  <br />{{Url}}/api/v1/Units.json  <br /></strong><strong>**</strong><strong>__</strong>**</em><strong>__</strong>__This API endpoint will return the list of units (required: <em>units.Name</em>) so that the correct unit (<em>tasks.Unit</em>) and rate (<em>tasks.RateUnit</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>Rate</td>\n<td>The assigned tasks rate to achive the target.</td>\n<td>decimal</td>\n<td>\"Rate\": 15.6875,</td>\n<td>Calculated based on the Duration and the Target values</td>\n</tr>\n<tr>\n<td>RateUnit</td>\n<td>The unit of task's target rate.</td>\n<td>string</td>\n<td>\"RateUnit\": \"Prod Drill Metres / Hour\",</td>\n<td><strong>Reference Data: Unit</strong>  <br />See the Unit attribute for more information</td>\n</tr>\n<tr>\n<td>ShortIntervalControlRequired</td>\n<td>Indicates whether Short Interval Control is Required</td>\n<td>boolean</td>\n<td>ShortIntervalControlRequired\": true,</td>\n<td>Short Interval Control requires a set Duration, Target, Unit, Rate and RateUnit</td>\n</tr>\n<tr>\n<td>ShortIntervalControl</td>\n<td>The id of the Short Interval Control</td>\n<td>string</td>\n<td>\"ShortIntervalControl\": \"ShortIntervalControls-3\",</td>\n<td><em><strong>Reference Data: GET List of Short Interval Controls</strong></em>  <br /><em><strong>{{Url}}/api/v1/ShortIntervalControls.json  <br /></strong><strong>**</strong><strong>__</strong>**</em><strong>__</strong>__This API endpoint will return the list of short interval controls (SIC, required: _<em>shortintervalcontrols.Id</em>) so that the correct SIC configuration (<em>tasks.ShortIntervalControl</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>Instructions</td>\n<td>Any additional information / instructions about the task.</td>\n<td>string</td>\n<td>\"Instructions\": \"Follow the procedural document\",</td>\n<td>Can contain HTML text</td>\n</tr>\n<tr>\n<td>RequiredPeople</td>\n<td>A collection specifying the number and type of People (by Occupation type) required to do the Task.</td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>\"RequiredPeople\": [  <br />{  <br />\"OccupationType\": \"OccupationTypes-12\",  <br />\"OccupationTypeShortCode\": \"JBO\",  <br />\"Count\": 1  <br />}  <br />],</td>\n<td><em><strong>Reference Data: GET Occupation Types  <br />{{Url}}/api/v1/OccupationTypes.json  <br /></strong><strong>**</strong><strong>__</strong>**</em><strong>__</strong>__This API endpoint will return the list of occupation types (required: <em>occupationtypes.Id</em> &amp; <em>occupationtypes.ShortCode</em>) so that the correct required people (<em>tasks.RequiredPeople.OccupationType</em>, <em>tasks.RequiredPeople.OccupationTypeShortCode</em>, <em>tasks.ShadowProcesses.RequiredPeople.OccupationType</em>, &amp; <em>tasks.ShadowProcesses.RequiredPeople.OccupationTypeShortCode</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>RequiredEquipment</td>\n<td>A collection specifying the number and type of Equipment (by Equipment type) required to do the Task.</td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>\"RequiredEquipment\": [  <br />{  <br />\"EquipmentType\": \"EquipmentTypes-5\",  <br />\"EquipmentTypeShortCode\": \"JB\",  <br />\"Count\": 1  <br />}  <br />],</td>\n<td><em><strong>Reference Data: GET List of Equipment Types  <br />{{Url}}/api/v1/EquipmentTypes.json</strong></em>  <br />This API endpoint will return the list of equipment types (required: <em>equipmenttypes.Id</em> &amp; <em>equipmenttypes.ShortCode</em>) so that the correct required equipment (<em>tasks.RequiredEquipment.EquipmentType</em>, <em>tasks.RequiredEquipment.EquipmentTypeShortCode</em>, <em>tasks.ShadowProcesses.RequiredEquipment.EquipmentType</em>, &amp; <em>tasks.ShadowProcesses.RequiredEquipment.EquipmentTypeShortCode</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>AssignedPeople</td>\n<td>A collection identifying any Users assigned to this Task</td>\n<td><strong>Collection of AssignedPerson</strong></td>\n<td>\"AssignedPeople\": [  <br />{  <br />\"User\": \"users-10017\",  <br />\"OccupationTypeShortCode\": \"JBO\"  <br />}  <br />],</td>\n<td><em><strong>Reference Data:</strong></em>  <br /><em><strong>- GET List of Users  <br />{{Url}}/api/v1/Users.json  <br />- GET List of Occupation Types  <br />{{Url}}/api/v1/OccupationTypes.json  <br /></strong><strong>**</strong><strong>__</strong>**</em><strong>__</strong>__These API endpoints will return the list of users &amp; occupation types (required: <em>users.Id</em> &amp; <em>occupationtypes.ShortCode</em>) so that the correct assigned people (<em>tasks.AssignedPeople.User &amp; tasks.AssignedPeople.OccupationTypeShortCode</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>AssignedEquipment</td>\n<td>A collection identifying any Equipment assigned to this Task</td>\n<td><strong>Collection of AssignedEquipment</strong></td>\n<td>\"AssignedEquipment\": [  <br />{  <br />\"Equipment\": \"equipment-964\",  <br />\"EquipmentTypeShortCode\": \"JO\"  <br />}  <br />],</td>\n<td><em><strong>Reference Data:  <br />- GET List of Equipment  <br />{{Url}}/api/v1/EquipmentT.json</strong></em>  <br /><em><strong>- GET List of Equipment Types  <br />{{Url}}/api/v1/EquipmentTypes.json</strong></em>  <br />These API endpoints will return the list of equipment &amp; equipment types (required: <em>equipment.Id</em> &amp; <em>equipmenttypes.ShortCode</em>) so that the correct assigned equipment (<em>asks.AssignedEquipment.Equipment &amp; tasks.AssignedEquipment.EquipmentTypeShortCode</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td>The tag of the Task.</td>\n<td><strong>Collection of AppliedTag</strong></td>\n<td>\"Tags\": [  <br />{  <br />\"TagId\": \"tags-84\",  <br />\"Tag\": \"GS05\"  <br />}  <br />],</td>\n<td><em><strong>Reference Data: GET List of Tags  <br />{{Url}}/api/v1/Tags.json  <br /></strong><strong>**</strong><strong>__</strong>**</em><strong>__</strong>__This API endpoint will return the list of tags (required: <em>tags.Id</em> &amp; <em>tags.ShortCode</em>) so that the correct tags (<em>tasks.Tags.TagId</em> &amp; <em>tasks.Tags.Tag</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>ShadowProcesses</td>\n<td>A collection of ShadowProcesses.</td>\n<td><strong>Collection of ShadowProcesses</strong></td>\n<td>\"ShadowProcesses\": [  <br />{  <br />\"ProcessId\": \"processes-129-A\",  <br />\"RequiredPeople\": [  <br />{  <br />\"OccupationType\": \"OccupationTypes-3\",  <br />\"OccupationTypeShortCode\": \"NIP\",  <br />\"Count\": 1  <br />}  <br />],  <br />\"RequiredEquipment\": [  <br />{  <br />\"EquipmentType\": \"EquipmentTypes-34\",  <br />\"EquipmentTypeShortCode\": \"LV\",  <br />\"Count\": 1  <br />}  <br />]  <br />}  <br />],</td>\n<td><em><strong>Reference Data: Process ID, OccupationType ID, EquipmentTypes ID</strong></em>  <br />See the relevant attribute for more information</td>\n</tr>\n<tr>\n<td>ShadowReason</td>\n<td>The reason of shadowing the task.</td>\n<td>string</td>\n<td>\"ShadowReason\": \"Resource request\",</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShadowIsInformational</td>\n<td>Were the shadow task for informational purposes only.</td>\n<td>boolean</td>\n<td>\"ShadowIsInformational\": false,</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShadowAcceptAll</td>\n<td>Were all shadow processes need to accept the task to be printed.</td>\n<td>boolean</td>\n<td>\"ShadowAcceptAll\": false,</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WorkOrder</td>\n<td>The Task's Work Order identifier.</td>\n<td>string</td>\n<td>\"WorkOrder\": \"DR0001234\",</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDate</td>\n<td>The date that the task should be completed by.</td>\n<td>date</td>\n<td>\"DueDate\": \"2024-01-05T00:00:00\",</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Important</td>\n<td>A decorator of a task for display purposes.</td>\n<td>boolean</td>\n<td>\"Important\": false,</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Contingency</td>\n<td>Indicates that this is a Contingency task.</td>\n<td>boolean</td>\n<td>\"Contingency\": false,</td>\n<td>-</td>\n</tr>\n<tr>\n<td>InspectionRequired</td>\n<td>Indicates if an inspection is required.</td>\n<td>boolean</td>\n<td>\"InspectionRequired\": false,</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td>The source system of the Task</td>\n<td>string</td>\n<td>\"Source\": \"SAP\",</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td>The unique identifier of the task within the source system.</td>\n<td>string</td>\n<td>\"SourceId\": \"SAPTASK-0000123609\"</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Locations</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LocationId</td>\n<td>The id of a Location. If null, it is an ad-hoc TaskLocation.</td>\n<td>string</td>\n<td><em><strong>Reference Data: GET List of Locations</strong></em>  <br /><em><strong>{{Url}}/api/v1/Locations.json  <br /></strong><strong>**</strong><strong>__</strong>**</em><strong>__</strong>__This API endpoint will return the list of locations (required: <em>locations.Id</em>) so that the correct locations (<em>tasks.Locations.LocationId</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the TaskLocation. Otherwise, it is the Location's ShortCode.</td>\n<td>string</td>\n<td><em><strong>Reference Data: GET List of Locations</strong></em>  <br /><em><strong>{{Url}}/api/v1/Locations.json  <br /></strong><strong>**</strong><strong>__</strong>**</em><strong>__</strong>__This API endpoint will return the list of locations (required: <em>locations.ShortCode</em>) so that the correct locations (<em>tasks.Locations.Location</em>) can be selected for the task</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Tags</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TagId</td>\n<td>The Id of a Tag. If null, it is an ad-hoc AppliedTag.</td>\n<td>string</td>\n<td><em><strong>Reference Data: GET List of Tags  <br />{{Url}}/api/v1/Tags.json  <br /></strong><strong>**</strong><strong>__</strong>**</em><strong>__</strong>__This API endpoint will return the list of tags (required: <em>tags.Id</em>) so that the correct tags (<em>tasks.Tags.TagId</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the AppliedTag. Otherwise, it is the Tag's ShortCode.</td>\n<td>string</td>\n<td><em><strong>Reference Data: GET List of Tags  <br />{{Url}}/api/v1/Tags.json  <br /></strong><strong>**</strong><strong>__</strong>**</em><strong>__</strong>__This API endpoint will return the list of tags (required: <em>tags.ShortCode</em>) so that the correct tags (<em>tasks.Tags.Tag</em>) can be selected for the task</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredPeople &amp; RequiredPeople of ShadowProcesses</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th><strong>Example</strong></th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OccupationType</td>\n<td>string</td>\n<td>\"OccupationType\": \"OccupationTypes-12\",</td>\n<td><em><strong>Reference Data: GET Occupation Types  <br />{{Url}}/api/v1/OccupationTypes.json  <br /></strong><strong>**</strong><strong>__</strong>**</em><strong>__</strong>__This API endpoint will return the list of occupation types (required: <em>occupationtypes.Id</em>) so that the correct required people (<em>tasks.RequiredPeople.OccupationType &amp; tasks.ShadowProcesses.RequiredPeople.OccupationType</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>OccupationTypeShortCode</td>\n<td>string</td>\n<td>\"OccupationTypeShortCode\": \"JBO\",</td>\n<td><em><strong>Reference Data: GET Occupation Types  <br />{{Url}}/api/v1/OccupationTypes.json  <br /></strong><strong>**</strong><strong>__</strong>**</em><strong>__</strong>__This API endpoint will return the list of occupation types (required: <em>occupationtypes.ShortCode</em>) so that the correct required people (<em>tasks.RequiredPeople.OccupationTypeShortCode &amp; tasks.ShadowProcesses.RequiredPeople.OccupationTypeShortCode</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>Count</td>\n<td>decimal</td>\n<td>\"Count\": 1</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredEquipment &amp; RequiredEquipment of ShadowProcesses</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Example</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EquipmentType</td>\n<td>string</td>\n<td>\"EquipmentType\": \"EquipmentTypes-5\",</td>\n<td><em><strong>Reference Data: GET List of Equipment Types  <br />{{Url}}/api/v1/EquipmentTypes.json</strong></em>  <br />This API endpoint will return the list of equipment types (required: <em>equipmenttypes.Id</em>) so that the correct required equipment (<em>tasks.RequiredEquipment.EquipmentType</em>, <em>&amp; tasks.ShadowProcesses.RequiredEquipment.EquipmentType</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td>string</td>\n<td>\"EquipmentTypeShortCode\": \"JB\",</td>\n<td><em><strong>Reference Data: GET List of Equipment Types  <br />{{Url}}/api/v1/EquipmentTypes.json</strong></em>  <br />This API endpoint will return the list of equipment types (required: <em>equipmenttypes.Id &amp; equipmenttypes.ShortCode</em>) so that the correct required equipment (<em>tasks.RequiredEquipment.EquipmentTypeShortCode</em> &amp; <em>tasks.ShadowProcesses.RequiredEquipment.EquipmentTypeShortCode</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>Count</td>\n<td>decimal number</td>\n<td>\"Count\": 1</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AssignedPerson</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Example</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>User</td>\n<td>string</td>\n<td>\"User\": \"users-10017\",</td>\n<td><em><strong>Reference Data: GET List of Users  <br />{{Url}}/api/v1/Users.json  <br /></strong><strong>**</strong><strong>__</strong>**</em><strong>__</strong>__This API endpoint will return the list of users (required: <em>users.Id</em>) so that the correct assigned people (<em>tasks.AssignedPeople.User) can be selected for the task</em></td>\n</tr>\n<tr>\n<td>OccupationTypeShortCode</td>\n<td>string</td>\n<td>\"OccupationTypeShortCode\": \"JBO\"</td>\n<td><em><strong>Reference Data: GET List of Occupation Types  <br />{{Url}}/api/v1/OccupationTypes.json  <br /></strong><strong>**</strong><strong>__</strong>**</em><strong>__</strong>__This API endpoint will return the list of occupation types (required: <em>occupationtypes.ShortCode</em>) so that the correct assigned people (<em>tasks.AssignedPeople.OccupationTypeShortCode</em>) can be selected for the task</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AssignedEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Example</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Equipment</td>\n<td>string</td>\n<td>\"Equipment\": \"equipment-964\",</td>\n<td><em><strong>Reference Data: GET List of Equipment  <br />{{Url}}/api/v1/Equipment.json</strong></em>  <br />This API endpoint will return the list of equipment (required: <em>equipment.Id</em>) so that the correct assigned equipment (<em>tasks.AssignedEquipment.Equipment</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td>string</td>\n<td>\"EquipmentTypeShortCode\": \"JO\"</td>\n<td><em><strong>Reference Data: GET List of Equipment Types  <br />{{Url}}/api/v1/EquipmentTypes.json</strong></em>  <br />This API endpoint will return the list of equipment types (required: <em>equipmenttypes.Id &amp; equipmenttypes.ShortCode</em>) so that the correct assigned equipment (<em>tasks.AssignedEquipment.EquipmentTypeShortCode</em>) can be selected for the task</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ShadowProcesses</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Example</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ProcessId</td>\n<td>string</td>\n<td>\"ProcessId\": \"processes-129-A\",</td>\n<td><em><strong>Reference Data: GET List of Processes  <br />{{Url}}/api/v1/Processes.json</strong></em>  <br />This API endpoint will return the list of processes (required: <em>processes.Id</em>) so that the correct process (<em>tasks.Process</em>), shift plan (<em>tasks.ShiftPlanId</em>), and shadow processes (<em>task.ShadowProcesses.ProcessId</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>RequiredPeople</td>\n<td><strong>Collection of RequiredPeople</strong></td>\n<td>\"RequiredPeople\": [  <br />{  <br />\"OccupationType\": \"OccupationTypes-3\",  <br />\"OccupationTypeShortCode\": \"NIP\",  <br />\"Count\": 1  <br />}  <br />],</td>\n<td><em><strong>Reference Data: GET Occupation Types  <br />{{Url}}/api/v1/OccupationTypes.json  <br /></strong><strong>**</strong><strong>__</strong>**</em><strong>__</strong>__This API endpoint will return the list of occupation types (required: <em>occupationtypes.Id</em> &amp; <em>occupationtypes.ShortCode</em>) so that the correct required people (<em>tasks.RequiredPeople.OccupationType</em>, <em>tasks.RequiredPeople.OccupationTypeShortCode</em>, <em>tasks.ShadowProcesses.RequiredPeople.OccupationType</em>, &amp; <em>tasks.ShadowProcesses.RequiredPeople.OccupationTypeShortCode</em>) can be selected for the task</td>\n</tr>\n<tr>\n<td>RequiredEquipment</td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>\"RequiredEquipment\": [  <br />{  <br />\"EquipmentType\": \"EquipmentTypes-34\",  <br />\"EquipmentTypeShortCode\": \"LV\",  <br />\"Count\": 1  <br />}  <br />] ,</td>\n<td><em><strong>Reference Data: GET List of Equipment Types  <br />{{Url}}/api/v1/EquipmentTypes.json</strong></em>  <br />This API endpoint will return the list of equipment types (required: <em>equipmenttypes.Id</em> &amp; <em>equipmenttypes.ShortCode</em>) so that the correct required equipment (<em>tasks.RequiredEquipment.EquipmentType</em>, <em>tasks.RequiredEquipment.EquipmentTypeShortCode</em>, <em>tasks.ShadowProcesses.RequiredEquipment.EquipmentType</em>, &amp; <em>tasks.ShadowProcesses.RequiredEquipment.EquipmentTypeShortCode</em>) can be selected for the task</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","urlObject":{"path":["api","v1","Tasks.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d619932f-24c5-4750-aa6f-fdcdd1e8b573"},{"name":"Add Actuals to a Task","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"3a685915-3246-4929-b49a-d01b20700454"}}],"id":"509aa9d0-b8ec-4c55-888f-8475089a6659","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Actuals\",\r\n        \"value\":\r\n        [\r\n            {\r\n                \"Actual\": 8,\r\n                \"Interval\": 1,\r\n                \"Offset\": 0\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.CompletionPercentage\",\r\n        \"value\": 100\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Tasks.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Task</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li><p>Schedule Tasks - Allows the user to schedule, add, edit and delete Tasks on the Planning Board and Schedule screens for any process. This policy is intended to be used in conjuction with the View Tasks policy.</p>\n</li>\n<li><p>Schedule Accessible Tasks - Allows the user to schedule, add, edit and delete Tasks on the Planning Board and Schedule screens for processes they have access to. This policy is intended to be used in conjuction with the View Tasks policy.</p>\n</li>\n<li><p>Enter Actuals - Allows the user to enter actuals on the Actuals, Planning Board and Schedules screens.</p>\n</li>\n<li><p>Answer Checklist Questions - Allows the user to answer checklist questions on the Actuals screen.</p>\n</li>\n<li><p>Authorise Compliance Breaches - Allows the user to authorise compliance breaches.</p>\n</li>\n<li><p>Complete Task Inspection - Allows user to authorise Task Inspection Completed.</p>\n</li>\n<li><p>Manage Accessible ShiftPlan Resources - Allow user to manage shift plan resources.</p>\n</li>\n<li><p>Manage Accessible ShiftPlan Notes - Allow user to manage accessible shift plan notes.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Task</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>InternalServerError (500)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Tasks.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"509aa9d0-b8ec-4c55-888f-8475089a6659"},{"name":"Edit a Task","event":[{"listen":"test","script":{"id":"b6e44fa1-5623-46b8-8839-c35ecf78a80d","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"e1fd9cf0-5362-48f0-8cf6-5bed54e96e7c","exec":["var current_timestamp = new Date();\r","postman.setEnvironmentVariable(\"current_timestamp\", current_timestamp.toISOString());"],"type":"text/javascript"}}],"id":"bc7826dd-4cf1-4b3a-9cb3-007ba1ebebf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ShortIntervalControlRequired\": false,\r\n    \"ShortIntervalControl\": \"\",\r\n    \"Actuals\": [],\r\n    \"Process\": \"processes-161\",\r\n    \"Priority\": \"1A\",\r\n    \"Description\": \"API planner's task Edited by PUT request\",\r\n    \"Type\": \"TaskTypes-165\",\r\n    \"Duration\": 0.0,\r\n    \"Target\": 8.0,\r\n    \"Unit\": \"Development Meters\",\r\n    \"ShadowProcesses\": [\r\n        {\r\n            \"ProcessId\": \"processes-129\",\r\n            \"Comment\": \"\",\r\n            \"Id\": \"e0aa738d-a740-4b79-9d59-66ddf2252661\",\r\n            \"RequiredPeople\": [\r\n                \"Id\": \"8efa82df-5ab3-43db-8a07-600f6b70a5f9\",\r\n                    \"OccupationType\": \"OccupationTypes-291\",\r\n                    \"OccupationTypeShortCode\": \"Op\",\r\n                    \"Count\": 1\r\n            ],\r\n            \"RequiredEquipment\": [\r\n                \"Id\": \"1e4b5e17-4222-4e51-9ee6-993869821b0f\",\r\n                    \"EquipmentType\": \"EquipmentTypes-1\",\r\n                    \"EquipmentTypeShortCode\": \"TR\",\r\n                    \"Count\": 1\r\n            ]\r\n        }\r\n    ],\r\n    \"ShadowReason\": \"Request for borrowing truck & operator\",\r\n    \"ShadowIsInformational\": false,​\r\n    \"ShadowAcceptAll\": false,​\r\n    \"Instructions\": \"\",\r\n    \"ShiftNotes\": \"\",\r\n    \"ShiftEndNotes\": \"\",\r\n    \"RequiredPeople\": [ ],\r\n    \"RequiredEquipment\": [ ],\r\n    \"StandardTaskId\": \"\",\r\n    \"RecurrenceId\": \"\",\r\n    \"OriginalScheduledDate\": \"{{current_timestamp}}\",\r\n    \"OriginalScheduledShift\": \"Day\",\r\n    \"ScheduledDate\": \"{{current_timestamp}}\",\r\n    \"ScheduledShift\": \"Day\",\r\n    \"Status\": \"Pending\",\r\n    \"AssignedPeople\": [\r\n        {\r\n            \"User\": \"users-1205\", \r\n            \"OccupationTypeShortCode\": \"Fitter\"\r\n        }\r\n    ],\r\n    \"AssignedEquipment\": [],\r\n    \"DueDaysAfter\": 0,\r\n    \"Group\": \"1. Compliance / Statutory\",\r\n    \"Important\": false,\r\n    \"InspectionRequired\": false,\r\n    \"ShiftPlan\": \"shiftplans-processes-161-{{current_timestamp}}\",\r\n    \"AssignedShiftPlan\": \"\",\r\n    \"WeekPlan\": \"weekplans-processes-161-{{current_timestamp}}\",\r\n    \"Locations\": [],\r\n    \"Attachments\": [],\r\n    \"AttachmentCount\": 0,\r\n    \"RelatedAttachmentCount\": 0,\r\n    \"AttachmentTags\": [],\r\n    \"Tags\": [],\r\n    \"Deleted\": false,\r\n    \"ComplianceBreaches\": [],\r\n    \"ChecklistQuestions\": [],\r\n    \"Forms\": [],\r\n    \"PermitToWorks\": [],\r\n    \"SequenceParentTaskIds\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Tasks.json/{{Id}}","description":"<p>This API endpoint will update a Task</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li><p>Schedule Tasks - Allows the user to schedule, add, edit and delete Tasks on the Planning Board and Schedule screens for any process. This policy is intended to be used in conjuction with the View Tasks policy.</p>\n</li>\n<li><p>Schedule Accessible Tasks - Allows the user to schedule, add, edit and delete Tasks on the Planning Board and Schedule screens for processes they have access to. This policy is intended to be used in conjuction with the View Tasks policy.</p>\n</li>\n<li><p>Enter Actuals - Allows the user to enter actuals on the Actuals, Planning Board and Schedules screens.</p>\n</li>\n<li><p>Answer Checklist Questions - Allows the user to answer checklist questions on the Actuals screen.</p>\n</li>\n<li><p>Authorise Compliance Breaches - Allows the user to authorise compliance breaches.</p>\n</li>\n<li><p>Complete Task Inspection - Allows user to authorise Task Inspection Completed.</p>\n</li>\n<li><p>Manage Accessible ShiftPlan Resources - Allow user to manage shift plan resources.</p>\n</li>\n<li><p>Manage Accessible ShiftPlan Notes - Allow user to manage accessible shift plan notes.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Task</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PlannedStartTimeOffset</td>\n<td>The Planned Start Time in Minutes Offset from Shift Start Time</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ActualEndTime</td>\n<td>The Actual End Time</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ActualStartTimeOffset</td>\n<td>The Actual Start Time in Minutes Offset from Shift Start Time</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControlRequired</td>\n<td>Indicates whether Short Interval Control is Required</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortIntervalControl</td>\n<td>The Short Interval Control</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Actuals</td>\n<td>Actuals</td>\n<td><strong>Collection of TaskActual</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td>The Process Id that this Task belongs to</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedBySystem</td>\n<td>Indicates the Task is managed by Fewzion and can't be deleted.</td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>The Task's priority.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>The Task's Description.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Contingency</td>\n<td>Indicates that this is a Contingency task.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WorkOrder</td>\n<td>The Task's Work Order identifier.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>The id of a this Task's TaskType.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td>The assigned Duration that this Task is expected to take.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultDuration</td>\n<td>The Default assigned Duration that this Task is expected to take.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td>The assigned Target that this Task is expected to meet.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultTarget</td>\n<td>The default Target that this Task is expected to meet.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td>The assigned Unit (Type).</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Rate</td>\n<td>The assigned tasks rate to achive the target.</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RateUnit</td>\n<td>The unit of task's target rate.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDate</td>\n<td>The date that the task should be completed by.</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcess</td>\n<td>This field is used when a task is used by another process.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Instructions</td>\n<td>Any additional information / instructions about the task.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>InstructionsAcknowledged</td>\n<td>Were the task notes / instructions acknowledged.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftNotes</td>\n<td>Any additional information / instructions about the task during the shift.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftEndNotes</td>\n<td>Any additional information / instructions about the task after the shift.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredPeople</td>\n<td>A collection specifying the number and type of People (by Occupation type) required to do the Task.</td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiredEquipment</td>\n<td>A collection specifying the number and type of Equipment (by Equipment type) required to do the Task.</td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcessRequiredPeople</td>\n<td>A collection specifying the number and type of People (by Occupation type) required to do the Task, when the Task is used by another Process.</td>\n<td><strong>Collection of RequiredPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedProcessRequiredEquipment</td>\n<td>A collection specifying the number and type of Equipment (by Equipment type) required to do the Task, when the Task is used by another Process.</td>\n<td><strong>Collection of RequiredEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>StandardTaskId</td>\n<td>The id of the standard task used to create this one - null if not from a standard task</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>RecurrenceId</td>\n<td>The id of the recurrence used to create this one - null if not from a recurrence</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>SourceTaskId</td>\n<td>The id of the source task, if this task was created by being split off another task - null if not created by a split. The source is the orignal task (so e.g. when splitting B off A and then C off B; both B and C will have SourceTaskId of A).</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Changed</td>\n<td>Signals that the task changed since creation (used by recurrence rescheduling)</td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>OriginalScheduledDate</td>\n<td>The date on which the task was originally scheduled (used by recurrence rescheduling)</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>OriginalScheduledShift</td>\n<td>The shift on which the task was originally scheduled (used by recurrence rescheduling)</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ScheduledDate</td>\n<td>The date on which the task is scheduled</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ScheduledShift</td>\n<td>The shift on which the task is scheduled</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultScheduledDate</td>\n<td>Indicates that the ScheduledDate on the record was not set by a User, but instead defaulted.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultScheduledShift</td>\n<td>Indicates that the ScheduledShift on the record was not set by a User, but instead defaulted.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>A Status used when the Task is used by another Process. Either Pending, Approved, Rejected</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IncompleteTaskNotes</td>\n<td>Notes added when a task is not completed</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CompletionPercentage</td>\n<td>How complete the Task is.</td>\n<td>integer</td>\n<td>Required Access Polices to edit: Enter Actuals</td>\n</tr>\n<tr>\n<td>AssignedPeople</td>\n<td>A collection identifying any Users assigned to this Task</td>\n<td><strong>Collection of AssignedPerson</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedEquipment</td>\n<td>A collection identifying any Equipment assigned to this Task</td>\n<td><strong>Collection of AssignedEquipment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentAssigned</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PlannedStartTime</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Due</td>\n<td>Identifies what strategy to use for assigning a default DueDate.</td>\n<td><strong>Due</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DueDaysAfter</td>\n<td>Used in conjuction with DaysAfterScheduled to calculate a DueDate</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Group</td>\n<td>The Group that this Task originally came from if it was created from a StandardTask or PlannedTask.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CompletionTimestamp</td>\n<td>Set at the time the Process Superintendent verifies the task as completed.</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Important</td>\n<td>A decorator of a task for display purposes.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>InspectionRequired</td>\n<td>Indicates if an inspection is required.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>InspectionCompleted</td>\n<td>Indicates if an inspection is completed.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPlan</td>\n<td>The id of the Shift Plan that this task belongs to.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AssignedShiftPlan</td>\n<td>The id of the assigned Shift Plan that this task belongs to.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WeekPlan</td>\n<td>The id of the Week Plan that this task belongs to.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations</td>\n<td>A collection of Locations relevant to this Task.</td>\n<td><strong>Collection of TaskLocation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations_Tags_Exact_Value_Match</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations_Exact_Value_Match</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locations_Create_New</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ScheduledShift_Exact_Value_Match</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process_Exact_Value_Match</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Priority_Exact_Value_Match</td>\n<td>Used for the Smart Import only</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td>The source of the Task</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Attachments</td>\n<td>A collection of task attachments.</td>\n<td><strong>Collection of Attachment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AttachmentCount</td>\n<td>The total number of attachments for this task.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RelatedAttachmentCount</td>\n<td>The total number of related attachments for this task.</td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AttachmentTags</td>\n<td>A collection of attachment tag ids.</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td>A collection of tag ids</td>\n<td><strong>Collection of AppliedTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td>A flag used to treat this task as deleted.</td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ComplianceBreaches</td>\n<td>A collection of compliance breaches.</td>\n<td><strong>Collection of ComplianceBreach</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td>A collection of checklist questions.</td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Forms</td>\n<td>A collection of TaskForms</td>\n<td><strong>Collection of TaskForm</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>OriginalShiftNotes</td>\n<td>The shift notes as they stood before modification by Actuals. Effectively, these are the notes set at planning time. When a task is duplicated, the original notes go into the new tasks's notes fields. The idea is that notes applicable to actuals do not belong in the duplicated task.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OriginalShiftEndNotes</td>\n<td>The shift end notes as they stood before modification by Actuals. See OriginalShiftNotes.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitToWorks</td>\n<td>The permit to work documents attached to this task.</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PermitJob</td>\n<td>The Permit job attached to this task.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MSTJob</td>\n<td>The MST job attached to this task.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationPlanningJob</td>\n<td>The Location Planning job attached to this task.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SequenceParentTaskIds</td>\n<td>List of Ids of fewzion task objects. If null or empty, then the task is not part of any sequence.</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Locked</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskActual</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Actuals</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Actual</td>\n<td>Actual value</td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Interval</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Offset</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredPerson</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RequiredEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Count</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AssignedPerson</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>User</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AssignedEquipment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypeShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsShadow</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Due</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Unspecified</td>\n<td>0</td>\n</tr>\n<tr>\n<td>OnScheduledDate</td>\n<td>1</td>\n</tr>\n<tr>\n<td>AtEndOfPlanningWeek</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DaysAfterScheduled</td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskLocation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LocationId</td>\n<td>The id of a Location. If null, it is an ad-hoc TaskLocation.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the TaskLocation. Otherwise, it is the Location's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of Attachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AttachmentId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExternalFSFileId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TargetedItem</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td></td>\n<td><strong>Collection of AttachmentTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>RelatedAttachments</td>\n<td></td>\n<td><strong>Collection of RelatedAttachment</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AttachmentType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>File</td>\n<td>0</td>\n</tr>\n<tr>\n<td>SharePointDocument</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ExternalFSFile</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AttachmentTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of RelatedAttachment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td><strong>AttachmentType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Url</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AppliedTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td>The Id of a Tag. If null, it is an ad-hoc AppliedTag.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the AppliedTag. Otherwise, it is the Tag's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManuallyAdded</td>\n<td>Indicates that this applied tag was added by a manual user action. Once this flag is set to true, the AutoAssignCondition is ignored.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ComplianceBreach</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td></td>\n<td><strong>ComplianceBreachStatus</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisedBy</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AuthorisationNotes</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IgnoreBreachOnMobile</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ComplianceBreachStatus</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Current</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Authorised</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Resolved</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestion</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Question</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Category</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CategoryDisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AnswerType</td>\n<td></td>\n<td><strong>AnswerType</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateTimeFormat</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DatePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TimePart</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Target</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>GreaterThanTargetIsBest</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AggregateFunction</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NoTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MultipleChoiceFreeText</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EquipmentTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LocationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>OccupationTypes</td>\n<td></td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToQuestion</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ApplicableToAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Note</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MinimumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MaximumValue</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Step</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Visible</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswers</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>AnswerType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MultipleChoice</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Numeric</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ShortAnswer</td>\n<td>2</td>\n</tr>\n<tr>\n<td>DateTime</td>\n<td>3</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>4</td>\n</tr>\n<tr>\n<td>Equipment</td>\n<td>5</td>\n</tr>\n<tr>\n<td>Person</td>\n<td>6</td>\n</tr>\n<tr>\n<td>Text</td>\n<td>7</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskChecklistQuestionPossibleAnswer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PossibleAnswer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Answer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresNotes</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MeetsTarget</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RequiresPermitToWork</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskForm</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormMode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FormUniqueId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EnforceTaskRestrictions</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Checklist</td>\n<td></td>\n<td><strong>Collection of TaskFormChecklist</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Audit</td>\n<td></td>\n<td><strong>Collection of TaskFormAuditRecord</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormChecklist</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistStatus</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ChecklistQuestions</td>\n<td></td>\n<td><strong>Collection of TaskChecklistQuestion</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of TaskFormAuditRecord</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EventCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Tasks.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc7826dd-4cf1-4b3a-9cb3-007ba1ebebf1"},{"name":"Delete a Task","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"58b31c7e-3631-4184-b40f-85cb8e16dda8"}}],"id":"e02f49fd-09dc-49b3-b704-103fab63ccfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/Tasks.json/{{Id}}","description":"<p>This API endpoint will delete a Task</p>\n<p><strong>PLEASE NOTE:</strong> <em>This endpoint does not actually delete the indicated document, but instead flags it as deleted.</em></p>\n<p>Records flagged as deleted are not returned by the GET endpoint by default. Pass 'includedeleted=true' on the query string to retrieve records flagged as deleted</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies:</p>\n<ul>\n<li><p>Schedule Tasks - Allows the user to schedule, add, edit and delete Tasks on the Planning Board and Schedule screens for any process. This policy is intended to be used in conjuction with the View Tasks policy.</p>\n</li>\n<li><p>Schedule Accessible Tasks - Allows the user to schedule, add, edit and delete Tasks on the Planning Board and Schedule screens for processes they have access to. This policy is intended to be used in conjuction with the View Tasks policy.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Task</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509","id":"5cf299a5-8c29-4f24-b7da-8807095de509","name":"Tasks","type":"folder"}},"urlObject":{"path":["api","v1","Tasks.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e02f49fd-09dc-49b3-b704-103fab63ccfb"}],"id":"5cf299a5-8c29-4f24-b7da-8807095de509","description":"<p>Folder with requests to get, add, edit and delete a tasks</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"8f882eac-27de-4df4-9777-a82c486d3d4f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"61576f29-a0a6-4a85-9389-ff11b5038320","type":"text/javascript","exec":[""]}}],"_postman_id":"5cf299a5-8c29-4f24-b7da-8807095de509"},{"name":"Users","item":[{"name":"Crews","item":[{"name":"Get list of crews","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"41ebd3aa-a3db-4733-8ce7-fc36d966e24b"}}],"id":"3b1da5de-f57d-497d-8fd8-abcf99d9540a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Crews.json","description":"<p>This API endpoint will return a List of Crews</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Crews - Allows user to view Crews.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Crews.json?query=WEDS&amp;defaultfield=Name</p>\n<p><strong>Indexes</strong></p>\n<p>The Crews endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Crews (excluding collections) may be used to sort the Crews list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b24c0823-7cf4-46cc-8e73-5e2889a6baee","id":"b24c0823-7cf4-46cc-8e73-5e2889a6baee","name":"Crews","type":"folder"}},"urlObject":{"path":["api","v1","Crews.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b1da5de-f57d-497d-8fd8-abcf99d9540a"},{"name":"Get specific crew","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"0e2e4885-4e08-4e8a-aed0-ecb2c6e843cd"}}],"id":"b74cddad-1ef9-4fee-beb1-14b02875febe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Crews.json/{{Id}}","description":"<p>This API endpoint will return a specific Crew.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Crew - Allows user to view Crew.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Crew</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b24c0823-7cf4-46cc-8e73-5e2889a6baee","id":"b24c0823-7cf4-46cc-8e73-5e2889a6baee","name":"Crews","type":"folder"}},"urlObject":{"path":["api","v1","Crews.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b74cddad-1ef9-4fee-beb1-14b02875febe"}],"id":"b24c0823-7cf4-46cc-8e73-5e2889a6baee","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"45f49faa-b5d2-4d90-a812-f5dd6203aa41","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"08d73b91-f371-41bd-a481-96c2af146b42","type":"text/javascript","exec":[""]}}],"_postman_id":"b24c0823-7cf4-46cc-8e73-5e2889a6baee","description":""},{"name":"Employers","item":[{"name":"Get list of employers","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"a8874752-6868-4f78-9e96-167a6fb64d1c"}}],"id":"8b1621bd-fa1d-48c6-8e44-022652973911","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Employers.json","description":"<p>This API endpoint will return a List of Employers</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Employers - Allows user to view Districts.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Employers.json?query=true&amp;defaultfield=Contractor</p>\n<p><strong>Indexes</strong></p>\n<p>The Employers endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Employers (excluding collections) may be used to sort the Employers list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c74c8dfc-51ad-4b59-9f3e-7f212acd8ff5","id":"c74c8dfc-51ad-4b59-9f3e-7f212acd8ff5","name":"Employers","type":"folder"}},"urlObject":{"path":["api","v1","Employers.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b1621bd-fa1d-48c6-8e44-022652973911"},{"name":"Get specific employers","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"a0a029d1-b9b4-4b06-ad62-e39d5309af4c"}}],"id":"0bec7b6d-d968-4e29-8731-51324ff0ee06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"API New\",\r\n    \"ShortCode\": \"API\",\r\n    \"Contractor\": false,\r\n    \"DisplayOrder\": 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Employers.json/{{Id}}","description":"<p>This API endpoint will return a specific Employer.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Employers - Allows user to view Employers.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Employer</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c74c8dfc-51ad-4b59-9f3e-7f212acd8ff5","id":"c74c8dfc-51ad-4b59-9f3e-7f212acd8ff5","name":"Employers","type":"folder"}},"urlObject":{"path":["api","v1","Employers.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bec7b6d-d968-4e29-8731-51324ff0ee06"}],"id":"c74c8dfc-51ad-4b59-9f3e-7f212acd8ff5","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"d44856cf-b0bd-4763-b27c-93137da74b28","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"620bf701-8cb8-4adb-881f-9de6a217ed5f","type":"text/javascript","exec":[""]}}],"_postman_id":"c74c8dfc-51ad-4b59-9f3e-7f212acd8ff5","description":""},{"name":"Occupations","item":[{"name":"Occupation Type","item":[{"name":"GET List of Occupation Types","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9d890e35-7b61-4df9-88aa-cec1c01b64d2"}}],"id":"d736475f-c22d-48e7-8cf8-4deb024dad92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/OccupationTypes.json","description":"<p>This API endpoint will return a List of OccupationTypes</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View OccupationTypes - Allows user to view OccupationTypes.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/OccupationTypes.json?query=SUP&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The OccupationTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the OccupationTypes (excluding collections) may be used to sort the OccupationTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2d12a9c8-bebd-40ae-ac74-1e55fca1a094","id":"2d12a9c8-bebd-40ae-ac74-1e55fca1a094","name":"Occupation Type","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d736475f-c22d-48e7-8cf8-4deb024dad92"},{"name":"GET Specific Occupation Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9b878f62-4ae5-4111-b1fc-b470984f9c54"}}],"id":"85a71b1e-7893-4b74-8f26-531e6527e35d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/OccupationTypes.json/{{Id}}","description":"<p>This API endpoint will return a specific Occupation Type.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Occupation Types - Allows user to view Occupation Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation Type</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2d12a9c8-bebd-40ae-ac74-1e55fca1a094","id":"2d12a9c8-bebd-40ae-ac74-1e55fca1a094","name":"Occupation Type","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"85a71b1e-7893-4b74-8f26-531e6527e35d"},{"name":"Add Occupation Type","event":[{"listen":"test","script":{"id":"cedb254f-e08d-4118-ab02-f83d043a0391","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}}],"id":"f751fedd-7fd4-4627-bf1c-15e6e3df9cc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"DisplayOrder\": 12000,\r\n    \"Name\": \"API\",\r\n    \"Plural\": \"APIs\",\r\n    \"ShortCode\": \"API\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/OccupationTypes.json","description":"<p>This API endpoint will create a Occupation Type</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage OccupationTypes - Allows user to manage OccupationTypes.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Plural</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2d12a9c8-bebd-40ae-ac74-1e55fca1a094","id":"2d12a9c8-bebd-40ae-ac74-1e55fca1a094","name":"Occupation Type","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f751fedd-7fd4-4627-bf1c-15e6e3df9cc4"},{"name":"Edit Occupation Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"3a99ab99-d31b-4b0a-b3e2-65ee5e3b1769"}}],"id":"de4175d4-7ccc-4cc2-8bd2-9d81ee19e06a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"},{"key":"If-Unmodified-Since","type":"text","value":"{{current_timestamp}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"API edited  by PATCH request\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/OccupationTypes.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Occupation Type.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Occupation Type - Allows user to manage Occupation Type.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation Type</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2d12a9c8-bebd-40ae-ac74-1e55fca1a094","id":"2d12a9c8-bebd-40ae-ac74-1e55fca1a094","name":"Occupation Type","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"de4175d4-7ccc-4cc2-8bd2-9d81ee19e06a"},{"name":"Update Occupation Type","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"502d9935-8fcc-4f52-aa82-167e863b47e9"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"ea542f37-fa11-45fa-9164-81372a951e9e"}}],"id":"3a327ec1-318a-48db-aecf-2ff79bdc3631","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"DisplayOrder\": 12000,\r\n    \"Name\": \"API updated by PUT request\",\r\n    \"Plural\": \"APIs\",\r\n    \"ShortCode\": \"API\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/OccupationTypes.json/{{Id}}","description":"<p>This API endpoint will update a Occupation Type </p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Occupation Types - Allows user to manage Occupation Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation Type</td>\n<td>Required</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Plural</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2d12a9c8-bebd-40ae-ac74-1e55fca1a094","id":"2d12a9c8-bebd-40ae-ac74-1e55fca1a094","name":"Occupation Type","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a327ec1-318a-48db-aecf-2ff79bdc3631"},{"name":"Delete Occupation Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"cb1d2b5f-9cac-47f2-b079-3cb31a55004a"}}],"id":"ea410865-32df-4a31-8e9c-c9d18a01a5e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/OccupationTypes.json/{{Id}}","description":"<p>This API endpoint will delete a Occupation Type.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Occupation Types- Allows user to manage Occupation Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation Type</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2d12a9c8-bebd-40ae-ac74-1e55fca1a094","id":"2d12a9c8-bebd-40ae-ac74-1e55fca1a094","name":"Occupation Type","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea410865-32df-4a31-8e9c-c9d18a01a5e6"}],"id":"2d12a9c8-bebd-40ae-ac74-1e55fca1a094","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"59fb2e89-50d6-456b-9a70-6d48c0a3d188","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"47785567-d5e8-43f2-a5e2-b51bf2cfc1ff","type":"text/javascript","exec":[""]}}],"_postman_id":"2d12a9c8-bebd-40ae-ac74-1e55fca1a094","description":""},{"name":"GET Occupations","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c9823a90-fd3e-4370-b029-6b322cacaec3"}}],"id":"b449c19c-903a-433f-9f5d-76e5464b315f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Occupations.json","description":"<p>This API endpoint will return a List of Occupations</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Occupations - Allows user to view Occupations.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Occupations.json?query=false&amp;defaultfield=IsASpecialApprovalManager</p>\n<p><strong>Indexes</strong></p>\n<p>The Occupations endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Occupations (excluding collections) may be used to sort the Occupations list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"cc207acb-3b4b-4bcb-9b6e-607a0a632470","id":"cc207acb-3b4b-4bcb-9b6e-607a0a632470","name":"Occupations","type":"folder"}},"urlObject":{"path":["api","v1","Occupations.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b449c19c-903a-433f-9f5d-76e5464b315f"},{"name":"GET Specific Occupation","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"e5b25c5b-0f27-44f0-b484-01c9bd51e277"}}],"id":"1a2877da-e96b-4276-a013-eeec52c9dbea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Occupations.json/{{Id}}","description":"<p>This API endpoint will return a specific Occupation.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Occupations - Allows user to view Occupations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"cc207acb-3b4b-4bcb-9b6e-607a0a632470","id":"cc207acb-3b4b-4bcb-9b6e-607a0a632470","name":"Occupations","type":"folder"}},"urlObject":{"path":["api","v1","Occupations.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a2877da-e96b-4276-a013-eeec52c9dbea"},{"name":"Add Occupation","event":[{"listen":"test","script":{"id":"a2879c07-c84b-4253-a756-e66eee3b863f","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}}],"id":"ceeaa916-6e93-45b0-b108-77bcea4ca59d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"DisplayOrder\": 26000,\r\n\"IsASpecialApprovalManager\": false,\r\n\"Name\": \"API Occupation\",\r\n\"ShortCode\": \"API\",\r\n\"SummarizeOnRoster\": false,\r\n\"TrackAbsenteeismOnShiftUndermanagersReport\": false,\r\n\"TrackKeyPeopleOnShiftUndermanagersReport\": false,\r\n\"Type\": \"MA\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Occupations.json","description":"<p>This API endpoint will create a Occupation</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Occupations - Allows user to manage Occupations.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SummarizeOnRoster</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TrackKeyPeopleOnShiftUndermanagersReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TrackAbsenteeismOnShiftUndermanagersReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsASpecialApprovalManager</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"cc207acb-3b4b-4bcb-9b6e-607a0a632470","id":"cc207acb-3b4b-4bcb-9b6e-607a0a632470","name":"Occupations","type":"folder"}},"urlObject":{"path":["api","v1","Occupations.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ceeaa916-6e93-45b0-b108-77bcea4ca59d"},{"name":"Edit Occupation","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"56a1d850-4989-4b27-8813-2e3995343d31"}}],"id":"03737b19-930a-4b82-be6e-e56c77a27035","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"API edited by PATCH request\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Occupations.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Occupation.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Occupations - Allows user to manage Occupations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"cc207acb-3b4b-4bcb-9b6e-607a0a632470","id":"cc207acb-3b4b-4bcb-9b6e-607a0a632470","name":"Occupations","type":"folder"}},"urlObject":{"path":["api","v1","Occupations.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"03737b19-930a-4b82-be6e-e56c77a27035"},{"name":"Update Occupation","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"929a56d6-4d72-49fc-8e19-57b048837403"}},{"listen":"prerequest","script":{"exec":["var date = new Date();\r","var fromDate = new Date(date.setDate(date.getDate())).toLocaleDateString(\"en-US\");\r","var toDate = new Date(date.setDate(date.getDate()+1)).toLocaleDateString(\"en-US\");\r","postman.setEnvironmentVariable(\"fromDate\", fromDate);\r","postman.setEnvironmentVariable(\"toDate\", toDate);"],"type":"text/javascript","id":"4d9380a7-c301-40d7-a06c-c991ce64ab9b"}}],"id":"2f5449a8-0d72-4803-9860-cae0cbaab5e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Type\": \"Test\",\r\n    \"Name\": \"API Edited\",\r\n    \"FromDate\": \"{{fromDate}}\",\r\n    \"ToDate\": \"{{toDate}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Occupations.json/{{Id}}","description":"<p>This API endpoint will update a Occupation</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Occupations - Allows user to manage Occupations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation</td>\n<td>Required</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Type</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SummarizeOnRoster</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TrackKeyPeopleOnShiftUndermanagersReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TrackAbsenteeismOnShiftUndermanagersReport</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsASpecialApprovalManager</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisplayOrder</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"cc207acb-3b4b-4bcb-9b6e-607a0a632470","id":"cc207acb-3b4b-4bcb-9b6e-607a0a632470","name":"Occupations","type":"folder"}},"urlObject":{"path":["api","v1","Occupations.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f5449a8-0d72-4803-9860-cae0cbaab5e6"},{"name":"Delete Occupation","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"87715130-9047-4312-b260-7d1763bf165f"}}],"id":"4c7e6872-8df3-4b6e-853f-a0c60c47fcb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Occupations.json/{{Id}}","description":"<p>This API endpoint will delete a Occupation.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Occupations - Allows user to manage Occupations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"cc207acb-3b4b-4bcb-9b6e-607a0a632470","id":"cc207acb-3b4b-4bcb-9b6e-607a0a632470","name":"Occupations","type":"folder"}},"urlObject":{"path":["api","v1","Occupations.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c7e6872-8df3-4b6e-853f-a0c60c47fcb8"}],"id":"cc207acb-3b4b-4bcb-9b6e-607a0a632470","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"36c570c8-8192-4a22-a384-ab05714d0f94","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a36e2bfc-9144-4207-8786-64172536582b","type":"text/javascript","exec":[""]}}],"_postman_id":"cc207acb-3b4b-4bcb-9b6e-607a0a632470","description":""},{"name":"Work Schedule Rules","item":[{"name":"Get list of Work Schedule Rules","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"23b271d0-4fea-4801-a5ae-0a7b633bc9e1"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9efce4b9-63b6-460a-a5f4-ccf5a4cfdbb3"}}],"id":"6ad17f26-2f4d-42c0-aa23-0d16643bccb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/WorkScheduleRules.json","description":"<p>This API endpoint will return a List of WorkScheduleRules.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Work Schedule Rules - Allows user to view Work Schedule Rules.</li>\n</ul>\n<p><strong>Filtering the Results</strong> - You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>/api/v1/WorkScheduleRules.json?query=Weekend Night Shift&amp;defaultfield=Name</p>\n<p>EndFragment</p>\n<p><strong>Indexes</strong><br />The WorkScheduleRules endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong><br />You may specify sorting via the sort query string argument. Any property of the WorkScheduleRule (excluding collections) may be used to sort the WorkScheduleRules list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2d6f9398-676f-4ba1-afca-94d7e957205f","id":"2d6f9398-676f-4ba1-afca-94d7e957205f","name":"Work Schedule Rules","type":"folder"}},"urlObject":{"path":["api","v1","WorkScheduleRules.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ad17f26-2f4d-42c0-aa23-0d16643bccb4"},{"name":"Get Specific Work Schedule Rule","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"6cfd075d-e4b2-4def-97da-02bed8b54e0f"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"551707ad-a39f-4108-ba7f-aebf292f5856"}}],"id":"7988922f-4181-456d-8b0a-e35a2e34f282","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/WorkScheduleRules.json/{{Id}}","description":"<p>This API endpoint will return a specific WorkScheduleRules</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Work Schedule Rules - Allows user to view Work Schedule Rules.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Work Schedule Rule</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2d6f9398-676f-4ba1-afca-94d7e957205f","id":"2d6f9398-676f-4ba1-afca-94d7e957205f","name":"Work Schedule Rules","type":"folder"}},"urlObject":{"path":["api","v1","WorkScheduleRules.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7988922f-4181-456d-8b0a-e35a2e34f282"},{"name":"Add Work Schedule Rule","event":[{"listen":"prerequest","script":{"exec":["var date = new Date();\r","var startDate = new Date(date.setDate(date.getDate())).toLocaleDateString(\"en-US\");\r","postman.setEnvironmentVariable(\"startDate\", startDate);"],"type":"text/javascript","id":"97bdb15f-e381-4ee0-b8b7-65c8a8cdb11c"}},{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript","id":"810c7a06-51ac-45d6-9d39-9de095bd35d1"}}],"id":"37cda8ac-d6f7-4192-a24f-f52ad83ce264","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"API Test\",\r\n    \"ShortCode\": \"API Test\",\r\n    \"Ancillary\": false,\r\n    \"Disabled\": false,\r\n    \"ShowInRoster\": true,\r\n    \"ShiftPatterns\": [\r\n        {\r\n            \"Id\": \"81ac5731-70f0-4ed9-82a8-aea3f5b732b8\",\r\n            \"StartDate\": \"{{startDate}}\",\r\n            \"ReferenceDate\": \"{{startDate}}\",\r\n            \"PatternLength\": 56,\r\n            \"ShiftPatternShifts\": [\r\n                {\r\n                    \"Id\": \"1\",\r\n                    \"CycleDay\": 1,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"2\",\r\n                    \"CycleDay\": 2,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"3\",\r\n                    \"CycleDay\": 3,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"4\",\r\n                    \"CycleDay\": 4,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"5\",\r\n                    \"CycleDay\": 5,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"6\",\r\n                    \"CycleDay\": 6,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"7\",\r\n                    \"CycleDay\": 7,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"8\",\r\n                    \"CycleDay\": 8,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"9\",\r\n                    \"CycleDay\": 9,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"10\",\r\n                    \"CycleDay\": 10,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"11\",\r\n                    \"CycleDay\": 11,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"12\",\r\n                    \"CycleDay\": 12,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"13\",\r\n                    \"CycleDay\": 13,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"14\",\r\n                    \"CycleDay\": 14,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"15\",\r\n                    \"CycleDay\": 15,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"16\",\r\n                    \"CycleDay\": 16,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"17\",\r\n                    \"CycleDay\": 17,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"18\",\r\n                    \"CycleDay\": 18,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"19\",\r\n                    \"CycleDay\": 19,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"20\",\r\n                    \"CycleDay\": 20,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"21\",\r\n                    \"CycleDay\": 21,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"22\",\r\n                    \"CycleDay\": 22,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"23\",\r\n                    \"CycleDay\": 23,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"24\",\r\n                    \"CycleDay\": 24,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"25\",\r\n                    \"CycleDay\": 25,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"26\",\r\n                    \"CycleDay\": 26,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"27\",\r\n                    \"CycleDay\": 27,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"28\",\r\n                    \"CycleDay\": 28,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"29\",\r\n                    \"CycleDay\": 29,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"30\",\r\n                    \"CycleDay\": 30,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"31\",\r\n                    \"CycleDay\": 31,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"32\",\r\n                    \"CycleDay\": 32,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"33\",\r\n                    \"CycleDay\": 33,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"34\",\r\n                    \"CycleDay\": 34,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"35\",\r\n                    \"CycleDay\": 35,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"36\",\r\n                    \"CycleDay\": 36,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"37\",\r\n                    \"CycleDay\": 37,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"38\",\r\n                    \"CycleDay\": 38,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"39\",\r\n                    \"CycleDay\": 39,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"40\",\r\n                    \"CycleDay\": 40,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"41\",\r\n                    \"CycleDay\": 41,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"42\",\r\n                    \"CycleDay\": 42,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"43\",\r\n                    \"CycleDay\": 43,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"44\",\r\n                    \"CycleDay\": 44,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"45\",\r\n                    \"CycleDay\": 45,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"46\",\r\n                    \"CycleDay\": 46,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"47\",\r\n                    \"CycleDay\": 47,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"48\",\r\n                    \"CycleDay\": 48,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"49\",\r\n                    \"CycleDay\": 49,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"50\",\r\n                    \"CycleDay\": 50,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"51\",\r\n                    \"CycleDay\": 51,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"52\",\r\n                    \"CycleDay\": 52,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"53\",\r\n                    \"CycleDay\": 53,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"54\",\r\n                    \"CycleDay\": 54,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"55\",\r\n                    \"CycleDay\": 55,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"56\",\r\n                    \"CycleDay\": 56,\r\n                    \"Shift\": \"\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/WorkScheduleRules.json","description":"<p>This API endpoint will create a Work Schedule Rule</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Work Schedule Rules - Allows user to manage Work Schedule Rules.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Ancillary</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Disabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowInRoster</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPatterns</td>\n<td></td>\n<td><strong>Collection of ShiftPattern</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ShiftPattern</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ReferenceDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PatternLength</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPatternShifts</td>\n<td></td>\n<td><strong>Collection of ShiftPatternShift</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ShiftPatternShift</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CycleDay</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2d6f9398-676f-4ba1-afca-94d7e957205f","id":"2d6f9398-676f-4ba1-afca-94d7e957205f","name":"Work Schedule Rules","type":"folder"}},"urlObject":{"path":["api","v1","WorkScheduleRules.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"37cda8ac-d6f7-4192-a24f-f52ad83ce264"},{"name":"Add Work Schedule Rule Copy","event":[{"listen":"prerequest","script":{"exec":["var date = new Date();\r","var startDate = new Date(date.setDate(date.getDate())).toLocaleDateString(\"en-US\");\r","postman.setEnvironmentVariable(\"startDate\", startDate);"],"type":"text/javascript","id":"2048342f-1484-4245-80d7-5cf024adf9c0"}},{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"5da79658-a1a4-4c31-9a45-fe932ceb4bd2"}}],"id":"2eaf190d-4e22-42a4-9a88-72d05ed40955","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"API Test Edited by PUT request\",\r\n    \"ShortCode\": \"API Test\",\r\n    \"Ancillary\": false,\r\n    \"Disabled\": false,\r\n    \"ShowInRoster\": true,\r\n    \"ShiftPatterns\": [\r\n        {\r\n            \"StartDate\": \"{{startDate}}\",\r\n            \"ReferenceDate\": \"{{startDate}}\",\r\n            \"PatternLength\": 56,\r\n            \"ShiftPatternShifts\": [\r\n                {\r\n                    \"Id\": \"1\",\r\n                    \"CycleDay\": 1,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"2\",\r\n                    \"CycleDay\": 2,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"3\",\r\n                    \"CycleDay\": 3,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"4\",\r\n                    \"CycleDay\": 4,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"5\",\r\n                    \"CycleDay\": 5,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"6\",\r\n                    \"CycleDay\": 6,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"7\",\r\n                    \"CycleDay\": 7,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"8\",\r\n                    \"CycleDay\": 8,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"9\",\r\n                    \"CycleDay\": 9,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"10\",\r\n                    \"CycleDay\": 10,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"11\",\r\n                    \"CycleDay\": 11,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"12\",\r\n                    \"CycleDay\": 12,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"13\",\r\n                    \"CycleDay\": 13,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"14\",\r\n                    \"CycleDay\": 14,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"15\",\r\n                    \"CycleDay\": 15,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"16\",\r\n                    \"CycleDay\": 16,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"17\",\r\n                    \"CycleDay\": 17,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"18\",\r\n                    \"CycleDay\": 18,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"19\",\r\n                    \"CycleDay\": 19,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"20\",\r\n                    \"CycleDay\": 20,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"21\",\r\n                    \"CycleDay\": 21,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"22\",\r\n                    \"CycleDay\": 22,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"23\",\r\n                    \"CycleDay\": 23,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"24\",\r\n                    \"CycleDay\": 24,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"25\",\r\n                    \"CycleDay\": 25,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"26\",\r\n                    \"CycleDay\": 26,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"27\",\r\n                    \"CycleDay\": 27,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"28\",\r\n                    \"CycleDay\": 28,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"29\",\r\n                    \"CycleDay\": 29,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"30\",\r\n                    \"CycleDay\": 30,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"31\",\r\n                    \"CycleDay\": 31,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"32\",\r\n                    \"CycleDay\": 32,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"33\",\r\n                    \"CycleDay\": 33,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"34\",\r\n                    \"CycleDay\": 34,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"35\",\r\n                    \"CycleDay\": 35,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"36\",\r\n                    \"CycleDay\": 36,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"37\",\r\n                    \"CycleDay\": 37,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"38\",\r\n                    \"CycleDay\": 38,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"39\",\r\n                    \"CycleDay\": 39,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"40\",\r\n                    \"CycleDay\": 40,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"41\",\r\n                    \"CycleDay\": 41,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"42\",\r\n                    \"CycleDay\": 42,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"43\",\r\n                    \"CycleDay\": 43,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"44\",\r\n                    \"CycleDay\": 44,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"45\",\r\n                    \"CycleDay\": 45,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"46\",\r\n                    \"CycleDay\": 46,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"47\",\r\n                    \"CycleDay\": 47,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"48\",\r\n                    \"CycleDay\": 48,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"49\",\r\n                    \"CycleDay\": 49,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"50\",\r\n                    \"CycleDay\": 50,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"51\",\r\n                    \"CycleDay\": 51,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"52\",\r\n                    \"CycleDay\": 52,\r\n                    \"Shift\": \"Night\"\r\n                },\r\n                {\r\n                    \"Id\": \"53\",\r\n                    \"CycleDay\": 53,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"54\",\r\n                    \"CycleDay\": 54,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"55\",\r\n                    \"CycleDay\": 55,\r\n                    \"Shift\": \"\"\r\n                },\r\n                {\r\n                    \"Id\": \"56\",\r\n                    \"CycleDay\": 56,\r\n                    \"Shift\": \"\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/WorkScheduleRules.json/{{Id}}","description":"<p>This API endpoint will update a Work Schedule Rule</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy</p>\n<ul>\n<li>Manage Work Schedule Rules - Allows user to manage Work Schedule Rules.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Work Schedule Rule</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShortCode</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Ancillary</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Disabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowInRoster</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPatterns</td>\n<td></td>\n<td><strong>Collection of ShiftPattern</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ShiftPattern</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ReferenceDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PatternLength</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShiftPatternShifts</td>\n<td></td>\n<td><strong>Collection of ShiftPatternShift</strong></td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of ShiftPatternShift</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CycleDay</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2d6f9398-676f-4ba1-afca-94d7e957205f","id":"2d6f9398-676f-4ba1-afca-94d7e957205f","name":"Work Schedule Rules","type":"folder"}},"urlObject":{"path":["api","v1","WorkScheduleRules.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2eaf190d-4e22-42a4-9a88-72d05ed40955"},{"name":"Edit Work Schedule Rule","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"43579c0b-3fad-47b0-abe5-d3a3dcdb112a"}}],"id":"a586c497-2030-4210-9979-5a699321cb71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Name\",\r\n        \"value\": \"API WSR\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/WorkScheduleRules.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a Work Schedule Rule</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Work Schedule Rules - Allows user to manage Work Schedule Rules.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the work schedules rule</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>InternalServerError (500)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2d6f9398-676f-4ba1-afca-94d7e957205f","id":"2d6f9398-676f-4ba1-afca-94d7e957205f","name":"Work Schedule Rules","type":"folder"}},"urlObject":{"path":["api","v1","WorkScheduleRules.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a586c497-2030-4210-9979-5a699321cb71"},{"name":"Delete Work Schedule Rule","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"245cd59b-653c-47f9-b01d-149d37af2c1d"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"538d71b5-fb9a-4ec9-b996-5c2c7f3edcc6"}}],"id":"f8457a13-e3be-4216-965f-a1562f38a3db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/WorkScheduleRules.json/{{Id}}","description":"<p>This API endpoint will delete a Work Schedule Rule</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Work Schedule Rules - Allows user to manage Work Schedule Rules.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Work Shedule Rule</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"2d6f9398-676f-4ba1-afca-94d7e957205f","id":"2d6f9398-676f-4ba1-afca-94d7e957205f","name":"Work Schedule Rules","type":"folder"}},"urlObject":{"path":["api","v1","WorkScheduleRules.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8457a13-e3be-4216-965f-a1562f38a3db"}],"id":"2d6f9398-676f-4ba1-afca-94d7e957205f","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"339ffde1-bce6-40f0-a41b-8075465f15f4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dd6fb89f-dbef-4bc9-8340-08a7059d8423","type":"text/javascript","exec":[""]}}],"_postman_id":"2d6f9398-676f-4ba1-afca-94d7e957205f","description":""},{"name":"GET List of Users","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"5986a972-7396-4343-a328-8921324e1a83"}}],"id":"9e07746b-3472-44bf-8a49-5a5d3739eca7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Users.json","description":"<p>This API endpoint will return a List of Users.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Users - Allows user to view Users.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>/api/v1/Users.json?query=Matt&amp;defaultfield=FirstName</p>\n<p><strong>Indexes</strong></p>\n<p>The Users endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the User (excluding collections) may be used to sort the Users list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"e718cfee-454b-4e17-82c4-128e8812721b","id":"e718cfee-454b-4e17-82c4-128e8812721b","name":"Users","type":"folder"}},"urlObject":{"path":["api","v1","Users.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e07746b-3472-44bf-8a49-5a5d3739eca7"},{"name":"GET Specific User","event":[{"listen":"test","script":{"id":"657bd353-d885-403d-a340-8ac4fd25ad3a","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"c8b139a6-0eb2-45b6-85a4-d11aeded0a0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Users.json/{{Id}}","description":"<p>This API endpoint will return a specific User.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Users - Allows user to view Users.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the User</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"e718cfee-454b-4e17-82c4-128e8812721b","id":"e718cfee-454b-4e17-82c4-128e8812721b","name":"Users","type":"folder"}},"urlObject":{"path":["api","v1","Users.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8b139a6-0eb2-45b6-85a4-d11aeded0a0a"},{"name":"Add User","event":[{"listen":"test","script":{"id":"e848e2b3-37dc-4b5c-8925-e44cd37ec998","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"0e520bc0-e9f0-4eac-822d-330482dd67f6","exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript"}}],"id":"806d644b-98a1-4b1d-bb90-2fb5f11ed1ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"AccessibleEmployers\": [],\r\n    \"AccessibleProcesses\": [],\r\n    \"Active\": true,\r\n    \"CardId\": \"\",\r\n    \"CreatedDateTime\": null,\r\n    \"CrewLeaderTrainingComplete\": false,\r\n    \"CrewLeaderTrainingPrompts\": 5,\r\n    \"CurrentCrew\": \"\",\r\n    \"CurrentDepartment\": \"\",\r\n    \"CurrentEmployer\": \"\",\r\n    \"CurrentOccupation\": \"\",\r\n    \"CurrentProcess\": \"\",\r\n    \"CurrentWorkScheduleRule\": \"\",\r\n    \"Deleted\": null,\r\n    \"DisableAddLeave\": false,\r\n    \"EmailAddress\": \"\",\r\n    \"EmployeeNo\": \"\",\r\n    \"FirstName\": \"User-{{timestampMoment}}\",\r\n    \"FullStoryRecordingEnabled\": false,\r\n    \"IsAShiftPlanAcknowledger\": false,\r\n    \"LastConfirmedMajorRelease\": \"\",\r\n    \"LastName\": \"API-{{timestampMoment}}\",\r\n    \"LeaveApprovalModel\": \"\",\r\n    \"Password\": \"letmein\",\r\n    \"Roles\": [\r\n        {\r\n            \"Role\": \"roles-33\",\r\n            \"RoleName\": \"Location Manager\"\r\n        }\r\n    ],\r\n    \"ShowInRoster\": false,\r\n    \"Source\": \"\",\r\n    \"Tags\": [],\r\n    \"TrackShiftAttendance\": false,\r\n    \"Username\": \"locmanager.api-{{timestampMoment}}\",\r\n    \"Skills\": [\r\n        {\r\n                \"SkillId\": \"skills-2-A\",\r\n                \"ExpiryDate\": \"2022-08-30T00:00:00\"\r\n        },\r\n                {\r\n                \"SkillId\": \"skills-3-A\",\r\n                \"ExpiryDate\": \"2022-08-30T00:00:00\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Users.json","description":"<p>This API endpoint will create a User</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Users - Allows user to manage Users.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreatedDateTime</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FullStoryRecordingEnabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Username</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CrewLeaderTrainingPrompts</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CrewLeaderTrainingComplete</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CardId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EmployeeNo</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MobileNumber</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowInRoster</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Active</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisableAddLeave</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LastConfirmedMajorRelease</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentOccupation</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentDepartment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentProcess</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentCrew</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentWorkScheduleRule</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentEmployer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsEmailVerified</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>AllowedPolicies</td>\n<td>A list of the current user's access policies</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsAShiftPlanAcknowledger</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Roles</td>\n<td></td>\n<td><strong>Collection of UserRole</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AccessibleProcesses</td>\n<td></td>\n<td><strong>Collection of UserAccessibleProcess</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AccessibleEmployers</td>\n<td></td>\n<td><strong>Collection of UserAccessibleEmployer</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Processes</td>\n<td></td>\n<td><strong>Collection of UserProcess</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Crews</td>\n<td></td>\n<td><strong>Collection of UserCrew</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>WorkScheduleRules</td>\n<td></td>\n<td><strong>Collection of UserWorkScheduleRule</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Departments</td>\n<td></td>\n<td><strong>Collection of UserDepartment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Occupations</td>\n<td></td>\n<td><strong>Collection of UserOccupation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Employers</td>\n<td></td>\n<td><strong>Collection of UserEmployer</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultEquipment</td>\n<td>List of default equipment this user operates.</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Leaves</td>\n<td></td>\n<td><strong>Collection of UserLeave</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td>A collection of tag ids</td>\n<td><strong>Collection of AppliedTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>LeaveApprovalModel</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Provider</td>\n<td>Identifier of the external identity provider.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProviderId</td>\n<td>User's unique identifier provided by the external identity provider.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserRole</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Role</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RoleName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserAccessibleProcess</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProcessName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProcessType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserAccessibleEmployer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Employer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserProcess</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserCrew</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Crew</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserWorkScheduleRule</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WorkScheduleRule</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserDepartment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Department</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserOccupation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Occupation</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserEmployer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Employer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserLeave</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UserId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EmployeeNo</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateRequested</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LeaveType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LeaveTypeDisp</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LeaveGroup</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ActualDays</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateApprover1Actioned</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateApprover2Actioned</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NotApprovedReason</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SchoolHolidaysDeclinedLastTime</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AccruedHoursEntered</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EstimatedRemainingHours</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ActualHours</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LeaveInPeriodHours</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Planned</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Processed</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>KioskRequest</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SummaryString</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UserComments</td>\n<td></td>\n<td><strong>Collection of UserComment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserComment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedBy</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CommentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AppliedTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td>The Id of a Tag. If null, it is an ad-hoc AppliedTag.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the AppliedTag. Otherwise, it is the Tag's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManuallyAdded</td>\n<td>Indicates that this applied tag was added by a manual user action. Once this flag is set to true, the AutoAssignCondition is ignored.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"e718cfee-454b-4e17-82c4-128e8812721b","id":"e718cfee-454b-4e17-82c4-128e8812721b","name":"Users","type":"folder"}},"urlObject":{"path":["api","v1","Users.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"806d644b-98a1-4b1d-bb90-2fb5f11ed1ad"},{"name":"Edit User","event":[{"listen":"test","script":{"id":"921bc547-2bb6-41a8-8b69-0f5e91bc4162","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"4c5d1afb-9857-4c3a-83fe-c8e3aa6b49ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Skills\",\r\n        \"value\": [\r\n            {\r\n                \"Id\": \"5d437361-a6f6-47bc-9eab-62973a711f53\",\r\n                \"SkillId\": \"skills-5-A\"\r\n            }\r\n        ]\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Users.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a User</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Users - Allows user to manage Users.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the User</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>InternalServerError (500)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"e718cfee-454b-4e17-82c4-128e8812721b","id":"e718cfee-454b-4e17-82c4-128e8812721b","name":"Users","type":"folder"}},"urlObject":{"path":["api","v1","Users.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c5d1afb-9857-4c3a-83fe-c8e3aa6b49ee"},{"name":"Restore User","event":[{"listen":"test","script":{"id":"921bc547-2bb6-41a8-8b69-0f5e91bc4162","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"9951a24c-f1f8-4758-a74c-51e2e8e3d513","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Deleted\",\r\n        \"value\": false\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Users.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a User</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Users - Allows user to manage Users.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the User</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>InternalServerError (500)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"e718cfee-454b-4e17-82c4-128e8812721b","id":"e718cfee-454b-4e17-82c4-128e8812721b","name":"Users","type":"folder"}},"urlObject":{"path":["api","v1","Users.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9951a24c-f1f8-4758-a74c-51e2e8e3d513"},{"name":"Update User","event":[{"listen":"test","script":{"id":"29383503-a533-43d4-825f-065e3eb50441","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"d3a5fea8-d249-4702-bb07-0ecd6cf53770","exec":["const moment = require('moment');\r","pm.globals.set(\"timestampMoment\", moment());"],"type":"text/javascript"}}],"id":"620049f4-31e2-4426-9a34-d1e805f29a1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"FullStoryRecordingEnabled\": false,\r\n    \"Username\": \"locmanager.api-{{timestampMoment}}\",\r\n    \"CrewLeaderTrainingPrompts\": 5,\r\n    \"FirstName\": \"User-{{timestampMoment}}\",\r\n    \"LastName\": \"API Updated-{{timestampMoment}}\",\r\n    \"Active\": true,\r\n    \"IsAShiftPlanAcknowledger\": false,\r\n        \"Skills\":[\r\n        {\r\n            \"Id\":\"2a4499bf-e9d2-4130-93c0-4a3ba1586191\",\r\n            \"SkillId\":\"skills-2-A\"\r\n        },\r\n        {\r\n            \"Id\":\"f3ea05f8-7002-44e3-a2f6-1df4ee193078\",\r\n            \"SkillId\":\"skills-3-A\"\r\n        },\r\n        {\r\n            \"Id\":\"f57f6ee5-2c31-4dd6-842e-53dcd8b1f166\",\r\n            \"SkillId\":\"skills-38-A\"\r\n        }\r\n    ],\r\n    \"Roles\": [\r\n        {\r\n            \"Id\": \"aa024fcc-ad56-46f8-b209-8452c3440238\",\r\n            \"Role\": \"roles-33\",\r\n            \"RoleName\": \"Location Manager\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/users.json/{{Id}}","description":"<p>This API endpoint will Update a User</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Users - Allows user to manage Users.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the User</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreatedDateTime</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FullStoryRecordingEnabled</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Username</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CrewLeaderTrainingPrompts</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CrewLeaderTrainingComplete</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CardId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EmployeeNo</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MobileNumber</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ShowInRoster</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Active</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DisableAddLeave</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LastConfirmedMajorRelease</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentOccupation</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentDepartment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentProcess</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentCrew</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentWorkScheduleRule</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CurrentEmployer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsEmailVerified</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>AllowedPolicies</td>\n<td>A list of the current user's access policies</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>IsAShiftPlanAcknowledger</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Roles</td>\n<td></td>\n<td><strong>Collection of UserRole</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AccessibleProcesses</td>\n<td></td>\n<td><strong>Collection of UserAccessibleProcess</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>AccessibleEmployers</td>\n<td></td>\n<td><strong>Collection of UserAccessibleEmployer</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Processes</td>\n<td></td>\n<td><strong>Collection of UserProcess</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Crews</td>\n<td></td>\n<td><strong>Collection of UserCrew</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>WorkScheduleRules</td>\n<td></td>\n<td><strong>Collection of UserWorkScheduleRule</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Departments</td>\n<td></td>\n<td><strong>Collection of UserDepartment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Occupations</td>\n<td></td>\n<td><strong>Collection of UserOccupation</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Employers</td>\n<td></td>\n<td><strong>Collection of UserEmployer</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>DefaultEquipment</td>\n<td>List of default equipment this user operates.</td>\n<td>Collection of string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Leaves</td>\n<td></td>\n<td><strong>Collection of UserLeave</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tags</td>\n<td>A collection of tag ids</td>\n<td><strong>Collection of AppliedTag</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>LeaveApprovalModel</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Provider</td>\n<td>Identifier of the external identity provider.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProviderId</td>\n<td>User's unique identifier provided by the external identity provider.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserRole</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Role</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>RoleName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserAccessibleProcess</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProcessName</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ProcessType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserAccessibleEmployer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Employer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserProcess</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserCrew</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Crew</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserWorkScheduleRule</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>WorkScheduleRule</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserDepartment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Department</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserOccupation</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Occupation</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserEmployer</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Employer</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserLeave</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UserId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EmployeeNo</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateRequested</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LeaveType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LeaveTypeDisp</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LeaveGroup</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ActualDays</td>\n<td></td>\n<td>integer</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Status</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateApprover1Actioned</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateApprover2Actioned</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>NotApprovedReason</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SchoolHolidaysDeclinedLastTime</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AccruedHoursEntered</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>EstimatedRemainingHours</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ActualHours</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>LeaveInPeriodHours</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Planned</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Processed</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>KioskRequest</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>SummaryString</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UserComments</td>\n<td></td>\n<td><strong>Collection of UserComment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserComment</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedBy</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CommentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of AppliedTag</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td>The Id of a Tag. If null, it is an ad-hoc AppliedTag.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>The value that is displayed on the UI. For ad-hoc, it is the value of the AppliedTag. Otherwise, it is the Tag's ShortCode.</td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ManuallyAdded</td>\n<td>Indicates that this applied tag was added by a manual user action. Once this flag is set to true, the AutoAssignCondition is ignored.</td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"e718cfee-454b-4e17-82c4-128e8812721b","id":"e718cfee-454b-4e17-82c4-128e8812721b","name":"Users","type":"folder"}},"urlObject":{"path":["api","v1","users.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"620049f4-31e2-4426-9a34-d1e805f29a1c"},{"name":"Delete User","event":[{"listen":"test","script":{"id":"6a86f95b-32d0-48da-be47-976819ddb564","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"3e2a803f-e378-4e3b-8c66-fd3bffc38254","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Users.json/{{Id}}","description":"<p>This API endpoint will delete a User</p>\n<p><strong>PLEASE NOTE:</strong> <em>This endpoint does not actually delete the indicated document, but instead flags it as deleted.</em></p>\n<p>Records flagged as deleted are not returned by the GET endpoint by default. Pass 'includedeleted=true' on the query string to retrieve records flagged as deleted</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Users - Allows user to manage Users.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the User</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"e718cfee-454b-4e17-82c4-128e8812721b","id":"e718cfee-454b-4e17-82c4-128e8812721b","name":"Users","type":"folder"}},"urlObject":{"path":["api","v1","Users.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e2a803f-e378-4e3b-8c66-fd3bffc38254"}],"id":"e718cfee-454b-4e17-82c4-128e8812721b","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"32f17bf8-280e-4cc8-a2c5-e7527d5744d7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"554d9cff-199e-413d-abd2-7a01c3b8e870","type":"text/javascript","exec":[""]}}],"_postman_id":"e718cfee-454b-4e17-82c4-128e8812721b","description":""},{"name":"User Leaves","item":[{"name":"Leave Types","item":[{"name":"GET list of Leave Types","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData[jsonData.length-1].Id);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"3e211087-c8cc-4cde-93d7-4c32e0da3044"}}],"id":"9525e0f1-d5ca-4730-a3e4-91802c36c005","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/leavetypes.json","description":"<p>This API endpoint will return a List of LeaveTypes.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Leave Types - Allows user to view Leave Types.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/leavetypes.json?query=Orange&amp;defaultfield=Colour</p>\n<p><strong>Indexes</strong></p>\n<p>The LeaveTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong><br />You may specify sorting via the sort query string argument. Any property of the LeaveType (excluding collections) may be used to sort the LeaveTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)<br />BadRequest (400)<br />Unauthorized (401)</p>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"403f638e-57fb-4462-a313-2c963b7503dc","id":"403f638e-57fb-4462-a313-2c963b7503dc","name":"Leave Types","type":"folder"}},"urlObject":{"path":["api","v1","leavetypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9525e0f1-d5ca-4730-a3e4-91802c36c005"},{"name":"GET specific Leave Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"6dc82e26-8d73-458f-8c23-f28fc3624f6c"}}],"id":"741498d9-a376-4b49-815c-418525098191","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/leavetypes.json/{{Id}}","description":"<p>This API endpoint will return a specific LeaveType.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Leave Types - Allows user to view Leave Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Leave Type</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<p>NotFound (404)\nBadRequest (400)\nUnauthorized (401)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"403f638e-57fb-4462-a313-2c963b7503dc","id":"403f638e-57fb-4462-a313-2c963b7503dc","name":"Leave Types","type":"folder"}},"urlObject":{"path":["api","v1","leavetypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"741498d9-a376-4b49-815c-418525098191"}],"id":"403f638e-57fb-4462-a313-2c963b7503dc","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"6838b1bb-71a2-4576-bea7-e2cd880bed2c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"792cd45d-a79e-4358-8a24-ef92133c61c1","type":"text/javascript","exec":[""]}}],"_postman_id":"403f638e-57fb-4462-a313-2c963b7503dc","description":""},{"name":"Occupations","item":[{"name":"Occupation Type","item":[{"name":"GET Occupation Types","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9d890e35-7b61-4df9-88aa-cec1c01b64d2"}}],"id":"79fda1ff-6733-4947-af4b-a340f48ddd03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/OccupationTypes.json","description":"<p>This API endpoint will return a List of OccupationTypes</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View OccupationTypes - Allows user to view OccupationTypes.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/OccupationTypes.json?query=SUP&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The OccupationTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the OccupationTypes (excluding collections) may be used to sort the OccupationTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4d94a59-9e74-4816-9064-56cc5207693e","id":"d4d94a59-9e74-4816-9064-56cc5207693e","name":"Occupation Type","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"79fda1ff-6733-4947-af4b-a340f48ddd03"},{"name":"GET Specific Occupation Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9b878f62-4ae5-4111-b1fc-b470984f9c54"}}],"id":"fa70c071-6001-49ec-b493-746e4066b3d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/OccupationTypes.json/{{Id}}","description":"<p>This API endpoint will return a specific Occupation Type.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Occupation Types - Allows user to view Occupation Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation Type</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4d94a59-9e74-4816-9064-56cc5207693e","id":"d4d94a59-9e74-4816-9064-56cc5207693e","name":"Occupation Type","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa70c071-6001-49ec-b493-746e4066b3d8"}],"id":"d4d94a59-9e74-4816-9064-56cc5207693e","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"0a2f8404-3571-45f3-b760-b2070eefacec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e4dca749-80d0-42fc-abe4-fc0d78de6a32","type":"text/javascript","exec":[""]}}],"_postman_id":"d4d94a59-9e74-4816-9064-56cc5207693e","description":""},{"name":"GET Occupations","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c9823a90-fd3e-4370-b029-6b322cacaec3"}}],"id":"9b4259d1-db6e-47b4-a15b-ae2943cb2f30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Occupations.json","description":"<p>This API endpoint will return a List of Occupations</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Occupations - Allows user to view Occupations.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Occupations.json?query=false&amp;defaultfield=IsASpecialApprovalManager</p>\n<p><strong>Indexes</strong></p>\n<p>The Occupations endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Occupations (excluding collections) may be used to sort the Occupations list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ea422989-e363-44c8-abc1-6c324455f13d","id":"ea422989-e363-44c8-abc1-6c324455f13d","name":"Occupations","type":"folder"}},"urlObject":{"path":["api","v1","Occupations.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b4259d1-db6e-47b4-a15b-ae2943cb2f30"},{"name":"GET Specific Occupation","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"e5b25c5b-0f27-44f0-b484-01c9bd51e277"}}],"id":"64732a45-8551-42b5-99c1-3b6e33f5af08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Occupations.json/{{Id}}","description":"<p>This API endpoint will return a specific Occupation.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Occupations - Allows user to view Occupations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ea422989-e363-44c8-abc1-6c324455f13d","id":"ea422989-e363-44c8-abc1-6c324455f13d","name":"Occupations","type":"folder"}},"urlObject":{"path":["api","v1","Occupations.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"64732a45-8551-42b5-99c1-3b6e33f5af08"}],"id":"ea422989-e363-44c8-abc1-6c324455f13d","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"b3d721cb-c88d-4872-8400-3189e719e969","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"04314fd6-684f-473d-9625-916a6674763b","type":"text/javascript","exec":[""]}}],"_postman_id":"ea422989-e363-44c8-abc1-6c324455f13d","description":""},{"name":"Users","item":[{"name":"Crews","item":[{"name":"Get list of crews","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"41ebd3aa-a3db-4733-8ce7-fc36d966e24b"}}],"id":"607c9455-8db1-4e0b-86cc-216c27f11d85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Crews.json","description":"<p>This API endpoint will return a List of Crews</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Crews - Allows user to view Crews.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Crews.json?query=WEDS&amp;defaultfield=Name</p>\n<p><strong>Indexes</strong></p>\n<p>The Crews endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Crews (excluding collections) may be used to sort the Crews list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"f6ee83ed-8000-48e8-828a-5859fbad20b2","id":"f6ee83ed-8000-48e8-828a-5859fbad20b2","name":"Crews","type":"folder"}},"urlObject":{"path":["api","v1","Crews.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"607c9455-8db1-4e0b-86cc-216c27f11d85"},{"name":"Get specific crew","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"0e2e4885-4e08-4e8a-aed0-ecb2c6e843cd"}}],"id":"9f1e2127-71ad-429e-9976-13162fac5ac7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Crews.json/{{Id}}","description":"<p>This API endpoint will return a specific Crew.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Crew - Allows user to view Crew.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Crew</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"f6ee83ed-8000-48e8-828a-5859fbad20b2","id":"f6ee83ed-8000-48e8-828a-5859fbad20b2","name":"Crews","type":"folder"}},"urlObject":{"path":["api","v1","Crews.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f1e2127-71ad-429e-9976-13162fac5ac7"}],"id":"f6ee83ed-8000-48e8-828a-5859fbad20b2","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"528f52c0-d563-4d9d-ba77-68cabdc2f3cd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b584253c-45b1-4c9e-86ef-83cd891093ea","type":"text/javascript","exec":[""]}}],"_postman_id":"f6ee83ed-8000-48e8-828a-5859fbad20b2","description":""},{"name":"Employers","item":[{"name":"Get list of employers","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"a8874752-6868-4f78-9e96-167a6fb64d1c"}}],"id":"4b0b2a33-8a66-4f48-8504-bf199380ebd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Employers.json","description":"<p>This API endpoint will return a List of Employers</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Employers - Allows user to view Districts.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Employers.json?query=true&amp;defaultfield=Contractor</p>\n<p><strong>Indexes</strong></p>\n<p>The Employers endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Employers (excluding collections) may be used to sort the Employers list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0f41e40b-5668-4e6b-bef4-bd2e803c2acc","id":"0f41e40b-5668-4e6b-bef4-bd2e803c2acc","name":"Employers","type":"folder"}},"urlObject":{"path":["api","v1","Employers.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b0b2a33-8a66-4f48-8504-bf199380ebd1"},{"name":"Get specific employers","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"a0a029d1-b9b4-4b06-ad62-e39d5309af4c"}}],"id":"e95a93bd-f5d6-4309-b719-c823a1c5756f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"API New\",\r\n    \"ShortCode\": \"API\",\r\n    \"Contractor\": false,\r\n    \"DisplayOrder\": 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Employers.json/{{Id}}","description":"<p>This API endpoint will return a specific Employer.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Employers - Allows user to view Employers.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Employer</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0f41e40b-5668-4e6b-bef4-bd2e803c2acc","id":"0f41e40b-5668-4e6b-bef4-bd2e803c2acc","name":"Employers","type":"folder"}},"urlObject":{"path":["api","v1","Employers.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e95a93bd-f5d6-4309-b719-c823a1c5756f"}],"id":"0f41e40b-5668-4e6b-bef4-bd2e803c2acc","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"8437966e-d2db-4d78-a780-9e3763e9db09","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3bc50645-6fda-4459-9b78-6e14791b6c7e","type":"text/javascript","exec":[""]}}],"_postman_id":"0f41e40b-5668-4e6b-bef4-bd2e803c2acc","description":""},{"name":"Work Schedule Rules","item":[{"name":"Get list of Work Schedule Rules","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"23b271d0-4fea-4801-a5ae-0a7b633bc9e1"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9efce4b9-63b6-460a-a5f4-ccf5a4cfdbb3"}}],"id":"34a9fecc-bdf1-4652-8446-a45b82424cac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/WorkScheduleRules.json","description":"<p>This API endpoint will return a List of WorkScheduleRules.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Work Schedule Rules - Allows user to view Work Schedule Rules.</li>\n</ul>\n<p><strong>Filtering the Results</strong> - You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>/api/v1/WorkScheduleRules.json?query=Weekend Night Shift&amp;defaultfield=Name</p>\n<p>EndFragment</p>\n<p><strong>Indexes</strong><br />The WorkScheduleRules endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong><br />You may specify sorting via the sort query string argument. Any property of the WorkScheduleRule (excluding collections) may be used to sort the WorkScheduleRules list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ccd9253a-9164-43c0-b504-ae1a54ba57d9","id":"ccd9253a-9164-43c0-b504-ae1a54ba57d9","name":"Work Schedule Rules","type":"folder"}},"urlObject":{"path":["api","v1","WorkScheduleRules.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"34a9fecc-bdf1-4652-8446-a45b82424cac"},{"name":"Get Specific Work Schedule Rule","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"6cfd075d-e4b2-4def-97da-02bed8b54e0f"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"551707ad-a39f-4108-ba7f-aebf292f5856"}}],"id":"dc72aa5e-07f9-4b01-a0a5-bfeca2835b71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/WorkScheduleRules.json/{{Id}}","description":"<p>This API endpoint will return a specific WorkScheduleRules</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Work Schedule Rules - Allows user to view Work Schedule Rules.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Work Schedule Rule</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ccd9253a-9164-43c0-b504-ae1a54ba57d9","id":"ccd9253a-9164-43c0-b504-ae1a54ba57d9","name":"Work Schedule Rules","type":"folder"}},"urlObject":{"path":["api","v1","WorkScheduleRules.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc72aa5e-07f9-4b01-a0a5-bfeca2835b71"}],"id":"ccd9253a-9164-43c0-b504-ae1a54ba57d9","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"9ff8266e-41ff-4d77-b4ec-1f599fbe4837","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4093e1ba-e017-4100-aa6d-198333be47e2","type":"text/javascript","exec":[""]}}],"_postman_id":"ccd9253a-9164-43c0-b504-ae1a54ba57d9","description":""},{"name":"GET list of users","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"5986a972-7396-4343-a328-8921324e1a83"}}],"id":"ba8b9b9b-d54b-4335-a3ba-5ee85f732141","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Users.json","description":"<p>This API endpoint will return a List of Users.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Users - Allows user to view Users.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>/api/v1/Users.json?query=Matt&amp;defaultfield=FirstName</p>\n<p><strong>Indexes</strong></p>\n<p>The Users endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the User (excluding collections) may be used to sort the Users list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4cc77742-2143-4630-b1e7-0d905bf1eb91","id":"4cc77742-2143-4630-b1e7-0d905bf1eb91","name":"Users","type":"folder"}},"urlObject":{"path":["api","v1","Users.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba8b9b9b-d54b-4335-a3ba-5ee85f732141"},{"name":"GET Specific User","event":[{"listen":"test","script":{"id":"657bd353-d885-403d-a340-8ac4fd25ad3a","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"aff6a587-bc4a-4e76-a1a4-4d572a516400","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Users.json/{{Id}}","description":"<p>This API endpoint will return a specific User.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Users - Allows user to view Users.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the User</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4cc77742-2143-4630-b1e7-0d905bf1eb91","id":"4cc77742-2143-4630-b1e7-0d905bf1eb91","name":"Users","type":"folder"}},"urlObject":{"path":["api","v1","Users.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aff6a587-bc4a-4e76-a1a4-4d572a516400"}],"id":"4cc77742-2143-4630-b1e7-0d905bf1eb91","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"b4ab5eba-9664-4a6f-b9e7-a9efb88572a4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b429dbb3-66a7-4121-8986-9ebadc74e15f","type":"text/javascript","exec":[""]}}],"_postman_id":"4cc77742-2143-4630-b1e7-0d905bf1eb91","description":""},{"name":"GET List of Leaves","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"48257ff5-98f9-4481-862b-fd813ef19cfa"}}],"id":"223bd4b0-d598-45ba-80f4-594e3d6d4aef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/userleaves.json","description":"<p>This API endpoint will return a List of UserLeaves.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Leave - Allows user to view Leave.</li>\n</ul>\n<p><strong>Filtering the Results</strong><br />You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>StartFragment</p>\n<p>/api/v1/userleaves.json?query=Pending&amp;defaultfield=Status  </p>\n<p><strong>Indexes</strong><br />The UserLeaves endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong><br />You may specify sorting via the sort query string argument. Any property of the UserLeave (excluding collections) may be used to sort the UserLeaves list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"4a9d4997-c28f-4879-a559-7246ca45aaa3","id":"4a9d4997-c28f-4879-a559-7246ca45aaa3","name":"User Leaves","type":"folder"}},"urlObject":{"path":["api","v1","userleaves.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"223bd4b0-d598-45ba-80f4-594e3d6d4aef"},{"name":"GET Specific Leave","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"dc864434-dafa-45d5-b261-1a9daaef4a91"}}],"id":"2327c03c-46b4-48b4-bbf6-4a94b4f285a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/userleaves.json/{{Id}}","description":"<p>This API endpoint will return a specific UserLeave.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Leave - Allows user to view Leave.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Leave</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"4a9d4997-c28f-4879-a559-7246ca45aaa3","id":"4a9d4997-c28f-4879-a559-7246ca45aaa3","name":"User Leaves","type":"folder"}},"urlObject":{"path":["api","v1","userleaves.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2327c03c-46b4-48b4-bbf6-4a94b4f285a1"},{"name":"Add leave","event":[{"listen":"test","script":{"id":"8fdfb1a7-5509-48ab-ada3-a5c15d7ef658","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"3dc4952b-c978-47fe-a26f-c581f2ce6cb0","exec":["var date = new Date();\r","var currentDay = date.toLocaleDateString(\"en-US\");\r","postman.setEnvironmentVariable(\"currentDay\", currentDay);\r","var followingDay = new Date(date.setDate(date.getDate() + 1)).toLocaleDateString(\"en-US\");\r","postman.setEnvironmentVariable(\"followingDay\", followingDay);"],"type":"text/javascript"}}],"id":"6debae5c-2a37-4c54-835e-3d47b60367f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": \"{{UserId}}\",\r\n    \"LeaveType\": \"{{leaveShortCode}}\",\r\n    \"FromDate\": \"{{currentDay}}\",\r\n    \"ToDate\": \"{{followingDay}}\",\r\n    \"DateRequested\": \"{{currentDay}}\",\r\n    \"Status\": \"Approved\",\r\n    \"Planned\": true,\r\n    \"Comments\": \"\",\r\n    \"Source\": \"\",\r\n    \"SourceId\": \"\",\r\n    \"Deleted\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/userleaves.json","description":"<p>This API endpoint will create a UserLeave</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Leave - Allows user to manage Leave.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td>**Required Field  <br />**The ID of the user who has the user leave</td>\n<td>string</td>\n<td><em><strong>Reference Data: GET List of Users  <br />{{Url}}/api/v1/users.json</strong></em>  <br />This API endpoint will return the list of users (required: users.Id) so that the correct user can be selected for the user leave</td>\n</tr>\n<tr>\n<td>LeaveType</td>\n<td>**Required Field  <br />**The type of the user leave (e.g. Annual Leave)</td>\n<td>string</td>\n<td><em><strong>Reference Data: GET List of Leave Types  <br />{{Url}}/api/v1/leavetypes.json</strong></em>  <br />This API endpoint will return the list of leave types (required: leavetypes.Name) so that the correct leave type can be selected for the user leave</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>**Required Field  <br />**The start date of the user leave</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>**Required Field  <br />**The end date of the user leave</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td>The source sytem of the user leave (e.g. SAP)</td>\n<td>string</td>\n<td>IF not provided then the value is \"\"</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td>The unique identifier of the user leave within the source system (e.g. SAPLEAVE-0000123609)</td>\n<td>string</td>\n<td>IF not provided then the value is \"\"</td>\n</tr>\n<tr>\n<td>DateRequested</td>\n<td>The date when the user leave was requested</td>\n<td>date</td>\n<td>IF not provided then the value is the date of the API request</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>The status of the user leave  <br />Possible values: \"Pending\", \"Approved\", \"Approved (Pending Paperwork)\", \"Declined\", \"InDispute\", \"Cancelled\"</td>\n<td>string</td>\n<td>IF not provided then the value is \"Pending\"</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>Additional information / justification of the user leave</td>\n<td>string</td>\n<td>IF not provided then the value is \"\"</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td>Indicates that the user leave is deleted or not</td>\n<td>boolean</td>\n<td>IF not provided then the value is \"False\"</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"4a9d4997-c28f-4879-a559-7246ca45aaa3","id":"4a9d4997-c28f-4879-a559-7246ca45aaa3","name":"User Leaves","type":"folder"}},"urlObject":{"path":["api","v1","userleaves.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6debae5c-2a37-4c54-835e-3d47b60367f4"},{"name":"Edit Leave","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"b945941d-0bff-44e2-8fce-2a0f271c59c3"}}],"id":"3a3b977d-2b54-4d37-adf2-ce6831a6c503","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Status\",\r\n        \"value\": \"Pending\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/userleaves.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a UserLeave</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Leave - Allows user to manage Leave.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Location</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>InternalServerError (500)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"4a9d4997-c28f-4879-a559-7246ca45aaa3","id":"4a9d4997-c28f-4879-a559-7246ca45aaa3","name":"User Leaves","type":"folder"}},"urlObject":{"path":["api","v1","userleaves.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a3b977d-2b54-4d37-adf2-ce6831a6c503"},{"name":"Update Leave","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"75149814-28b7-44df-b10e-27ef2876ae94"}},{"listen":"prerequest","script":{"exec":["var date = new Date();\r","var currentDay = date.toLocaleDateString(\"en-US\");\r","postman.setEnvironmentVariable(\"currentDay\", currentDay);\r","var followingDay = new Date(date.setDate(date.getDate() + 1)).toLocaleDateString(\"en-US\");\r","postman.setEnvironmentVariable(\"followingDay\", followingDay);"],"type":"text/javascript","id":"0806e1a0-78e9-4573-8787-addb35ec364e"}}],"id":"5d50c60c-643b-4301-a191-9b33abb41fd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Source\": \"\",\r\n    \"UserId\": \"{{UserId}}\",\r\n    \"DateRequested\": \"{{currentDay}}\",\r\n    \"LeaveType\": \"SL\",\r\n    \"LeaveTypeDisp\": \"Sick Leave\",\r\n    \"LeaveGroup\": \"\",\r\n    \"FromDate\": \"{{currentDay}}\",\r\n    \"ToDate\": \"{{followingDay}}\",\r\n    \"ActualDays\": 4,\r\n    \"Status\": \"Approved\",\r\n    \"NotApprovedReason\": \"\",\r\n    \"Comments\": \"\",\r\n    \"SchoolHolidaysDeclinedLastTime\": false,\r\n    \"AccruedHoursEntered\": 0.0,\r\n    \"EstimatedRemainingHours\": 0.0,\r\n    \"ActualHours\": 0.0,\r\n    \"LeaveInPeriodHours\": 0.0,\r\n    \"Planned\": true,\r\n    \"Processed\": false,\r\n    \"KioskRequest\": false,\r\n    \"SummaryString\": \"\",\r\n    \"Deleted\": false,\r\n    \"UserComments\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/userleaves.json/{{Id}}","description":"<p>This API endpoint will update a UserLeave</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Leave - Allows user to manage Leave.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Leave</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td>**Required Field  <br />**The ID of the user who has the user leave</td>\n<td>string</td>\n<td><em><strong>Reference Data: GET List of Users  <br />{{Url}}/api/v1/users.json</strong></em>  <br />This API endpoint will return the list of users (required: users.Id) so that the correct user can be selected for the user leave</td>\n</tr>\n<tr>\n<td>LeaveType</td>\n<td>**Required Field  <br />**The type of the user leave (e.g. Annual Leave)</td>\n<td>string</td>\n<td><em><strong>Reference Data: GET List of Leave Types  <br />{{Url}}/api/v1/leavetypes.json</strong></em>  <br />This API endpoint will return the list of leave types (required: leavetypes.Name) so that the correct leave type can be selected for the user leave</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>**Required Field  <br />**The start date of the user leave</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>**Required Field  <br />**The end date of the user leave</td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Source</td>\n<td>The source sytem of the user leave (e.g. SAP)</td>\n<td>string</td>\n<td>IF not provided then the value is \"\"</td>\n</tr>\n<tr>\n<td>SourceId</td>\n<td>The unique identifier of the user leave within the source system (e.g. SAPLEAVE-0000123609)</td>\n<td>string</td>\n<td>IF not provided then the value is \"\"</td>\n</tr>\n<tr>\n<td>DateRequested</td>\n<td>The date when the user leave was requested</td>\n<td>date</td>\n<td>IF not provided then the value is the date of the API request</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>The status of the user leave  <br />Possible values: \"Pending\", \"Approved\", \"Approved (Pending Paperwork)\", \"Declined\", \"InDispute\", \"Cancelled\"</td>\n<td>string</td>\n<td>IF not provided then the value is \"Pending\"</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>Additional information / justification of the user leave</td>\n<td>string</td>\n<td>IF not provided then the value is \"\"</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td>Indicates that the user leave is deleted or not</td>\n<td>boolean</td>\n<td>IF not provided then the value is \"False\"</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"4a9d4997-c28f-4879-a559-7246ca45aaa3","id":"4a9d4997-c28f-4879-a559-7246ca45aaa3","name":"User Leaves","type":"folder"}},"urlObject":{"path":["api","v1","userleaves.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d50c60c-643b-4301-a191-9b33abb41fd4"},{"name":"DELETE Leave","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"55dd2e04-4084-4ff8-976d-ab9ac51fc567"}}],"id":"dffb6e2f-2ee8-4256-a1c0-b56b4904f6e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/userleaves.json/{{Id}}","description":"<p>This API endpoint will delete a UserLeave</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Leave - Allows user to manage Leave.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Leave</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p>Potential Error Response Codes</p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"4a9d4997-c28f-4879-a559-7246ca45aaa3","id":"4a9d4997-c28f-4879-a559-7246ca45aaa3","name":"User Leaves","type":"folder"}},"urlObject":{"path":["api","v1","userleaves.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dffb6e2f-2ee8-4256-a1c0-b56b4904f6e5"}],"id":"4a9d4997-c28f-4879-a559-7246ca45aaa3","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"80a05638-1f6d-4927-927a-5aad486a9248"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"5fe00908-23c3-46a2-80e3-6ca337801b9e"}}],"_postman_id":"4a9d4997-c28f-4879-a559-7246ca45aaa3","description":""},{"name":"User Overtimes","item":[{"name":"Occupations","item":[{"name":"Occupation Type","item":[{"name":"GET Occupation Types","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9d890e35-7b61-4df9-88aa-cec1c01b64d2"}}],"id":"88d53ac0-0be8-4263-b567-7a998c1bef5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/OccupationTypes.json","description":"<p>This API endpoint will return a List of OccupationTypes</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View OccupationTypes - Allows user to view OccupationTypes.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/OccupationTypes.json?query=SUP&amp;defaultfield=ShortCode</p>\n<p><strong>Indexes</strong></p>\n<p>The OccupationTypes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the OccupationTypes (excluding collections) may be used to sort the OccupationTypes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"16b6b7eb-cb1d-4889-a609-629a2f084a1a","id":"16b6b7eb-cb1d-4889-a609-629a2f084a1a","name":"Occupation Type","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"88d53ac0-0be8-4263-b567-7a998c1bef5f"},{"name":"GET Specific Occupation Type","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9b878f62-4ae5-4111-b1fc-b470984f9c54"}}],"id":"221f9d7c-0e63-421f-bc59-9e040c6d24f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/OccupationTypes.json/{{Id}}","description":"<p>This API endpoint will return a specific Occupation Type.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Occupation Types - Allows user to view Occupation Types.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation Type</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"16b6b7eb-cb1d-4889-a609-629a2f084a1a","id":"16b6b7eb-cb1d-4889-a609-629a2f084a1a","name":"Occupation Type","type":"folder"}},"urlObject":{"path":["api","v1","OccupationTypes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"221f9d7c-0e63-421f-bc59-9e040c6d24f4"}],"id":"16b6b7eb-cb1d-4889-a609-629a2f084a1a","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"614fa818-6caa-4510-8235-995d6d60267f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1edbb074-0ce2-44d0-be4b-d0940646ac2e","type":"text/javascript","exec":[""]}}],"_postman_id":"16b6b7eb-cb1d-4889-a609-629a2f084a1a","description":""},{"name":"GET Occupations","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c9823a90-fd3e-4370-b029-6b322cacaec3"}}],"id":"4d71ae42-eb31-4eb4-acb1-a9dc352d07b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Occupations.json","description":"<p>This API endpoint will return a List of Occupations</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Occupations - Allows user to view Occupations.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Occupations.json?query=false&amp;defaultfield=IsASpecialApprovalManager</p>\n<p><strong>Indexes</strong></p>\n<p>The Occupations endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Occupations (excluding collections) may be used to sort the Occupations list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a720b265-cb32-49ce-aafa-6b2fd0891dfa","id":"a720b265-cb32-49ce-aafa-6b2fd0891dfa","name":"Occupations","type":"folder"}},"urlObject":{"path":["api","v1","Occupations.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d71ae42-eb31-4eb4-acb1-a9dc352d07b4"},{"name":"GET Specific Occupation","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"e5b25c5b-0f27-44f0-b484-01c9bd51e277"}}],"id":"1a5e931c-e3cd-4410-9c01-f17b0d5b7d85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Occupations.json/{{Id}}","description":"<p>This API endpoint will return a specific Occupation.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Occupations - Allows user to view Occupations.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Occupation</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a720b265-cb32-49ce-aafa-6b2fd0891dfa","id":"a720b265-cb32-49ce-aafa-6b2fd0891dfa","name":"Occupations","type":"folder"}},"urlObject":{"path":["api","v1","Occupations.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a5e931c-e3cd-4410-9c01-f17b0d5b7d85"}],"id":"a720b265-cb32-49ce-aafa-6b2fd0891dfa","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"ff4d51a2-188c-4964-a880-9ac282e2a8b5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d783b1ad-95a7-4e7c-9594-f453744377a2","type":"text/javascript","exec":[""]}}],"_postman_id":"a720b265-cb32-49ce-aafa-6b2fd0891dfa","description":""},{"name":"Users","item":[{"name":"Crews","item":[{"name":"Get list of crews","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"41ebd3aa-a3db-4733-8ce7-fc36d966e24b"}}],"id":"0273ad3d-ed18-4de5-9371-ce2a9c639fa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Crews.json","description":"<p>This API endpoint will return a List of Crews</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Crews - Allows user to view Crews.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Crews.json?query=WEDS&amp;defaultfield=Name</p>\n<p><strong>Indexes</strong></p>\n<p>The Crews endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Crews (excluding collections) may be used to sort the Crews list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"f36839d3-4a34-4984-bb9c-9616ce694169","id":"f36839d3-4a34-4984-bb9c-9616ce694169","name":"Crews","type":"folder"}},"urlObject":{"path":["api","v1","Crews.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0273ad3d-ed18-4de5-9371-ce2a9c639fa6"},{"name":"Get specific crew","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"0e2e4885-4e08-4e8a-aed0-ecb2c6e843cd"}}],"id":"936991bd-36df-4826-a7b2-8b1d7a5c7a6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Crews.json/{{Id}}","description":"<p>This API endpoint will return a specific Crew.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Crew - Allows user to view Crew.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Crew</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"f36839d3-4a34-4984-bb9c-9616ce694169","id":"f36839d3-4a34-4984-bb9c-9616ce694169","name":"Crews","type":"folder"}},"urlObject":{"path":["api","v1","Crews.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"936991bd-36df-4826-a7b2-8b1d7a5c7a6b"}],"id":"f36839d3-4a34-4984-bb9c-9616ce694169","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"e62fd5a7-8fc2-46c5-a2d5-e1609057a9d4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2de2e498-bf7d-415d-9d5f-687dcac636b5","type":"text/javascript","exec":[""]}}],"_postman_id":"f36839d3-4a34-4984-bb9c-9616ce694169","description":""},{"name":"Employers","item":[{"name":"Get list of employers","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"a8874752-6868-4f78-9e96-167a6fb64d1c"}}],"id":"2da29b70-78b6-4955-898a-df5a9c88d689","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Employers.json","description":"<p>This API endpoint will return a List of Employers</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<p>View Employers - Allows user to view Districts.</p>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Usage Examples</em></p>\n<p>/api/v1/Employers.json?query=true&amp;defaultfield=Contractor</p>\n<p><strong>Indexes</strong></p>\n<p>The Employers endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the Employers (excluding collections) may be used to sort the Employers list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"73ac181f-c48e-4f79-a3ff-9448839e7cb7","id":"73ac181f-c48e-4f79-a3ff-9448839e7cb7","name":"Employers","type":"folder"}},"urlObject":{"path":["api","v1","Employers.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2da29b70-78b6-4955-898a-df5a9c88d689"},{"name":"Get specific employers","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"a0a029d1-b9b4-4b06-ad62-e39d5309af4c"}}],"id":"1789ca59-20d3-412d-b535-d7157f74881d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"API New\",\r\n    \"ShortCode\": \"API\",\r\n    \"Contractor\": false,\r\n    \"DisplayOrder\": 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/Employers.json/{{Id}}","description":"<p>This API endpoint will return a specific Employer.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have at least one of the following Access Policies</p>\n<ul>\n<li>View Employers - Allows user to view Employers.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the Employer</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"73ac181f-c48e-4f79-a3ff-9448839e7cb7","id":"73ac181f-c48e-4f79-a3ff-9448839e7cb7","name":"Employers","type":"folder"}},"urlObject":{"path":["api","v1","Employers.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1789ca59-20d3-412d-b535-d7157f74881d"}],"id":"73ac181f-c48e-4f79-a3ff-9448839e7cb7","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"ccda8bc2-71e0-4d99-8f6f-3d6b7969e268","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5123a104-e7ea-4646-bda3-039adbc65c1a","type":"text/javascript","exec":[""]}}],"_postman_id":"73ac181f-c48e-4f79-a3ff-9448839e7cb7","description":""},{"name":"Work Schedule Rules","item":[{"name":"Get list of Work Schedule Rules","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"23b271d0-4fea-4801-a5ae-0a7b633bc9e1"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"9efce4b9-63b6-460a-a5f4-ccf5a4cfdbb3"}}],"id":"95ee0667-c1f5-419a-bbaa-f3b126186aa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/WorkScheduleRules.json","description":"<p>This API endpoint will return a List of WorkScheduleRules.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Work Schedule Rules - Allows user to view Work Schedule Rules.</li>\n</ul>\n<p><strong>Filtering the Results</strong> - You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>/api/v1/WorkScheduleRules.json?query=Weekend Night Shift&amp;defaultfield=Name</p>\n<p>EndFragment</p>\n<p><strong>Indexes</strong><br />The WorkScheduleRules endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong><br />You may specify sorting via the sort query string argument. Any property of the WorkScheduleRule (excluding collections) may be used to sort the WorkScheduleRules list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8edd74f5-f9a9-474a-9614-0ce3165e371b","id":"8edd74f5-f9a9-474a-9614-0ce3165e371b","name":"Work Schedule Rules","type":"folder"}},"urlObject":{"path":["api","v1","WorkScheduleRules.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"95ee0667-c1f5-419a-bbaa-f3b126186aa5"},{"name":"Get Specific Work Schedule Rule","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"6cfd075d-e4b2-4def-97da-02bed8b54e0f"}},{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"551707ad-a39f-4108-ba7f-aebf292f5856"}}],"id":"73c635f7-4b66-4a2b-911e-4763f0ab28d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/WorkScheduleRules.json/{{Id}}","description":"<p>This API endpoint will return a specific WorkScheduleRules</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Work Schedule Rules - Allows user to view Work Schedule Rules.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the Work Schedule Rule</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8edd74f5-f9a9-474a-9614-0ce3165e371b","id":"8edd74f5-f9a9-474a-9614-0ce3165e371b","name":"Work Schedule Rules","type":"folder"}},"urlObject":{"path":["api","v1","WorkScheduleRules.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"73c635f7-4b66-4a2b-911e-4763f0ab28d6"}],"id":"8edd74f5-f9a9-474a-9614-0ce3165e371b","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"df973622-e74d-479e-8b98-9621388ff8d6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a2e2b4ce-66b0-4939-a554-1ae473e089c9","type":"text/javascript","exec":[""]}}],"_postman_id":"8edd74f5-f9a9-474a-9614-0ce3165e371b","description":""},{"name":"GET list of users","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"5986a972-7396-4343-a328-8921324e1a83"}}],"id":"ac9857f0-171c-494d-a041-2896b33eeb11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Users.json","description":"<p>This API endpoint will return a List of Users.</p>\n<p><strong>Security</strong><br />To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Users - Allows user to view Users.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>/api/v1/Users.json?query=Matt&amp;defaultfield=FirstName</p>\n<p><strong>Indexes</strong></p>\n<p>The Users endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the User (excluding collections) may be used to sort the Users list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"78685f2d-f8f2-4b77-9ace-3b930f007a52","id":"78685f2d-f8f2-4b77-9ace-3b930f007a52","name":"Users","type":"folder"}},"urlObject":{"path":["api","v1","Users.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac9857f0-171c-494d-a041-2896b33eeb11"},{"name":"GET Specific User","event":[{"listen":"test","script":{"id":"657bd353-d885-403d-a340-8ac4fd25ad3a","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"28c04036-7b6d-4d01-a47b-1d86c894f48c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/Users.json/{{Id}}","description":"<p>This API endpoint will return a specific User.</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Users - Allows user to view Users.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>The id of the User</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"78685f2d-f8f2-4b77-9ace-3b930f007a52","id":"78685f2d-f8f2-4b77-9ace-3b930f007a52","name":"Users","type":"folder"}},"urlObject":{"path":["api","v1","Users.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"28c04036-7b6d-4d01-a47b-1d86c894f48c"}],"id":"78685f2d-f8f2-4b77-9ace-3b930f007a52","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"bda3b450-aed3-418b-a4fd-c2380d2c8615","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"027bd53c-875d-4c6c-ad19-cb52442837a3","type":"text/javascript","exec":[""]}}],"_postman_id":"78685f2d-f8f2-4b77-9ace-3b930f007a52","description":""},{"name":"GET Overtimes","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"03ba73ba-da2c-4480-a323-67d9a2f8f122"}}],"id":"2b0a063e-269d-45fa-a77a-cf7248cb1c88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/userovertimes.json ","description":"<p>This API endpoint will return a List of UserOvertimes.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Overtime - Allows user to view Overtime.</li>\n</ul>\n<p><strong>Filtering the Results</strong></p>\n<p>You may specify filtering criteria via the ‘query’ query string argument. Details about the syntax is found in <strong>Querying</strong> section.</p>\n<p><em>Example:</em></p>\n<p>StartFragment</p>\n<p>/api/v1/userovertimes.json?query=Day&amp;defaultfield=Shift</p>\n<p><strong>Indexes</strong></p>\n<p>The UserOvertimes endpoint has 1 predefined index, which is used automatically by the API based on the filter criteria that you specify via the filter query string argument. The API adds the X-fewzion-index-used header to the response to assist you during the build phase of the integration, so that you can tell which index the API chose.</p>\n<p><strong>Sorting the Results</strong></p>\n<p>You may specify sorting via the sort query string argument. Any property of the UserOvertime (excluding collections) may be used to sort the UserOvertimes list returned by this endpoint. The sort has to be arranged as a collection of sort conditions.</p>\n<p>Each sort condition is made of the property name and the direction, where the direction may be either \"ASC\" or \"DESC\".</p>\n<p>Please note that if you are using an index, you should first consider any default sorting provided by the index before applying sorting via this method.</p>\n<p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n<p>Result are limited to 10240 records</p>\n<p><strong>Querying</strong></p>\n<p>By providing the “query” query string argument you can provide a query to apply to results. Here are some query examples demonstrating the query syntax.</p>\n<p><em>Keyword matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for word \"foo\" in the title field.</td>\n<td>title:foo</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field.</td>\n<td>title:\"foo bar\"</td>\n</tr>\n<tr>\n<td>Search for phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field.</td>\n<td>title:\"foo bar\" AND body:\"quick fox\"</td>\n</tr>\n<tr>\n<td>Search for either the phrase \"foo bar\" in the title field AND the phrase \"quick fox\" in the body field, or the word \"fox\" in the title field.</td>\n<td>(title:\"foo bar\" AND body:\"quick fox\") OR title:fox</td>\n</tr>\n<tr>\n<td>Search for word \"foo\" and not \"bar\" in the title field.</td>\n<td>title:foo -title:bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Wildcard matching:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for any word that starts with \"foo\" in the title field.</td>\n<td>title:foo*</td>\n</tr>\n<tr>\n<td>Search for any word that starts with \"foo\" and ends with bar in the title field.</td>\n<td>title:foo*bar</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that Lucene doesn't support using a * symbol as the first character of a search.</strong></p>\n<p><em>@in:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search for multiple values for a property.</td>\n<td>@in:(value1, value2)</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can specify any number of parameters that you are looking for. The , (comma) character is a separator of the values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0c931a88-42bc-4724-ad89-94e9d00f6224","id":"0c931a88-42bc-4724-ad89-94e9d00f6224","name":"User Overtimes","type":"folder"}},"urlObject":{"path":["api","v1","userovertimes.json "],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b0a063e-269d-45fa-a77a-cf7248cb1c88"},{"name":"Add Overtime","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript","id":"af79fb92-7719-4a24-a934-517cd13c91b2"}},{"listen":"prerequest","script":{"exec":["var date = new Date();\r","var currentDay = date.toLocaleDateString(\"en-US\");\r","postman.setEnvironmentVariable(\"currentDay\", currentDay);\r","var followingDay = new Date(date.setDate(date.getDate()+1)).toLocaleDateString(\"en-US\");\r","postman.setEnvironmentVariable(\"followingDay\", followingDay);"],"type":"text/javascript","id":"76e17154-b582-46ba-8699-e0f0297061fa"}}],"id":"30dcd325-a77c-4952-9383-9855d2636197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Source\": \"\",\r\n    \"UserId\": \"{{UserId}}\",\r\n    \"DateRequested\": \"{{currentDay}}\",\r\n    \"FromDate\": \"{{currentDay}}\",\r\n    \"ToDate\": \"{{followingDay}}\",\r\n    \"Shift\": \"Day\",\r\n    \"Process\": \"processes-167\",\r\n    \"Occupation\": \"occupations-418\",\r\n    \"Deleted\": false,\r\n    \"UserComments\": [],\r\n    \"OvertimeHours\": [\r\n        {\r\n            \"Id\": \"9e768e11-8ce6-48f9-9a8d-5febecd456d8\",\r\n            \"Date\": \"{{currentDay}}\",\r\n            \"HoursCount\": 8.0\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/userovertimes.json","description":"<p>This API endpoint will create a UserOvertime</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Overtime - Allows user to manage Overtime.</li>\n</ul>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UserId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateRequested</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Occupation</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UserComments</td>\n<td></td>\n<td><strong>Collection of UserComment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>OvertimeHours</td>\n<td></td>\n<td><strong>Collection of OvertimeHours</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserCommen</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedBy</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CommentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of OvertimeHours</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>HoursCount</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Conflict (409)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0c931a88-42bc-4724-ad89-94e9d00f6224","id":"0c931a88-42bc-4724-ad89-94e9d00f6224","name":"User Overtimes","type":"folder"}},"urlObject":{"path":["api","v1","userovertimes.json"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"30dcd325-a77c-4952-9383-9855d2636197"},{"name":"GET specific overtime","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"378da153-2206-48cc-9833-e07e8c0ce85d"}}],"id":"a6303197-0662-4268-bcdd-59f5ea9a4cd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Url}}/api/v1/userovertimes.json/{{Id}}","description":"<p>This API endpoint will return a specific UserOvertime.</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Overtime - Allows user to view Overtime.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Overtime</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0c931a88-42bc-4724-ad89-94e9d00f6224","id":"0c931a88-42bc-4724-ad89-94e9d00f6224","name":"User Overtimes","type":"folder"}},"urlObject":{"path":["api","v1","userovertimes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6303197-0662-4268-bcdd-59f5ea9a4cd2"},{"name":"Edit Overtime","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Id\", jsonData.Id);\r","postman.setEnvironmentVariable(\"Etag\", jsonData.Etag);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","id":"2bfa6c77-1895-4f01-af7d-6901f5165b44"}}],"id":"0bd73a42-8bc1-4c38-8edb-c71ac68d585a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"If-Match","value":"{{Etag}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Source\": \"\",\r\n    \"UserId\": \"{{UserId}}\",\r\n    \"DateRequested\": \"{{currentDay}}\",\r\n    \"FromDate\": \"{{currentDay}}\",\r\n    \"ToDate\": \"{{followingDay}}\",\r\n    \"Shift\": \"Day\",\r\n    \"Process\": \"processes-167\",\r\n    \"Occupation\": \"occupations-418\",\r\n    \"Deleted\": false,\r\n    \"UserComments\": [],\r\n    \"OvertimeHours\": [\r\n        {\r\n            \"Date\": \"{{currentDay}}\",\r\n            \"HoursCount\": 12.0\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/userovertimes.json/{{Id}}","description":"<p>This API endpoint will update a UserOvertime</p>\n<p><strong>Security</strong>\nTo Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>Manage Overtime - Allows user to manage Overtime.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Overtime</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Source</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UserId</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>DateRequested</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Shift</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Process</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Occupation</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td></td>\n<td>boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>UserComments</td>\n<td></td>\n<td><strong>Collection of UserComment</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>OvertimeHours</td>\n<td></td>\n<td><strong>Collection of OvertimeHours</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Entity's unique identifier.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>LastModified</td>\n<td>The Entity's last modified date.</td>\n<td>date</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>Etag</td>\n<td>The Entity's revision number.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>The original identifier sent by the client.</td>\n<td>string</td>\n<td>Read Only</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of UserCommen</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedBy</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>AddedDate</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>CommentType</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Collection of OvertimeHours</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>Date</td>\n<td></td>\n<td>date</td>\n<td>-</td>\n</tr>\n<tr>\n<td>HoursCount</td>\n<td></td>\n<td>decimal number</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0c931a88-42bc-4724-ad89-94e9d00f6224","id":"0c931a88-42bc-4724-ad89-94e9d00f6224","name":"User Overtimes","type":"folder"}},"urlObject":{"path":["api","v1","userovertimes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bd73a42-8bc1-4c38-8edb-c71ac68d585a"},{"name":"Edit Overtime","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"5586cd1c-8fcf-43d6-827c-00c780252e41"}}],"id":"a7b8d328-66b2-49b8-9a5e-8717587a30fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","type":"text","value":"{{Etag}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"$.Shift\",\r\n        \"value\": \"Night\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{Url}}/api/v1/userovertimes.json/{{Id}}","description":"<p>This API endpoint will apply a patch operation to a UserOvertime</p>\n<p><strong>Security</strong></p>\n<p>To Access this API endpoint you will need to have the following Access Policy:</p>\n<ul>\n<li>View Overtime - Allows user to view Overtime.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Overtime</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td></td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>path</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>op</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n<tr>\n<td>from</td>\n<td></td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Potential Error Response Codes</strong></p>\n<ul>\n<li>InternalServerError (500)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0c931a88-42bc-4724-ad89-94e9d00f6224","id":"0c931a88-42bc-4724-ad89-94e9d00f6224","name":"User Overtimes","type":"folder"}},"urlObject":{"path":["api","v1","userovertimes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7b8d328-66b2-49b8-9a5e-8717587a30fe"},{"name":"DELETE Overtime","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"03907809-a925-4acc-acb9-cc61aa752a8f"}}],"id":"d7532aa0-b6bb-47bf-a9f5-20cb95938991","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{Url}}/api/v1/userovertimes.json/{{Id}}","description":"<p>This API endpoint will delete a UserOvertime</p>\n<p>Security\nTo Access this API endpoint you will need to have the following Access Policy: </p>\n<ul>\n<li>Manage Overtime - Allows user to manage Overtime.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Additional information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Id of the Overtime</td>\n<td>string</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><p>Potential Error Response Codes</p>\n<ul>\n<li>NotFound (404)</li>\n<li>BadRequest (400)</li>\n<li>Unauthorized (401)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0c931a88-42bc-4724-ad89-94e9d00f6224","id":"0c931a88-42bc-4724-ad89-94e9d00f6224","name":"User Overtimes","type":"folder"}},"urlObject":{"path":["api","v1","userovertimes.json","{{Id}}"],"host":["{{Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7532aa0-b6bb-47bf-a9f5-20cb95938991"}],"id":"0c931a88-42bc-4724-ad89-94e9d00f6224","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"fa06d9a5-9b43-4ac6-9e56-d4ab767bb3a2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bbdd533a-1476-42fa-8850-f04cc953952c","type":"text/javascript","exec":[""]}}],"_postman_id":"0c931a88-42bc-4724-ad89-94e9d00f6224","description":""}],"id":"92203577-b436-4f0c-897a-ce84406edf36","description":"<p>Authorization: Bearer Token with a validity of 86,400 seconds (24 hours)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"7fcc397c-0309-44fd-8e44-e5e0d6413ecf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"be4525d1-9beb-4562-8c27-e7f1116102ab","type":"text/javascript","exec":[""]}}],"_postman_id":"92203577-b436-4f0c-897a-ce84406edf36"}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]}},"event":[{"listen":"prerequest","script":{"id":"96d1781b-74ee-4581-952d-a9c2a528c535","type":"text/javascript","exec":["var current_timestamp = new Date();","pm.globals.set(\"current_timestamp\", current_timestamp.toISOString());"]}},{"listen":"test","script":{"id":"937bb9d5-4992-4942-92ee-d4434a02ced1","type":"text/javascript","exec":[""]}}]}