{"info":{"_postman_id":"df5c83b4-37b5-45bd-831c-32d2615f476d","name":"Job Tracking system API","description":"This API allows you to access data from the A-Vision [Job Card Tracking system](https://www.jobcardtracking.com/).\n\n# Overview\n\nAn active Job Tracking system subscription is required in order to use the API.\n\n(we offer up to 1 month TRIAL period, see [https://www.jobcardtracking.com/](https://www.jobcardtracking.com/))\n\n# Authentication\n\nAuthentication is done using the **X-API-Key** header.  \nPlease contact us at [info@jobcardtracking.com](https://mailto:info@jobcardtracking.com) to get your API key.\n\n# Error Codes\n\n- 400 errors are returned in case of a JSON error.\n    \n- 401 errors are returned in case of an authentication failure.\n    \n- 501 errors are returned if the request is not implemented.\n    \n\n# Rate limit\n\nWe maintain a fair use policy, abuse will result in blocking access to the API.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"/","id":"98c1ef85-acb5-414d-9e59-050009fa3769","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"OPTIONS","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{apiurl}}"},"response":[],"_postman_id":"98c1ef85-acb5-414d-9e59-050009fa3769"},{"name":"/contacts","id":"1c65ebc3-351f-4047-b336-ba275dcb31ad","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"OPTIONS","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{apiurl}}/contacts"},"response":[],"_postman_id":"1c65ebc3-351f-4047-b336-ba275dcb31ad"},{"name":"/contacts","id":"12d09f0d-30af-4db2-af73-c693fc648841","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{apiurl}}/contacts?page={{start}}&limit={{amount}}","host":["{{apiurl}}"],"path":["contacts"],"query":[{"key":"page","value":"{{start}}","description":"optional"},{"key":"limit","value":"{{amount}}","description":"optional"},{"key":"filter","value":"name eq 'Doc2Data'","description":"optional","disabled":true}]},"description":"System info"},"response":[],"_postman_id":"12d09f0d-30af-4db2-af73-c693fc648841"},{"name":"/inventory","id":"5418835f-f99c-4a15-a4eb-e9a2ca7725f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"OPTIONS","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{apiurl}}/inventory","description":"System info"},"response":[],"_postman_id":"5418835f-f99c-4a15-a4eb-e9a2ca7725f9"},{"name":"/inventory","id":"5d3d7de4-55ad-4fca-99e0-7bcb36a04afe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{apiurl}}/inventory?page={{start}}&limit={{amount}}&filter=itemGroup eq 'LABOUR'","host":["{{apiurl}}"],"path":["inventory"],"query":[{"key":"page","value":"{{start}}","description":"optional"},{"key":"limit","value":"{{amount}}","description":"optional"},{"key":"filter","value":"itemGroup eq 'LABOUR'","description":"optional","type":"text"}]}},"response":[],"_postman_id":"5d3d7de4-55ad-4fca-99e0-7bcb36a04afe"},{"name":"/jobs","id":"2cc0ae00-b086-4df3-a7ca-e1d9e307add6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"OPTIONS","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{apiurl}}/jobs"},"response":[],"_postman_id":"2cc0ae00-b086-4df3-a7ca-e1d9e307add6"},{"name":"/jobs","id":"de6792c2-feb2-42f6-ab12-db8f2394e4e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{apiurl}}/jobs?page={{start}}&limit={{amount}}","host":["{{apiurl}}"],"path":["jobs"],"query":[{"key":"page","value":"{{start}}","description":"optional"},{"key":"limit","value":"{{amount}}","description":"optional"},{"key":"filter","value":"status eq 'in progress'","description":"optional","disabled":true}]},"description":"System info"},"response":[],"_postman_id":"de6792c2-feb2-42f6-ab12-db8f2394e4e8"},{"name":"/jobtimesheets","id":"7def564b-6025-4608-8e19-603816f3d7ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"OPTIONS","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{apiurl}}/jobs/74F1CB33-3770-5FC1-7996-26F66514C1BB/timesheets"},"response":[],"_postman_id":"7def564b-6025-4608-8e19-603816f3d7ed"},{"name":"/jobtimesheets","id":"b613a235-f17c-454b-a83b-02595db06987","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{apiurl}}/jobs/74F1CB33-3770-5FC1-7996-26F66514C1BB/timesheets","host":["{{apiurl}}"],"path":["jobs","74F1CB33-3770-5FC1-7996-26F66514C1BB","timesheets"],"query":[{"key":"filter","value":null,"description":"filter result","disabled":true}]}},"response":[],"_postman_id":"b613a235-f17c-454b-a83b-02595db06987"},{"name":"/jobcosts","id":"9634eedd-03f3-4aa2-a4f7-97037ae74754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"OPTIONS","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{apiurl}}/jobs/74F1CB33-3770-5FC1-7996-26F66514C1BB/costs"},"response":[],"_postman_id":"9634eedd-03f3-4aa2-a4f7-97037ae74754"},{"name":"/jobcosts","id":"d335f3d9-d41f-4518-988d-076b555cd9b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{apiurl}}/jobs/74F1CB33-3770-5FC1-7996-26F66514C1BB/costs"},"response":[],"_postman_id":"d335f3d9-d41f-4518-988d-076b555cd9b3"},{"name":"/persons","id":"eb756e61-2d0d-466b-a36b-146283d5a037","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"OPTIONS","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{apiurl}}/persons/"},"response":[],"_postman_id":"eb756e61-2d0d-466b-a36b-146283d5a037"},{"name":"/persons","id":"73ef8eb3-2711-46d2-b1d9-7c6ef0c93dd5","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{apiurl}}/persons/E0442D27-7132-2EDA-C390-B5BD20A8EE83"},"response":[],"_postman_id":"73ef8eb3-2711-46d2-b1d9-7c6ef0c93dd5"},{"name":"/users","id":"3fe62065-3b1d-4b69-9ae2-01d3af3c0bb7","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"OPTIONS","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{apiurl}}/users"},"response":[],"_postman_id":"3fe62065-3b1d-4b69-9ae2-01d3af3c0bb7"},{"name":"/users","id":"124bcc49-2664-4b23-a03c-075694184a62","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{apiurl}}/users"},"response":[],"_postman_id":"124bcc49-2664-4b23-a03c-075694184a62"},{"name":"/invoices","id":"63126191-fb51-4656-a3b1-4e48312949d3","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"OPTIONS","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{apiurl}}/invoices"},"response":[],"_postman_id":"63126191-fb51-4656-a3b1-4e48312949d3"},{"name":"/invoices","id":"fe756ebc-ccf2-47e6-a85e-6be96be2f5d8","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{apiurl}}/invoices?page={{start}}&limit={{amount}}","host":["{{apiurl}}"],"path":["invoices"],"query":[{"key":"page","value":"{{start}}"},{"key":"limit","value":"{{amount}}"}]}},"response":[],"_postman_id":"fe756ebc-ccf2-47e6-a85e-6be96be2f5d8"},{"name":"/invoicelines","id":"0aef9bb2-c4d5-42db-a62e-e04b25f2dd03","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"OPTIONS","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{apiurl}}/invoices/45DF805B-0B0E-4190-0885-C46DE47643F7/lines"},"response":[],"_postman_id":"0aef9bb2-c4d5-42db-a62e-e04b25f2dd03"},{"name":"/invoicelines","id":"58d11319-4fd2-4d2e-8069-a19b6ae0287a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{apiurl}}/invoices/45DF805B-0B0E-4190-0885-C46DE47643F7/lines"},"response":[],"_postman_id":"58d11319-4fd2-4d2e-8069-a19b6ae0287a"},{"name":"/settings","id":"e524cf72-4e04-42b2-b3b4-9886f5a2b7da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"OPTIONS","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{apiurl}}/settings"},"response":[],"_postman_id":"e524cf72-4e04-42b2-b3b4-9886f5a2b7da"},{"name":"/settings","id":"1063dbb6-eca0-4647-b898-635812e1759f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{apiurl}}/settings?filter=area eq 'customisations'","host":["{{apiurl}}"],"path":["settings"],"query":[{"key":"filter","value":"area eq 'customisations'","description":"optional","type":"text"}]}},"response":[],"_postman_id":"1063dbb6-eca0-4647-b898-635812e1759f"},{"name":"/usertimsheets","id":"a17e11cd-fa33-40b4-bbea-4f364f8a8600","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"OPTIONS","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{apiurl}}/users/464175A6-69FA-BAEE-F5BD-15F5019184E8/timesheets"},"response":[],"_postman_id":"a17e11cd-fa33-40b4-bbea-4f364f8a8600"},{"name":"/usertimsheets","id":"87f833b6-8768-4ab6-9103-2760dbcbbac8","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{apiurl}}/users/B930F48F-8C48-398E-73C6-45A172D766DF/timesheets","host":["{{apiurl}}"],"path":["users","B930F48F-8C48-398E-73C6-45A172D766DF","timesheets"],"query":[{"key":"filter","value":"year ge 2019","description":"optional","disabled":true}]}},"response":[],"_postman_id":"87f833b6-8768-4ab6-9103-2760dbcbbac8"},{"name":"/timesheets","id":"d75b2e36-043a-41a6-9d82-525cab36d669","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"OPTIONS","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{apiurl}}/timesheets"},"response":[],"_postman_id":"d75b2e36-043a-41a6-9d82-525cab36d669"},{"name":"/timesheets","id":"7370092a-8611-44c0-892d-2f76295d0ba1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{apiurl}}/timesheets?filter=year eq 2013 ","host":["{{apiurl}}"],"path":["timesheets"],"query":[{"key":"filter","value":"year eq 2013 ","description":"required"}]}},"response":[],"_postman_id":"7370092a-8611-44c0-892d-2f76295d0ba1"}],"auth":{"type":"apikey","apikey":{"value":"c185ddac-8b5a-8f5a-a23c-5b80bc12d214","key":"X-API-Key"}},"event":[{"listen":"prerequest","script":{"id":"e3e61a70-f64c-4908-917c-296464c7bf7a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0efc8c80-3825-4a9f-bf11-e75fffc3fcef","type":"text/javascript","exec":[""]}}]}