{"info":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","description":"<html><head></head><body><p>To use the API, you should create an API key under Advanced &gt; API Keys in your application. Enter your preferred Client ID and the system will generate a Client Secret. Use the client ID and Client Secret along with your user/employee credentials to generate an access token (See /auth endpoint) and use that access token to access each endpoint</p>\n<p>Nearly every endpoint accepts some basic parameters via the query string including; where, limit, offset and order_by clauses (some knowledge of the underlying database structure is required or the structure can be interrogated via a GET request). By default, only a limited number of items are returned but the limit can be unset by setting limit to -1. If you are unbounding the limit, it is recommended that other filters are applied to avoid overloading the system.</p>\n<p>Some endpoints are read-only and, while input is validated, you should set all appropriate fields, very few are filled automatically by the API.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16789608","collectionId":"a272ed32-5b9c-4186-a1e2-6cd03366a589","publishedId":"2s9YsNfBRZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"34465D","highlight":"F05A28"},"publishDate":"2024-01-15T09:04:07.000Z"},"item":[{"name":"Absence Entitlement Policies","item":[{"name":"Get Absence Entitlement Policy","id":"d2fa2b1e-7cc6-426c-82cc-298b826453c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/absence-entitlement/5","description":"<p>Gets a single absence entitlement policy from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["absence-entitlement","5"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2fa2b1e-7cc6-426c-82cc-298b826453c8"},{"name":"Get Absence Entitlement Policies","id":"71e69633-e048-4be7-a89e-401861ea7c6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/absence-entitlement","description":"<p>Gets the list of absence entitlement policies.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["absence-entitlement"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"71e69633-e048-4be7-a89e-401861ea7c6d"}],"id":"501066f7-2f54-4568-b683-9f2fb12d3fb7","_postman_id":"501066f7-2f54-4568-b683-9f2fb12d3fb7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Absence Reason","item":[{"name":"Get Absence Reason","id":"a24aaa24-d74a-471a-acdc-f14e7ada126d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/absence-reasons/5","description":"<p>Gets a single absence reason from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["absence-reasons","5"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a24aaa24-d74a-471a-acdc-f14e7ada126d"},{"name":"Get Absence Reasons","id":"9231d382-8efe-4681-b547-83d2e10b4f93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/absence-reasons","description":"<p>Gets the list of absence reasons.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["absence-reasons"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9231d382-8efe-4681-b547-83d2e10b4f93"},{"name":"Add Absence Reason","id":"49631f4a-7ef7-49df-a83d-a6bcd5a92fd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"New Absence Reason","type":"text"},{"key":"colour","value":"255","type":"text"},{"key":"paid","value":"1","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/absence-reasons","description":"<p>Adds a new absence reason into the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["absence-reasons"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"49631f4a-7ef7-49df-a83d-a6bcd5a92fd2"},{"name":"Update Absence Reason","id":"aa69a416-1446-43c9-924f-1324df5a3a07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"Changed Absence Reason","type":"text"},{"key":"colour","value":"255","type":"text"},{"key":"paid","value":"1","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/absence-reasons/22","description":"<p>Update an existing absence reason in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["absence-reasons","22"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa69a416-1446-43c9-924f-1324df5a3a07"},{"name":"Delete Absence Reason","id":"0c0f779f-9872-4f20-bed6-83ebe0068d8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/absence-reasons/22","description":"<p>Deletes a single absence reason from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["absence-reasons","22"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c0f779f-9872-4f20-bed6-83ebe0068d8c"}],"id":"c81a4b6a-360a-4bbe-83b8-c552c4ad047b","_postman_id":"c81a4b6a-360a-4bbe-83b8-c552c4ad047b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Access Events","item":[{"name":"Get Access Event","id":"04de4af2-c561-498e-a8f7-4023b716211a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/access/26","description":"<p>Gets a single access event record from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["access","26"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"04de4af2-c561-498e-a8f7-4023b716211a"},{"name":"Get Access Events","id":"41c54d6f-b2f1-4f2e-8838-49d5cb796191","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/access","description":"<p>Get a list of access event records in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["access"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"41c54d6f-b2f1-4f2e-8838-49d5cb796191"},{"name":"Add Access Event","id":"17ce6089-26ad-4cc2-8c1d-fc613998e4b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"},{"key":"date_and_time","value":"2021-01-01 09:00:00","type":"text"},{"key":"flag","value":"12","type":"text"},{"key":"terminal_id","value":"5","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/access","description":"<p>Adds a new access event record into the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["access"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"17ce6089-26ad-4cc2-8c1d-fc613998e4b1"},{"name":"Update Access Event","id":"7a8373f7-7bd5-4610-8612-56865580e3c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"},{"key":"date_and_time","value":"2021-01-01 09:00:00","type":"text"},{"key":"flag","value":"11","type":"text"},{"key":"terminal_id","value":"5","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/access/26","description":"<p>Update an existing access record in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["access","26"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a8373f7-7bd5-4610-8612-56865580e3c4"},{"name":"Delete Access Event","id":"e493d9b7-6576-4eee-9903-533f643139fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/access/26","description":"<p>Deletes a single access event record from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["access","26"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e493d9b7-6576-4eee-9903-533f643139fd"}],"id":"1b35db8b-1e76-4c3b-aff3-d763023728cc","_postman_id":"1b35db8b-1e76-4c3b-aff3-d763023728cc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Audit Trail","item":[{"name":"Get Audit Trail Data","id":"dd76df2a-6141-4dca-ae38-32b11f4b8e95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/audit-trail?where=controller='login' AND user_type = 'user' AND user_id = 1 AND action = 'Login Failed'&limit=1&order_by=date_and_time DESC","description":"<p>Gets audit trail data. The sample query provided finds the most recent failed login event for a given user. As the audit trail can contain a significant amount of data, the warnings about providing appropriate filters and limits is particularly relevant to this endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["audit-trail"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"where","value":"controller='login' AND user_type = 'user' AND user_id = 1 AND action = 'Login Failed'"},{"key":"limit","value":"1"},{"key":"order_by","value":"date_and_time DESC"}],"variable":[]}},"response":[],"_postman_id":"dd76df2a-6141-4dca-ae38-32b11f4b8e95"}],"id":"b961ba66-7181-41e1-bfe7-d49283800f00","_postman_id":"b961ba66-7181-41e1-bfe7-d49283800f00","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Authorisation","item":[{"name":"Authorisation","id":"f5203ec0-ac2a-43e5-8958-c50cd7a3aa63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"PHP_AUTH_USER","value":"{{api_client_id}}","type":"text"},{"key":"PHP_AUTH_PW","value":"{{api_client_secret}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","type":"text"},{"key":"username","value":"{{api_username}}","type":"text"},{"key":"password","value":"{{api_password}}","type":"text"},{"key":"scope","value":"{{api_scope}}","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/authorisation","description":"<p>Use your Client ID, Client Secret, Username and Password to obtain access to the API. If you maintain 2 sets of credentials with identical usernames, one of which is a user and one of which is an employee, you should specify scope=user or scope=employee to target the correct account type.</p>\n","urlObject":{"path":["authorisation"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5203ec0-ac2a-43e5-8958-c50cd7a3aa63"},{"name":"Token Info","id":"227abea5-0387-4af7-8c53-e38614fd73b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/token_info","description":"<p>Validates a previously issued token to ensure it can still be used to interact with the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["token_info"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"227abea5-0387-4af7-8c53-e38614fd73b1"}],"id":"045d3313-8ec6-4018-8b29-b0c3786cfaab","_postman_id":"045d3313-8ec6-4018-8b29-b0c3786cfaab","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Bespoke","item":[{"name":"Get All Bespoke Data","id":"92451b8b-03cc-4c6a-a23c-030f1315a690","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/bespoke?table=tbespoke_table","description":"<p>Get all data within a bespoke table. The table GET parameter must be specified and be listed in [Bespoke API Tables]. The sp GET parameter can be specified to execute a stored procedure listed in [Bespoke API Stored Procedures]. Parameters can be passed to the stored procedure by specifying a JSON string in the sp_payload GET parameter.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["bespoke"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"table","value":"tbespoke_table"}],"variable":[]}},"response":[],"_postman_id":"92451b8b-03cc-4c6a-a23c-030f1315a690"},{"name":"Get Bespoke Data","id":"f806dcf6-c879-4928-a403-9e54a0b2dce6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/bespoke/5?table=tbespoke_table","description":"<p>Get a single piece of data within a bespoke table. The table GET parameter must be specified and be listed in [Bespoke API Tables]. The sp GET parameter can be specified to execute a stored procedure listed in [Bespoke API Stored Procedures]. Parameters can be passed to the stored procedure by specifying a JSON string in the sp_payload GET parameter.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["bespoke","5"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"table","value":"tbespoke_table"}],"variable":[]}},"response":[],"_postman_id":"f806dcf6-c879-4928-a403-9e54a0b2dce6"},{"name":"Add Bespoke Data","id":"2a536751-c3c5-4c7b-9d82-fd6dfaf7b895","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bespoke_field","value":"Bespoke Data","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/bespoke?table=tbespoke_table","description":"<p>Adds a new bespoke record into the system. The table GET parameter must be specified and be listed in [Bespoke API Tables]. The sp GET parameter can be specified to execute a stored procedure listed in [Bespoke API Stored Procedures]. Parameters can be passed to the stored procedure by specifying a JSON string in the sp_payload GET parameter.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["bespoke"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"table","value":"tbespoke_table"}],"variable":[]}},"response":[],"_postman_id":"2a536751-c3c5-4c7b-9d82-fd6dfaf7b895"},{"name":"Update Bespoke Data","id":"908542e0-c24f-4880-8a11-2631b4530c23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bespoke_field","value":"Updated Bespoke Data","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/bespoke/5?table=tbespoke_table","description":"<p>Update an existing bespoke record in the system. The table GET parameter must be specified and be listed in [Bespoke API Tables]. The sp GET parameter can be specified to execute a stored procedure listed in [Bespoke API Stored Procedures]. Parameters can be passed to the stored procedure by specifying a JSON string in the sp_payload GET parameter.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["bespoke","5"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"table","value":"tbespoke_table"}],"variable":[]}},"response":[],"_postman_id":"908542e0-c24f-4880-8a11-2631b4530c23"},{"name":"Delete Bespoke Data","id":"cab4d835-6604-474b-bb5f-1ecddc398528","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/bespoke/5?table=tbespoke_table","description":"<p>Deletes a single bespoke record from the system. The table GET parameter must be specified and be listed in [Bespoke API Tables]. The sp GET parameter can be specified to execute a stored procedure listed in [Bespoke API Stored Procedures]. Parameters can be passed to the stored procedure by specifying a JSON string in the sp_payload GET parameter.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["bespoke","5"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"table","value":"tbespoke_table"}],"variable":[]}},"response":[],"_postman_id":"cab4d835-6604-474b-bb5f-1ecddc398528"}],"id":"7e6215b4-418e-4d7b-a213-26eec4e111e3","_postman_id":"7e6215b4-418e-4d7b-a213-26eec4e111e3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Booking","item":[{"name":"Get Booking","id":"e88d548a-83ab-4d9b-ad0c-517c39fd7f7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/bookings/333813","description":"<p>Gets a single unprocessed booking from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["bookings","333813"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e88d548a-83ab-4d9b-ad0c-517c39fd7f7f"},{"name":"Get Bookings","id":"5c632e70-c9d2-4a2e-ae89-3b0810dc0647","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/bookings","description":"<p>Get a list of unprocessed bookings in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["bookings"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c632e70-c9d2-4a2e-ae89-3b0810dc0647"},{"name":"Add Booking","id":"7aa778a4-c5f2-47d3-b8ce-f8f47ea8f4f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"},{"key":"date_and_time","value":"2021-01-01 09:00:00","type":"text"},{"key":"type","value":"1000","type":"text"},{"key":"terminal_id","value":"1","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/bookings","description":"<p>Adds a new unprocessed booking into the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["bookings"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7aa778a4-c5f2-47d3-b8ce-f8f47ea8f4f2"},{"name":"Update Booking","id":"868dd624-077e-4b99-852f-30ec2dd4e279","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"},{"key":"date_and_time","value":"2021-01-01 09:00:00","type":"text"},{"key":"type","value":"1000","type":"text"},{"key":"terminal_id","value":"1","type":"text"},{"key":"authorisation","value":"3","type":"text"},{"key":"authorisation_finalised","value":"0","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/bookings/333813","description":"<p>Update an existing unprocessed booking in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["bookings","333813"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"868dd624-077e-4b99-852f-30ec2dd4e279"},{"name":"Delete Booking","id":"fa62775f-8a51-4c12-96d7-4654c0546f5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/bookings/333813","description":"<p>Deletes a single unprocessed booking from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["bookings","333813"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa62775f-8a51-4c12-96d7-4654c0546f5b"}],"id":"3e39478d-251e-4bd4-b848-101333e52268","_postman_id":"3e39478d-251e-4bd4-b848-101333e52268","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Company Document","item":[{"name":"Get Company Documents","id":"c81b186b-1e1b-4380-be76-c47e0abdb666","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/company-documents","description":"<p>Gets company documents in the system along with their category, their priority and their distribution range.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["company-documents"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c81b186b-1e1b-4380-be76-c47e0abdb666"}],"id":"baf5f669-9d43-490f-b9e8-87ad9f226d02","_postman_id":"baf5f669-9d43-490f-b9e8-87ad9f226d02","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Company Grouping","item":[{"name":"Get Company Grouping 01","id":"8c268e32-9582-4c0e-952f-71b1a953c5e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/company-grouping/9999?company_grouping=1","description":"<p>Gets a single record from the 1st grouping. The company_grouping GET parameter must be specified and be between 1 and the number of groupings in your system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["company-grouping","9999"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"company_grouping","value":"1"}],"variable":[]}},"response":[],"_postman_id":"8c268e32-9582-4c0e-952f-71b1a953c5e4"},{"name":"Get Company Grouping 01s","id":"730fda57-eb33-4229-8d76-1b103c440831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/company-grouping?company_grouping=1","description":"<p>Gets the list of the 1st grouping. The company_grouping GET parameter must be specified and be between 1 and the number of groupings in your system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["company-grouping"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"company_grouping","value":"1"}],"variable":[]}},"response":[],"_postman_id":"730fda57-eb33-4229-8d76-1b103c440831"},{"name":"Add Company Grouping 01","id":"100ffeb8-0899-41ad-acc5-0e407b896265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"TEST","type":"text"},{"key":"description","value":"Test","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/company-grouping?company_grouping=1","description":"<p>Adds a new record to the 1st grouping. The company_grouping GET parameter must be specified and be between 1 and the number of groupings in your system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["company-grouping"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"company_grouping","value":"1"}],"variable":[]}},"response":[],"_postman_id":"100ffeb8-0899-41ad-acc5-0e407b896265"},{"name":"Update Company Grouping 01","id":"0e5b4806-b1df-45a5-bc6b-f482ae58ec2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"TEST2","type":"text"},{"key":"description","value":"Test Two","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/company-grouping-01/15?company_grouping=1","description":"<p>Updates an existing record in the 1st grouping. The company_grouping GET parameter must be specified and be between 1 and the number of groupings in your system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["company-grouping-01","15"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"company_grouping","value":"1"}],"variable":[]}},"response":[],"_postman_id":"0e5b4806-b1df-45a5-bc6b-f482ae58ec2c"},{"name":"Delete Company Grouping 01","id":"9aa6b22c-4182-4a88-ba57-cd7421901943","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/company-grouping-01/15?company_grouping=1","description":"<p>Deletes a single record from the 1st grouping. The company_grouping GET parameter must be specified and be between 1 and the number of groupings in your system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["company-grouping-01","15"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"company_grouping","value":"1"}],"variable":[]}},"response":[],"_postman_id":"9aa6b22c-4182-4a88-ba57-cd7421901943"}],"id":"ebbf22a1-559e-4362-8ca9-efbd4545a5fa","_postman_id":"ebbf22a1-559e-4362-8ca9-efbd4545a5fa","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Cost Centre","item":[{"name":"Get Cost Centres","id":"7150e264-3f9a-4faa-94c5-7f9dc47e25d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/cost-centres","description":"<p>Gets cost centres in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["cost-centres"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7150e264-3f9a-4faa-94c5-7f9dc47e25d2"}],"id":"050bc127-69a1-4cb6-99c8-3b96997d7ea7","_postman_id":"050bc127-69a1-4cb6-99c8-3b96997d7ea7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Daily Schedule","item":[{"name":"Get Daily Schedule","id":"d8aa9d34-1fdf-4683-86ae-cd8fe902fa8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/daily-schedules/1","description":"<p>Gets the list of daily schedules.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["daily-schedules","1"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8aa9d34-1fdf-4683-86ae-cd8fe902fa8d"},{"name":"Get Daily Schedules","id":"a74ecc80-3c4e-4d19-a0f6-7171cc414d1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/daily-schedules","description":"<p>Gets the list of daily schedules.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["daily-schedules"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a74ecc80-3c4e-4d19-a0f6-7171cc414d1e"}],"id":"96d213af-d936-4cd7-9fc9-cf81b2b54c6c","_postman_id":"96d213af-d936-4cd7-9fc9-cf81b2b54c6c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Document Category","item":[{"name":"Get Document Categories","id":"544042ef-1aa2-4e1a-ac24-e678e5d5ab98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/document-categories","description":"<p>Gets the list of document categories. If called from the employee context, the PWA policy will be applied to restrict which categories are visible. The pwa_context GET parameter can be one of job, personnel-view, personnel-add depending on which categories should be returned.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["document-categories"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"544042ef-1aa2-4e1a-ac24-e678e5d5ab98"}],"id":"e1898640-8fe8-429a-a04a-0921840934ac","_postman_id":"e1898640-8fe8-429a-a04a-0921840934ac","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Emergency","item":[{"name":"Get Emergency","id":"f32f816a-9ac7-404f-943c-a6241165f081","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/emergency","description":"<p>Get details of an active emergency in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["emergency"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f32f816a-9ac7-404f-943c-a6241165f081"},{"name":"Mark Employee Safe","id":"d19b2a9c-ed3f-4627-b13e-79888e6102fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"},{"key":"date_and_time","value":"2021-01-01 09:00:00","type":"text"},{"key":"longitude","value":"-6.2604","type":"text"},{"key":"latitude","value":"53.3396","type":"text"},{"key":"muster_point_id","value":"1","type":"text"},{"key":"emergency_id","value":"1","type":"text"},{"key":"in_muster_point","value":"0","type":"text"},{"key":"in_muster_point_tolerance","value":"1","type":"text"},{"key":"muster_point_tolerance","value":"0.005","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/emergency","description":"<p>Marks an employee as safe during an emergency situation. The context GET parameter can be specified as user if an employee who is also a user wishes to mark employees under their remit as safe/unsafe.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["emergency"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d19b2a9c-ed3f-4627-b13e-79888e6102fd"},{"name":"Mark Employee Unsafe","id":"f3eeb72c-1c1e-40d6-8e52-aaf5a52abeaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"},{"key":"date_and_time","value":"2021-01-01 09:00:00","type":"text"},{"key":"longitude","value":"-6.2604","type":"text"},{"key":"latitude","value":"53.3396","type":"text"},{"key":"muster_point_id","value":"1","type":"text"},{"key":"emergency_id","value":"1","type":"text"},{"key":"in_muster_point","value":"0","type":"text"},{"key":"in_muster_point_tolerance","value":"1","type":"text"},{"key":"muster_point_tolerance","value":"0.005","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/emergency/5","description":"<p>Marks an employee as unsafe during an emergency situation. The context GET parameter can be specified as user if an employee who is also a user wishes to mark employees under their remit as safe/unsafe.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["emergency","5"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3eeb72c-1c1e-40d6-8e52-aaf5a52abeaf"},{"name":"Start Emergency","id":"3885f108-d886-41e6-ada4-cb1feefe9cf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"},{"key":"date_and_time","value":"2021-01-01 09:00:00","type":"text"},{"key":"longitude","value":"-6.2604","type":"text"},{"key":"latitude","value":"53.3396","type":"text"},{"key":"muster_point_id","value":"1","type":"text"},{"key":"emergency_id","value":"1","type":"text"},{"key":"in_muster_point","value":"0","type":"text"},{"key":"in_muster_point_tolerance","value":"1","type":"text"},{"key":"muster_point_tolerance","value":"0.005","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/emergency?context=emergency-start","description":"<p>If the context GET parameter is emergency-start, the system will use the [Default Fire*] settings to start an emergency.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["emergency"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"context","value":"emergency-start"}],"variable":[]}},"response":[],"_postman_id":"3885f108-d886-41e6-ada4-cb1feefe9cf0"},{"name":"Stop Emergency","id":"5c73bf51-ba5b-4c9b-889d-19533102aa53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"},{"key":"date_and_time","value":"2021-01-01 09:00:00","type":"text"},{"key":"longitude","value":"-6.2604","type":"text"},{"key":"latitude","value":"53.3396","type":"text"},{"key":"muster_point_id","value":"1","type":"text"},{"key":"emergency_id","value":"1","type":"text"},{"key":"in_muster_point","value":"0","type":"text"},{"key":"in_muster_point_tolerance","value":"1","type":"text"},{"key":"muster_point_tolerance","value":"0.005","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/emergency?context=emergency-stop","description":"<p>If the context GET parameter is emergency-stop, the system will use the [Default Fire*] settings to stop an emergency.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["emergency"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"context","value":"emergency-stop"}],"variable":[]}},"response":[],"_postman_id":"5c73bf51-ba5b-4c9b-889d-19533102aa53"},{"name":"Trigger Fire","id":"eb1e11e1-c52c-498f-84f2-19eeea385483","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{fire_username}}"},{"key":"password","value":"{{fire_password}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\"terminal_code\":\"1\",\"fire\":true,\"timestamp\":1628335357794}"},"url":"{{system_url}}emergency/fire","urlObject":{"path":["fire"],"host":["{{system_url}}emergency"],"query":[],"variable":[]}},"response":[{"id":"15d4a5ea-3384-446b-a145-54ef340accba","name":"Trigger Fire","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\"terminal_code\":\"1\",\"fire\":true,\"timestamp\":1628335357794}"},"url":"https://demo-full.trspro.live/Roster/emergency/fire"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 25 Jul 2023 14:23:28 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"close"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"TRS Pro"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"eb1e11e1-c52c-498f-84f2-19eeea385483"}],"id":"d40620b8-3ab4-4997-9597-17abd6c4a344","_postman_id":"d40620b8-3ab4-4997-9597-17abd6c4a344","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Employee","item":[{"name":"Employee Absence Entitlement","item":[{"name":"Get Employee Absence Entitlement Periods","id":"95209c42-fbf9-438e-9967-ae6c6b3c2547","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-absence-entitlement-periods","description":"<p>Gets a list of absence entitlement periods for the employees.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-absence-entitlement-periods"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"95209c42-fbf9-438e-9967-ae6c6b3c2547"}],"id":"ec1c632b-7ce6-4f44-9502-fe0f7b557520","_postman_id":"ec1c632b-7ce6-4f44-9502-fe0f7b557520","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Employee Absence","item":[{"name":"Get Employee Absence","id":"83df81f4-21a0-430d-a238-d584961c3e2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-absences/554","description":"<p>Gets a single absence for an employee from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-absences","554"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"83df81f4-21a0-430d-a238-d584961c3e2e"},{"name":"Get Employee Absences","id":"3a054581-8e3d-48a3-8c3c-728c08ad98ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-absences","description":"<p>Gets a list of absences booked for employees.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-absences"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a054581-8e3d-48a3-8c3c-728c08ad98ea"},{"name":"Add Employee Absence","id":"fc4f9c0b-776d-4fe2-b88c-b84779049d5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"},{"key":"interrelated_absence_from","value":"2021-01-01","type":"text"},{"key":"interrelated_absence_to","value":"2021-01-01","type":"text"},{"key":"absence_ref_id","value":"5","type":"text"},{"key":"authorisation","value":"3","type":"text"},{"key":"authorisation_finalised","value":"1","type":"text"},{"key":"memo","value":"This is a note associated with the absence.","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-absences","description":"<p>Adds a new approved and finalised absence of a specific reason spanning the provided dates for an employee into the system and recalculates the relevant dates. Please note that where the absence reason does not include rest days and it spans rest days, this endpoint may generate multiple absence records.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-absences"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc4f9c0b-776d-4fe2-b88c-b84779049d5a"},{"name":"Update Employee Absence","id":"94bbb366-9c10-481c-ab5e-db4ddd942cd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"},{"key":"interrelated_absence_from","value":"2021-01-02","type":"text"},{"key":"interrelated_absence_to","value":"2021-01-02","type":"text"},{"key":"absence_ref_id","value":"5","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-absences/553","description":"<p>Update an existing absence for an employee in the system and recalculates the relevant dates.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-absences","553"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"94bbb366-9c10-481c-ab5e-db4ddd942cd7"},{"name":"Delete Employee Absence","id":"267e63bd-ee51-41bf-9ac5-e5b810177d7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-absences/554","description":"<p>Deletes a single accident for an employee record from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-absences","554"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"267e63bd-ee51-41bf-9ac5-e5b810177d7e"}],"id":"53014bed-d90d-402e-9128-3417f3c36943","_postman_id":"53014bed-d90d-402e-9128-3417f3c36943","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Employee Accident","item":[{"name":"Get Employee Accident","id":"963bdfd5-6875-47c7-bae1-d19ee07deed4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-accidents/2","description":"<p>Gets a single title record from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-accidents","2"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"963bdfd5-6875-47c7-bae1-d19ee07deed4"},{"name":"Get Employee Accidents","id":"84908c46-2199-40bd-9652-be9874b3f007","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-accidents","description":"<p>Gets the list of accidents in which employees have been involved.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-accidents"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"84908c46-2199-40bd-9652-be9874b3f007"},{"name":"Add Employee Accidents","id":"7eeb8708-77e9-4e8c-89a8-b4850d945214","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-accidents","description":"<p>Adds a new accident record for an employee into the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-accidents"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7eeb8708-77e9-4e8c-89a8-b4850d945214"},{"name":"Update Employee Accidents","id":"36223c2e-f21a-42a8-aff7-ea972e6fdd4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-accidents/2","description":"<p>Update an existing accident for an employee in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-accidents","2"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"36223c2e-f21a-42a8-aff7-ea972e6fdd4c"},{"name":"Delete Employee Accidents","id":"059486eb-36a8-4b9e-b5f0-4db963b867d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-accident-reasons/3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-accident-reasons","3"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"059486eb-36a8-4b9e-b5f0-4db963b867d3"}],"id":"bc2b8276-4375-4355-9cb7-d0b4014f5d8a","_postman_id":"bc2b8276-4375-4355-9cb7-d0b4014f5d8a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Employee Calendar","item":[{"name":"Get Employee Calendar","id":"b59fcfd0-d47f-4057-9a21-c7025e8a5e3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-calendar?from=2022-01-01&to=2022-02-01","description":"<p>This endpoint requires you to pass in [from] and [to] parameters (which can be in the future) and it will return the default schedule for the employee or employees (if the employee is also a user) along with any absences and roster shift detail. It also returns home groupings and dates of birth to allow a comprehensive calendar to be rendered. The context GET parameter can be specified as user if an employee who is also a user wishes to retrieve the calendar for employees under their remit. The from and to GET parameters should be provided as YYYY-MM-DD dates.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-calendar"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"from","value":"2022-01-01"},{"key":"to","value":"2022-02-01"}],"variable":[]}},"response":[],"_postman_id":"b59fcfd0-d47f-4057-9a21-c7025e8a5e3c"}],"id":"0c68105b-33da-42ec-9222-dc6b638bca7b","_postman_id":"0c68105b-33da-42ec-9222-dc6b638bca7b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Employee Changes","item":[{"name":"Get Employee Changes","id":"77df6aaf-d5bb-4a7b-88d8-836ad8a7f6f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-changes","description":"<p>Get a list of employee changes in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-changes"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"77df6aaf-d5bb-4a7b-88d8-836ad8a7f6f5"},{"name":"Get Employee Change","id":"ad9f7a8e-54a1-42ef-bb24-e4b418426544","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-changes/3847","description":"<p>Get a single employee change from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-changes","3847"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad9f7a8e-54a1-42ef-bb24-e4b418426544"},{"name":"Add Employee Change","id":"6093c883-9d40-4a30-b11e-c342869a578a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"218","type":"text"},{"key":"field_name","value":"postcode","type":"text"},{"key":"original_value","value":"BT11AA","type":"text"},{"key":"new_value","value":"BT11AB","type":"text","uuid":"5a309c7d-2d61-4228-8191-b379548c7e02"},{"key":"change_request_date_and_time","value":"2025-09-07 09:20","type":"text","uuid":"cf205fd7-3ae9-4fcc-b2a7-c577c0b43b68"},{"key":"change_user_type","value":"user","type":"text","uuid":"0b53d60d-5046-493c-b591-66874a172315"},{"key":"change_user_id","value":"1","type":"text","uuid":"5d51e469-3058-49d2-84a3-a7cce6db01bd"},{"key":"authorisation","value":"1","type":"text","uuid":"09684410-972b-4117-a6ee-e1d2f6892f9c"},{"key":"authorisation_finalised","value":"0","type":"text","uuid":"707381ab-98dc-4e2e-a69a-e39a909b2544"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-changes","description":"<p>Adds a new employee change record to the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-changes"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6093c883-9d40-4a30-b11e-c342869a578a"},{"name":"Update Employee Change","id":"a381765e-7165-4c8f-a326-4df7018fbed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"new_value","value":"BT11AC","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-changes/3847","description":"<p>Updates an existing employee change in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-changes","3847"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"disabled":true,"key":"data","value":"42.50"}],"variable":[]}},"response":[],"_postman_id":"a381765e-7165-4c8f-a326-4df7018fbed6"},{"name":"Delete Employee Change","id":"e84bb32e-4f32-4919-a229-41d883ae4579","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-changes/3847","description":"<p>Deletes an existing employee change from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-changes","3847"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e84bb32e-4f32-4919-a229-41d883ae4579"}],"id":"4842a885-b8e0-49d9-96e3-0a3706d178ae","_postman_id":"4842a885-b8e0-49d9-96e3-0a3706d178ae","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Employee Employment","item":[{"name":"Get Employee Employments","id":"ebcbf00c-76e2-4b32-907e-302e749e2c92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-employment","description":"<p>Get a list of employee employment records in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-employment"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebcbf00c-76e2-4b32-907e-302e749e2c92"},{"name":"Get Employee Employment","id":"947a4600-aa64-4fbf-8f10-bf8ea59bad73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-employment/55","description":"<p>Get a single employee employment record from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-employment","55"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"947a4600-aa64-4fbf-8f10-bf8ea59bad73"},{"name":"Add Employee Employment","id":"e0fcd80a-69ee-4444-b679-52de30b7dbeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"218","type":"text"},{"key":"employee_job_spec_ref_id","value":"1","type":"text"},{"key":"description","value":"New employment role","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-employment","description":"<p>Adds a new employee employment record to the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-employment"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0fcd80a-69ee-4444-b679-52de30b7dbeb"},{"name":"Update Employee Employment","id":"fe301341-93ba-48f5-b50c-9c3011c2858f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"new_value","value":"BT11AC","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-employment/55","description":"<p>Updates an existing employee employment record in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-employment","55"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"disabled":true,"key":"data","value":"42.50"}],"variable":[]}},"response":[],"_postman_id":"fe301341-93ba-48f5-b50c-9c3011c2858f"},{"name":"Delete Employee Employment","id":"c4603b6e-d16d-4933-aadd-37f6bd8ea38d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-employment/55","description":"<p>Deletes an existing employee employment record from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-employment","55"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4603b6e-d16d-4933-aadd-37f6bd8ea38d"}],"id":"d964cd25-f692-41fc-9f8a-1e0d51582eec","_postman_id":"d964cd25-f692-41fc-9f8a-1e0d51582eec","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Employee Form","item":[{"name":"Get Employee Form","id":"c2099519-caeb-4bc9-a2f0-3fbc578097f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-forms/14","description":"<p>Gets a list of absences booked for employees.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-forms","14"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2099519-caeb-4bc9-a2f0-3fbc578097f4"},{"name":"Get Employee Forms","id":"fc9c6d73-1ceb-4072-823f-a3873fbd7cfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-forms","description":"<p>Gets a list of absences booked for employees.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-forms"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc9c6d73-1ceb-4072-823f-a3873fbd7cfe"},{"name":"Add Employee Form","id":"db7870da-b3dd-40a4-b03b-f794af70921a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"},{"key":"form_id","value":"1","type":"text"},{"key":"employee_signature","value":"{image data}","type":"text"},{"key":"any_form_field","value":"any_form_data","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-forms","description":"<p>Adds a new form to a job.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-forms"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"db7870da-b3dd-40a4-b03b-f794af70921a"},{"name":"Update Employee Form","id":"c9ddae37-9d65-4ad1-b01b-82af1300fcba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"},{"key":"form_id","value":"1","type":"text"},{"key":"employee_signature","value":"{image data}","type":"text"},{"key":"any_form_field","value":"any_form_data","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-forms/14","description":"<p>Adds a new form to a job.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-forms","14"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9ddae37-9d65-4ad1-b01b-82af1300fcba"},{"name":"Delete Employee Form","id":"fd73048f-629d-48ab-a2ed-fe7c75172e7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-forms/14","description":"<p>Deletes a single job form from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-forms","14"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd73048f-629d-48ab-a2ed-fe7c75172e7f"}],"id":"6dcdc410-e69a-4c28-a1ed-df976ba88a61","_postman_id":"6dcdc410-e69a-4c28-a1ed-df976ba88a61","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Employee Pay Period","item":[{"name":"Get Employee Pay Periods","id":"19070b96-11c0-47b0-aac1-71c0031c80b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-pay-periods","description":"<p>Get a list of employee pay periods in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-pay-periods"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"19070b96-11c0-47b0-aac1-71c0031c80b3"}],"id":"4d37b07e-9680-4093-ab3e-171204cb54be","_postman_id":"4d37b07e-9680-4093-ab3e-171204cb54be","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Employee Roster","item":[{"name":"Get Employee Rosters","id":"e38155a2-0574-4393-a67d-5dbb36e77677","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-rosters","description":"<p>Get employee rostered shifts from the system including tasks and cross-rostered groupings.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-rosters"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e38155a2-0574-4393-a67d-5dbb36e77677"}],"id":"706075e3-c44d-4df7-b0b0-9926ea89b034","_postman_id":"706075e3-c44d-4df7-b0b0-9926ea89b034","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Employee Schedule","item":[{"name":"Get Employee Schedules","id":"4d97b68e-2dd3-41b0-8439-791baaba8caa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-schedules?from=2021-01-01&to=2021-01-07","description":"<p>This endpoint requires you to pass in [from] and [to] parameters (which can be in the future) and it will return the default schedules for the employees based on their period schedule and rotation. The from and to GET parameters should be provided as YYYY-MM-DD dates.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-schedules"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"from","value":"2021-01-01"},{"key":"to","value":"2021-01-07"}],"variable":[]}},"response":[],"_postman_id":"4d97b68e-2dd3-41b0-8439-791baaba8caa"}],"id":"cb63e13a-1db0-4c4c-b6bf-9cb6c0c3d336","_postman_id":"cb63e13a-1db0-4c4c-b6bf-9cb6c0c3d336","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Employee Timesheet","item":[{"name":"Get Employee Timesheets","id":"5c3e2654-a1b1-4bfb-be9e-253c344c7be9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-timesheets","description":"<p>Gets a summary timesheet for the employees with absences, swipes, rates and static registers. The job or cost_centre GET parameter can be specified to include job costing and cost centre records.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-timesheets"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c3e2654-a1b1-4bfb-be9e-253c344c7be9"},{"name":"Add Employee Timesheet","id":"9d65bdae-ce14-45aa-ac63-40f9f81b6502","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"job_id","value":"957","type":"text"},{"key":"operation_id","value":"2528","type":"text"},{"key":"date_and_time","value":"2024-06-10","type":"text"},{"key":"start_time","value":"09:00","type":"text"},{"key":"stop_time","value":"17:00","type":"text"},{"key":"actual_time","value":"480","type":"text"},{"key":"actual_cost","value":"120.00","type":"text"},{"key":"actual_quantity","value":"5","type":"text"},{"key":"status","value":"0","type":"text"},{"key":"start_terminal_id","value":"5","type":"text"},{"key":"stop_terminal_id","value":"5","type":"text"},{"key":"start_flag","value":"0","type":"text"},{"key":"stop_flag","value":"0","type":"text"},{"key":"start_memo","value":"","type":"text"},{"key":"stop_memo","value":"","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-timesheets?job=1","description":"<p>Adds a new timesheet for the employee. The job or cost_centre GET parameter can be specified to add job costing or cost centre timesheets. Please note that start_time and stop_time will be anchored to date_and_time and stop_time will be advanced to the following day if it is before start_time. If start_terminal_id and stop_terminal_id are not specified, they will default to [Pwa Default Terminal Description]. If status is not specified, it will default to 0. The data will be automatically calculated upon modification.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-timesheets"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"job","value":"1"}],"variable":[]}},"response":[],"_postman_id":"9d65bdae-ce14-45aa-ac63-40f9f81b6502"},{"name":"Update Employee Timesheet","id":"cda9d206-3c84-4f74-8233-7a6403a4c5ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"job_id","value":"957","type":"text"},{"key":"operation_id","value":"2528","type":"text"},{"key":"date_and_time","value":"2024-06-10","type":"text"},{"key":"start_time","value":"09:00","type":"text"},{"key":"stop_time","value":"18:00","type":"text"},{"key":"actual_time","value":"540","type":"text"},{"key":"actual_cost","value":"135.00","type":"text"},{"key":"actual_quantity","value":"6","type":"text"},{"key":"status","value":"0","type":"text"},{"key":"start_terminal_id","value":"5","type":"text"},{"key":"stop_terminal_id","value":"5","type":"text"},{"key":"start_flag","value":"0","type":"text"},{"key":"stop_flag","value":"0","type":"text"},{"key":"start_memo","value":"","type":"text"},{"key":"stop_memo","value":"","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-timesheets/38342?job=1","description":"<p>Adds a new timesheet for the employee. The job or cost_centre GET parameter can be specified to add job costing or cost centre timesheets. Please note that start_time and stop_time will be anchored to date_and_time and stop_time will be advanced to the following day if it is before start_time. If start_terminal_id and stop_terminal_id are not specified, they will default to [Pwa Default Terminal Description]. If status is not specified, it will default to 0. The data will be automatically calculated upon modification.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-timesheets","38342"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"job","value":"1"}],"variable":[]}},"response":[],"_postman_id":"cda9d206-3c84-4f74-8233-7a6403a4c5ca"},{"name":"Delete Employee Timesheet","id":"c2dad7d8-5e27-4ee3-872d-18dd786b366c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-timesheets/38342?job=1","description":"<p>Deletes a timesheet for an employee. The job or cost_centre GET parameter can be specified to delete job costing or cost centre records.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-timesheets","38342"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"job","value":"1"}],"variable":[]}},"response":[],"_postman_id":"c2dad7d8-5e27-4ee3-872d-18dd786b366c"}],"id":"6b455508-dd95-4da8-b0e3-18084d0c6381","_postman_id":"6b455508-dd95-4da8-b0e3-18084d0c6381","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Employee UDF","item":[{"name":"Get Employee UDFs","id":"3b5c1165-2d9d-46e6-b56c-19457f8a9116","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-udfs","description":"<p>Get a list of employee user-defined fields in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-udfs"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b5c1165-2d9d-46e6-b56c-19457f8a9116"},{"name":"Get Employee UDF","id":"1b34391f-85f6-442c-8b15-39eb1dd814aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-udfs/2684","description":"<p>Get a single employee user-defined field from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-udfs","2684"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b34391f-85f6-442c-8b15-39eb1dd814aa"},{"name":"Add Employee UDF","id":"e935aba8-b678-4fcf-9d46-beead541909a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"218","type":"text"},{"key":"employee_udf_ref_id","value":"1","type":"text"},{"key":"data","value":"40.00","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-udfs","description":"<p>Adds a new employee user-defined field record to the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-udfs"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e935aba8-b678-4fcf-9d46-beead541909a"},{"name":"Update Employee UDF","id":"b2c8e899-4c1b-4c33-b6c8-3c7298a4f13e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"42.50","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-udfs/2683","description":"<p>Updates an existing employee user-defined field in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-udfs","2683"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"disabled":true,"key":"data","value":"42.50"}],"variable":[]}},"response":[],"_postman_id":"b2c8e899-4c1b-4c33-b6c8-3c7298a4f13e"},{"name":"Delete Employee UDF","id":"1b954987-b143-4b1f-9309-398c4ca5c470","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-udfs/2683","description":"<p>Deletes an existing employee user-defined field in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-udfs","2683"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b954987-b143-4b1f-9309-398c4ca5c470"}],"id":"39d8b134-ea40-42db-8172-b4f55b883d5a","_postman_id":"39d8b134-ea40-42db-8172-b4f55b883d5a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Get Employee","id":"d2066cc1-5074-44d2-bc91-19b4dc0d3c78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employees/189","description":"<p>Gets a single employee record from the system. The query GET parameter can be provided and contain a JSON string of key/value pairs where the key is roster_range_id, zone_id, last_x_hours or search and the value is a valid data type for that field. This can be used to restrict the returned data. The restrict_data GET parameter will force user/employee relationships to be rebuilt and only a subset of employee information will be returned; i.e. employee ID, badge and name.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employees","189"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2066cc1-5074-44d2-bc91-19b4dc0d3c78"},{"name":"Get Employees","id":"7d2a8acb-f683-400c-8088-267e308c5dde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employees","description":"<p>Get a list of employees in the system along with their groupings, current roll call status and PWA policy. Additionally, if the query string parameter ?context=user is provided and the employee is a user, information about all employees under their user account can be obtained. The context GET parameter can be specified as user if an employee who is also a user wishes to retrieve information for all employees under their remit. If context is emergency and the employee is also a user, all employees in zones covered by that user can be retrieved. The query GET parameter can be provided and contain a JSON string of key/value pairs where the key is roster_range_id, zone_id, last_x_hours or search and the value is a valid data type for that field. This can be used to restrict the returned data. The restrict_data GET parameter will force user/employee relationships to be rebuilt and only a subset of employee information will be returned; i.e. employee ID, badge and name. The rebuild_user_employee_relationships GET parameter will force user/employee relationships to be rebuilt.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employees"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d2a8acb-f683-400c-8088-267e308c5dde"},{"name":"Add Employee","id":"e553cf0a-105b-4646-9525-19cd96292457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"first_name","value":"Joe","type":"text"},{"key":"last_name","value":"Bloggs","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employees","description":"<p>Adds a new employee into the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employees"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e553cf0a-105b-4646-9525-19cd96292457"},{"name":"Update Employee","id":"a6f5e8eb-06e1-498c-9b90-3d33eda1ff01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"first_name","value":"Mary","type":"text"},{"key":"last_name","value":"Hare","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employees/189","description":"<p>Update an existing employee in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employees","189"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6f5e8eb-06e1-498c-9b90-3d33eda1ff01"},{"name":"Delete Employee","id":"7e860055-4d20-4b53-83a7-63bf5dfa309d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employees/999","description":"<p>Deletes a single employee from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employees","999"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e860055-4d20-4b53-83a7-63bf5dfa309d"}],"id":"0f0773c9-8cb0-4c2b-8cd5-5d59492f3a9e","_postman_id":"0f0773c9-8cb0-4c2b-8cd5-5d59492f3a9e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Employee Accident Reason","item":[{"name":"Get Employee Accident Reason","id":"db23d68b-5c9c-4ae1-8568-2e60b6122a56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-accident-reasons/3","description":"<p>Gets a single accident for an employee record from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-accident-reasons","3"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"db23d68b-5c9c-4ae1-8568-2e60b6122a56"},{"name":"Get Employee Accident Reasons","id":"f0b6d88d-77f5-4a53-95ce-1c8317f1962e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-accident-reasons","description":"<p>Gets the list of accident reasons.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-accident-reasons"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0b6d88d-77f5-4a53-95ce-1c8317f1962e"},{"name":"Add Employee Accident Reason","id":"c0c077e5-c314-49cd-af1b-2cb44d9b6074","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"New Reason","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-accident-reasons","description":"<p>Adds a new accident reason into the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-accident-reasons"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0c077e5-c314-49cd-af1b-2cb44d9b6074"},{"name":"Update Employee Accident Reason","id":"ccfee562-46c6-46b2-9623-b7367458f77b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"Updated Reason","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-accident-reasons/3","description":"<p>Update an existing accident reason in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-accident-reasons","3"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccfee562-46c6-46b2-9623-b7367458f77b"},{"name":"Delete Employee Accident Reason","id":"04d604ed-7f9e-428e-ac78-9937ba394b4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-accidents/2","description":"<p>Deletes a single accident reason from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-accidents","2"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"04d604ed-7f9e-428e-ac78-9937ba394b4f"}],"id":"b9909c47-5c50-4830-97b8-c5e24c374873","_postman_id":"b9909c47-5c50-4830-97b8-c5e24c374873","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Employee Document","item":[{"name":"Get Employee Document","id":"ca8351cc-d6bb-47d7-98ff-34b8b4f7aaa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-documents/26","description":"<p>Gets a single personnel document from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-documents","26"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca8351cc-d6bb-47d7-98ff-34b8b4f7aaa0"},{"name":"Get Employee Documents","id":"300015f2-6101-47aa-a564-d9b99a374e16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-documents","description":"<p>Get a list of personnel documents in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-documents"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"300015f2-6101-47aa-a564-d9b99a374e16"},{"name":"Add Employee Document","id":"9f8528f1-1282-477c-97dc-b12ed46c7fad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"},{"key":"description","value":"New personel document","type":"text"},{"key":"document_ref_id","value":"1","type":"text"},{"key":"authorisation","value":"3","type":"text"},{"key":"authorisation_finalised","value":"1","type":"text"},{"key":"data","value":"{uploaded file}","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-documents","description":"<p>Adds a new document to a personnel record.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-documents"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f8528f1-1282-477c-97dc-b12ed46c7fad"},{"name":"Delete Employee Document","id":"138bc07c-66fd-4877-a201-d56d9663d516","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-documents/100","description":"<p>Deletes a single personnel document from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-documents","100"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"138bc07c-66fd-4877-a201-d56d9663d516"}],"id":"fdf863ef-a926-436b-a9e9-6e973549e92f","_postman_id":"fdf863ef-a926-436b-a9e9-6e973549e92f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Employee Document Meta","item":[{"name":"Update Employee Document Meta","id":"1d9065b3-ff4b-4353-a1a9-f748f9061197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"188","type":"text"},{"key":"document_type","value":"personnel-document","type":"text"},{"key":"company_document_id","value":"0","type":"text"},{"key":"employee_document_id","value":"100","type":"text"},{"key":"action","value":"read","type":"text"},{"key":"is_read","value":"1","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-document-meta","description":"<p>This endpoint can be used to update document meta data for a particular employee. The meta data \"action\" can be read, accept or signature. \"document_type\" should be \"company-document\" or \"personnel-document\". Generally this API endpoint will call the onPWAServerEmployeeDocumentMetaUpdated when meta data is successfully updated.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-document-meta"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d9065b3-ff4b-4353-a1a9-f748f9061197"}],"id":"8f23f015-df4f-4e9a-a37e-25af5b169b71","_postman_id":"8f23f015-df4f-4e9a-a37e-25af5b169b71","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Employee Form File","item":[{"name":"Delete Employee Form File","id":"168acfa2-6aba-461c-9524-58282dfc53e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-form-file/55","description":"<p>This endpoint can be used to delete files associated with a personnel form.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-form-file","55"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"168acfa2-6aba-461c-9524-58282dfc53e0"}],"id":"6ecf7263-41df-4a50-bd0d-6f6d1fd034ba","_postman_id":"6ecf7263-41df-4a50-bd0d-6f6d1fd034ba","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Employee Marital Status","item":[{"name":"Get Employee Marital Status","id":"b767171e-c304-41f8-ba76-11ba13953119","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-marital-statuses/12","description":"<p>Gets a single marital status record from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-marital-statuses","12"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b767171e-c304-41f8-ba76-11ba13953119"},{"name":"Get Employee Marital Statuses","id":"899b1eb2-d13c-4bdc-885b-958bb8de51a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-marital-statuses","description":"<p>Gets the list of marital statuses.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-marital-statuses"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"899b1eb2-d13c-4bdc-885b-958bb8de51a1"},{"name":"Add Employee Marital Status","id":"22508044-4791-4106-9391-f9df4e4d957c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"New Status","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-marital-statuses","description":"<p>Adds a new marital status into the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-marital-statuses"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"22508044-4791-4106-9391-f9df4e4d957c"},{"name":"Update Employee Marital Status","id":"8dfa0703-059f-478c-9004-c4a0f32fbec1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"Updated Status","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-marital-statuses/12","description":"<p>Update an existing marital status in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-marital-statuses","12"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dfa0703-059f-478c-9004-c4a0f32fbec1"},{"name":"Delete Employee Marital Status","id":"a8cd0b22-fd42-4b35-b86c-0ea9bab52c91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-marital-statuses/12","description":"<p>Deletes a single marital status from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-marital-statuses","12"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8cd0b22-fd42-4b35-b86c-0ea9bab52c91"}],"id":"7c0edf11-4731-48c3-b040-7e74db5279c6","_postman_id":"7c0edf11-4731-48c3-b040-7e74db5279c6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Employee Message","item":[{"name":"Get Employee Message","id":"0c470ab2-60c7-43b8-9192-986d93fbafc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-messages/26","description":"<p>Gets a single personnel message from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-messages","26"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c470ab2-60c7-43b8-9192-986d93fbafc0"},{"name":"Get Employee Messages","id":"cb0ab96c-b9b9-498c-9dd6-43ceeaafff01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-messages","description":"<p>Get a list of personnel messages in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-messages"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb0ab96c-b9b9-498c-9dd6-43ceeaafff01"},{"name":"Add Employee Message","id":"84a73f4e-3abf-4fcd-a776-830053f05fa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"},{"key":"description","value":"New personel message","type":"text"},{"key":"message_ref_id","value":"1","type":"text"},{"key":"authorisation","value":"3","type":"text"},{"key":"authorisation_finalised","value":"1","type":"text"},{"key":"data","value":"New personnel message content","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-messages","description":"<p>Adds a new message to a personnel record.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-messages"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"84a73f4e-3abf-4fcd-a776-830053f05fa9"},{"name":"Delete Employee Message","id":"d31d0c45-c783-4e98-a99a-918cac0cfa0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-messages/100","description":"<p>Deletes a single personnel message from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-messages","100"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d31d0c45-c783-4e98-a99a-918cac0cfa0d"}],"id":"ded51a52-10b2-4a8a-be53-3eb470d94e2b","_postman_id":"ded51a52-10b2-4a8a-be53-3eb470d94e2b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Employee Message Meta","item":[{"name":"Update Employee Message Meta","id":"5b4d8666-76f2-4f6a-8cbd-c843eb1b511e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"188","type":"text"},{"key":"message_type","value":"personnel-message","type":"text"},{"key":"company_message_id","value":"0","type":"text"},{"key":"employee_message_id","value":"100","type":"text"},{"key":"action","value":"accept","type":"text"},{"key":"is_accept","value":"1","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-message-meta","description":"<p>This endpoint can be used to update message meta data for a particular employee. The meta data \"action\" can be read, accept or signature. \"mesage_type\" should be \"company-message\" or \"personnel-message\". Generally this API endpoint will call the onPWAServerEmployeeMessageMetaUpdated when meta data is successfully updated.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-message-meta"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b4d8666-76f2-4f6a-8cbd-c843eb1b511e"}],"id":"0375cb88-ef6c-4e77-be42-25bb6fe8386f","_postman_id":"0375cb88-ef6c-4e77-be42-25bb6fe8386f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Employee Nationality","item":[{"name":"Get Employee Nationality","id":"3ef2a876-5699-42e4-8630-799e3a72b43d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-nationalities/53","description":"<p>Gets a single nationality record from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-nationalities","53"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ef2a876-5699-42e4-8630-799e3a72b43d"},{"name":"Get Employee Nationalities","id":"4dff1a4b-84b6-4502-8c89-f73097da2b28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-nationalities","description":"<p>Gets the list of nationalities.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-nationalities"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"4dff1a4b-84b6-4502-8c89-f73097da2b28"},{"name":"Add Employee Nationality","id":"08deb4a9-4d34-4438-bbd6-4d6c0a5994b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"New Nationality","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-nationalities","description":"<p>Adds a new nationality into the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-nationalities"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"08deb4a9-4d34-4438-bbd6-4d6c0a5994b9"},{"name":"Update Employee Nationality","id":"801028e9-c732-4387-af3b-eccf2ebd4d5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"Updated Nationality","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-nationalities/53","description":"<p>Update an existing nationality in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-nationalities","53"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"801028e9-c732-4387-af3b-eccf2ebd4d5e"},{"name":"Delete Employee Nationality","id":"0d541eeb-7ba5-4c21-ba0b-71273fce871a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-nationalities/53","description":"<p>Deletes a single nationality from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-nationalities","53"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d541eeb-7ba5-4c21-ba0b-71273fce871a"}],"id":"e4df059f-0a9f-46a2-b081-eae506c9f9a2","_postman_id":"e4df059f-0a9f-46a2-b081-eae506c9f9a2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Employee Relationship","item":[{"name":"Get Employee Relationship","id":"7a223034-c7a9-481c-92fd-d1f54be03716","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-relationships/11","description":"<p>Gets a single relationship record from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-relationships","11"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a223034-c7a9-481c-92fd-d1f54be03716"},{"name":"Get Employee Relationships","id":"7e14fe0c-a086-4645-a28e-86563d7b5347","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-relationships","description":"<p>Gets the list of relationships.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-relationships"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e14fe0c-a086-4645-a28e-86563d7b5347"},{"name":"Add Employee Relationship","id":"b986f86b-6bc7-408c-a99c-25a8486556df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"New Relationship","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-relationships","description":"<p>Adds a new relationship into the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-relationships"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b986f86b-6bc7-408c-a99c-25a8486556df"},{"name":"Update Employee Relationship","id":"7b2f96e7-5603-472a-8bb1-fb8a006c93ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"Updated Relationship","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-relationships/11","description":"<p>Update an existing relationship in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-relationships","11"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b2f96e7-5603-472a-8bb1-fb8a006c93ce"},{"name":"Delete Employee Relationship","id":"d8d233bb-0a04-4293-9638-1e80fe72264c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-relationships/11","description":"<p>Deletes a single relationship from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-relationships","11"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8d233bb-0a04-4293-9638-1e80fe72264c"}],"id":"90fcd418-2b11-461c-9acc-31377adea052","_postman_id":"90fcd418-2b11-461c-9acc-31377adea052","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Employee Title","item":[{"name":"Get Employee Title","id":"74f6ace0-f86f-4984-8bad-cc805f043396","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-titles/14","description":"<p>Gets a single title record from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-titles","14"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"74f6ace0-f86f-4984-8bad-cc805f043396"},{"name":"Get Employee Titles","id":"8a8df8ed-59c8-4be7-a087-11ffffd3a56b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-titles","description":"<p>Gets the list of titles.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-titles"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a8df8ed-59c8-4be7-a087-11ffffd3a56b"},{"name":"Add Employee Title","id":"36cdd5e7-124c-48d7-aa60-293d207d02db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"New Title","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-titles","description":"<p>Adds a new title into the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-titles"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"36cdd5e7-124c-48d7-aa60-293d207d02db"},{"name":"Update Employee Title","id":"91b744a8-dd99-4617-b2c6-927ecab587a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"Updated Title","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-titles/14","description":"<p>Update an existing title in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-titles","14"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"91b744a8-dd99-4617-b2c6-927ecab587a2"},{"name":"Delete Employee Title","id":"c32f2523-4031-4a46-a45d-22436ee0e7f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/employee-titles/14","description":"<p>Deletes a single title from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["employee-titles","14"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c32f2523-4031-4a46-a45d-22436ee0e7f1"}],"id":"9fbb73b4-b9a1-4df1-ab3b-ccc1166e3322","_postman_id":"9fbb73b4-b9a1-4df1-ab3b-ccc1166e3322","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Fingerprint","item":[{"name":"Update Fingerprint Registration","id":"cda8e591-1239-47da-80d5-4ed27b8ffb4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"register|identify|list|remove","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/fingerprint","description":"<p>Manages fingerprint registrations in the system. This endpoint can be used to create new fingerprint registrations and verify existing fingerprint registrations as well as deleting fingerprint registrations and retrieving a list of fingerprint registrations in an appropriate format. Please refer to the [action] parameter for more information on the capabilities of this endpoint. Please note that PHP 8.3 is required for this endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["fingerprint"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"cda8e591-1239-47da-80d5-4ed27b8ffb4b"}],"id":"510da012-b76e-4a0e-9b85-24b7c5230b64","_postman_id":"510da012-b76e-4a0e-9b85-24b7c5230b64","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Form","item":[{"name":"Get Forms","id":"8f967a0e-a1c8-4afe-bb1b-bc1bbf76f7db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/forms","description":"<p>Gets the list of forms. If called from the employee context, the PWA policy will be applied to restrict the list of forms to only those in categories that the policy allows.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["forms"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f967a0e-a1c8-4afe-bb1b-bc1bbf76f7db"}],"id":"356be830-331e-4692-ab20-ae2fb6cb12a6","_postman_id":"356be830-331e-4692-ab20-ae2fb6cb12a6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Form Category","item":[{"name":"Get Form Categories","id":"0d1ec3d7-c801-437c-aa76-1b66309e9f1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/form-categories","description":"<p>Gets the list of form categories. If called from the employee context, the PWA policy will be applied to restrict which categories are visible. The pwa_context GET parameter can be one of job, personnel-view, personnel-add depending on which categories should be returned.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["form-categories"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d1ec3d7-c801-437c-aa76-1b66309e9f1c"}],"id":"fc5a3b4d-463f-44c9-99d0-518e62fb1a38","_postman_id":"fc5a3b4d-463f-44c9-99d0-518e62fb1a38","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"GPS","item":[{"name":"Get GPS","id":"04c9b784-805f-4b35-9c69-07bfc2c20c9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/gps/26","description":"<p>Gets a single GPS record from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["gps","26"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"04c9b784-805f-4b35-9c69-07bfc2c20c9f"},{"name":"Get GPSs","id":"1d4885f4-19ba-4b38-b301-63457ced63fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/gps","description":"<p>Get a list of GPS records in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["gps"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d4885f4-19ba-4b38-b301-63457ced63fd"},{"name":"Add GPS","id":"7eecf4fc-a5c3-467a-afd1-9b302013a98e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"},{"key":"date_and_time","value":"2021-01-01 09:00:00","type":"text"},{"key":"longitude","value":"-6.2604","type":"text"},{"key":"latitude","value":"53.3396","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/gps","description":"<p>Adds a new GPS record into the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["gps"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7eecf4fc-a5c3-467a-afd1-9b302013a98e"},{"name":"Update GPS","id":"2d60f523-1659-4b4c-ad7d-9e25768d23e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"},{"key":"date_and_time","value":"2021-01-01 09:00:00","type":"text"},{"key":"longitude","value":"-6.2605","type":"text"},{"key":"latitude","value":"53.3395","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/gps/26","description":"<p>Update an existing GPS record in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["gps","26"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d60f523-1659-4b4c-ad7d-9e25768d23e5"},{"name":"Delete GPS","id":"ac2d986f-1901-4359-885e-581370b020ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/gps/26","description":"<p>Deletes a single GPS record from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["gps","26"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac2d986f-1901-4359-885e-581370b020ea"}],"id":"4a49d3a0-8a92-47f8-9f91-faf6d45c311e","_postman_id":"4a49d3a0-8a92-47f8-9f91-faf6d45c311e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Hook","item":[{"name":"Get Hooks","id":"70beebc6-f869-4142-b6c1-31ffe82e7317","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/hooks","description":"<p>Get client side hooks intended to be run in the PWA environment. The app GET parameter can be provided to return hooks specific to an application, e.g. pwa, visitor etc.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["hooks"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"70beebc6-f869-4142-b6c1-31ffe82e7317"},{"name":"Run Hook","id":"76cfdf5a-4899-464c-9afc-434854cc08f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"data1","value":"Some data","type":"text"},{"key":"data2","value":"Some more data","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/hooks/onServerSomeEvent","description":"<p>Runs a server side hook with the provided form data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["hooks","onServerSomeEvent"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"76cfdf5a-4899-464c-9afc-434854cc08f7"}],"id":"0356d27b-6383-4b79-9f4b-ca3e7b829547","_postman_id":"0356d27b-6383-4b79-9f4b-ca3e7b829547","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Job","item":[{"name":"Job Document","item":[{"name":"Add Job Document","id":"47c6f526-b007-4faa-94d5-d81c4ba014d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"},{"key":"job_id","value":"100","type":"text"},{"key":"description","value":"New job document","type":"text"},{"key":"document_ref_id","value":"1","type":"text"},{"key":"authorisation","value":"3","type":"text"},{"key":"authorisation_finalised","value":"1","type":"text"},{"key":"data","value":"{uploaded file}","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/job-documents","description":"<p>Adds a new document to a job.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["job-documents"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"47c6f526-b007-4faa-94d5-d81c4ba014d5"},{"name":"Delete Job Document","id":"c3501c41-fdbb-4c9f-ab32-d10dd8ece632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/job-documents/100","description":"<p>Deletes a single job document from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["job-documents","100"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3501c41-fdbb-4c9f-ab32-d10dd8ece632"}],"id":"947b8249-5993-4cef-b03c-81b9a80643a4","_postman_id":"947b8249-5993-4cef-b03c-81b9a80643a4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Job Form","item":[{"name":"Add Job Form","id":"fd5ae716-8f03-4148-875a-16db20f1fe13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"},{"key":"job_id","value":"100","type":"text"},{"key":"form_id","value":"1","type":"text"},{"key":"employee_signature","value":"{image data}","type":"text"},{"key":"client_signature","value":"{image data}","type":"text"},{"key":"any_form_field","value":"any_form_data","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/job-forms","description":"<p>Adds a new form to a job.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["job-forms"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd5ae716-8f03-4148-875a-16db20f1fe13"},{"name":"Delete Job Form","id":"974a13d4-29cb-48ad-863e-79c7bba1aa26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/job-forms/100","description":"<p>Deletes a single job form from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["job-forms","100"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"974a13d4-29cb-48ad-863e-79c7bba1aa26"}],"id":"bfce3d36-6a2e-4c80-8292-67333fd6307a","_postman_id":"bfce3d36-6a2e-4c80-8292-67333fd6307a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Job Note","item":[{"name":"Add Job Note","id":"a67a5b8b-fe53-483f-9c9a-bb7ebf97dd9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"},{"key":"job_id","value":"100","type":"text"},{"key":"note","value":"New job note","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/job-notes","description":"<p>Adds a new note to a job.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["job-notes"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a67a5b8b-fe53-483f-9c9a-bb7ebf97dd9d"},{"name":"Delete Job Note","id":"06957db5-8086-4e63-9e17-0c6d0be5f3de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/job-notes/100","description":"<p>Deletes a single job note from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["job-notes","100"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"06957db5-8086-4e63-9e17-0c6d0be5f3de"}],"id":"3e45bfe0-a58b-43fa-b64d-067fd69122cb","_postman_id":"3e45bfe0-a58b-43fa-b64d-067fd69122cb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Job Part","item":[{"name":"Add Job Part","id":"e1726131-6300-4bf4-b2a1-7f2d71c62580","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"},{"key":"job_id","value":"100","type":"text"},{"key":"part_ref_id","value":"1","type":"text"},{"key":"part_id","value":"2","type":"text"},{"key":"code","value":"New code","type":"text"},{"key":"description","value":"New description","type":"text"},{"key":"quantity","value":"5","type":"text"},{"key":"unit","value":"litres","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/job-parts","description":"<p>Adds an existing part to a job if part_id is specified. Or, if code, description and part_ref_id are specified, a new part is created and associated with a job.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["job-parts"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1726131-6300-4bf4-b2a1-7f2d71c62580"},{"name":"Delete Job Part","id":"f9c538bc-9a9a-44fd-8cd6-b8c42f02948e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/job-parts/100","description":"<p>Deletes a single job part from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["job-parts","100"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9c538bc-9a9a-44fd-8cd6-b8c42f02948e"}],"id":"0fd988eb-12c2-4410-baa6-f57f20165111","_postman_id":"0fd988eb-12c2-4410-baa6-f57f20165111","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Job Photo","item":[{"name":"Add Job Photo","id":"4872c1ef-bb91-4a44-9205-232f1560b3fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"},{"key":"job_id","value":"100","type":"text"},{"key":"description","value":"New job photo","type":"text"},{"key":"photo_ref_id","value":"1","type":"text"},{"key":"authorisation","value":"3","type":"text"},{"key":"authorisation_finalised","value":"1","type":"text"},{"key":"data","value":"{uploaded file}","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/job-photos","description":"<p>Adds a new photo to a job.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["job-photos"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"4872c1ef-bb91-4a44-9205-232f1560b3fb"},{"name":"Delete Job Photo","id":"eee5e036-5ec9-443b-ac95-7ee891d0c3a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/job-photos/100","description":"<p>Deletes a single job photo from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["job-photos","100"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"eee5e036-5ec9-443b-ac95-7ee891d0c3a4"}],"id":"40b28787-0a0f-4135-8dc5-692a0fe80d1e","_postman_id":"40b28787-0a0f-4135-8dc5-692a0fe80d1e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Job Employee","item":[{"name":"Update Job Employee","id":"df8ec6f2-81d3-4efb-b6a4-be500477cec2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"189","type":"text"},{"key":"status","value":"2","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/job-employees/100","description":"<p>Update an existing job employee record. This endpoint is generally used to update the status of an employee's activity on a job, e.g. changing to In progress, Paused, Completed etc.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["job-employees","100"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"df8ec6f2-81d3-4efb-b6a4-be500477cec2"}],"id":"25394591-b0b6-4792-97c5-d0a213f78f51","_postman_id":"25394591-b0b6-4792-97c5-d0a213f78f51","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Get Job","id":"db979e1f-752a-4278-8804-83452215063f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/jobs/2614","description":"<p>Get detailed information about a specific job in the system including documents, who is assigned, forms, notes, operations, parts and photos. The endpoint will interrogate the PWA policy assigned to the employee and only return appropriate information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["jobs","2614"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"db979e1f-752a-4278-8804-83452215063f"},{"name":"Get Jobs","id":"68999436-cdf3-4722-8f6e-bb4e8bcfa09f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/jobs","description":"<p>Get a list of jobs in the system. The endpoint will interrogate the employee's PWA policy and return either all jobs or only jobs that are assigned to the employee.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["jobs"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"68999436-cdf3-4722-8f6e-bb4e8bcfa09f"}],"id":"6320563a-ba2d-4ce8-ae0c-5ea546277af9","_postman_id":"6320563a-ba2d-4ce8-ae0c-5ea546277af9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Job Form File","item":[{"name":"Delete Job Form File","id":"c79c2ae9-3c4b-49da-9ebc-6a0dd2bd0893","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/job-form-file/55","description":"<p>This endpoint can be used to delete files associated with a form that has been completed as part of a job.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["job-form-file","55"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c79c2ae9-3c4b-49da-9ebc-6a0dd2bd0893"}],"id":"d14264d1-6031-4967-834d-8b1f5d641315","_postman_id":"d14264d1-6031-4967-834d-8b1f5d641315","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"License","item":[{"name":"Get Licenses","id":"584467b1-c333-4159-8373-71b42073b346","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/licenses","description":"<p>This API endpoint requires the definition of a 'licence' database in the database.php configuration file. That database should contain a licence server schema. This endpoint will return details of licences issued where the distributor matches the authorised user name. If no 'licence' database is available, this endpoint will return the details of the currently installed licence.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["licenses"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"584467b1-c333-4159-8373-71b42073b346"},{"name":"Get Licence","id":"54573a02-fee6-4344-b5d1-d5d764de59f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/licenses/5","description":"<p>This API endpoint requires the definition of a 'licence' database in the database.php configuration file. That database should contain a licence server schema. This endpoint will return details of a single licence issued where the distributor matches the authorised user name. If no 'licence' database is available, this endpoint will return the details of the currently installed licence.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["licenses","5"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"54573a02-fee6-4344-b5d1-d5d764de59f4"}],"id":"dcbfbbcc-bd90-4db7-8043-74786b44cd5d","_postman_id":"dcbfbbcc-bd90-4db7-8043-74786b44cd5d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Mobile Worker","item":[{"name":"Get Mobile Worker Data","id":"d7faa5a7-8ba6-4d7c-b145-49ae08bff583","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/mobile-worker?table=temployee","description":"<p>Get all data within a mobile worker table. The table GET parameter must be specified and be listed in [Mobile Worker API Tables].</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["mobile-worker"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"table","value":"temployee"}],"variable":[]}},"response":[],"_postman_id":"d7faa5a7-8ba6-4d7c-b145-49ae08bff583"},{"name":"Add Mobile Worker Data","id":"14e6bbfd-43d5-4c27-8cc2-853f3dd67d45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<xml xmlns:s='uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882'\r\n\txmlns:dt='uuid:C2F41010-65B3-11d1-A29F-00AA00C14882'\r\n\txmlns:rs='urn:schemas-microsoft-com:rowset'\r\n\txmlns:z='#RowsetSchema'>\r\n<s:Schema id='RowsetSchema'>\r\n\t<s:ElementType name='row' content='eltOnly'>\r\n\t\t<s:AttributeType name='employee_id' rs:number='1'>\r\n\t\t\t<s:datatype dt:type='int' dt:maxLength='4' rs:precision='10' rs:fixedlength='true' rs:maybenull='false'/>\r\n\t\t</s:AttributeType>\r\n\t\t<s:AttributeType name='first_name' rs:number='2' rs:writeunknown='true'>\r\n\t\t\t<s:datatype dt:type='string' dt:maxLength='60' rs:maybenull='false'/>\r\n\t\t</s:AttributeType>\r\n\t\t<s:AttributeType name='last_name' rs:number='3' rs:writeunknown='true'>\r\n\t\t\t<s:datatype dt:type='string' dt:maxLength='60' rs:maybenull='false'/>\r\n\t\t</s:AttributeType>\r\n\t\t<s:AttributeType name='vts_secure_hash' rs:number='4' rs:nullable='true' rs:writeunknown='true'>\r\n\t\t\t<s:datatype dt:type='string' dt:maxLength='64'/>\r\n\t\t</s:AttributeType>\r\n\t\t<s:AttributeType name='vts_user_name' rs:number='5' rs:nullable='true' rs:writeunknown='true'>\r\n\t\t\t<s:datatype dt:type='string' dt:maxLength='4294967295' rs:long='true'/>\r\n\t\t</s:AttributeType>\r\n\t\t<s:AttributeType name='employee_status_id' rs:number='6' rs:nullable='true' rs:writeunknown='true'>\r\n\t\t\t<s:datatype dt:type='int' dt:maxLength='4' rs:precision='10' rs:fixedlength='true'/>\r\n\t\t</s:AttributeType>\r\n\t\t<s:AttributeType name='employee_mobile_worker_policy_id' rs:number='7' rs:nullable='true' rs:writeunknown='true'>\r\n\t\t\t<s:datatype dt:type='int' dt:maxLength='4' rs:precision='10' rs:fixedlength='true'/>\r\n\t\t</s:AttributeType>\r\n\t\t<s:AttributeType name='e_mail' rs:number='8' rs:nullable='true' rs:writeunknown='true'>\r\n\t\t\t<s:datatype dt:type='string' dt:maxLength='255'/>\r\n\t\t</s:AttributeType>\r\n\t\t<s:extends type='rs:rowbase'/>\r\n\t</s:ElementType>\r\n</s:Schema>\r\n<rs:data>\r\n\t<z:row employee_id='187' first_name='Rick' last_name='Nash' vts_secure_hash='' \r\n         vts_user_name='Rich Nash' employee_status_id='7' employee_mobile_worker_policy_id='4' e_mail=''/>\r\n\t<z:row employee_id='188' first_name='John' last_name='Cody' vts_secure_hash=''\r\n\t\t vts_user_name='John Cody' employee_status_id='7' employee_mobile_worker_policy_id='4' e_mail=''/>\r\n\t<z:row employee_id='189' first_name='Pete' last_name='Moore' vts_secure_hash=''\r\n\t\t vts_user_name='Pete Moore' employee_status_id='7' employee_mobile_worker_policy_id='1' e_mail=''/>\r\n</rs:data>\r\n</xml>","options":{"raw":{"language":"json"}}},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/mobile-worker?table=temployee","description":"<p>Adds data to a mobile worker table. The table GET parameter must be specified and be listed in [Mobile Worker API Tables]. This endpoint accepts raw XML input that is serialized from an ADODB.Recordset that can be parsed as a SimpleXMLElement and which corresponds to the schema specified by the table GET parameter.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["mobile-worker"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"table","value":"temployee"}],"variable":[]}},"response":[],"_postman_id":"14e6bbfd-43d5-4c27-8cc2-853f3dd67d45"},{"name":"Delete Mobile Worker Data","id":"fc9f5090-ea60-4d65-8d9c-620cff8be93b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/mobile-worker/188?table=temployee","description":"<p>Deletes a single record from a mobile worker table. The table GET parameter must be specified and be listed in [Mobile Worker API Tables].</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["mobile-worker","188"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"table","value":"temployee"}],"variable":[]}},"response":[],"_postman_id":"fc9f5090-ea60-4d65-8d9c-620cff8be93b"}],"id":"3adfe3ea-834d-44a4-9a51-1a1a165c0a2d","_postman_id":"3adfe3ea-834d-44a4-9a51-1a1a165c0a2d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Message Category","item":[{"name":"Get Message Categories","id":"115f31fe-23b0-4677-b205-3c97d6d234a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/message-categories","description":"<p>Gets message categories in the system. The pwa_context GET parameter can be one of job, personnel-view, personnel-add depending on which categories should be returned.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["message-categories"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"115f31fe-23b0-4677-b205-3c97d6d234a7"}],"id":"5e4e4750-067d-499f-9f23-ff7287dc496f","_postman_id":"5e4e4750-067d-499f-9f23-ff7287dc496f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Muster Point","item":[{"name":"Get Muster Points","id":"5c996e01-0beb-4017-b21d-73ca3b3c71e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/muster-points","description":"<p>Get a list of muster points in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["muster-points"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c996e01-0beb-4017-b21d-73ca3b3c71e3"},{"name":"Get Muster Point","id":"29f2b524-7df4-4dc8-95c6-67275e6718dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/muster-points/5","description":"<p>Get a single muster point in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["muster-points","5"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"29f2b524-7df4-4dc8-95c6-67275e6718dd"},{"name":"Add Muster Point","id":"e3efd20e-a1db-4c90-9cb5-0bb7026424b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"New Muster Point","type":"text"},{"key":"number","value":"99","type":"text","disabled":true}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/muster-points","description":"<p>Adds a new muster point into the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["muster-points"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3efd20e-a1db-4c90-9cb5-0bb7026424b4"},{"name":"Update Muster Point","id":"ddea92e1-966e-4608-8c6f-4a04c1868311","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"Updated Muster Point","type":"text"},{"key":"number","value":"100","type":"text","disabled":true}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/muster-points/5","description":"<p>Update an existing muster point in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["muster-points","5"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddea92e1-966e-4608-8c6f-4a04c1868311"},{"name":"Delete Muster Point","id":"14493fe8-5c45-4af3-8c57-f4cd383eae98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/muster-points/5","description":"<p>Deletes a single muster point from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["muster-points","5"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"14493fe8-5c45-4af3-8c57-f4cd383eae98"}],"id":"7f2fa7d1-2c51-4380-bf24-3bf0b27d32c6","_postman_id":"7f2fa7d1-2c51-4380-bf24-3bf0b27d32c6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Operation","item":[{"name":"Get Operations","id":"9639cc57-ed72-4aed-9096-63062db67f81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/operations","description":"<p>Gets job operations in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["operations"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9639cc57-ed72-4aed-9096-63062db67f81"}],"id":"462c5913-fbc3-4986-a3b7-c4dd89e7e2f8","_postman_id":"462c5913-fbc3-4986-a3b7-c4dd89e7e2f8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Part Category","item":[{"name":"Get Part Categories","id":"33642897-1bbb-4141-94f6-16e336db4897","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/part-categories","description":"<p>Gets the list of part categories. If called from the employee context, the PWA policy will be applied to restrict which categories are visible.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["part-categories"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"33642897-1bbb-4141-94f6-16e336db4897"}],"id":"18dfaef4-3789-4bc7-acca-4ab5c2cad7ba","_postman_id":"18dfaef4-3789-4bc7-acca-4ab5c2cad7ba","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Part","item":[{"name":"Get Parts","id":"640c2b6e-19ba-4c3b-8132-9b265ca87208","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/parts","description":"<p>Get a list of parts in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["parts"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"640c2b6e-19ba-4c3b-8132-9b265ca87208"}],"id":"68b034e0-a929-404e-b03c-efe84832458e","_postman_id":"68b034e0-a929-404e-b03c-efe84832458e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Passkey","item":[{"name":"Get Passkey Registrations","id":"3108756f-ab19-4b0b-8433-ea9b85003236","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/passkey?username=Joe Bloggs&context=employee","description":"<p>Get a list of passkey registrations for a given username and context.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["passkey"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"username","value":"Joe Bloggs"},{"key":"context","value":"employee"}],"variable":[]}},"response":[],"_postman_id":"3108756f-ab19-4b0b-8433-ea9b85003236"},{"name":"Update Passkey Registration","id":"f0cebc68-d6f1-4df8-a525-f4bacdf55f9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"fn","value":"getStoredDataHtml|getCreateArgs|getGetArgs|processCreate|processGet|clearRegistrations|queryFidoMetaDataService|passkeyRegistrationRemove","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/passkey","description":"<p>Manages passkey registrations in the system. This endpoint can be used to create new passkey registrations and verify existing passkey registrations as well as deleting passkey registrations and retrieving a list of passkey registrations in an appropriate format. Please refer to the [fn] parameter for more information on the capabilities of this endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["passkey"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0cebc68-d6f1-4df8-a525-f4bacdf55f9c"}],"id":"439e828b-2e44-4cf3-8ef8-413ba6b2e660","_postman_id":"439e828b-2e44-4cf3-8ef8-413ba6b2e660","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Period Schedules","item":[{"name":"Get Period Schedule","id":"33914917-6331-435c-bbda-817d16580ccb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/period-schedules/5","description":"<p>Gets a single period schedule from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["period-schedules","5"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"33914917-6331-435c-bbda-817d16580ccb"},{"name":"Get Period Schedules","id":"2919be7d-c554-44ad-a9c9-027028bfaacf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/period-schedules","description":"<p>Gets the list of period schedules.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["period-schedules"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2919be7d-c554-44ad-a9c9-027028bfaacf"}],"id":"21403312-4d71-441d-bfd8-2b9473154dbc","_postman_id":"21403312-4d71-441d-bfd8-2b9473154dbc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Photo Category","item":[{"name":"Get Photo Categories","id":"10f8630d-ac2d-475b-999f-d1cfebc5170e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/photo-categories","description":"<p>Gets the list of photo categories. If called from the employee context, the PWA policy will be applied to restrict which categories are visible.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["photo-categories"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"10f8630d-ac2d-475b-999f-d1cfebc5170e"}],"id":"86e970b5-d9ea-4783-9bd3-855768d70d87","_postman_id":"86e970b5-d9ea-4783-9bd3-855768d70d87","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Personnel Range","item":[{"name":"Get Personnel Ranges","id":"2f1706ba-6945-4216-af3a-8626493c3fe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/roster-ranges?context=user","description":"<p>This endpoint is only available if accessing the API as a user or as an employee with the parameter ?context=user specified. The endpoint will use return a list of personnel ranges under the user's remit.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["roster-ranges"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"context","value":"user"}],"variable":[]}},"response":[],"_postman_id":"2f1706ba-6945-4216-af3a-8626493c3fe1"}],"id":"ce230677-6cb3-43c1-882e-445781ec4620","_postman_id":"ce230677-6cb3-43c1-882e-445781ec4620","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"PWA Policy","item":[{"name":"Get PWA Policies","id":"734707ad-db85-4b25-bfb2-48d8ee404c90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/pwa-policies","description":"<p>Gets PWA policies in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["pwa-policies"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"734707ad-db85-4b25-bfb2-48d8ee404c90"},{"name":"Get PWA Policy","id":"41dc3ff5-015b-422e-95bd-3004116136d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/pwa-policies","description":"<p>Gets a single PWA policy in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["pwa-policies"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"41dc3ff5-015b-422e-95bd-3004116136d5"},{"name":"Add PWA Policy","id":"57879a4d-0639-4851-931c-477d42de01f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"PWA policy with all features","type":"text"},{"key":"data","value":"{json}","type":"text"},{"key":"timezone","value":"Europe/Dublin","type":"text"},{"key":"geo_fence_id","value":"2","type":"text"},{"key":"terminal_ids","value":"1,2,3,4","type":"text"},{"key":"terminal_id","value":"1","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/pwa-policies","description":"<p>Adds a new PWA policy into the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["pwa-policies"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"57879a4d-0639-4851-931c-477d42de01f2"},{"name":"Update PWA Policy","id":"c4b53258-4d83-4261-bc83-c9343f6b6e9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"New PWA policy description","type":"text"},{"key":"geo_fence_id","value":"10","type":"text"},{"key":"terminal_id","value":"4","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/pwa-policies/5","description":"<p>Updates an existing PWA policy in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["pwa-policies","5"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4b53258-4d83-4261-bc83-c9343f6b6e9a"},{"name":"Delete PWA Policy","id":"fac50128-e964-4e02-a4df-5b4482f3ee73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/pwa-policies/5","description":"<p>Deletes an existing PWA policy from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["pwa-policies","5"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"fac50128-e964-4e02-a4df-5b4482f3ee73"}],"id":"76c4f78c-5232-42dc-9f25-0b5fb07fa8be","_postman_id":"76c4f78c-5232-42dc-9f25-0b5fb07fa8be","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Real Time Messages","item":[{"name":"Get Real Time Messages","id":"762e7eea-0657-4617-9a1b-5557d0426349","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/real-time-messages","description":"<p>Gets real time messages in the system. If this endpoint is accessed from the employee context, the employee must be a recipient by virtue of direct assignment or their personnel range of this real time message in order for the message to be returned.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["real-time-messages"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"762e7eea-0657-4617-9a1b-5557d0426349"},{"name":"Get Real Time Message","id":"0e975665-ad4a-447f-8681-431ce49b6283","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/zones","description":"<p>Gets a single real time message in the system. If this endpoint is accessed from the employee context, the employee must be a recipient by virtue of direct assignment or their personnel range of this real time message in order for the message to be returned.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["zones"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e975665-ad4a-447f-8681-431ce49b6283"},{"name":"Add Real Time Message","id":"ddbf2b2f-f693-4b97-b2c8-a646e0216948","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"message","value":"Your system is scheduled to be upgraded this weekend.","type":"text"},{"key":"alert_type","value":"info","type":"text"},{"key":"start_date","value":"2024-10-28 09:00:00","type":"text"},{"key":"finish_date","value":"2024-11-01 17:00:00","type":"text"},{"key":"real_time_message_user_ids","value":"1,2,3","type":"text"},{"key":"real_time_message_roster_range_ids","value":"5,6,7","type":"text"},{"key":"real_time_message_employee_ids","value":"188,189,190","type":"text"},{"key":"persistent","value":"0","type":"text"},{"key":"is_active","value":"0","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/real-time-messages","description":"<p>Adds a new real time message into the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["real-time-messages"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddbf2b2f-f693-4b97-b2c8-a646e0216948"},{"name":"Update Real Time Message","id":"5b7df784-4224-453e-a61b-36eeacba66bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"message","value":"Your system is scheduled to be upgraded this weekend.","type":"text"},{"key":"alert_type","value":"info","type":"text"},{"key":"start_date","value":"2024-10-28 09:00:00","type":"text"},{"key":"finish_date","value":"2024-11-01 17:00:00","type":"text"},{"key":"real_time_message_user_ids","value":"1,2,3","type":"text"},{"key":"real_time_message_roster_range_ids","value":"5,6,7","type":"text"},{"key":"real_time_message_employee_ids","value":"188,189,190","type":"text"},{"key":"persistent","value":"0","type":"text"},{"key":"is_active","value":"0","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/real-time-messages/1","description":"<p>Updates an existing real time message into the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["real-time-messages","1"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b7df784-4224-453e-a61b-36eeacba66bb"},{"name":"Delete Real Time Message","id":"a4d042c1-0a55-4d3f-9a36-f4efca5ab17b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/real-time-messages/5","description":"<p>Deletes an existing real time message from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["real-time-messages","5"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4d042c1-0a55-4d3f-9a36-f4efca5ab17b"}],"id":"6f6d2d80-27d2-44f2-9376-645e5d04c7db","_postman_id":"6f6d2d80-27d2-44f2-9376-645e5d04c7db","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Shift Request","item":[{"name":"Get Shift Requests","id":"29c8a2c5-3c81-4287-b40b-f1f7731e4206","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/shift-requests","description":"<p>Gets shift requests applicable to an employee. If the pwa_context GET parameter is other, shift requests pertaining to other employees will be retrieved (i.e. potential swaps) and if it's not other, shift requests pertaining to oneself will be retrieved.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["shift-requests"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"29c8a2c5-3c81-4287-b40b-f1f7731e4206"},{"name":"Get Shift Request","id":"922a6624-317d-43a4-8c65-49625e1791f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/shift-requests/58","description":"<p>Gets a single shift request applicable to an employee.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["shift-requests","58"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"922a6624-317d-43a4-8c65-49625e1791f8"},{"name":"Add Shift Request","id":"01c044c5-420f-4b12-b6b4-12026e49b453","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"employee_id","value":"188","type":"text"},{"key":"roster_shift_id","value":"18347","type":"text"},{"key":"shift_request_extra_id","value":"0","type":"text"},{"key":"shift_request_type","value":"1","type":"text"},{"key":"authorisation","value":"3","type":"text"},{"key":"authorisation_finalised","value":"1","type":"text"},{"key":"memo_employee","value":"I'd like to drop this shift please?","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/shift-requests","description":"<p>Adds a new shift request into the system for an employee. The shift_request_type can be 1 = drop, 2= swap, 3 = extra shift request. Where shift_request_type is 1 or 2, roster_shift_id should be provided and valid. Where shift_request_type is 3, shift_request_extra_id should be provided and valid.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["shift-requests"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"01c044c5-420f-4b12-b6b4-12026e49b453"},{"name":"Delete Shift Request","id":"2456f37c-0224-4624-b569-b93e3dc95f8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/shift-requests/58","description":"<p>Deletes an existing shift request for an employee from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["shift-requests","58"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2456f37c-0224-4624-b569-b93e3dc95f8c"}],"id":"eeb15377-cbd7-4f1e-a493-67fd06e2ca51","_postman_id":"eeb15377-cbd7-4f1e-a493-67fd06e2ca51","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Shift Request Extra","item":[{"name":"Get Shift Request Extras","id":"818266ee-a40c-48c4-ae38-a026c6629a38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/shift-requests-extras","description":"<p>Gets shift request extras available to an employee.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["shift-requests-extras"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"818266ee-a40c-48c4-ae38-a026c6629a38"},{"name":"Get Shift Request Extra","id":"12d2ee94-4e06-4de2-b254-27d8ea18a17d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/shift-requests-extras/58","description":"<p>Gets a single shift request extra available to an employee.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["shift-requests-extras","58"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"12d2ee94-4e06-4de2-b254-27d8ea18a17d"},{"name":"Add Shift Request Extra","id":"585241f9-ece2-4fee-89a1-fd0ffb1988b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date_and_time","value":"2024-01-01","type":"text"},{"key":"roster_range_id","value":"5","type":"text"},{"key":"quantity","value":"3","type":"text"},{"key":"daily_schedule_id","value":"529","type":"text"},{"key":"contribute","value":"0","type":"text"},{"key":"authorisation","value":"3","type":"text"},{"key":"authorisation_user_id","value":"1","type":"text"},{"key":"authorisation_finalised","value":"1","type":"text"},{"key":"memo_user","value":"We have 3 on call shifts available on 1st January if anyone is interested?","type":"text"},{"key":"company_grouping_04_id","value":"872","type":"text"},{"key":"company_grouping_07_id","value":"33","type":"text"},{"key":"roster_task_ids","value":"5,2","type":"text"},{"key":"memo","value":"On call","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/shift-requests-extras","description":"<p>Adds a new shift request extra into the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["shift-requests-extras"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"585241f9-ece2-4fee-89a1-fd0ffb1988b8"},{"name":"Update Shift Request Extra","id":"3ff8d79b-7974-4077-adcc-685dea778d10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date_and_time","value":"2024-02-01","type":"text"},{"key":"roster_range_id","value":"5","type":"text"},{"key":"quantity","value":"3","type":"text"},{"key":"daily_schedule_id","value":"529","type":"text"},{"key":"contribute","value":"0","type":"text"},{"key":"authorisation","value":"3","type":"text"},{"key":"authorisation_user_id","value":"1","type":"text"},{"key":"authorisation_finalised","value":"1","type":"text"},{"key":"memo_user","value":"We have 3 on call shifts available on 1st January if anyone is interested? Apologies, it's actually on the 2nd January.","type":"text"},{"key":"company_grouping_04_id","value":"872","type":"text"},{"key":"company_grouping_07_id","value":"33","type":"text"},{"key":"roster_task_ids","value":"5,2","type":"text"},{"key":"memo","value":"On call","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/shift-requests-extras/58","description":"<p>Updates an existing shift request extra in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["shift-requests-extras","58"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ff8d79b-7974-4077-adcc-685dea778d10"},{"name":"Delete Shift Request Extra","id":"a5c61cd3-36fd-44c8-8b2d-b7e4a148712f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/shift-request-extras/58","description":"<p>Deletes an existing shift request extra from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["shift-request-extras","58"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5c61cd3-36fd-44c8-8b2d-b7e4a148712f"}],"id":"99de1564-f671-4689-90a7-6c98a4977dbe","_postman_id":"99de1564-f671-4689-90a7-6c98a4977dbe","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Shift Request Response","item":[{"name":"Get Shift Response","id":"d68ba626-7dce-4343-95cc-cb2291d36aa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/shift-responses","description":"<p>Gets shift responses applicable to an employee. If the pwa_context GET parameter is other, shift responses from other employees will be retrieved (i.e. swap responses) and if it's not other, shift responses from oneself to other employee potential swaps are retrieved.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["shift-responses"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d68ba626-7dce-4343-95cc-cb2291d36aa8"},{"name":"Get Shift Response","id":"628f0179-81c2-4f33-a424-b011c3935e50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/shift-responses/3847","description":"<p>Gets a single shift response applicable to an employee.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["shift-responses","3847"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"628f0179-81c2-4f33-a424-b011c3935e50"},{"name":"Add Shift Response","id":"6c4277c4-f614-451a-a244-8aad5307c4e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"shift_request_id","value":"446","type":"text"},{"key":"roster_shift_id","value":"28388","type":"text"},{"key":"employee_id","value":"191","type":"text"},{"key":"authorisation","value":"1","type":"text"},{"key":"memo_employee","value":"I'd happy to swap if this shift suits?","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/shift-responses","description":"<p>Adds a new shift response into the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["shift-responses"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c4277c4-f614-451a-a244-8aad5307c4e5"},{"name":"Update Shift Response","id":"cb5047aa-601d-4e13-a5cb-eecfb21909c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"authorisation","value":"3","type":"text"},{"key":"authorisation_finalised","value":"1","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/shift-responses/3847","description":"<p>Updates an existing shift response in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["shift-responses","3847"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb5047aa-601d-4e13-a5cb-eecfb21909c2"},{"name":"Delete Shift Response","id":"820b94fe-81f8-483a-8a97-d9edd112944a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/shift-responses/3847","description":"<p>Deletes an existing shift response from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["shift-responses","3847"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"820b94fe-81f8-483a-8a97-d9edd112944a"}],"id":"444b5b07-eab9-44a9-8641-7a4ff3591dd4","_postman_id":"444b5b07-eab9-44a9-8641-7a4ff3591dd4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"System Setting","item":[{"name":"Get System Settings","id":"1237e4d0-de5e-4ffc-b4e1-dabd24b509c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/system-settings","description":"<p>Get the rate, absence category and static register descriptions from the system. The app GET parameter can be provided to return settings specific to an application, e.g. pwa, visitor etc.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["system-settings"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"1237e4d0-de5e-4ffc-b4e1-dabd24b509c0"}],"id":"cace30e9-4227-435d-bc6c-df30a5b43b31","_postman_id":"cace30e9-4227-435d-bc6c-df30a5b43b31","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Task","item":[{"name":"Get Tasks","id":"f834a6e1-603b-485f-b285-bf2092ab4571","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/tasks","description":"<p>Get a list of tasks in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["tasks"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f834a6e1-603b-485f-b285-bf2092ab4571"}],"id":"0b7c0121-4890-413d-b816-99c7e83bf69a","_postman_id":"0b7c0121-4890-413d-b816-99c7e83bf69a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Terminal","item":[{"name":"Get Terminal","id":"f2dd5141-c099-4410-b98f-012b141e110d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/terminals/5","description":"<p>Gets a single terminal from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["terminals","5"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2dd5141-c099-4410-b98f-012b141e110d"},{"name":"Get Terminals","id":"275ba58f-4a3a-499c-8021-4a1c53db7fb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/terminals","description":"<p>Get a list of terminals in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["terminals"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"275ba58f-4a3a-499c-8021-4a1c53db7fb3"},{"name":"Add Terminal","id":"5f870e55-c3c0-4f47-9508-f67272e604a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"New Terminal","type":"text"},{"key":"number","value":"99","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/terminals","description":"<p>Adds a new terminal into the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["terminals"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f870e55-c3c0-4f47-9508-f67272e604a7"},{"name":"Update Terminal","id":"55f494ce-0b10-43b7-b9c5-cfc8e44ab22b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"Updated Terminal","type":"text"},{"key":"number","value":"100","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/terminals/5","description":"<p>Update an existing terminal in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["terminals","5"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"55f494ce-0b10-43b7-b9c5-cfc8e44ab22b"},{"name":"Delete Terminal","id":"41e9c8e9-0d0b-4da7-8159-5fc34a18da7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/terminals/5","description":"<p>Deletes a single terminal from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["terminals","5"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"41e9c8e9-0d0b-4da7-8159-5fc34a18da7d"}],"id":"7b5b0eba-a468-4216-959e-2023cf098fed","_postman_id":"7b5b0eba-a468-4216-959e-2023cf098fed","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Training Matrix","item":[{"name":"Get Training Matrix","id":"3fca5492-876c-4c6d-80ce-7e26f04af3e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/training-matrix","description":"<p>Get a list of employment records, training policies and training records from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["training-matrix"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fca5492-876c-4c6d-80ce-7e26f04af3e5"}],"id":"a8a49a00-23c5-4065-bebe-fb616f25fee7","_postman_id":"a8a49a00-23c5-4065-bebe-fb616f25fee7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Visit","item":[{"name":"Get Visits","id":"f8b77a9d-0037-4f75-89c6-c34e5bb845f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/visits","description":"<p>Get a list of visits in the system. If the context GET parameter is search, the API endpoint can be used to search for visitors due to check-in/out. In this mode, the endpoint can accept additional GET parameters to refine the search, notably; visitor_status, location_id, name, visit_hash.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["visits"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8b77a9d-0037-4f75-89c6-c34e5bb845f9"},{"name":"Add Visit","id":"89cdebb0-904c-4179-9c34-add6f2b48372","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"first_name","value":"Joe","type":"text"},{"key":"last_name","value":"Bloggs","type":"text"},{"key":"company","value":"ACME Corp Ltd","type":"text"},{"key":"email","value":"joe@bloggs.com","type":"text"},{"key":"hosts","value":"Our Employee","type":"text"},{"key":"employee_id","value":"188","type":"text"},{"key":"start_date_and_time","value":"2024-01-01 09:05:00","type":"text"},{"key":"finish_date_and_time","value":"2024-01-01 11:05:00","type":"text"},{"key":"visitor_status","value":"0","type":"text"},{"key":"walk_in","value":"1","type":"text"},{"key":"location_id","value":"5","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/visits","description":"<p>Add a new visit into the system. Generally a visitor should be added with visitor_status = 0, i.e. Expected. If the visitor is a walk-in, walk_in should be set to 1 however if they're pre-registered, walk_in should be 0.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["visits"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"89cdebb0-904c-4179-9c34-add6f2b48372"},{"name":"Update Visit","id":"81902981-c368-414b-a477-4e7122d702a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"visit_visitor_id","value":"500","type":"text"},{"key":"visitor_status","value":"1","type":"text"},{"key":"date_and_time","value":"2024-01-01 09:00:00","type":"text"},{"key":"photo","value":"{binary}","type":"text"},{"key":"method","value":"PUT","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/visits","description":"<p>Updates an existing visit in the system. Note that because this may include uploaded files, it must be a POST request but you should specify the proxy method of PUT.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["visits"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"81902981-c368-414b-a477-4e7122d702a6"}],"id":"5d682f95-3bc8-4079-86b0-5d70eac9cb5a","_postman_id":"5d682f95-3bc8-4079-86b0-5d70eac9cb5a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Visit Visitor Document","item":[{"name":"Get Visit Visitor Documents","id":"c9e942b7-9c73-4a45-9160-fadd833e7131","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/visit-visitor-documents?visitor_policy_id=1&visit_visitor_id=1","description":"<p>Gets documents that apply to a particular visitor policy along with associated document meta data if a particular visit/visitor is provided. The visitor_policy_id GET parameter must be provided as this determines which visitor policy is applied and thus which documents are returned. The visit_visitor_id GET parameter is optional but where it is provided, the meta data associated with each document, e.g. whether it has been read, accepted or signed will be returned.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["visit-visitor-documents"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[{"key":"visitor_policy_id","value":"1"},{"key":"visit_visitor_id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"c9e942b7-9c73-4a45-9160-fadd833e7131"}],"id":"4d1aab74-9ac4-4e84-8541-69bd6d7379bf","_postman_id":"4d1aab74-9ac4-4e84-8541-69bd6d7379bf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Visit Visitor Document Meta","item":[{"name":"Update Visit Visitor Document Meta","id":"80b667e6-875d-4cf9-8da5-e0d2e4e4d17c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"visit_visitor_id","value":"1","type":"text"},{"key":"document_type","value":"company-document","type":"text"},{"key":"company_document_id","value":"10","type":"text"},{"key":"action","value":"signature","type":"text"},{"key":"is_signed","value":"1","type":"text"},{"key":"visitor_signature","value":"0xffffff","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/visit-visitor-document-meta","description":"<p>This endpoint can be used to update document meta data for a particular visitor's visit. The meta data \"action\" can be read, accept or signature. \"document_type\" should be \"company-document\". Generally this API endpoint will call the onPWAServerVisitorDocumentMetaUpdated when meta data is successfully updated.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["visit-visitor-document-meta"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"80b667e6-875d-4cf9-8da5-e0d2e4e4d17c"}],"id":"b2bf02dc-f4e6-44d8-b191-c7c035c4e4ce","_postman_id":"b2bf02dc-f4e6-44d8-b191-c7c035c4e4ce","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Visit Visitor Form","item":[{"name":"Add Visitor Form","id":"281b660c-a8e2-4237-9960-9aaf62ab30ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"visit_visitor_id","value":"55","type":"text"},{"key":"form_id","value":"20","type":"text"},{"key":"data","value":"{\"form_id\":\"20\",\"visit_visitor_form_id\":\"\",\"drink\":\"Coffee\",\"visit_visitor_id\":\"154\",\"authorisation\":3,\"authorisation_finalised\":1}","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/visit-visitor-form","description":"<p>Adds a new visitor form record into the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["visit-visitor-form"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"281b660c-a8e2-4237-9960-9aaf62ab30ba"},{"name":"Update Visitor Form","id":"29288677-18f3-40ad-8513-186d2d29f875","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"visit_visitor_id","value":"55","type":"text"},{"key":"form_id","value":"20","type":"text"},{"key":"data","value":"{\"form_id\":\"20\",\"visit_visitor_form_id\":\"30\",\"drink\":\"Tea\",\"visit_visitor_id\":\"154\",\"authorisation\":3,\"authorisation_finalised\":1}","type":"text"},{"key":"method","value":"PUT","type":"text"},{"key":"visit_visitor_form_id","value":"30","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/visit-visitor-form","description":"<p>Updates an existing visitor form record in the system. Note that because this may include uploaded files, it must be a POST request but you should specify the proxy method of PUT.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["visit-visitor-form"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"29288677-18f3-40ad-8513-186d2d29f875"},{"name":"Delete Visitor Form","id":"7844703c-a827-48f2-9585-6dc91609bbb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/visit-visitor-form/30","description":"<p>Deletes a single visitor form record from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["visit-visitor-form","30"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7844703c-a827-48f2-9585-6dc91609bbb7"}],"id":"58727870-d4d2-4bdb-8558-accf5a198c6f","_postman_id":"58727870-d4d2-4bdb-8558-accf5a198c6f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Visit Visitor Form File","item":[{"name":"Delete Visit Visitor Form File","id":"98a1d6ef-cf0f-4d89-9b4c-01367ef87898","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/visit-visitor-form-file/55","description":"<p>This endpoint can be used to delete files associated with a form that has been completed during a visit check-in.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["visit-visitor-form-file","55"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"98a1d6ef-cf0f-4d89-9b4c-01367ef87898"}],"id":"83e675c2-2db3-45bc-abc3-1692fdb8dde5","_postman_id":"83e675c2-2db3-45bc-abc3-1692fdb8dde5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Visitor Policy","item":[{"name":"Get Visitor Policies","id":"6b12a4a0-16af-406b-a8d5-c36a4a187987","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/visitor-policies","description":"<p>Gets visitor policies in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["visitor-policies"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b12a4a0-16af-406b-a8d5-c36a4a187987"},{"name":"Get Visitor Policy","id":"de417aa5-f785-483a-8b5e-ad6533a5b904","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/visitor-policies","description":"<p>Gets a single visitor policy in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["visitor-policies"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"de417aa5-f785-483a-8b5e-ad6533a5b904"},{"name":"Add Visitor Policy","id":"a8e5f053-0010-4583-b1e4-fd58eb6f7465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"Terminal policy with all terminals","type":"text"},{"key":"data","value":"{json}","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/visitor-policies","description":"<p>Adds a new visitor policy into the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["visitor-policies"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8e5f053-0010-4583-b1e4-fd58eb6f7465"},{"name":"Update Visitor Policy","id":"0626b8aa-d071-499b-ba09-4fd36268a43a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"New terminal policy description","type":"text"},{"key":"data","value":"{json}","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/visitor-policies/5","description":"<p>Updates an existing visitor policy in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["visitor-policies","5"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0626b8aa-d071-499b-ba09-4fd36268a43a"},{"name":"Delete Visitor Policy","id":"c0946e64-f32c-4b97-a847-f871f638704e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/visitor-policies/5","description":"<p>Deletes an existing visitor policy from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["visitor-policies","5"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0946e64-f32c-4b97-a847-f871f638704e"}],"id":"8ebc23a5-9003-4d12-9e65-064d81d6bb71","_postman_id":"8ebc23a5-9003-4d12-9e65-064d81d6bb71","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Who's Having Time Off","item":[{"name":"Get Who's Having Time Off","id":"e4a479d1-ae7d-415e-bf54-d7e00b3c323c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/time-off","description":"<p>This endpoint is only available if accessing the API as an employee. The endpoint will use your PWA policy to determine who else is having time off.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["time-off"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4a479d1-ae7d-415e-bf54-d7e00b3c323c"}],"id":"f67dfd16-3d75-4674-b33f-25f9e2656025","_postman_id":"f67dfd16-3d75-4674-b33f-25f9e2656025","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}},{"name":"Zone","item":[{"name":"Get Zones","id":"486e7b4f-a148-4438-876c-40fcfea8a43f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/zones","description":"<p>Gets zones in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["zones"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"486e7b4f-a148-4438-876c-40fcfea8a43f"},{"name":"Get Zone","id":"4115ae91-4179-4692-8321-70aa0f5f3d1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/zones","description":"<p>Gets a single zone in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["zones"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"4115ae91-4179-4692-8321-70aa0f5f3d1c"},{"name":"Add Zone","id":"0d832bc1-09b6-4854-ad5b-dfd8fb49c605","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"Workshop","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/zones","description":"<p>Adds a new zone into the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["zones"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d832bc1-09b6-4854-ad5b-dfd8fb49c605"},{"name":"Update Zone","id":"79aa1894-4da8-4975-a3e6-0a4f74e48c6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"Workshop Original","type":"text"}]},"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/zones/5","description":"<p>Updates an existing zone in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["zones","5"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"79aa1894-4da8-4975-a3e6-0a4f74e48c6d"},{"name":"Delete Zone","id":"e3b04660-76d8-4b30-8a77-d7260b45da40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.ait-connected.co.uk/Roster/rest/v1/zones/5","description":"<p>Deletes an existing zone from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}},"urlObject":{"path":["zones","5"],"host":["https://demo.ait-connected.co.uk/Roster/rest/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3b04660-76d8-4b30-8a77-d7260b45da40"}],"id":"3a6aa58e-4ff5-42b5-8735-9ba6ebb418ae","_postman_id":"3a6aa58e-4ff5-42b5-8735-9ba6ebb418ae","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","id":"a272ed32-5b9c-4186-a1e2-6cd03366a589","name":"ActIn Time Connected","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"9fd1dd0c-b678-4210-bffa-1aca38294284","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"cd276379-d0e7-4822-aeeb-25590eb0b714","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"api_url","value":"https://demo.ait-connected.co.uk/Roster/rest/v1"},{"key":"access_token","value":""}]}