{"info":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","description":"<html><head></head><body><p>Foresight REST API allows you to access and manipulate data on Foresight end.</p>\n<p><strong>API is under development and new features will be added over time.</strong></p>\n<h1 id=\"overview\">Overview</h1>\n<p>Available version: <a href=\"https://foresight-api.bigtime.net/beta/\">https://foresight-api.bigtime.net/beta/</a></p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Api use OAuth2.0 authorization. You must authorize Application in order to use API.</p>\n<p>Only the \"client credentials\" grant type is available.</p>\n<p>Token endpoint:<br><a href=\"https://foresight-api.bigtime.net/auth/token/\">https://foresight-api.bigtime.net/auth/token/</a></p>\n<p>To learn about OAuth2 you can read one of</p>\n<p><a href=\"https://www.google.com/search?q=oauth2+tutorial\">many</a></p>\n<p>tutorials on the internet.</p>\n<h3 id=\"scopes\">Scopes</h3>\n<ul>\n<li><p>read - read scope</p>\n</li>\n<li><p>write - write scope</p>\n</li>\n<li><p>finance - finance data access</p>\n</li>\n</ul>\n<h1 id=\"pagination\">Pagination</h1>\n<p>Every endpoint which return list is paginated.<br>Page size is set to 50 items.</p>\n<p>sample paginated response</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"paging\": {\n        \"page\": 1,\n        \"pageSize\": 50,\n        \"totalResults\": 150\n    },\n    \"items\": [...]\n}\n\n</code></pre>\n<p><strong>totalResults</strong> - total items count</p>\n<p><strong>pageSize</strong> - max number of objects in one page</p>\n<p><strong>page</strong> - page numeber</p>\n<p><strong>items</strong> - array of returned objects</p>\n<h1 id=\"additional-notes\">Additional Notes</h1>\n<p>Please be aware that all requests should end with a slash \"/\"</p>\n<h1 id=\"rate-limits\">Rate limits</h1>\n<p>60 requests/minute</p>\n<p>Exception Code 429 if exceeded</p>\n<h1 id=\"bigtime-related\">BigTime Related</h1>\n<h2 id=\"fetch-related-header\">Fetch related Header</h2>\n<p>To ensure that BigTime dependencies are properly handled in requests, you must set the <code>X-Enable-Synchronous-Related-Fetch</code> header to True. If this header is missing, the dependency might not yet be available in the system. Enabling this header allows the system to wait for or pull the necessary dependency from BigTime, ensuring smooth and accurate processing of the request.<br>BigTime related data is fetched based on the SID field. If the SID does not exist or if the request times out (with a timeout period of 30 seconds), an error 424 will occur.</p>\n<h2 id=\"sid-and-uuid-usage\">SID and UUID usage</h2>\n<p>We allow the use of both SID (BigTime related field identifier) and UUID for identification purposes. In many URLs, you can use either an SID or a UUID in a single field, providing flexibility in how resources are accessed. Fields are described as <code>entity_name_sid_or_uuid</code>.<br>In the case of POST and PATCH requests, it is important to note that you cannot include both SID and UUID simultaneously, as these requests typically require only one form of identifier to avoid conflicts and ensure data integrity.</p>\n<h3 id=\"exceptions\">Exceptions</h3>\n<ul>\n<li><p><strong>400 Bad Request:</strong> This error occurs when the request is malformed or contains invalid parameters. Ensure all required fields are correctly provided and properly formatted.</p>\n</li>\n<li><p><strong>404 Not Found:</strong> This error indicates that the requested resource could not be found. Verify the URL and ensure the resource exists.</p>\n</li>\n<li><p><strong>424 Failed Dependency:</strong> This error is triggered when the SID does not exist or if there is a timeout in fetching the necessary data from BigTime. Ensure the SID is valid and retry if the error persists.</p>\n</li>\n<li><p><strong>429 Too Many Requests:</strong> This error occurs when too many requests are sent in a given amount of time, exceeding the rate limit. To resolve this, reduce the frequency of requests and try again later. Current Rate Limits: 60 requests/minute</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Pagination","slug":"pagination"},{"content":"Additional Notes","slug":"additional-notes"},{"content":"Rate limits","slug":"rate-limits"},{"content":"BigTime Related","slug":"bigtime-related"}],"owner":"10359207","collectionId":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","publishedId":"2sA2xfYYxC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-08-14T14:37:58.000Z"},"item":[{"name":"Projects' Overheads","item":[{"name":"Scheduled overheads","item":[{"name":"List Scheduled Overheads","id":"d9a74fa9-c01e-4838-9744-fb15d7f24e85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/projects_overheads/scheduled/","description":"<p>Lists project's overheads in specific projects. You can filter results with optional query params. Results are paginated.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["projects_overheads","scheduled",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[{"disabled":true,"description":{"content":"<p>uuid of project</p>\n","type":"text/plain"},"key":"project_id","value":""},{"disabled":true,"description":{"content":"<p>sid of project</p>\n","type":"text/plain"},"key":"project_big_time_sid","value":""},{"disabled":true,"description":{"content":"<p>represents title field, exact or fragment of title, case insensitive</p>\n","type":"text/plain"},"key":"label","value":""}],"variable":[]}},"response":[{"id":"e7818e78-16ba-4484-9303-88c96d26cce9","name":"List Scheduled Overheads","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://foresight-api.bigtime.net/beta/projects_overheads/scheduled/","host":["https://foresight-api.bigtime.net/beta"],"path":["projects_overheads","scheduled",""],"query":[{"key":"project_id","value":"","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"paging\": {\n        \"page\": 1,\n        \"pageSize\": 100,\n        \"totalResults\": 150\n    },\n    \"items\": [\n        {\n            \"uuid\": \"2da6415a48904e13b827a516e6b2499e\",\n            \"created_at\": \"2022-05-10T09:46:58.427569Z\",\n            \"updated_at\": \"2022-05-10T12:03:01.467487+02:00\",\n            \"date\": \"2022-05-10\",\n            \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n            \"project_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n            \"title\": \"Office\",\n            \"note\": \"Description of the income\",\n            \"money\": {\n                \"amount\": 1000,\n                \"currency\": \"PLN\"       \n            },\n            \"overhead_type\": \"cost\",\n            \"enable_autocommit\": true,\n            \"realized_in_id\": \"165100162d6f4423bd49e0382859fe88\"\n        },\n        {\n            \"uuid\": \"2da6415a48904e13b827a516e6b2499e\",\n            \"created_at\": \"2022-05-10T09:46:58.427569Z\",\n            \"updated_at\": \"2022-05-10T12:03:01.467487+02:00\",\n            \"date\": \"2022-05-10\",\n            \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n            \"title\": \"Office\",\n            \"note\": \"Description of the office\",\n            \"money\": {\n                \"amount\": 2000,\n                \"currency\": \"PLN\"       \n            },\n            \"overhead_type\": \"revenue\",\n            \"enable_autocommit\": true,\n            \"realized_in_id\": \"165100162d6f4423bd49e0382859fe88\"\n        }\n    ]\n}"}],"_postman_id":"d9a74fa9-c01e-4838-9744-fb15d7f24e85"},{"name":"Get Scheduled Overhead","id":"10e32d41-a244-4a2f-9bac-04e400696e34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/projects_overheads/scheduled/{overhead_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["projects_overheads","scheduled","{overhead_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[{"disabled":true,"key":"project_id","value":""}],"variable":[]}},"response":[{"id":"6851dc11-f6b6-41a6-bc21-9c8e35fc4d18","name":"Get Scheduled Overhead","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://foresight-api.bigtime.net/beta/projects_overheads/scheduled/{{overhead_uuid}}/","host":["https://foresight-api.bigtime.net/beta"],"path":["projects_overheads","scheduled","{{overhead_uuid}}",""],"query":[{"key":"project_id","value":"","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"2da6415a48904e13b827a516e6b2499e\",\n    \"created_at\": \"2022-05-10T09:46:58.427569Z\",\n    \"updated_at\": \"2022-05-10T12:03:01.467487+02:00\",\n    \"date\": \"2022-05-10\",\n    \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n    \"project_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n    \"title\": \"Office\",\n    \"note\": \"Description\",\n    \"money\": {\n        \"amount\": 2000,\n        \"currency\": \"PLN\"\n    },\n    \"overhead_type\": \"revenue\",\n    \"enable_autocommit\": true,\n    \"realized_in_id\": \"165100162d6f4423bd49e0382859fe88\"\n}"}],"_postman_id":"10e32d41-a244-4a2f-9bac-04e400696e34"},{"name":"Create Scheduled Overhead","id":"be2f1320-0d0d-4c72-99f3-669d04a73a5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"project_id\": \"769b467b24c140e098dd6a1be6f9c000\",\r\n    \"title\": \"Server\",\r\n    \"overhead_type\": \"cost\",\r\n    \"date\": \"2022-04-03\",\r\n    \"money\": {\r\n        \"amount\": 120,\r\n        \"currency\": \"PLN\"\r\n    },\r\n    \"enable_autocommit\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/projects_overheads/scheduled/","description":"<h4 id=\"parameters\">Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Characteristic</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>Readonly</td>\n<td>uuid</td>\n<td>UUID of overhead</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime when overhead was created</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime of last modification on overhead</td>\n</tr>\n<tr>\n<td>date</td>\n<td>Required</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>project_id</td>\n<td>Required</td>\n<td>UUID</td>\n<td>UUID of a project in which overhead is created</td>\n</tr>\n<tr>\n<td>overhead_type</td>\n<td>Required</td>\n<td>Choice from <code>cost</code> or <code>revenue</code></td>\n<td></td>\n</tr>\n<tr>\n<td>title</td>\n<td>Optional</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>note</td>\n<td>Optional</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>money</td>\n<td>Optional</td>\n<td>money object</td>\n<td>Set amount</td>\n</tr>\n<tr>\n<td>enable_autocommit</td>\n<td>Optional</td>\n<td>bool, default False</td>\n<td>If true, this overhead will be automatically committed on the specified date</td>\n</tr>\n<tr>\n<td>realized_in_id</td>\n<td>Readonly</td>\n<td>UUID</td>\n<td>If this overhead is committed UUID of realization will be visible here. Committed overhead can be committed or scheduled.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["projects_overheads","scheduled",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"a4926e39-c9ad-4638-b1f6-2da354fa6ca4","name":"Create Scheduled Overhead cost without autocommit","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"date\": \"2022-04-03\",\r\n    \"project_id\": \"a7cbe6e9a94d4757ad2fbdb5cd8ce20b\",\r\n    \"title\": \"Server\",\r\n    \"note\": \"Berlin\",\r\n    \"money\": {\r\n        \"amount\": 1000,\r\n        \"currency\": \"EUR\"\r\n    },\r\n    \"overhead_type\": \"cost\",\r\n    \"enable_autocommit\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/projects_overheads/scheduled/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"2da6415a48904e13b827a516e6b2499e\",\n    \"created_at\": \"2022-05-10T15:48:16.694805Z\",\n    \"updated_at\": \"2022-05-10T17:48:16.695199+02:00\",\n    \"date\": \"2022-04-03\",\n    \"project_id\": \"a7cbe6e9a94d4757ad2fbdb5cd8ce20b\",\n    \"project_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n    \"title\": \"Server\",\n    \"note\": \"Berlin\",\n    \"money\": {\n        \"amount\": 1000,\n        \"currency\": \"EUR\"\n    },\n    \"overhead_type\": \"cost\",\n    \"enable_autocommit\": false,\n    \"realized_in_id\": null\n}"},{"id":"14155754-1073-470b-9c0e-b27a4c057156","name":"Create Scheduled Overhead income with autocommit","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"date\": \"2022-04-03\",\r\n    \"project_id\": \"8c434be0144b4202ac3525fd1b1b58fd\",\r\n    \"title\": \"Donation\",\r\n    \"note\": \"Company 1st\",\r\n    \"money\": {\r\n        \"amount\": 5000,\r\n        \"currency\": \"EUR\"\r\n    },\r\n    \"overhead_type\": \"revenue\",\r\n    \"enable_autocommit\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/projects_overheads/scheduled/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"created_at\": \"2022-05-10T15:54:58.231108Z\",\n    \"updated_at\": \"2022-05-10T17:54:58.231830+02:00\",\n    \"date\": \"2022-04-03\",\n    \"project_id\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n    \"project_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n    \"title\": \"Server\",\n    \"note\": \"Berlin\",\n    \"money\": {\n        \"amount\": 5000,\n        \"currency\": \"EUR\"\n    },\n    \"overhead_type\": \"revenue\",\n    \"enable_autocommit\": true,\n    \"realized_in_id\": \"00e045cc6c2647619ed408696141da17\"\n}"},{"id":"9f4f1a0e-4847-4c99-ba6d-e10261252dc3","name":"Create Scheduled Overhead minimum requirement","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"date\": \"2022-04-03\",\r\n    \"project_id\": {{project_uuid}},\r\n    \"overhead_type\": \"revenue\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/projects_overheads/scheduled/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": {{schedule_overhead_uuid}},\n    \"created_at\": \"2022-05-10T16:10:00.804928Z\",\n    \"updated_at\": \"2022-05-10T18:10:00.805406+02:00\",\n    \"date\": \"2022-04-03\",\n    \"project_id\": {{project_uuid}},\n    \"project_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n    \"title\": null,\n    \"note\": null,\n    \"money\": {\n        \"amount\": 0,\n        \"currency\": \"EUR\"\n    },\n    \"overhead_type\": \"revenue\",\n    \"enable_autocommit\": false,\n    \"realized_in_id\": null\n}"}],"_postman_id":"be2f1320-0d0d-4c72-99f3-669d04a73a5e"},{"name":"Edit Scheduled Overhead","id":"79265968-4b47-4fbb-ac61-26b148f8d61f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"date\": \"2022-04-30\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/projects_overheads/scheduled/{overhead_uuid}/","description":"<h4 id=\"parameters\">Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Characteristic</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>Readonly</td>\n<td>uuid</td>\n<td>UUID of overhead</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime when overhead was created</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime of last modification on overhead</td>\n</tr>\n<tr>\n<td>date</td>\n<td>Optional</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>project_id</td>\n<td>Readonly</td>\n<td>UUID</td>\n<td>UUID of a project in which overhead is created</td>\n</tr>\n<tr>\n<td>overhead_type</td>\n<td>Readonly</td>\n<td>Choice from <code>cost</code> or <code>revenue</code></td>\n<td></td>\n</tr>\n<tr>\n<td>title</td>\n<td>Optional</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>note</td>\n<td>Optional</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>money</td>\n<td>Optional</td>\n<td>money object</td>\n<td>Set amount</td>\n</tr>\n<tr>\n<td>enable_autocommit</td>\n<td>Optional</td>\n<td>bool, default False</td>\n<td>If true, this overhead will be automatically committed on a specified date</td>\n</tr>\n<tr>\n<td>realized_in_id</td>\n<td>Readonly</td>\n<td>UUID</td>\n<td>If this overhead is committed UUID of realization will be visible here. Committed overhead can be committed or scheduled.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["projects_overheads","scheduled","{overhead_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"fe0098ef-e78d-48a3-a912-bf0b895228bd","name":"Edit Scheduled Overhead","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"date\": \"2022-04-30\",\r\n    \"title\": \"New Label\",\r\n    \"note\": \"Little note\",\r\n    \"money\": {\r\n        \"amount\": 2000,\r\n        \"currency\": \"EUR\"\r\n    },\r\n    \"enable_autocommit\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/projects_overheads/scheduled/{{overhead_uuid}}/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"2da6415a48904e13b827a516e6b2499e\",\n    \"created_at\": \"2022-05-10T17:20:46.363733Z\",\n    \"updated_at\": \"2022-05-10T19:20:46.364259+02:00\",\n    \"date\": \"2022-04-30\",\n    \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n    \"project_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n    \"title\": \"New Label\",\n    \"note\": \"Little note\",\n    \"money\": {\n        \"amount\": 2000,\n        \"currency\": \"EUR\"\n    },\n    \"overhead_type\": \"cost\",\n    \"enable_autocommit\": true,\n    \"realized_in_id\": \"165100162d6f4423bd49e0382859fe88\"\n}"}],"_postman_id":"79265968-4b47-4fbb-ac61-26b148f8d61f"},{"name":"Remove Scheduled Overhead","id":"4b570d81-b301-4e09-b23f-9e5a5f43ca55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://foresight-api.bigtime.net/beta/projects_overheads/scheduled/{overhead_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["projects_overheads","scheduled","{overhead_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b570d81-b301-4e09-b23f-9e5a5f43ca55"},{"name":"Commit Scheduled Overhead","id":"cdf661dc-b661-4b8b-96a0-a637e70e043a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"date\": \"2022-04-30\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/projects_overheads/scheduled/{overhead_uuid}/commit/","description":"<h3 id=\"parameters-for-method-commit\">Parameters for method <code>/commit/</code></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Characteristic</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>Readonly</td>\n<td>uuid</td>\n<td>UUID of newly created overhead (settled or not settled)</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime when overhead was created</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime of last modification on overhead</td>\n</tr>\n<tr>\n<td>date</td>\n<td>Optional</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>project_id</td>\n<td>Readonly</td>\n<td>UUID</td>\n<td>UUID of a project in which overhead is created</td>\n</tr>\n<tr>\n<td>overhead_type</td>\n<td>Readonly</td>\n<td>Choice from <code>cost</code> or <code>revenue</code></td>\n<td></td>\n</tr>\n<tr>\n<td>title</td>\n<td>Optional</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>note</td>\n<td>Optional</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>money</td>\n<td>Optional</td>\n<td>money object</td>\n<td>Set amount</td>\n</tr>\n<tr>\n<td>enable_autocommit</td>\n<td></td>\n<td>bool</td>\n<td>default is taken from current overhead <code>autocommit_state</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["projects_overheads","scheduled","{overhead_uuid}","commit",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"a513ba25-3b3a-47f4-8d08-6a4b67a79155","name":"Commit Scheduled Overhead full option","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"date\":\"2022-04-04\",\r\n    \"title\":\"New label\",\r\n    \"note\":\"New note\",\r\n        \"money\": {\r\n        \"amount\": 2000.0,\r\n        \"currency\": \"USD\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/projects_overheads/scheduled/{{overhead_uuid}}/commit/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"a7cbe6e9a94d4757ad2fbdb5cd8ce20b\",\n    \"created_at\": \"2022-05-10T18:36:50.184148+02:00\",\n    \"updated_at\": \"2022-05-10T18:36:50.184539+02:00\",\n    \"date\": \"2022-04-04\",\n    \"project_id\": \"c5beac4bd383402c8107168c73876f31\",\n    \"project_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n    \"title\": \"New label\",\n    \"note\": \"New note\",\n    \"money\": {\n        \"amount\": 2000,\n        \"currency\": \"USD\"\n    },\n    \"overhead_type\": \"cost\",\n    \"realized_in_id\": \"44a74d6e915942d884ba2ee6cac03b14\"\n}"}],"_postman_id":"cdf661dc-b661-4b8b-96a0-a637e70e043a"}],"id":"3f0f7684-e092-4d3e-8557-da97215292e3","description":"<h3 id=\"description\">Description</h3>\n<p>Scheduled overheads are the one included in the project’s tab in Budget &gt; Scheduled overheads.</p>\n<p>Scheduled overheads can be an revenue or a cost.</p>\n<p>Scheduled overheads can be automatically committed - at the date of commit new overhead is created which can have status as committed or scheduled, depending on <code>autocommit_state</code>. When overhead is scheduled for a past date and autocommit is enabled, new overhead (committed) is created which uuid is available in <code>realized_in_id</code> field.</p>\n<p>To use overheads in public API finance scope needs to be enabled. It is impossible to use this endpoint without financial scope.</p>\n","_postman_id":"3f0f7684-e092-4d3e-8557-da97215292e3","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}}},{"name":"Committed overheads","item":[{"name":"List Committed Overheads","id":"2b2e49c7-6cb4-41c4-9163-712b295bacea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/projects_overheads/committed/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["projects_overheads","committed",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[{"disabled":true,"description":{"content":"<p>uuid of project</p>\n","type":"text/plain"},"key":"project_id","value":""},{"disabled":true,"description":{"content":"<p>sid of project</p>\n","type":"text/plain"},"key":"project_big_time_sid","value":""},{"disabled":true,"description":{"content":"<p>represents title field, exact or fragment of title, case insensitive</p>\n","type":"text/plain"},"key":"label","value":""}],"variable":[]}},"response":[{"id":"522ee7b2-5e97-49d4-a106-dbd07fcb9c08","name":"List Committed Overheads","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://foresight-api.bigtime.net/beta/projects_overheads/committed/","host":["https://foresight-api.bigtime.net/beta"],"path":["projects_overheads","committed",""],"query":[{"key":"project_id","value":"","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"paging\": {\n        \"page\": 1,\n        \"pageSize\": 100,\n        \"totalResults\": 150\n    },\n    \"items\": [\n        {\n            \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n            \"created_at\": \"2022-05-10T09:57:02.067766Z\",\n            \"updated_at\": \"2022-05-10T11:57:02.068239+02:00\",\n            \"date\": \"2022-05-10\",\n            \"project_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n            \"project_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n            \"title\": \"test\",\n            \"note\": \"Description\",\n            \"money\": {\n                \"amount\": 2000,\n                \"currency\": \"PLN\"\n            },\n            \"overhead_type\": \"revenue\",\n            \"planed_in_id\": null,\n            \"commit\": false\n        },\n        {\n            \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n            \"created_at\": \"2022-05-10T09:57:02.067766Z\",\n            \"updated_at\": \"2022-05-10T11:57:02.068239+02:00\",\n            \"date\": \"2022-05-10\",\n            \"project_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n            \"title\": \"cost\",\n            \"note\": \"Description\",\n            \"money\": {\n                \"amount\": 2000,\n                \"currency\": \"PLN\"\n            },\n            \"overhead_type\": \"cost\",\n            \"planed_in_id\": null,\n            \"enable_autocommit\": false\n        },\n        {\n            \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n            \"created_at\": \"2022-05-10T09:57:02.067766Z\",\n            \"updated_at\": \"2022-05-10T11:57:02.068239+02:00\",\n            \"date\": \"2022-05-10\",\n            \"project_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n            \"title\": \"revenue\",\n            \"note\": \"Description\",\n            \"money\": {\n                \"amount\": 2000,\n                \"currency\": \"PLN\"\n            },\n            \"overhead_type\": \"revenue\",\n            \"planed_in_id\": null,\n            \"enable_autocommit\": false\n        }\n    ]\n}"}],"_postman_id":"2b2e49c7-6cb4-41c4-9163-712b295bacea"},{"name":"Get Committed Overhead","id":"ec944cb9-855a-4fc9-9875-9be51965bc48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/projects_overheads/committed/{overhead_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["projects_overheads","committed","{overhead_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[{"disabled":true,"key":"project_id","value":""}],"variable":[]}},"response":[{"id":"65800577-e680-49c3-aad4-780538d0125d","name":"Get Committed Overhead","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://foresight-api.bigtime.net/beta/projects_overheads/committed/{{overhead_uuid}}/","host":["https://foresight-api.bigtime.net/beta"],"path":["projects_overheads","committed","{{overhead_uuid}}",""],"query":[{"key":"project_id","value":"","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"23bdd9a0c6cd446886ede7253bcaf165\",\n    \"created_at\": \"2022-05-10T09:57:02.067766Z\",\n    \"updated_at\": \"2022-05-10T11:57:02.068239+02:00\",\n    \"date\": \"2022-05-10\",\n    \"project_id\": \"2557a7e59c9146f585e43f4a930e9cd1\",\n    \"project_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n    \"title\": \"revenue\",\n    \"note\": \"Description of revenue\",\n    \"money\": {\n        \"amount\": 2000,\n        \"currency\": \"PLN\"\n    },\n    \"overhead_type\": \"revenue\",\n    \"planed_in_id\": null,\n    \"enable_autocommit\": false\n}"}],"_postman_id":"ec944cb9-855a-4fc9-9875-9be51965bc48"},{"name":"Create Committed Overhead","id":"0413b6e5-9fe0-4f01-8e23-dd7d634324fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"project_id\": \"769b467b24c140e098dd6a1be6f9c000\",\r\n    \"title\": \"Server\",\r\n    \"overhead_type\": \"cost\",\r\n    \"date\": \"2022-04-03\",\r\n    \"money\": {\r\n        \"amount\": 120,\r\n        \"currency\": \"PLN\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/projects_overheads/committed/","description":"<h4 id=\"parameters\">Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Characteristic</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>Readonly</td>\n<td>uuid</td>\n<td>UUID of overhead</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime when overhead was created</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime of last modification on overhead</td>\n</tr>\n<tr>\n<td>date</td>\n<td>Required</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>project_id</td>\n<td>Optional</td>\n<td>UUID</td>\n<td>UUID of a project in which overhead is created (required if project_big_time_sid is empty)</td>\n</tr>\n<tr>\n<td>project_big_time_sid</td>\n<td>Optional</td>\n<td>sid from BigTime</td>\n<td>SID of a project in which overhead is created</td>\n</tr>\n<tr>\n<td>overhead_type</td>\n<td>Required</td>\n<td>Choice from <code>cost</code> or <code>revenue</code></td>\n<td></td>\n</tr>\n<tr>\n<td>title</td>\n<td>Optional</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>note</td>\n<td>Optional</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>money</td>\n<td>Optional</td>\n<td>money object</td>\n<td>Set amount</td>\n</tr>\n<tr>\n<td>planed_in_id</td>\n<td>Readonly</td>\n<td>uuid</td>\n<td>UUID of scheduled overhead if it exists. This filed is not empty when scheduled uuid was committed</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["projects_overheads","committed",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"18916cc7-f98e-4a2c-9838-c29c637e58d4","name":"Create Committed Overhead minimum requirements","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"project_id\": \"a7cbe6e9a94d4757ad2fbdb5cd8ce20b\",\r\n    \"overhead_type\": \"cost\",\r\n    \"date\": \"2022-04-03\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/projects_overheads/committed/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"c5beac4bd383402c8107168c73876f31\",\n    \"created_at\": \"2022-05-11T08:44:30.586692Z\",\n    \"updated_at\": \"2022-05-11T10:44:30.587256+02:00\",\n    \"date\": \"2022-04-03\",\n    \"project_id\": \"a7cbe6e9a94d4757ad2fbdb5cd8ce20b\",\n    \"project_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n    \"title\": null,\n    \"note\": null,\n    \"money\": {\n        \"amount\": 0,\n        \"currency\": \"EUR\"\n    },\n    \"overhead_type\": \"cost\",\n    \"planed_in_id\": null,\n    \"enable_autocommit\": false\n}"},{"id":"38df8daf-ed43-4bfc-8731-a9f4eed82f3b","name":"Create Committed Overhead full option","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"project_id\": {{project_uuid}},\r\n    \"overhead_type\": \"cost\",\r\n    \"note\":\"Note\",\r\n    \"date\": \"2022-04-03\",\r\n    \"money\": {\r\n        \"amount\": 120,\r\n        \"currency\": \"USD\"\r\n    },\r\n    \"enable_autocommit\":true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/projects_overheads/committed/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n    \"created_at\": \"2022-05-11T09:29:47.042070Z\",\n    \"updated_at\": \"2022-05-11T11:29:47.042742+02:00\",\n    \"date\": \"2022-04-03\",\n    \"project_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"project_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n    \"title\": \"Server\",\n    \"note\": \"Note\",\n    \"money\": {\n        \"amount\": 120,\n        \"currency\": \"USD\"\n    },\n    \"overhead_type\": \"cost\",\n    \"planed_in_id\": null,\n    \"enable_autocommit\": true\n}"}],"_postman_id":"0413b6e5-9fe0-4f01-8e23-dd7d634324fe"},{"name":"Edit Committed Overhead","id":"52b290eb-d400-4c91-956d-b7db5fe2a1b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"new title\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/projects_overheads/committed/{overhead_uuid}/","description":"<h4 id=\"parameters\">Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Characteristic</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>Readonly</td>\n<td>uuid</td>\n<td>UUID of overhead</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime when overhead was created</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime of last modification on overhead</td>\n</tr>\n<tr>\n<td>date</td>\n<td>Op</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>project_id</td>\n<td>Readonly</td>\n<td>UUID</td>\n<td>UUID of a project in which overhead is created</td>\n</tr>\n<tr>\n<td>project_big_time_sid</td>\n<td>Readonly</td>\n<td>integer</td>\n<td>SID of a project in which overhead is created</td>\n</tr>\n<tr>\n<td>overhead_type</td>\n<td>Readonly</td>\n<td>Choice from <code>cost</code> or <code>revenue</code></td>\n<td></td>\n</tr>\n<tr>\n<td>title</td>\n<td>Optional</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>note</td>\n<td>Optional</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>money</td>\n<td>Optional</td>\n<td>money object</td>\n<td>Set amount</td>\n</tr>\n<tr>\n<td>planed_in_id</td>\n<td>Readonly</td>\n<td>uuid</td>\n<td>UUID of scheduled overhead if it exists. This filed is not empty when scheduled uuid was committed</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["projects_overheads","committed","{overhead_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"dd0348bd-b603-4bd8-b5c0-8ed87b064950","name":"Edit Committed Overhead","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"date\":\"2022-04-16\",\r\n    \"title\":\"Server2\",\r\n    \"note\":\"Note2\",\r\n        \"money\": {\r\n        \"amount\": 200.0,\r\n        \"currency\": \"EUR\"\r\n    },\r\n    \"enable_autocommit\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/projects_overheads/committed/{overhead_uuid}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": {{commited_ovehead_uuid}},\n    \"created_at\": \"2022-05-11T09:29:47.042070Z\",\n    \"updated_at\": \"2022-05-11T11:41:12.674949+02:00\",\n    \"date\": \"2022-04-16\",\n    \"project_id\": {{project_uuid}},\n    \"project_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n    \"title\": \"Server2\",\n    \"note\": \"Note2\",\n    \"money\": {\n        \"amount\": 200,\n        \"currency\": \"EUR\"\n    },\n    \"overhead_type\": \"cost\",\n    \"planed_in_id\": null,\n    \"enable_autocommit\": true\n}"}],"_postman_id":"52b290eb-d400-4c91-956d-b7db5fe2a1b7"},{"name":"Remove Committed Overhead","id":"4a1aad1e-0474-477d-b5d4-d21270790cd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://foresight-api.bigtime.net/beta/projects_overheads/committed/{overhead_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["projects_overheads","committed","{overhead_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a1aad1e-0474-477d-b5d4-d21270790cd3"}],"id":"05ce9201-93c9-456e-9fd1-239535c35da5","description":"<p>Committed overheads are included in the project’s tab in Budget &gt; 'Scheduled Overheads' and 'Actual Overheads'. They are differentiated by boolean flag committed.</p>\n<p>Committed overheads can be a revenue or a cost. If committed overhead is created based on the scheduled one, the category (cost/revenue) is the same as scheduled.</p>\n<p>To use overheads in public api finance scope needs to be enabled. It is impossible to use this endpoint without financial scope.</p>\n","_postman_id":"05ce9201-93c9-456e-9fd1-239535c35da5","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}}},{"name":"Recurring Overheads","item":[{"name":"List Recurring Scheduled Overheads","id":"97a1a09a-3f28-4f3e-a890-651b3e52c785","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/projects_overheads/recurring/scheduled/","description":"<p>Lists projects scheduled recurring invoices in organization. You can filter results with optional query params. Results are paginated.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["projects_overheads","recurring","scheduled",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[{"disabled":true,"description":{"content":"<p>uuid of project</p>\n","type":"text/plain"},"key":"project_id","value":""},{"disabled":true,"description":{"content":"<p>sid of project</p>\n","type":"text/plain"},"key":"project_big_time_sid","value":""},{"disabled":true,"description":{"content":"<p>represents title field, exact or fragment of title, case insensitive</p>\n","type":"text/plain"},"key":"label","value":""}],"variable":[]}},"response":[{"id":"a85defba-802d-4764-a6eb-7fc06ffa2732","name":"List Scheduled Overheads","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://foresight-api.bigtime.net/beta/projects_overheads/recurring/scheduled/","host":["https://foresight-api.bigtime.net/beta"],"path":["projects_overheads","recurring","scheduled",""],"query":[{"key":"project_id","value":"","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"paging\": {\n        \"page\": 1,\n        \"pageSize\": 100,\n        \"totalResults\": 150\n    },\n    \"items\": [\n        {\n            \"uuid\": \"2da6415a48904e13b827a516e6b2499e\",\n            \"created_at\": \"2022-05-10T09:46:58.427569Z\",\n            \"updated_at\": \"2022-05-10T12:03:01.467487+02:00\",\n            \"date\": \"2022-05-10\",\n            \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n            \"project_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n            \"prefix\": \"revenue\",\n            \"note\": \"Description of the revenue\",\n            \"money\": {\n                \"amount\": 2000,\n                \"currency\": \"PLN\"\n            },\n            \"overhead_type\": \"revenue\",\n            \"realized_in_id\": \"165100162d6f4423bd49e0382859fe88\",\n            \"scheduled_commit_every_month_day\": \"1\"\n        },\n        {\n            \"uuid\": \"2da6415a48904e13b827a516e6b2499e\",\n            \"created_at\": \"2022-05-10T09:46:58.427569Z\",\n            \"updated_at\": \"2022-05-10T12:03:01.467487+02:00\",\n            \"date\": \"2022-05-10\",\n            \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n            \"prefix\": \"cost\",\n            \"note\": \"Description of the cost\",\n            \"money\": {\n                \"amount\": 1000,\n                \"currency\": \"PLN\"\n            },\n            \"overhead_type\": \"cost\",\n            \"realized_in_id\": \"165100162d6f4423bd49e0382859fe88\",\n            \"scheduled_commit_every_month_day\": \"1\"\n        }\n    ]\n}"}],"_postman_id":"97a1a09a-3f28-4f3e-a890-651b3e52c785"},{"name":"List Recurring Committed Overheads","id":"87f60118-6e25-4771-ac3e-35fdd07714ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/projects_overheads/recurring/committed/","description":"<p>Lists projects committed recurring invoices in specific project. You can filter results with optional query params. Results are paginated.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["projects_overheads","recurring","committed",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[{"disabled":true,"description":{"content":"<p>uuid of project</p>\n","type":"text/plain"},"key":"project_id","value":""},{"disabled":true,"description":{"content":"<p>sid of project</p>\n","type":"text/plain"},"key":"project_big_time_sid","value":""},{"disabled":true,"description":{"content":"<p>represents title field, exact or fragment of title, case insensitive</p>\n","type":"text/plain"},"key":"label","value":""}],"variable":[]}},"response":[{"id":"fa749ee1-606c-4369-ab28-6f6020474c6f","name":"List Committed Overheads","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://foresight-api.bigtime.net/beta/projects_overheads/recurring/committed/","host":["https://foresight-api.bigtime.net/beta"],"path":["projects_overheads","recurring","committed",""],"query":[{"key":"project_id","value":"","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"paging\": {\n        \"page\": 1,\n        \"pageSize\": 100,\n        \"totalResults\": 150\n    },\n    \"items\": [\n        {\n            \"uuid\": \"2da6415a48904e13b827a516e6b2499e\",\n            \"created_at\": \"2022-05-10T09:46:58.427569Z\",\n            \"updated_at\": \"2022-05-10T12:03:01.467487+02:00\",\n            \"date\": \"2022-05-10\",\n            \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n            \"project_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n            \"prefix\": \"revenue\",\n            \"note\": \"Description of the revenue\",\n            \"money\": {\n                \"amount\": 2000,\n                \"currency\": \"PLN\"\n            },\n            \"overhead_type\": \"revenue\",\n            \"realized_in_id\": \"165100162d6f4423bd49e0382859fe88\",\n            \"scheduled_commit_every_month_day\": \"1\"\n        },\n        {\n            \"uuid\": \"2da6415a48904e13b827a516e6b2499e\",\n            \"created_at\": \"2022-05-10T09:46:58.427569Z\",\n            \"updated_at\": \"2022-05-10T12:03:01.467487+02:00\",\n            \"date\": \"2022-05-10\",\n            \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n            \"prefix\": \"cost\",\n            \"note\": \"Description of the cost\",\n            \"money\": {\n                \"amount\": 1000,\n                \"currency\": \"PLN\"\n            },\n            \"overhead_type\": \"cost\",\n            \"realized_in_id\": \"165100162d6f4423bd49e0382859fe88\",\n            \"scheduled_commit_every_month_day\": \"1\"\n        }\n    ]\n}"}],"_postman_id":"87f60118-6e25-4771-ac3e-35fdd07714ba"}],"id":"3f3b731c-a5f0-4eca-89d5-cd8963f09de3","_postman_id":"3f3b731c-a5f0-4eca-89d5-cd8963f09de3","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}}}],"id":"a9f9897b-7a88-4aee-8223-d45b7d96c622","_postman_id":"a9f9897b-7a88-4aee-8223-d45b7d96c622","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}}},{"name":"Staffer","item":[{"name":"Avatar","item":[{"name":"Get Avatar","id":"64505424-5437-4268-83f9-31678e43bdca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/avatar/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","avatar",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"64505424-5437-4268-83f9-31678e43bdca"},{"name":"Create Avatar","id":"b7cd788b-c729-4e19-9286-743efe82098a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"PUT","header":[{"key":"Content-Disposition","value":"form-data; filename=avatar.png","type":"text"},{"key":"Content-Type","value":"image/png","type":"text"}],"body":{"mode":"file","file":{"src":""}},"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/avatar/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","avatar",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7cd788b-c729-4e19-9286-743efe82098a"},{"name":"Remove Avatar","id":"dffccdeb-d96c-4bff-8a84-b9f660420eac","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"DELETE","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/avatar/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","avatar",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"dffccdeb-d96c-4bff-8a84-b9f660420eac"}],"id":"ea0f45fb-b0b2-478e-a00d-78f2b8f257da","description":"<p>Maximum image size is 2048x2048px which is converted to 256x256px and saved in png format.</p>\n","_postman_id":"ea0f45fb-b0b2-478e-a00d-78f2b8f257da","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}}},{"name":"Contracts","item":[{"name":"List contracts","id":"ac6e1e1c-28eb-44e7-98bb-f04a602dd85c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/contracts/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","contracts",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"46e1a362-ea1f-41d5-b81f-e7d7b2d84cfe","name":"List contracts","originalRequest":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{{staffer_sid_or_uuid}}/contracts/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"paging\": {\r\n        \"page\": 1,\r\n        \"pageSize\": 100,\r\n        \"totalResults\": 150\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\r\n            \"start_date\": null,\r\n            \"end_date\": null,\r\n            \"starts_at\": null,  // DEPRECATED, use start_date\r\n            \"ends_at\": null,  // DEPRECATED, use end_date\r\n            \"contract_type\": 1,\r\n            \"capacity_monday\": 480,\r\n            \"capacity_tuesday\": 480,\r\n            \"capacity_wednesday\": 480,\r\n            \"capacity_thursday\": 480,\r\n            \"capacity_friday\": 480,\r\n            \"capacity_saturday\": 0,\r\n            \"capacity_sunday\": 0,\r\n            \"contract_title\": \"Contract 1\",\r\n            \"cost_rate_hourly\": \"100.00\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"ac6e1e1c-28eb-44e7-98bb-f04a602dd85c"},{"name":"Get contract","id":"e73f6c86-bc36-4f81-bf76-a32c6a2b5409","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/contracts/{contract_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","contracts","{contract_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"58663eb1-8bec-48a2-88b1-c85cf64c8130","name":"Get contract","originalRequest":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{{staffer_sid_or_uuid}}/contracts/{{contract_uuid}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":" {\r\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\r\n    \"start_date\": null,\r\n    \"end_date\": null,\r\n    \"starts_at\": null,  // DEPRECATED, use start_date\r\n    \"ends_at\": null,  // DEPRECATED, use end_date\r\n    \"contract_type\": 1,\r\n    \"capacity_monday\": 480,\r\n    \"capacity_tuesday\": 480,\r\n    \"capacity_wednesday\": 480,\r\n    \"capacity_thursday\": 480,\r\n    \"capacity_friday\": 480,\r\n    \"capacity_saturday\": 0,\r\n    \"capacity_sunday\": 0,\r\n    \"contract_title\": \"Contract 2\",\r\n    \"cost_rate_hourly\": \"100.00\"\r\n}"}],"_postman_id":"e73f6c86-bc36-4f81-bf76-a32c6a2b5409"},{"name":"Create contract","id":"a747afa0-56f7-4bb4-8616-9632d147a4c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contract_type\": 1,\r\n    \"start_date\": \"2020-03-01\",\r\n    \"end_date\": \"2020-05-01\",\r\n    \"capacity_monday\": 480,\r\n    \"capacity_tuesday\": 480,\r\n    \"capacity_wednesday\": 480,\r\n    \"capacity_thursday\": 480,\r\n    \"capacity_friday\": 480,\r\n    \"capacity_saturday\": 0,\r\n    \"capacity_sunday\": 0,\r\n    \"contract_title\": \"My title\",\r\n    \"cost_rate_hourly\": \"120.00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/contracts/","description":"<h2 id=\"create-new-staffers-contract-contracts-cant-overlap\">Create new staffer's contract. Contracts can't overlap.</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Characteristic</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contract_type</td>\n<td>Readonly</td>\n<td>Number, 2 is default</td>\n<td>2: Hourly rate</td>\n</tr>\n<tr>\n<td>starts_at</td>\n<td>Optional</td>\n<td>date in ISO format</td>\n<td>Date when contrac starts, date can be set to <code>none</code></td>\n</tr>\n<tr>\n<td>ends_at</td>\n<td>Optional</td>\n<td>date in ISO format</td>\n<td>Date when cotnract ends, date can be set to <code>none</code></td>\n</tr>\n<tr>\n<td>capacity_monday</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Capacity for contract on monday, in minutes</td>\n</tr>\n<tr>\n<td>capacity_tuesday</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Capacity for contract on tuesday, in minutes</td>\n</tr>\n<tr>\n<td>capacity_wednesday</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Capacity for contract on wednesday, in minutes</td>\n</tr>\n<tr>\n<td>capacity_thursday</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Capacity for contract on thursday, in minutes</td>\n</tr>\n<tr>\n<td>capacity_friday</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Capacity for contract on friday, in minutes</td>\n</tr>\n<tr>\n<td>capacity_saturday</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Capacity for contract on saturday, in minutes</td>\n</tr>\n<tr>\n<td>capacity_sunday</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Capacity for contract on sunday, in minutes</td>\n</tr>\n<tr>\n<td>contract_title</td>\n<td>Optional</td>\n<td>String</td>\n<td>Title of the contract</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"finance-scope-fields-only\">Finance Scope Fields only.</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Characteristic</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cost_rate_hourly</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Hour cost of staffer</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","contracts",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"6e223a0a-2190-4e4a-b849-3603e3884e63","name":"Create contract","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"start_date\": \"2022-01-01\",\r\n    \"end_date\": \"2022-12-31\",\r\n    \"contract_type\": 1,\r\n    \"capacity_monday\": 420,\r\n    \"capacity_tuesday\": 420,\r\n    \"capacity_wednesday\": 420,\r\n    \"capacity_thursday\": 420,\r\n    \"capacity_friday\": 420,\r\n    \"capacity_saturday\": 420,\r\n    \"capacity_sunday\": 420,\r\n    \"contract_title\": \"Contract\",\r\n    \"cost_rate_hourly\": \"120.00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/staffers/{{staffer_sid_or_uuid}}/contracts/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\r\n    \"start_date\": \"2022-01-01\",\r\n    \"end_date\": \"2022-12-31\",\r\n    \"starts_at\": \"2022-01-01\",  // DEPRECATED, use start_date\r\n    \"ends_at\": \"2022-12-31\",  // DEPRECATED, use end_date\r\n    \"contract_type\": 1,\r\n    \"capacity_monday\": 420,\r\n    \"capacity_tuesday\": 420,\r\n    \"capacity_wednesday\": 420,\r\n    \"capacity_thursday\": 420,\r\n    \"capacity_friday\": 420,\r\n    \"capacity_saturday\": 420,\r\n    \"capacity_sunday\": 420,\r\n    \"contract_title\": \"Contract\",\r\n    \"cost_rate_hourly\": \"120.00\"\r\n}"}],"_postman_id":"a747afa0-56f7-4bb4-8616-9632d147a4c2"},{"name":"Edit contract","id":"7a73bc2a-8177-47fd-ae3b-b096c9372a1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contract_type\": 1,\r\n    \"start_date\": \"2020-03-01\",\r\n    \"end_date\": \"2020-05-01\",\r\n    \"capacity_monday\": 480,\r\n    \"capacity_tuesday\": 480,\r\n    \"capacity_wednesday\": 480,\r\n    \"capacity_thursday\": 480,\r\n    \"capacity_friday\": 480,\r\n    \"capacity_saturday\": 0,\r\n    \"capacity_sunday\": 0,\r\n    \"contract_title\": \"My title\",\r\n    \"cost_rate_hourly\": \"100.00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/contracts/{contract_uuid}/","description":"<h2 id=\"update-staffers-contract\">Update staffer's contract.</h2>\n<h2 id=\"contracts-cant-overlap\">Contracts can't overlap.</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Characteristic</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contact_type</td>\n<td>Readonly</td>\n<td>Number, 2 is default</td>\n<td>2: Hourly rate</td>\n</tr>\n<tr>\n<td>starts_at</td>\n<td>Optional</td>\n<td>date in ISO format</td>\n<td>Date when contrac starts, date can be set to <code>none</code></td>\n</tr>\n<tr>\n<td>ends_at</td>\n<td>Optional</td>\n<td>date in ISO format</td>\n<td>Date when cotnract ends, date can be set to <code>none</code></td>\n</tr>\n<tr>\n<td>capacity_monday</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Capacity for contract on monday, in minutes</td>\n</tr>\n<tr>\n<td>capacity_tuesday</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Capacity for contract on tuesday, in minutes</td>\n</tr>\n<tr>\n<td>capacity_wednesday</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Capacity for contract on wednesday, in minutes</td>\n</tr>\n<tr>\n<td>capacity_thursday</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Capacity for contract on thursday, in minutes</td>\n</tr>\n<tr>\n<td>capacity_friday</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Capacity for contract on friday, in minutes</td>\n</tr>\n<tr>\n<td>capacity_saturday</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Capacity for contract on saturday, in minutes</td>\n</tr>\n<tr>\n<td>capacity_sunday</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Capacity for contract on sunday, in minutes</td>\n</tr>\n<tr>\n<td>contract_title</td>\n<td>Optional</td>\n<td>String</td>\n<td>Title of the contract</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"finance-scope-fields-only\">Finance Scope Fields only.</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Characteristic</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cost_rate_hourly</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Hour cost of staffer</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","contracts","{contract_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"cfe80557-780a-4096-a054-5132cbd20dc0","name":"Edit contract","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"start_date\": null,\r\n    \"end_date\": null,\r\n    \"contract_type\": 1,\r\n    \"capacity_monday\": 480,\r\n    \"capacity_tuesday\": 480,\r\n    \"capacity_wednesday\": 480,\r\n    \"capacity_thursday\": 480,\r\n    \"capacity_friday\": 480,\r\n    \"capacity_saturday\": 0,\r\n    \"capacity_sunday\": 0,\r\n    \"contract_title\": \"New\",\r\n    \"cost_rate_hourly\": \"200.00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/staffers/{{staffer_id}}/contracts/{{contract_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\r\n    \"start_date\": null,\r\n    \"end_date\": null,\r\n    \"starts_at\": null,  // DEPRECATED\r\n    \"ends_at\": null,  // DEPRECATED\r\n    \"contract_type\": 1,\r\n    \"capacity_monday\": 480,\r\n    \"capacity_tuesday\": 480,\r\n    \"capacity_wednesday\": 480,\r\n    \"capacity_thursday\": 480,\r\n    \"capacity_friday\": 480,\r\n    \"capacity_saturday\": 0,\r\n    \"capacity_sunday\": 0,\r\n    \"contract_title\": \"New\",\r\n    \"cost_rate_hourly\": \"200.0000\"\r\n}"}],"_postman_id":"7a73bc2a-8177-47fd-ae3b-b096c9372a1e"},{"name":"Remove contract","id":"1081b226-8b03-479f-9f82-81a44ab019af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/contracts/{contract_uuid}/","description":"<p>Remove employee's contract</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","contracts","{contract_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"1081b226-8b03-479f-9f82-81a44ab019af"}],"id":"4ddd4bca-ad53-42d2-9823-1ba4a7b1972b","description":"<p>Endpoints for staffer's capacities. Capacities can't overlap.</p>\n<p>Some fields (Finance data) may be only available when finance scope is enabled.</p>\n","event":[{"listen":"prerequest","script":{"id":"0d5d24cb-85fa-430a-963b-53bae8114ef0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"db969245-e4f5-4445-92ba-8f52e41bfc1b","type":"text/javascript","exec":[""]}}],"_postman_id":"4ddd4bca-ad53-42d2-9823-1ba4a7b1972b","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}}},{"name":"Entries (Skills)","item":[{"name":"List staffer's entries","id":"8abbbf3e-400a-4b42-a5c9-6163432e4e4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{{staffer_sid_or_uuid}}/entries/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{{staffer_sid_or_uuid}}","entries",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"63879a12-5fa2-4f27-b45c-4597f0a54ab3","name":"List staffer's entries","originalRequest":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{{staffer_sid_or_uuid}}/entries/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"uuid\": \"2da6415a48904e13b827a516e6b2499e\",\r\n        \"level\": 3,\r\n        \"skill\": {\r\n            \"name\": \"C#\",\r\n            \"uuid\": \"6d0ab59e1348426d8d85746d452438cb\",\r\n            \"ancestors_list\": [\r\n                {\r\n                    \"uuid\": \"165100162d6f4423bd49e0382859fe88\",\r\n                    \"name\": \"Technical skills\"\r\n                },\r\n                {\r\n                    \"uuid\": \"23bdd9a0c6cd446886ede7253bcaf165\",\r\n                    \"name\": \"C\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n]"}],"_postman_id":"8abbbf3e-400a-4b42-a5c9-6163432e4e4f"},{"name":"Get staffer's entry","id":"3753a7f6-7b74-44db-9a93-5149b8767130","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/entries/{entry_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","entries","{entry_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"9ec62fda-29eb-483f-ac82-b05a46f2b385","name":"Get staffer's entrie","originalRequest":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{{staffer_sid_or_uuid}}/entries/{{entry_uuid}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"2da6415a48904e13b827a516e6b2499e\",\r\n    \"level\": 3,\r\n    \"skill\": {\r\n        \"name\": \"C#\",\r\n        \"uuid\": \"6d0ab59e1348426d8d85746d452438cb\",\r\n        \"ancestors_list\": [\r\n            {\r\n                \"uuid\": \"165100162d6f4423bd49e0382859fe88\",\r\n                \"name\": \"Technical skills\"\r\n            },\r\n            {\r\n                \"uuid\": \"23bdd9a0c6cd446886ede7253bcaf165\",\r\n                \"name\": \"C\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"3753a7f6-7b74-44db-9a93-5149b8767130"},{"name":"Create staffer's entries","id":"43ed541a-8d53-4db6-974c-ced4be876698","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"skill_id\": \"e0a41b03e8e54b47acf7f705f61c4432\",\r\n    \"level\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/entries/","description":"<h2 id=\"create-new-employee-entry-skill-with-level\">Create new employee entry (skill with level).</h2>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><p><code>skill_id</code>*<br /><em>id of skill</em></p>\n</li>\n<li><p><code>level</code>*<br /><em>level of knowlage from 0 to 4</em></p>\n</li>\n</ul>\n<p><em>* required</em></p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","entries",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"bc30f42e-7697-45ae-9cdd-06b3859dc38a","name":"Create staffer's entries","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"skill_id\": \"6d0ab59e1348426d8d85746d452438cb\",\r\n    \"level\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/stafeers/{{staffer_sid_or_uuid}}/entries/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"2da6415a48904e13b827a516e6b2499e\",\n    \"level\": 3,\n    \"skill\": {\n        \"name\": \"C#\",\n        \"uuid\": \"6d0ab59e1348426d8d85746d452438cb\",\n        \"path\": \"Technical skills/C\",\n        \"ancestors\": [\n            \"165100162d6f4423bd49e0382859fe88\",\n            \"23bdd9a0c6cd446886ede7253bcaf165\"\n        ]\n    }\n}"}],"_postman_id":"43ed541a-8d53-4db6-974c-ced4be876698"},{"name":"Edit staffer's entries","id":"bcc425ec-414a-4bf1-a050-2721439bdae0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"level\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/entries/{entry_uuid}/","description":"<h2 id=\"edit-employees-entry-skill-with-level\">Edit employees entry (skill with level).</h2>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><p><code>skill_id</code><br /><em>id of skill</em></p>\n</li>\n<li><p><code>level</code><br /><em>level of knowlage from 0 to 4</em></p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","entries","{entry_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"c806b89f-5841-4d9b-ae29-c17f651c1588","name":"Edit staffer's entries","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"level\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/staffers/{{staffer_sid_or_uuid}}/entries/{{entry_uuid}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"2da6415a48904e13b827a516e6b2499e\",\n    \"level\": 4,\n    \"skill\": {\n        \"name\": \"C#\",\n        \"uuid\": \"6d0ab59e1348426d8d85746d452438cb\",\n        \"path\": \"Technical skills/C\",\n        \"ancestors\": [\n            \"165100162d6f4423bd49e0382859fe88\",\n            \"23bdd9a0c6cd446886ede7253bcaf165\"\n        ]\n    }\n}"}],"_postman_id":"bcc425ec-414a-4bf1-a050-2721439bdae0"},{"name":"Remove staffer's entries","id":"9fecd06a-c368-4b60-af7b-b285401b418b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/entries/{entry_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","entries","{entry_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fecd06a-c368-4b60-af7b-b285401b418b"}],"id":"fbda9e09-016a-4817-be23-052b25c690a1","description":"<p>Representation of staffer's skills and skill levels. Levels are 0-4.</p>\n","_postman_id":"fbda9e09-016a-4817-be23-052b25c690a1","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}}},{"name":"Experiences","item":[{"name":"List staffer's experiences","id":"8e085eb0-6327-458d-b41d-f4a917f4c25e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/experiences/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","experiences",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"e802d2e6-5198-42b7-afb3-adc1fe46d069","name":"List staffer's experiences","originalRequest":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{{staffer_sid_or_uuid}}/experiences/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n    \"position\": \"Fullstack Developer\",\n    \"project_name\": \"Project 2\",\n    \"industry\": \"Industry 2\",\n    \"region\": \"Poland\",\n    \"duration\": 12,\n    \"work_start\": null,\n    \"work_end\": null,\n    \"desc\": \"This is a description\",\n    \"skills\": [\n        \"6b1cfb58b5c241b38ae14d44f74f117e\"\n    ],\n    \"skills_options\": [\n        {\n            \"name\": \"C#\",\n            \"uuid\": \"00e045cc6c2647619ed408696141da17\",\n            \"path\": \"Technical skills/C\",\n            \"ancestors\": [\n                \"2da6415a48904e13b827a516e6b2499e\",\n                \"6d0ab59e1348426d8d85746d452438cb\"\n            ]\n        }\n    ]\n    }\n]"}],"_postman_id":"8e085eb0-6327-458d-b41d-f4a917f4c25e"},{"name":"Get staffer's experiences","id":"5fe4af18-5505-4646-9b44-ce5f3d07610f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/experiences/{experience_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","experiences","{experience_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"3b759a1f-96dc-4c77-8a51-f11661ee2f02","name":"Get staffer's experiences","originalRequest":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{{staffer_sid_or_uuid}}/experiences/{{experience_uuid}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\r\n    \"position\": \"Fullstack Developer\",\r\n    \"project_name\": \"Project 2\",\r\n    \"industry\": \"Industry 2\",\r\n    \"region\": \"Poland\",\r\n    \"duration\": 12,\r\n    \"work_start\": null,\r\n    \"work_end\": null,\r\n    \"desc\": \"This is a description\",\r\n    \"skills\": [\r\n        \"6b1cfb58b5c241b38ae14d44f74f117e\"\r\n    ],\r\n    \"skills_options\": [\r\n        {\r\n            \"name\": \"C#\",\r\n            \"uuid\": \"00e045cc6c2647619ed408696141da17\",\r\n            \"path\": \"Technical skills/C\",\r\n            \"ancestors\": [\r\n                \"2da6415a48904e13b827a516e6b2499e\",\r\n                \"6d0ab59e1348426d8d85746d452438cb\"\r\n            ]\r\n        }\r\n    ]\r\n}"}],"_postman_id":"5fe4af18-5505-4646-9b44-ce5f3d07610f"},{"name":"Create staffer's experiences","id":"6734aadb-004f-4adb-bbdb-14e68a1048fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"position\": \"Developer\",\r\n    \"project_name\": \"3D chess game\",\r\n    \"industry\": \"Lichess\",\r\n    \"region\": \"\",\r\n    \"duration\": 12,\r\n    \"work_start\": null,\r\n    \"work_end\": null,\r\n    \"desc\": \"\",\r\n    \"skills\": [\r\n        \"9869508f418142d89f5a6a8cf440d6aa\",\r\n        \"4637efb5f9e74b98b28bef1ef3d08b8b\",\r\n        \"52b6202a77d0459f84adcc8d5c6e97db\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/experiences/","description":"<h2 id=\"create-new-employees-experience\">Create new employees experience</h2>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><code>position</code><br />  <em>Default is</em> <em><code>Developer</code></em></li>\n<li><code>project_name</code><br />  <em>Name of a project</em></li>\n<li><code>industry</code><br />  <em>Name of an industry</em></li>\n<li><code>region</code><br />  <em>Name of a region</em></li>\n<li><code>duration</code><br />  <em>duration in months, duration can not be used together with</em> <em><code>work_start</code></em> <em>and</em> <em><code>work_end</code></em></li>\n<li><code>work_start</code><br />  <em>Start of an experience in ISO-8601 format, can be used when</em> <em><code>duration</code></em> <em>is not specified</em></li>\n<li><code>work_end</code><br />  <em>End of an experience in ISO-8601 format. When will be not specified it would be treated as \"Present\". Can be used when</em> <em><code>duration</code></em> <em>is not specified</em></li>\n<li><code>desc</code><br />  Description of an experience</li>\n<li><code>skills_options</code><br />  readonly - detailed info about skills</li>\n<li><code>skills</code><br />  <em>List of skills' ids</em></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","experiences",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"dea5cb00-c5e0-4ad3-8e0f-c15b847c5641","name":"Create staffer's experiences","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"position\": \"Fullstack Developer\",\r\n    \"project_name\": \"Project 2\",\r\n    \"industry\": \"Industry 2\",\r\n    \"region\": \"Poland\",\r\n    \"duration\": 12,\r\n    \"work_start\": null,\r\n    \"work_end\": null,\r\n    \"desc\": \"This is a description\",\r\n    \"skills\": [\"6b1cfb58b5c241b38ae14d44f74f117e\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/staffers/{{staffer_sid_or_uuid}}/experiences/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\r\n    \"position\": \"Fullstack Developer\",\r\n    \"project_name\": \"Project 2\",\r\n    \"industry\": \"Industry 2\",\r\n    \"region\": \"Poland\",\r\n    \"duration\": 12,\r\n    \"work_start\": null,\r\n    \"work_end\": null,\r\n    \"desc\": \"This is a description\",\r\n    \"skills\": [\r\n        \"6b1cfb58b5c241b38ae14d44f74f117e\"\r\n    ],\r\n    \"skills_options\": [\r\n        {\r\n            \"name\": \"C#\",\r\n            \"uuid\": \"00e045cc6c2647619ed408696141da17\",\r\n            \"path\": \"Technical skills/C\",\r\n            \"ancestors\": [\r\n                \"2da6415a48904e13b827a516e6b2499e\",\r\n                \"6d0ab59e1348426d8d85746d452438cb\"\r\n            ]\r\n        }\r\n    ]\r\n}"}],"_postman_id":"6734aadb-004f-4adb-bbdb-14e68a1048fd"},{"name":"Edit staffer's experiences","id":"853f12b6-a0e4-45c6-9444-6454467c1104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"position\": \"Manager\",\r\n    \"project_name\": \"3D chess game\",\r\n    \"skills\": [\r\n        \"4637efb5f9e74b98b28bef1ef3d08b8b\",\r\n        \"52b6202a77d0459f84adcc8d5c6e97db\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/experiences/{experience_uuid}/","description":"<h2 id=\"edit-employees-experience\">Edit employees experience</h2>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><p><code>position</code><br /><em>Default is <code>Developer</code></em></p>\n</li>\n<li><p><code>project_name</code><br /><em>Name of a project</em></p>\n</li>\n<li><p><code>industry</code><br /><em>Name of an industry</em></p>\n</li>\n<li><p><code>region</code><br /><em>Name of a region</em></p>\n</li>\n<li><p><code>duration</code><br /><em>duration in months, duration can not be used together with <code>work_start</code> and <code>work_end</code></em>  </p>\n</li>\n<li><p><code>work_start</code><br /><em>Start of an experience in ISO-8601 format, can be used when <code>duration</code> is not specified</em></p>\n</li>\n<li><p><code>work_end</code><br /><em>End of an experience in ISO-8601 format. When will be not specified it would be treated as \"Present\". Can be used when <code>duration</code> is not specified</em></p>\n</li>\n<li><p><code>desc</code><br />_Description of an experience</p>\n</li>\n<li><p><code>skills</code><br /><em>List of skills' ids</em></p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","experiences","{experience_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"031af159-4fe2-4d6f-b778-24169263aa30","name":"Edit staffer's experiences","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"position\": \"Backend Developer\",\r\n    \"project_name\": \"Project 3\",\r\n    \"industry\": \"Industry 3\",\r\n    \"region\": \"Germany\",\r\n    \"duration\": null,\r\n    \"work_start\": \"2020-01-01\",\r\n    \"work_end\": \"2020-12-31\",\r\n    \"desc\": \"This a new description\",\r\n    \"skills\": [\"6b1cfb58b5c241b38ae14d44f74f117e\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/staffers/{{staffer_id}}/experiences/{{experience_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\r\n    \"position\": \"Backend Developer\",\r\n    \"project_name\": \"Project 3\",\r\n    \"industry\": \"Industry 3\",\r\n    \"region\": \"Germany\",\r\n    \"duration\": null,\r\n    \"work_start\": \"2020-01-01\",\r\n    \"work_end\": \"2020-12-31\",\r\n    \"desc\": \"This a new description\",\r\n    \"skills\": [\r\n        \"6b1cfb58b5c241b38ae14d44f74f117e\"\r\n    ],\r\n    \"skills_options\": [\r\n        {\r\n            \"name\": \"C#\",\r\n            \"uuid\": \"00e045cc6c2647619ed408696141da17\",\r\n            \"path\": \"Technical skills/C\",\r\n            \"ancestors\": [\r\n                \"2da6415a48904e13b827a516e6b2499e\",\r\n                \"6d0ab59e1348426d8d85746d452438cb\"\r\n            ]\r\n        }\r\n    ]\r\n}"}],"_postman_id":"853f12b6-a0e4-45c6-9444-6454467c1104"},{"name":"Remove staffer's experiences","id":"7e420c77-4439-4bd8-9c8d-2ebc140bd23e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/experiences/{experience_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","experiences","{experience_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e420c77-4439-4bd8-9c8d-2ebc140bd23e"}],"id":"0a5e7a2c-a07d-4697-9760-ca3b9f8d4511","_postman_id":"0a5e7a2c-a07d-4697-9760-ca3b9f8d4511","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}}},{"name":"Education","item":[{"name":"List staffer's education","id":"236a4de3-36c6-4e84-bdb7-b79835598fd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/education/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","education",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"cafde43b-2de2-4654-af56-2f77b4b3b642","name":"List staffer's education","originalRequest":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{{staffer_sid_or_uuid}}/education/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"uuid\": \"165100162d6f4423bd49e0382859fe88\",\r\n        \"name\": \"UCLA\",\r\n        \"degree\": \"PhD\",\r\n        \"start\": \"01-09-2015\",\r\n        \"end\": \"31-05-2021\",\r\n        \"description\": \"PhD in computer science\"\r\n    }\r\n    \r\n]"}],"_postman_id":"236a4de3-36c6-4e84-bdb7-b79835598fd2"},{"name":"Get staffer's education","id":"b83c6342-aecc-4342-8233-6d64a94325ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/education/{education_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","education","{education_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"690f68cb-f6f1-40a3-a751-229a00878e9a","name":"Get staffer's education","originalRequest":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{{staffer_sid_or_uuid}}/education/{{education_uuid}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"    {\r\n        \"uuid\": \"165100162d6f4423bd49e0382859fe88\",\r\n        \"name\": \"UCLA\",\r\n        \"degree\": \"PhD\",\r\n        \"start\": \"01-09-2015\",\r\n        \"end\": \"31-05-2021\",\r\n        \"description\": \"PhD in computer science\"\r\n    }"}],"_postman_id":"b83c6342-aecc-4342-8233-6d64a94325ba"},{"name":"Create staffer's education","id":"fe248290-88e8-435b-bcfd-46156b6ae0b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"UCLA\",\r\n    \"degree\": \"Master's\",\r\n    \"start\": \"31-05-2020\",\r\n    \"end\": null,\r\n    \"description\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/education/","description":"<h2 id=\"create-new-employees-education\">Create new employee's education</h2>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><p><code>name</code><br />Name of an institution </p>\n</li>\n<li><p><code>degree</code>  </p>\n</li>\n<li><p><code>start</code><br /><em>Start date in MM-YYYY format</em></p>\n</li>\n<li><p><code>end</code><br /><em>End date in MM-YYYY format</em></p>\n</li>\n<li><p><code>description</code><br /><em>duration in months, duration can not be used together with <code>work_start</code> and <code>work_end</code></em></p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","education",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"dbafbafa-3919-4b0a-a7fc-9d9a7d816604","name":"Create staffer's education","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"UCLA\",\r\n    \"degree\": \"PhD\",\r\n    \"start\": \"31-05-2020\",\r\n    \"end\": null,\r\n    \"description\": \"This is a descrition\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/staffers/{{staffer_sid_or_uuid}}/education/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"    {\n        \"uuid\": \"165100162d6f4423bd49e0382859fe88\",\n        \"name\": \"UCLA\",\n        \"degree\": \"PhD\",\n        \"start\": \"01-09-2015\",\n        \"end\": \"31-05-2021\",\n        \"description\": \"This is a descrition\"\n    }"}],"_postman_id":"fe248290-88e8-435b-bcfd-46156b6ae0b0"},{"name":"Edit staffer's education","id":"cdda8a9a-55b0-43d2-ad59-1f98eab2eac8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Oxford\",\r\n    \"degree\": \"Master's\",\r\n    \"start\": \"31-05-2021\",\r\n    \"end\": null,\r\n    \"description\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/education/{education_uuid}/","description":"<p>StartFragment</p>\n<h2 id=\"edit-employees-education\">Edit employee's education</h2>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><code>name</code><br />  Name of an institution</li>\n<li><code>degree</code></li>\n<li><code>start</code><br />  <em>Start date in MM-YYYY format</em></li>\n<li><code>end</code><br />  <em>End date in MM-YYYY format</em></li>\n<li><code>description</code><br />  <em>duration in months, duration can not be used together with</em> <em><code>work_start</code></em> <em>and</em> <em><code>work_end</code></em></li>\n</ul>\n<p>EndFragment</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","education","{education_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"1070bf75-8503-47c9-8ff4-3c0e2e5e3820","name":"Edit staffer's education","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Oxford\",\r\n    \"degree\": \"Master's\",\r\n    \"start\": \"31-05-2021\",\r\n    \"end\": null,\r\n    \"description\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/staffers/{{staffer_sid_or_uuid}}/education/{{education_uuid}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"165100162d6f4423bd49e0382859fe88\",\n    \"name\": \"Oxford\",\n    \"degree\": \"Master's\",\n    \"start\": \"31-05-2021\",\n    \"end\": null,\n    \"description\": \"\"\n}"}],"_postman_id":"cdda8a9a-55b0-43d2-ad59-1f98eab2eac8"},{"name":"Remove staffer's education","id":"59117b07-ac7f-43fa-b32c-3fcdec6d19ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/education/{education_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","education","{education_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"59117b07-ac7f-43fa-b32c-3fcdec6d19ed"}],"id":"29f867fe-f4ff-4b0c-a7c8-6812f81a6609","_postman_id":"29f867fe-f4ff-4b0c-a7c8-6812f81a6609","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}}},{"name":"Certificates","item":[{"name":"List staffer's certificates","id":"38ae1828-3e1a-4313-9ae5-9faf1d6af7f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/certificates/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","certificates",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"0c48f3bf-c584-453a-81af-884492651a1a","name":"List staffer's certificates","originalRequest":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/certificates/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uuid\": \"23bdd9a0c6cd446886ede7253bcaf165\",\n        \"issuer\": \"SPace Y\",\n        \"name\": \"200-301 CCNA\",\n        \"url\": \"\",\n        \"issue_date\": \"19-05-2020\",\n        \"certificate_uuid\": \"111aa54b3f437880f118a10e7247bb\"\n}\n]"}],"_postman_id":"38ae1828-3e1a-4313-9ae5-9faf1d6af7f4"},{"name":"Get staffer's certificate","id":"31f93436-8db5-4edd-a58a-1a6e52b21a19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/certificates/{certificate_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","certificates","{certificate_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"d194a758-fad0-4955-a928-a3f889b62a5d","name":"Get staffer's certificate","originalRequest":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/certificates/{{certificate_uuid}}/"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"23bdd9a0c6cd446886ede7253bcaf165\",\r\n    \"issuer\": \"SPace Y\",\r\n    \"name\": \"200-301 CCNA\",\r\n    \"url\": \"\",\r\n    \"issue_date\": \"19-05-2020\",\r\n    \"certificate_uuid\": \"111aa54b3f437880f118a10e7247bb\"\r\n}"}],"_postman_id":"31f93436-8db5-4edd-a58a-1a6e52b21a19"},{"name":"Create staffer's certificate","id":"fb2910b3-2dd9-4205-ab6c-7b4dbbc15917","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"issuer\": \"Space Y\",\r\n    \"url\": \"\",\r\n    \"issue_date\": \"19-05-2020\",\r\n    \"certificate_uuid\": \"111aa54b3f437880f118a10e7247bb\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/certificates/","description":"<h2 id=\"create-new-employees-certificate\">Create new employee's certificate</h2>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><p><code>issuer</code></p>\n</li>\n<li><p><code>certificate_uuid</code></p>\n</li>\n<li><p><code>url</code></p>\n</li>\n<li><p><code>issue_date</code><br />  <em>Date in ISO-8601 format</em></p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","certificates",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"1c36ad8e-2bf4-4eff-9730-b1865176824e","name":"Create employee's certificate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"issuer\": \"Space Y\",\r\n    \"name\": \"200-301 CCNA\",\r\n    \"url\": \"\",\r\n    \"issue_date\": \"19-05-2020\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/certificates/"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"23bdd9a0c6cd446886ede7253bcaf165\",\r\n    \"issuer\": \"SPace Y\",\r\n    \"name\": \"200-301 CCNA\",\r\n    \"url\": \"\",\r\n    \"issue_date\": \"19-05-2020\",\r\n    \"certificate_uuid\": \"111aa54b3f437880f118a10e7247bb\"\r\n}"}],"_postman_id":"fb2910b3-2dd9-4205-ab6c-7b4dbbc15917"},{"name":"Edit staffer's certificate","id":"0c8c5fb2-b1c1-4b98-8dd8-527ccb8e8dc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"issuer\": \"issuer\",\r\n    \"issue_date\": \"19-05-2022\",\r\n    \"url\": \"www.example.pl\",\r\n    \"certificate_uuid\": \"111aa54b3f437880f118a10e7247bb\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/certificates/{certificate_uuid}/","description":"<h2 id=\"edit-employees-certificate\">Edit employee's certificate</h2>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><p><code>issuer</code></p>\n</li>\n<li><p><code>url</code></p>\n</li>\n<li><p><code>issue_date</code><br />  <em>Date in ISO-8601 format</em></p>\n</li>\n<li><p><code>certificate_uuid</code> - company data fields certificate uuid</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","certificates","{certificate_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"532c0d8d-ae42-4d3a-b053-b0dd3bb829c5","name":"Edit staffer's certificate","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":" {\r\n   \"issuer\": \"issuer\",\r\n    \"name\": \"name\",\r\n    \"issue_date\": \"19-05-2022\",\r\n    \"url\": \"www.example.pl\",\r\n    \"certificate_uuid\": \"111aa54b3f437880f118a10e7247bb\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/certificates/{{certificate_uuid}}/"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"23bdd9a0c6cd446886ede7253bcaf165\",\r\n    \"issuer\": \"SPace Z\",\r\n    \"name\": \"200-301 CCNAA\",\r\n    \"url\": \"www.example.com\",\r\n    \"issue_date\": \"19-05-2022\",\r\n    \"certificate_uuid\": \"111aa54b3f437880f118a10e7247bb\"\r\n}"}],"_postman_id":"0c8c5fb2-b1c1-4b98-8dd8-527ccb8e8dc2"},{"name":"Remove staffer's certificate","id":"0a4a665c-2f8d-4f21-8561-fcedb1fb3dbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/certificates/{certificate_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","certificates","{certificate_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a4a665c-2f8d-4f21-8561-fcedb1fb3dbe"}],"id":"29248882-7dd8-48e7-8071-3f00f2a98938","_postman_id":"29248882-7dd8-48e7-8071-3f00f2a98938","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}}},{"name":"Edit staffer profile","id":"e4cccb63-0673-47d9-ada1-9c2474e99c47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"assigned_timeoff_managers_ids\": [\"f349acf3e7844be18a2957eac1886012\"],\r\n    \"assigned_finance_manager_ids\": [\"5cbc9233bd8a446cb830803efa3e9953\"],\r\n    \"seniority_id\": \"1e8399fd6a824208bb61509237c24f0b\",\r\n    \"note\": \"Note\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_uuid}/","description":"<h2 id=\"edit-staffers-information\">Edit staffer's information</h2>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><p><code>assigned_finance_manager_ids</code></p>\n</li>\n<li><p><code>assigned_finance_manager_big_time_sids</code></p>\n</li>\n<li><p><code>assigned_timeoff_managers_ids</code></p>\n</li>\n<li><p><code>assigned_timeoff_managers_big_time_sids</code></p>\n</li>\n<li><p><code>seniority_id</code><br />  uuid of the seniority from organization</p>\n</li>\n<li><p><code>note</code></p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"fb78fa4f-1631-4fef-b9f2-c6dbdcc8d970","name":"Edit staffer profile","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"assigned_timeoff_managers_ids\": [\"f349acf3e7844be18a2957eac1886012\"],\r\n    \"assigned_finance_manager_ids\": [\"5cbc9233bd8a446cb830803efa3e9953\"],\r\n    \"seniority_id\": \"1e8399fd6a824208bb61509237c24f0b\",\r\n    \"note\": \"Note\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_uuid}/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Mar 2025 11:28:12 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.11.11"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-GrenadeHub-Api-Activity-Id","value":"cef7a28c617347c7ae0416d87ce131b9"},{"key":"X-GrenadeHub-Api-Version","value":"1.0.6"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"595"},{"key":"Vary","value":"Origin, Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"staffer_id\": \"987ee98503be469f90f4fe59baabe20e\",\n    \"staffer_big_time_sid\": 29229,\n    \"staff_member\": \"Firstname Lastname\",\n    \"email\": \"email@email.com\",\n    \"active\": true,\n    \"status\": \"793018d5b63d47c3b7c47e041345cf56\",\n    \"assigned_finance_manager_ids\": [\n        \"5cbc9233bd8a446cb830803efa3e9953\"\n    ],\n    \"assigned_finance_manager_big_time_sids\": [\n        30023\n    ],\n    \"assigned_timeoff_managers_ids\": [\n        \"f349acf3e7844be18a2957eac1886012\"\n    ],\n    \"assigned_timeoff_managers_big_time_sids\": [\n        29230\n    ],\n    \"seniority_id\": \"1e8399fd6a824208bb61509237c24f0b\",\n    \"department_id\": \"fdc0fd638d14444a848360ad0a255c37\",\n    \"department_big_time_sid\": 29466,\n    \"note\": \"Note\"\n}"}],"_postman_id":"e4cccb63-0673-47d9-ada1-9c2474e99c47"},{"name":"GET staffer daily capacity","id":"549edc2e-0d32-4197-a576-15abec5e9a7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/daily_data/","description":"<h2 id=\"get-staffer-daily-capacity\">GET staffer daily capacity</h2>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><p><code>start_date</code> - YYYY-MM-DD, first date to fetch capacity (min 2023-01-01)</p>\n</li>\n<li><p><code>end_date</code> - YYYY-MM-DD, last date to fetch capacity</p>\n</li>\n</ul>\n<p>Example response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n\"staffer_id\":\"4161bebe181f4155bbdfa03f41d4de69\",\n\"staffer_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n\"start_date\":\"2023-01-01\",\n\"end_date\":\"2024-01-01\",\n\"daily_data\":{\n\"capacity_minutes\":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,480,480,480,480,480,0,0,480,480,480,480,480,0,0,480,480,480,480,480,0,0,480,480,480,480,480,0,0,480,480,480,0,480,0,0,480,480,480,480,480,0,0,480,480,480,0,480,0,0,480,480,480,480,480,0,0,480,480,480,480,480,0,0,480,480,480,480,480,0,0,480,480,480,480,480,0,0,480,480,480,480,480,0,0,480,480,480,480,480,0,0,480,480,480,480,480,0,0,480,480,480,480,480,0,0,480,480,480,480,480,0,0,480,480,480,480,480,0,0,480],\n\"timeoff_minutes\":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],\n\"scheduled_minutes\":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,960.0,960.0,960.0,960.0,960.0,0.0,0.0,960.0,960.0,960.0,960.0,960.0,0.0,0.0,960.0,960.0,960.0,960.0,960.0,0.0,0.0,960.0,960.0,960.0,960.0,960.0,0.0,0.0,480.0,480.0,480.0,0.0,480.0,0.0,0.0,480.0,480.0,480.0,480.0,480.0,0.0,0.0,480.0,480.0,480.0,0.0,480.0,0.0,0.0,480.0,480.0,480.0,480.0,480.0,0.0,0.0,480.0,480.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],\n\"scheduled_active_minutes\":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,960.0,960.0,960.0,960.0,960.0,0.0,0.0,960.0,960.0,960.0,960.0,960.0,0.0,0.0,960.0,960.0,960.0,960.0,960.0,0.0,0.0,960.0,960.0,960.0,960.0,960.0,0.0,0.0,480.0,480.0,480.0,0.0,480.0,0.0,0.0,480.0,480.0,480.0,480.0,480.0,0.0,0.0,480.0,480.0,480.0,0.0,480.0,0.0,0.0,480.0,480.0,480.0,480.0,480.0,0.0,0.0,480.0,480.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],\n\"scheduled_reserved_minutes\":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],\n\"scheduled_draft_minutes\":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]\n}\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}","daily_data",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"549edc2e-0d32-4197-a576-15abec5e9a7a"},{"name":"Get Staffer Details","id":"afb72501-003f-4b2e-b753-c48512ffa09d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://foresight-api.bigtime.net/beta/staffers/{staffer_sid_or_uuid}/","description":"<p><strong>Example response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"staffer_id\": \"220459d5f9b441fcb4e2ddaece0a274a\",\n    \"staffer_big_time_sid\": 12345,\n    \"staff_member\": \"Name\",\n    \"email\": \"email@email.com\",\n    \"active\": false,\n    \"status\": \"314aa54b3f437880f118a10e7247af\",\n    \"assigned_finance_manager_ids\": [\"720459d5f9b441fcb4e2ddaece0a274a\"],\n    \"assigned_finance_manager_big_time_sids\": [22222],\n    \"assigned_timeoff_managers_ids\": [\"720459d5f9b441fcb4e2ddaece0a274a\"],\n    \"assigned_timeoff_managers_big_time_sids\": [22222],\n    \"seniority_id\": \"314aa54b3f437880f118a10e7247cd\",\n    \"department_id\": \"444aa54b3f437880f118a10e7247aa\",\n    \"department_big_time_sid\": 29466,\n    \"note\": \"note\"\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers","{staffer_sid_or_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"afb72501-003f-4b2e-b753-c48512ffa09d"},{"name":"List Staffer","id":"5f74ab57-3dfc-4851-9ca2-59b2a4ae9044","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/staffers/","description":"<p><strong>Example Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n{\n    \"staffer_id\": \"220459d5f9b441fcb4e2ddaece0a274a\",\n    \"staffer_big_time_sid\": 12345,\n    \"staff_member\": \"Name\",\n    \"email\": \"email@email.com\",\n    \"active\": false,\n    \"status\": \"314aa54b3f437880f118a10e7247af\",\n    \"assigned_finance_manager_ids\": [\"720459d5f9b441fcb4e2ddaece0a274a\"],\n    \"assigned_finance_manager_big_time_sids\": [22222],\n    \"assigned_timeoff_managers_ids\": [\"720459d5f9b441fcb4e2ddaece0a274a\"],\n    \"assigned_timeoff_managers_big_time_sids\": [22222],\n    \"seniority_id\": \"314aa54b3f437880f118a10e7247cd\",\n    \"department_id\": \"444aa54b3f437880f118a10e7247aa\",\n    \"department_big_time_sid\": 29466,\n    \"note\": \"note\"\n}\n]\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["staffers",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f74ab57-3dfc-4851-9ca2-59b2a4ae9044"}],"id":"d629fbe8-e520-48cd-aa43-ad75d3d61f5f","event":[{"listen":"prerequest","script":{"id":"d064fe30-f988-467c-a969-aec12a0b1073","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7613ad67-e4f4-446d-ac9c-386d0fe9cc07","type":"text/javascript","exec":[""]}}],"_postman_id":"d629fbe8-e520-48cd-aa43-ad75d3d61f5f","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}}},{"name":"Assignments","item":[{"name":"List assignments","id":"758c9651-a79e-4ff6-af00-b8c9be990527","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\r\n        \"demand_id\": \"11434be0144b4202ac3525fd1b1b58fd\",\r\n        \"created_at\": \"2022-05-06T18:51:39.999551+02:00\",\r\n        \"starts_at\": \"2022-06-01T00:00:00+02:00\",\r\n        \"ends_at\": \"2022-06-07T23:59:59.999999+02:00\",\r\n        \"end_local_date\": \"2022-06-07\",\r\n        \"start_local_date\": \"2022-06-01\",\r\n        \"updated_at\": \"2022-05-06T18:51:39.999991+02:00\",\r\n        \"status\": 0,\r\n        \"staffer_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n        \"staffer_big_time_sid\": 47123872,\r\n        \"label\": \"Label1\",\r\n        \"note\": \"Assignment for full time only on fridays\",\r\n        \"scheduling_mode\": 3,\r\n        \"reduce_billable_capacity\": false,\r\n        \"billable\": true,\r\n        \"project_role_id\": [\r\n            \"00e045cc6c2647619ed408696141da17\"\r\n        ],\r\n        \"color\": \"#E33B3B\",\r\n        \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\r\n        \"project_big_time_sid\": 89123742,\r\n        \"project_task_id\": \"c2ba2eb9b50a4e45bc3987cc36b71279\",\r\n        \"project_task_big_time_sid\": 58493791,\r\n        \"project_task_name\": \"Phase 1\",\r\n        \"actual_work\": 0,\r\n        \"scheduled_work\": 480,\r\n        \"daily_data\": {\r\n            \"start\": \"2022-06-01\",\r\n            \"end\": \"2022-06-07\",\r\n            \"actual_work\": [\r\n                0,\r\n                0,\r\n                0,\r\n                0,\r\n                0,\r\n                0,\r\n                0\r\n            ],\r\n            \"scheduled_work\": [\r\n                0,\r\n                0,\r\n                480,\r\n                0,\r\n                0,\r\n                0,\r\n                0\r\n            ],\r\n            \"off_hours_work\": false,\r\n            \"only_billable_work\": false,\r\n            \"scheduling_time_frame\": null,\r\n            \"scheduled_work_per_time_frame\": null,\r\n            \"adjust_scheduling_to_time_off\": false,\r\n            \"reduce_utilization_by_time_off\": null,\r\n            \"adjust_scheduling_to_public_holidays\": false,\r\n            \"reduce_utilization_by_public_holidays\": null,\r\n            \"capacity_based_load\": null,\r\n            \"assign_leftover_billable_capacity\": null,\r\n            \"work_by_capacity_per_monday\": null,\r\n            \"work_by_capacity_per_tuesday\": null,\r\n            \"work_by_capacity_per_wednesday\": null,\r\n            \"work_by_capacity_per_thursday\": null,\r\n            \"work_by_capacity_per_friday\": null,\r\n            \"work_by_capacity_per_saturday\": null,\r\n            \"work_by_capacity_per_sunday\": null,\r\n            \"work_per_monday\": 0,\r\n            \"work_per_tuesday\": 0,\r\n            \"work_per_wednesday\": 0,\r\n            \"work_per_thursday\": 0,\r\n            \"work_per_friday\": 480,\r\n            \"work_per_saturday\": 0,\r\n            \"work_per_sunday\": 0,\r\n            \"work_on_monday\": null,\r\n            \"work_on_tuesday\": null,\r\n            \"work_on_wednesday\": null,\r\n            \"work_on_thursday\": null,\r\n            \"work_on_friday\": null,\r\n            \"work_on_saturday\": null,\r\n            \"work_on_sunday\": null,\r\n            \"financial_scheduled_total_revenue\": {\r\n                \"amount\": 800,\r\n                \"currency\": \"PLN\"\r\n            },\r\n            \"financial_scheduled_total_cost\": {\r\n                \"amount\": 238.1,\r\n                \"currency\": \"PLN\"\r\n            },\r\n            \"financial_total_actual_cost\": {\r\n                \"amount\": 0,\r\n                \"currency\": \"PLN\"\r\n            },\r\n            \"financial_total_actual_revenue\": {\r\n                \"amount\": 0,\r\n                \"currency\": \"PLN\"\r\n            },\r\n            \"financial_actual_work_for_cost\": 0,\r\n            \"financial_avg_cost_rate\": null,\r\n            \"financial_avg_bill_rate\": {\r\n                \"amount\": 100,\r\n                \"currency\": \"PLN\"\r\n            },\r\n            \"financial_actual_work_for_revenue\": 0\r\n        }\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/assignments/","description":"<p>Get a list of assignments. Results are paginated.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["assignments",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[{"disabled":true,"description":{"content":"<p>filter assignments of employee</p>\n","type":"text/plain"},"key":"staffer_id","value":""},{"disabled":true,"description":{"content":"<p>filter assignments of staffer by sid</p>\n","type":"text/plain"},"key":"staffer_sid","value":""},{"disabled":true,"description":{"content":"<p>filter assignments in project</p>\n","type":"text/plain"},"key":"project_id","value":""},{"disabled":true,"description":{"content":"<p>filter assignments of project by sid</p>\n","type":"text/plain"},"key":"project_big_time_sid","value":""},{"disabled":true,"description":{"content":"<p>get only assignments linked to given demand</p>\n","type":"text/plain"},"key":"demand_id","value":"11434be0144b4202ac3525fd1b1b58fd"},{"disabled":true,"description":{"content":"<p>fiter by status; 0 draft; 1 reserved 2 active; can by comma seprated list i.e. 1,2 </p>\n","type":"text/plain"},"key":"status","value":"2"},{"disabled":true,"description":{"content":"<p>get only assignments updated at this exact date</p>\n","type":"text/plain"},"key":"updated_at","value":"2020-11-18"},{"disabled":true,"description":{"content":"<p>get only assignments updated before this date and at that date</p>\n","type":"text/plain"},"key":"updated_before","value":"2020-12-16"},{"disabled":true,"description":{"content":"<p>get only assignments updated after this date and at that date</p>\n","type":"text/plain"},"key":"updated_after","value":"2020-11-10"},{"disabled":true,"description":{"content":"<p>get only assignments created at this exact date</p>\n","type":"text/plain"},"key":"created_at","value":"2020-10-12"},{"disabled":true,"description":{"content":"<p>get only assignments created before this date and at that date</p>\n","type":"text/plain"},"key":"created_before","value":"2020-10-12"},{"disabled":true,"description":{"content":"<p>get only assignments created after this date and at that date</p>\n","type":"text/plain"},"key":"created_after","value":"2020-12-12"}],"variable":[]}},"response":[{"id":"d49b5a9f-43e8-4166-9407-42905f180bf9","name":"List assignments with finance scope","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://foresight-api.bigtime.net/beta/assignments/","host":["https://foresight-api.bigtime.net/beta"],"path":["assignments",""],"query":[{"key":"employee_id","value":"09ab931ef69c4c568152c3c327a35e1f","description":"filter assignments of employee","disabled":true},{"key":"project_id","value":"a54563496c27435d9a9b3b05f496d4c8","description":"filter assignments in poject","disabled":true},{"key":"status","value":"2","description":"fiter by status; 0 draft; 1 reserved 2 active; can by comma seprated list i.e. 1,2 ","disabled":true},{"key":"is_settled","value":"1","description":"get only settled or not settled assignemnts","disabled":true},{"key":"created_at","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Feb 2020 13:32:51 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.6.4"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Vary","value":"Accept, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-GrenadeHub-Api-Version","value":"1.0.6"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"4217"}],"cookie":[],"responseTime":null,"body":"{\n    \"paging\": {\n        \"page\": 1,\n        \"pageSize\": 100,\n        \"totalResults\": 150\n    },\n    \"items\": [\n        {\n            \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n            \"demand_id\": \"11434be0144b4202ac3525fd1b1b58fd\",\n            \"created_at\": \"2022-05-06T18:51:39.999551+02:00\",\n            \"start_date\": \"2022-06-01\",\n            \"end_date\": \"2022-06-07\",\n            \"starts_at\": \"2022-06-01T00:00:00+02:00\",  // DEPREACATED, use start_date\n            \"ends_at\": \"2022-06-07T23:59:59.999999+02:00\",  // DEPRECATED, use end_date\n            \"end_local_date\": \"2022-06-07\",  // DEPRECATED, use end_date\n            \"start_local_date\": \"2022-06-01\",  // DEPRECATED, use start_date\n            \"updated_at\": \"2022-05-06T18:51:39.999991+02:00\",\n            \"status\": 0,\n            \"staffer_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n            \"staffer_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n            \"label\": \"Label1\",\n            \"note\": \"Assignment for full time only on fridays\",\n            \"scheduling_mode\": 3,\n            \"reduce_billable_capacity\": false,\n            \"billable\": true,\n            \"project_role_id\": \"00e045cc6c2647619ed408696141da17\",\n            \"project_role_big_time_sid\": 47740,\n            \"color\": \"#E33B3B\",\n            \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n            \"project_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n            \"project_task_name\": \"Phase 1\",\n            \"actual_work\": 0,  // DEPRECATED\n            \"scheduled_work\": 480,\n            \"daily_data\": {\n                \"start\": \"2022-06-01\",\n                \"end\": \"2022-06-07\",\n                \"actual_work\": 0,  // DEPRECATED\n                \"scheduled_work\": [\n                    0,\n                    0,\n                    480,\n                    0,\n                    0,\n                    0,\n                    0\n                ]\n            },\n            \"off_hours_work\": false,\n            \"only_billable_work\": false,\n            \"scheduling_time_frame\": null,\n            \"scheduled_work_per_time_frame\": null,\n            \"adjust_scheduling_to_time_off\": false,\n            \"reduce_utilization_by_time_off\": null,\n            \"adjust_scheduling_to_public_holidays\": false,\n            \"reduce_utilization_by_public_holidays\": null,\n            \"capacity_based_load\": null,\n            \"assign_leftover_billable_capacity\": null,\n            \"work_by_capacity_per_monday\": null,\n            \"work_by_capacity_per_tuesday\": null,\n            \"work_by_capacity_per_wednesday\": null,\n            \"work_by_capacity_per_thursday\": null,\n            \"work_by_capacity_per_friday\": null,\n            \"work_by_capacity_per_saturday\": null,\n            \"work_by_capacity_per_sunday\": null,\n            \"work_per_monday\": 0,\n            \"work_per_tuesday\": 0,\n            \"work_per_wednesday\": 0,\n            \"work_per_thursday\": 0,\n            \"work_per_friday\": 480,\n            \"work_per_saturday\": 0,\n            \"work_per_sunday\": 0,\n            \"work_on_monday\": null,\n            \"work_on_tuesday\": null,\n            \"work_on_wednesday\": null,\n            \"work_on_thursday\": null,\n            \"work_on_friday\": null,\n            \"work_on_saturday\": null,\n            \"work_on_sunday\": null,\n            \"financial_scheduled_total_revenue\": {\n                \"amount\": 800,\n                \"currency\": \"PLN\"\n            },\n            \"financial_scheduled_total_cost\": {\n                \"amount\": 238.1,\n                \"currency\": \"PLN\"\n            },\n            \"financial_total_actual_cost\": null,  // DEPRECATED\n            \"financial_total_actual_revenue\": null,  // DEPRECATED\n            \"financial_actual_work_for_cost\": 0,  // DEPRECATED\n            \"financial_avg_cost_rate\": null,  // DEPRECATED\n            \"financial_avg_bill_rate\": {\n                \"amount\": 100,\n                \"currency\": \"PLN\"\n            },\n            \"financial_actual_work_for_revenue\": 0  // DEPRECATED\n        }\n    ]\n}"},{"id":"9e4fb4dd-529f-4877-ba55-3b05643f35c6","name":"List assignments without finance scope","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://foresight-api.bigtime.net/beta/assignments/","host":["https://foresight-api.bigtime.net/beta"],"path":["assignments",""],"query":[{"key":"employee_id","value":"09ab931ef69c4c568152c3c327a35e1f","description":"filter assignments of employee","disabled":true},{"key":"project_id","value":"a54563496c27435d9a9b3b05f496d4c8","description":"filter assignments in poject","disabled":true},{"key":"status","value":"2","description":"fiter by status; 0 draft; 1 reserved 2 active; can by comma seprated list i.e. 1,2 ","disabled":true},{"key":"is_settled","value":"1","description":"get only settled or not settled assignemnts","disabled":true},{"key":"created_at","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Feb 2020 13:32:51 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.6.4"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Vary","value":"Accept, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-GrenadeHub-Api-Version","value":"1.0.6"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"4217"}],"cookie":[],"responseTime":null,"body":"{\n    \"paging\": {\n        \"page\": 1,\n        \"pageSize\": 100,\n        \"totalResults\": 150\n    },\n    \"items\": [\n        {\n            \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n            \"demand_id\": \"11434be0144b4202ac3525fd1b1b58fd\",\n            \"created_at\": \"2022-05-06T18:51:39.999551+02:00\",\n            \"start_date\": \"2022-06-01\",\n            \"end_date\": \"2022-06-07\",\n            \"starts_at\": \"2022-06-01T00:00:00+02:00\",  // DEPRECATED, use start_date\n            \"ends_at\": \"2022-06-07T23:59:59.999999+02:00\",  // DEPRECATED, use end_date\n            \"end_local_date\": \"2022-06-07\",  // DEPRECATED, use end_date\n            \"start_local_date\": \"2022-06-01\",  // DEPRECATED, use start_date\n            \"updated_at\": \"2022-05-06T18:51:39.999991+02:00\",\n            \"status\": 0,\n            \"staffer_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n            \"staffer_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n            \"label\": \"Label1\",\n            \"note\": \"Assignment for full time only on fridays\",\n            \"scheduling_mode\": 3,\n            \"reduce_billable_capacity\": false,\n            \"billable\": true,\n            \"project_role_id\": \"00e045cc6c2647619ed408696141da17\",\n            \"project_role_big_time_sid\": 47740,\n            \"color\": \"#E33B3B\",\n            \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n            \"project_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n            \"project_task_name\": \"Phase 1\",\n            \"actual_work\": 0,  // DEPRECATED\n            \"scheduled_work\": 480,\n            \"daily_data\": {\n                \"start\": \"2022-06-01\",\n                \"end\": \"2022-06-07\",\n                \"actual_work\": 0,  // DEPRECATED\n                \"scheduled_work\": [\n                    0,\n                    0,\n                    480,\n                    0,\n                    0,\n                    0,\n                    0\n                ]\n            },\n            \"off_hours_work\": false,\n            \"only_billable_work\": false,\n            \"scheduling_time_frame\": null,\n            \"scheduled_work_per_time_frame\": null,\n            \"adjust_scheduling_to_time_off\": false,\n            \"reduce_utilization_by_time_off\": null,\n            \"adjust_scheduling_to_public_holidays\": false,\n            \"reduce_utilization_by_public_holidays\": null,\n            \"capacity_based_load\": null,\n            \"assign_leftover_billable_capacity\": null,\n            \"work_by_capacity_per_monday\": null,\n            \"work_by_capacity_per_tuesday\": null,\n            \"work_by_capacity_per_wednesday\": null,\n            \"work_by_capacity_per_thursday\": null,\n            \"work_by_capacity_per_friday\": null,\n            \"work_by_capacity_per_saturday\": null,\n            \"work_by_capacity_per_sunday\": null,\n            \"work_per_monday\": 0,\n            \"work_per_tuesday\": 0,\n            \"work_per_wednesday\": 0,\n            \"work_per_thursday\": 0,\n            \"work_per_friday\": 480,\n            \"work_per_saturday\": 0,\n            \"work_per_sunday\": 0,\n            \"work_on_monday\": null,\n            \"work_on_tuesday\": null,\n            \"work_on_wednesday\": null,\n            \"work_on_thursday\": null,\n            \"work_on_friday\": null,\n            \"work_on_saturday\": null,\n            \"work_on_sunday\": null\n        }\n    ]\n}"}],"_postman_id":"758c9651-a79e-4ff6-af00-b8c9be990527"},{"name":"Get assignment","id":"38dc42d0-37f0-4b44-9397-b21ce6551171","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"[{\r\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\r\n    \"demand_id\": \"11434be0144b4202ac3525fd1b1b58fd\",\r\n    \"created_at\": \"2022-05-06T18:51:39.999551+02:00\",\r\n    \"starts_at\": \"2022-06-01T00:00:00+02:00\",\r\n    \"ends_at\": \"2022-06-07T23:59:59.999999+02:00\",\r\n    \"end_local_date\": \"2022-06-07\",\r\n    \"start_local_date\": \"2022-06-01\",\r\n    \"updated_at\": \"2022-05-06T18:51:39.999991+02:00\",\r\n    \"status\": 0,\r\n    \"staffer_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"staffer_big_time_sid\": 47123872,\r\n    \"label\": \"Label1\",\r\n    \"note\": \"Assignment for full time only on fridays\",\r\n    \"scheduling_mode\": 3,\r\n    \"reduce_billable_capacity\": false,\r\n    \"billable\": true,\r\n    \"project_role_id\": [\r\n        \"00e045cc6c2647619ed408696141da17\"\r\n    ],\r\n    \"color\": \"#E33B3B\",\r\n    \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\r\n    \"project_big_time_sid\": 89123742,\r\n    \"project_task_id\": \"c2ba2eb9b50a4e45bc3987cc36b71279\",\r\n    \"project_task_big_time_sid\": 58493791,\r\n    \"project_task_name\": \"Phase 1\",\r\n    \"actual_work\": 0,\r\n    \"scheduled_work\": 480,\r\n    \"daily_data\": {\r\n    \"start\": \"2022-06-01\",\r\n    \"end\": \"2022-06-07\",\r\n    \"actual work\": [\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0\r\n],\r\n    \"scheduled_work\": [\r\n        0,\r\n        0,\r\n        480,\r\n        0,\r\n        0,\r\n        0,\r\n        0\r\n],\r\n    \"off_hours_work\": false,\r\n    \"only_billable_work\": false,\r\n    \"scheduling_time_frame\": null,\r\n    \"scheduled_work_per_time_frame\": null,\r\n    \"adjust_scheduling_to_time_off\": false,\r\n    \"reduce_utilization_by_time_off\": null,\r\n    \"adjust_scheduling_to_public_holidays\": false,\r\n    \"reduce_utilization_by_public_holidays\": null,\r\n    \"capacity_based_load\": null,\r\n    \"assign_leftover_billable_capacity\": null,\r\n    \"work_by_capacity_per_monday\": null,\r\n    \"work_by_capacity_per_tuesday\": null,\r\n    \"work_by_capacity_per_wednesday\": null,\r\n    \"work_by_capacity_per_thursday\": null,\r\n    \"work_by_capacity_per_friday\": null,\r\n    \"work_by_capacity_per_saturday\": null,\r\n    \"work_by_capacity_per_sunday\": null,\r\n    \"work_per_monday\": 0,\r\n    \"work_per_tuesday\": 0,\r\n    \"work_per_wednesday\": 0,\r\n    \"work_per_thursday\": 0,\r\n    \"work_per_friday\": 480,\r\n    \"work_per_saturday\": 0,\r\n    \"work_per_sunday\": 0,\r\n    \"work_on_monday\": null,\r\n    \"work_on_tuesday\": null,\r\n    \"work_on_wednesday\": null,\r\n    \"work_on_thursday\": null,\r\n    \"work_on_friday\": null,\r\n    \"work_on_saturday\": null,\r\n    \"work_on_sunday\": null,\r\n    \"financial_scheduled_total_revenue\": {\r\n        \"amount\": 800,\r\n        \"currency\": \"PLN\"\r\n        },\r\n        \"financial_scheduled_total_cost\": {\r\n            \"amount\": 238.1,\r\n            \"currency\": \"PLN\"\r\n        },\r\n        \"financial_total_actual_cost\": {\r\n            \"amount\": 0,\r\n            \"currency\": \"PLN\"\r\n        },\r\n        \"financial_total_actual_revenue\": {\r\n            \"amount\": 0,\r\n            \"currency\": \"PLN\"\r\n        },\r\n        \"financial_actual_work_for_cost\": 0,\r\n        \"financial_avg_cost_rate\": null,\r\n        \"financial_avg_bill_rate\": {\r\n            \"amount\": 100,\r\n            \"currency\": \"PLN\"\r\n        },\r\n        \"financial_actual_work_for_revenue\": 0\r\n}\r\n]\r\n","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/assignments/{assignemnt_uuid}/","description":"<p>Get a list of assignments. Results are paginated.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["assignments","{assignemnt_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[{"disabled":true,"description":{"content":"<p>filter assignments of employee</p>\n","type":"text/plain"},"key":"staffer_id","value":""},{"disabled":true,"description":{"content":"<p>filter assignments in poject</p>\n","type":"text/plain"},"key":"project_id","value":""},{"disabled":true,"description":{"content":"<p>fiter by status; 0 draft; 1 reserved 2 active; can by comma seprated list i.e. 1,2 </p>\n","type":"text/plain"},"key":"status","value":"2"},{"disabled":true,"description":{"content":"<p>get only assignments updated at this exact date</p>\n","type":"text/plain"},"key":"updated_at","value":"2020-11-18"},{"disabled":true,"description":{"content":"<p>get only assignments updated before this date and at that date</p>\n","type":"text/plain"},"key":"updated_before","value":"2020-12-16"},{"disabled":true,"description":{"content":"<p>get only assignments updated after this date and at that date</p>\n","type":"text/plain"},"key":"updated_after","value":"2020-11-10"},{"disabled":true,"description":{"content":"<p>get only assignments created at this exact date</p>\n","type":"text/plain"},"key":"created_at","value":"2020-10-12"},{"disabled":true,"description":{"content":"<p>get only assignments created before this date and at that date</p>\n","type":"text/plain"},"key":"created_before","value":"2020-10-12"},{"disabled":true,"description":{"content":"<p>get only assignments created after this date and at that date</p>\n","type":"text/plain"},"key":"created_after","value":"2020-12-12"}],"variable":[]}},"response":[{"id":"b991e8c8-3b32-425a-a466-082adb0b59d3","name":"Get assignment staffer with finance scope","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://foresight-api.bigtime.net/beta/assignments/{assignment_uuid}/","host":["https://foresight-api.bigtime.net/beta"],"path":["assignments","{assignment_uuid}",""],"query":[{"key":"employee_id","value":"","description":"filter assignments of employee","disabled":true},{"key":"project_id","value":"","description":"filter assignments in poject","disabled":true},{"key":"status","value":"2","description":"fiter by status; 0 draft; 1 reserved 2 active; can by comma seprated list i.e. 1,2 ","disabled":true},{"key":"is_settled","value":"1","description":"get only settled or not settled assignemnts","disabled":true},{"key":"hash_tag_id","value":"","disabled":true},{"key":"updated_at","value":"2020-11-18","description":"get only assignments updated at this exact date","disabled":true},{"key":"updated_before","value":"2020-12-16","description":"get only assignments updated before this date and at that date","disabled":true},{"key":"updated_after","value":"2020-11-10","description":"get only assignments updated after this date and at that date","disabled":true},{"key":"created_at","value":"2020-10-12","description":"get only assignments created at this exact date","disabled":true},{"key":"created_before","value":"2020-10-12","description":"get only assignments created before this date and at that date","disabled":true},{"key":"created_after","value":"2020-12-12","description":"get only assignments created after this date and at that date","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n    \"demand_id\": \"11434be0144b4202ac3525fd1b1b58fd\",\n    \"created_at\": \"2022-05-06T18:51:39.999551+02:00\",\n    \"start_date\": \"2022-06-01\",\n    \"end_date\": \"2022-06-07\",\n    \"starts_at\": \"2022-06-01T00:00:00+02:00\",  // DEPRECATED, use start_date\n    \"ends_at\": \"2022-06-07T23:59:59.999999+02:00\",  // DEPRECATED, use end_date\n    \"end_local_date\": \"2022-06-07\",  // DEPRECATED, use end_date\n    \"start_local_date\": \"2022-06-01\",  // DEPRECATED, use start_date\n    \"updated_at\": \"2022-05-06T18:51:39.999991+02:00\",\n    \"status\": 0,\n    \"staffer_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"staffer_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n    \"label\": \"Label1\",\n    \"note\": \"Assignment for full time only on fridays\",\n    \"scheduling_mode\": 3,\n    \"reduce_billable_capacity\": false,\n    \"billable\": true,\n    \"project_role_id\": \"00e045cc6c2647619ed408696141da17\",\n    \"project_role_big_time_sid\": 47740,\n    \"color\": \"#E33B3B\",\n    \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n    \"project_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n    \"project_task_name\": \"Phase 1\",\n    \"scheduled_work\": 480,\n    \"daily_data\": {\n        \"start\": \"2022-06-01\",\n        \"end\": \"2022-06-07\",\n        \"actual work\": 0,  // DEPRECATED\n        \"scheduled_work\": [\n            0,\n            0,\n            480,\n            0,\n            0,\n            0,\n            0\n        ]\n    },\n    \"off_hours_work\": false,\n    \"only_billable_work\": false,\n    \"scheduling_time_frame\": null,\n    \"scheduled_work_per_time_frame\": null,\n    \"adjust_scheduling_to_time_off\": false,\n    \"reduce_utilization_by_time_off\": null,\n    \"adjust_scheduling_to_public_holidays\": false,\n    \"reduce_utilization_by_public_holidays\": null,\n    \"capacity_based_load\": null,\n    \"assign_leftover_billable_capacity\": null,\n    \"work_by_capacity_per_monday\": null,\n    \"work_by_capacity_per_tuesday\": null,\n    \"work_by_capacity_per_wednesday\": null,\n    \"work_by_capacity_per_thursday\": null,\n    \"work_by_capacity_per_friday\": null,\n    \"work_by_capacity_per_saturday\": null,\n    \"work_by_capacity_per_sunday\": null,\n    \"work_per_monday\": 0,\n    \"work_per_tuesday\": 0,\n    \"work_per_wednesday\": 0,\n    \"work_per_thursday\": 0,\n    \"work_per_friday\": 480,\n    \"work_per_saturday\": 0,\n    \"work_per_sunday\": 0,\n    \"work_on_monday\": null,\n    \"work_on_tuesday\": null,\n    \"work_on_wednesday\": null,\n    \"work_on_thursday\": null,\n    \"work_on_friday\": null,\n    \"work_on_saturday\": null,\n    \"work_on_sunday\": null,\n    \"financial_scheduled_total_revenue\": {\n        \"amount\": 800,\n        \"currency\": \"PLN\"\n        },\n        \"financial_scheduled_total_cost\": {\n            \"amount\": 238.1,\n            \"currency\": \"PLN\"\n        },\n        \"financial_total_actual_cost\": null,  // DEPRECATED\n        \"financial_total_actual_revenue\": null,  // DEPRECATED\n        \"financial_actual_work_for_cost\": 0,  // DEPRECATED\n        \"financial_avg_cost_rate\": null,  // DEPRECATED\n        \"financial_avg_bill_rate\": {\n            \"amount\": 100,\n            \"currency\": \"PLN\"\n        },\n        \"financial_actual_work_for_revenue\": 0 // DEPRECATED\n}"},{"id":"c691440c-17d3-439f-b0d0-63e528c69930","name":"Get assignment staffer without finance scope","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://foresight-api.bigtime.net/beta/assignments/{assignment_uuid}/","host":["https://foresight-api.bigtime.net/beta"],"path":["assignments","{assignment_uuid}",""],"query":[{"key":"employee_id","value":"","description":"filter assignments of employee","disabled":true},{"key":"project_id","value":"","description":"filter assignments in poject","disabled":true},{"key":"status","value":"2","description":"fiter by status; 0 draft; 1 reserved 2 active; can by comma seprated list i.e. 1,2 ","disabled":true},{"key":"is_settled","value":"1","description":"get only settled or not settled assignemnts","disabled":true},{"key":"hash_tag_id","value":"","disabled":true},{"key":"updated_at","value":"2020-11-18","description":"get only assignments updated at this exact date","disabled":true},{"key":"updated_before","value":"2020-12-16","description":"get only assignments updated before this date and at that date","disabled":true},{"key":"updated_after","value":"2020-11-10","description":"get only assignments updated after this date and at that date","disabled":true},{"key":"created_at","value":"2020-10-12","description":"get only assignments created at this exact date","disabled":true},{"key":"created_before","value":"2020-10-12","description":"get only assignments created before this date and at that date","disabled":true},{"key":"created_after","value":"2020-12-12","description":"get only assignments created after this date and at that date","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n    \"demand_id\": \"11434be0144b4202ac3525fd1b1b58fd\",\n    \"created_at\": \"2022-05-06T18:51:39.999551+02:00\",\n    \"start_date\": \"2022-06-01\",\n    \"end_date\": \"2022-06-07\",\n    \"starts_at\": \"2022-06-01T00:00:00+02:00\",  // DEPRECATED, use start_date\n    \"ends_at\": \"2022-06-07T23:59:59.999999+02:00\",  // DEPRECATED, use end_date\n    \"end_local_date\": \"2022-06-07\",  // DEPRECATED, use end_date\n    \"start_local_date\": \"2022-06-01\",  // DEPRECATED, use start_date\n    \"updated_at\": \"2022-05-06T18:51:39.999991+02:00\",\n    \"status\": 0,\n    \"staffer_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"staffer_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n    \"label\": \"Label1\",\n    \"note\": \"Assignment for full time only on fridays\",\n    \"scheduling_mode\": 3,\n    \"reduce_billable_capacity\": false,\n    \"billable\": true,\n    \"project_role_id\": \"00e045cc6c2647619ed408696141da17\",\n    \"color\": \"#E33B3B\",\n    \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n    \"project_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n    \"project_role_big_time_sid\": 47740,\n    \"project_task_name\": \"Phase 1\",\n    \"actual_work\": 0,\n    \"scheduled_work\": 480,\n    \"daily_data\": {\n        \"start\": \"2022-06-01\",\n        \"end\": \"2022-06-07\",\n        \"actual work\": 0,  // DEPRECATED\n        \"scheduled_work\": [\n            0,\n            0,\n            480,\n            0,\n            0,\n            0,\n            0\n        ]\n    },\n    \"off_hours_work\": false,\n    \"only_billable_work\": false,\n    \"scheduling_time_frame\": null,\n    \"scheduled_work_per_time_frame\": null,\n    \"adjust_scheduling_to_time_off\": false,\n    \"reduce_utilization_by_time_off\": null,\n    \"adjust_scheduling_to_public_holidays\": false,\n    \"reduce_utilization_by_public_holidays\": null,\n    \"capacity_based_load\": null,\n    \"assign_leftover_billable_capacity\": null,\n    \"work_by_capacity_per_monday\": null,\n    \"work_by_capacity_per_tuesday\": null,\n    \"work_by_capacity_per_wednesday\": null,\n    \"work_by_capacity_per_thursday\": null,\n    \"work_by_capacity_per_friday\": null,\n    \"work_by_capacity_per_saturday\": null,\n    \"work_by_capacity_per_sunday\": null,\n    \"work_per_monday\": 0,\n    \"work_per_tuesday\": 0,\n    \"work_per_wednesday\": 0,\n    \"work_per_thursday\": 0,\n    \"work_per_friday\": 480,\n    \"work_per_saturday\": 0,\n    \"work_per_sunday\": 0,\n    \"work_on_monday\": null,\n    \"work_on_tuesday\": null,\n    \"work_on_wednesday\": null,\n    \"work_on_thursday\": null,\n    \"work_on_friday\": null,\n    \"work_on_saturday\": null,\n    \"work_on_sunday\": null\n}"}],"_postman_id":"38dc42d0-37f0-4b44-9397-b21ce6551171"},{"name":"Create assignment","id":"7cb00afd-0a58-4501-bf20-8877d7f3f886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"starts_at\": \"2022-06-01T00:00:00+02:00\",\r\n    \"ends_at\": \"2022-06-07T23:59:59.999999+02:00\",\r\n    \"demand_id\": \"11434be0144b4202ac3525fd1b1b58fd\",\r\n    \"status\": 0,\r\n    \"staffer_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"label\": \"Label1\",\r\n    \"note\": \"Assignment for full time only on fridays\",\r\n    \"scheduling_mode\": 3,\r\n    \"reduce_billable_capacity\": false,\r\n    \"billable\": true,\r\n    \"work_per_monday\": 0,\r\n    \"work_per_tuesday\": 0,\r\n    \"work_per_wednesday\": 0,\r\n    \"work_per_thursday\": 0,\r\n    \"work_per_friday\": 480,\r\n    \"work_per_saturday\": 0,\r\n    \"work_per_sunday\": 0,\r\n    \"adjust_scheduling_to_time_off\": false,\r\n    \"adjust_scheduling_to_public_holidays\": false,\r\n    \"off_hours_work\": false,\r\n    \"only_billable_work\": false,\r\n    \"assign_leftover_billable_capacity\":false\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/assignments/","description":"<p>It is currently not possible to set the bill rate source for an assignment via the API.</p>\n<h4 id=\"parameters\">Parameters</h4>\n<p><strong>Note:</strong> <em>staffer</em>, <em>project</em>, <em>project role</em> and <em>project task</em> can be set either by UUID or BigTime SID for convenience. API clients can choose beetwen these two values. This behaves accordingly to given table:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Related object</strong></th>\n<th><strong>Behavior</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>staffer</em></td>\n<td>XOR-like: UUID or BigTime SID <strong>must</strong> be set, but not both</td>\n</tr>\n<tr>\n<td><em>project</em></td>\n<td>XOR-like: UUID or BigTime SID <strong>must</strong> be set, but not both</td>\n</tr>\n<tr>\n<td><em>project role</em></td>\n<td>NAND-like: UUID or BigTime SID <strong>can</strong> be set, but not both. Default value is given if neither of them is set (or both are <code>null</code>)</td>\n</tr>\n<tr>\n<td><em>project task</em> (valid only if <em>TaskBasedResourcing</em> feature is enabled)</td>\n<td>NAND-like: UUID or BigTime SID <strong>can</strong> be set, but not both. Default value is given if neither of them is set (or both are <code>null</code>)</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"parameters-table\">Parameters Table</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Characteristic</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>Readonly</td>\n<td>uuid</td>\n<td>UUID of assignment</td>\n</tr>\n<tr>\n<td>demand_id</td>\n<td>Optional</td>\n<td>uuid</td>\n<td>UUID of Demand</td>\n</tr>\n<tr>\n<td>staffer_id</td>\n<td>Mutually exclusive with <code>staffer_big_time_sid</code> (XOR)</td>\n<td>uuid</td>\n<td>UUID of staffer which will be assigned to assignment</td>\n</tr>\n<tr>\n<td>staffer_big_time_sid</td>\n<td>Mutually exclusive with <code>staffer_id</code> (XOR)</td>\n<td>int</td>\n<td>BigTime SID of staffer which will be assigned to assignment</td>\n</tr>\n<tr>\n<td>project_id</td>\n<td>Mutually exclusive with <code>project_big_time_sid</code> (XOR)</td>\n<td>uuid</td>\n<td>UUID of project in which assignment will be created</td>\n</tr>\n<tr>\n<td>project_big_time_sid</td>\n<td>Mutually exclusive with <code>project_id</code> (XOR)</td>\n<td>int</td>\n<td>BigTime SID of project in which assignment will be created</td>\n</tr>\n<tr>\n<td>project_task_id</td>\n<td>Optional, but mutually exclusive with <code>project_task_big_time_sid</code> (NAND)</td>\n<td>uuid</td>\n<td>UUID of the project task that this assignment relates to. <strong>Warning:</strong> API clients can set project task only if <em>TaskBasedResourcing</em> feature is enabled, otherwise referencing project task is forbidden</td>\n</tr>\n<tr>\n<td>project_task_big_time_sid</td>\n<td>Optional, but mutually exclusive with <code>project_task_id</code> (NAND)</td>\n<td>int</td>\n<td>BigTime SID of project task that this assignment relates to. <strong>Warning:</strong> API clients can set project task only if <em>TaskBasedResourcing</em> feature is enabled, otherwise referencing project task is forbidden</td>\n</tr>\n<tr>\n<td>project_task_name</td>\n<td>Readonly</td>\n<td>string</td>\n<td>Name of the project task this assignment relates to. This field is only relevant if <em>TaskBasedResourcing</em> feature is enabled</td>\n</tr>\n<tr>\n<td>project_role_id</td>\n<td>Mutually exclusive with <code>project_role_big_time_sid</code> (XOR)</td>\n<td>uuid</td>\n<td>UUID of role that will be assigned to assignment</td>\n</tr>\n<tr>\n<td>project_role_big_time_sid</td>\n<td>Mutually exclusive with <code>project_role_id</code> (XOR)</td>\n<td>int</td>\n<td>SID of role that will be assigned to assignment</td>\n</tr>\n<tr>\n<td>start_local_date</td>\n<td>Required</td>\n<td>Date (YYYY-MM-DD)</td>\n<td>Starting date of an assignment. Parameter is write only, it means it is only available in request body. It response is represented as <em>starts_at</em> which is in datetime</td>\n</tr>\n<tr>\n<td>end_local_date</td>\n<td>Required</td>\n<td>Date (YYYY-MM-DD)</td>\n<td>End date of an assignment. Parameter is write only, it means it is only available in request body. It response is represented as <em>ends_at</em> which is in datetime</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime of creation of assignment</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime of last update of assignment</td>\n</tr>\n<tr>\n<td>starts_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime of start of assignment. Date is taken from start_local_date and time is added automatically</td>\n</tr>\n<tr>\n<td>ends_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime of end of assignment. Date is taken from end_local_date and time is added automatically</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Optional</td>\n<td>integer, default 0</td>\n<td>Available options:  <br />0 - Draft  <br />1 - Reserved  <br />2 - Active</td>\n</tr>\n<tr>\n<td>label</td>\n<td>Optional</td>\n<td>string</td>\n<td>Name of assignment</td>\n</tr>\n<tr>\n<td>note</td>\n<td>Optional</td>\n<td>string</td>\n<td>Additional information/description</td>\n</tr>\n<tr>\n<td>billable</td>\n<td>Optional</td>\n<td>boolean, default True</td>\n<td>stands for billable/paid assignments for the client</td>\n</tr>\n<tr>\n<td>color</td>\n<td>Readonly</td>\n<td>string</td>\n<td>RGB Color from project (#000000-#ffffff)</td>\n</tr>\n<tr>\n<td>off_hours_work</td>\n<td>Optional</td>\n<td>boolean, default False</td>\n<td>specify if assignments is off hours work</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"utilization-parameters\">Utilization Parameters</h4>\n<p>How to use Utilization can be seen <a href=\"https://primetric.zendesk.com/hc/en-us/articles/4421653638289-Lesson-9-Capacity-Utilization-how-are-they-calculated-in-Primetric-How-utilization-can-be-set-up-in-Primetric-\">Here</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Options</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>scheduling_mode</td>\n<td>Optional</td>\n<td>integer from range [0, 4], default 1</td>\n<td>Modes to decide which utilization type should be used.  <br />Available options:  <br />0 - No utilization  <br />1 - Capacity  <br />2 - Time frame  <br />3 - Weekday  <br />4 - Weekday by capacity</td>\n</tr>\n<tr>\n<td>scheduling_time_frame</td>\n<td>Semi-Optional</td>\n<td>integer from range [0, 3], default 0</td>\n<td>Option only available when _scheduling_mode=2 (Time Frame),_Available options:  <br />0 - Day  <br />1 - Week  <br />2 - Month  <br />3 - Assignment</td>\n</tr>\n<tr>\n<td>scheduled_work_per_time_frame</td>\n<td>Semi-Optional</td>\n<td>integer [minutes], default 480</td>\n<td>Option only available when scheduling_mode=2 (Time Frame), field say how many work in minutes in specific timeframe will be</td>\n</tr>\n<tr>\n<td>work_on_monday</td>\n<td>Semi-Optional</td>\n<td>boolean, default True</td>\n<td>Option only available when  <br />_scheduling_mode=1 or 2 (Capacity or Time Frame),*__<strong>Value tells if work is scheduled for this day.</strong>_<em>If value is *false</em> Monday would not be included in this assignment scheduling</td>\n</tr>\n<tr>\n<td>work_on_tuesday</td>\n<td>Semi-Optional</td>\n<td>boolean, default True</td>\n<td>Option only available when  <br />_scheduling_mode=1 or 2 (Capacity or Time Frame),*__<strong>Value tells if work is scheduled for this day.</strong>_<em>If value is *false</em> Tuesday would not be included in this assignment scheduling</td>\n</tr>\n<tr>\n<td>work_on_wednesday</td>\n<td>Semi-Optional</td>\n<td>boolean, default True</td>\n<td>Option only available when  <br /><em>scheduling_mode=1 or 2 (Capacity or Time Frame),</em> **Value tells if work is scheduled for this day.**If value is <em>false</em> Wednesday would not be included in this assignment scheduling</td>\n</tr>\n<tr>\n<td>work_on_thursday</td>\n<td>Semi-Optional</td>\n<td>boolean, default True</td>\n<td>Option only available when  <br /><em>scheduling_mode=1 or 2 (Capacity or Time Frame),</em> **Value tells if work is scheduled for this day.**If value is <em>false</em> Thursday would not be included in this assignment scheduling</td>\n</tr>\n<tr>\n<td>work_on_friday</td>\n<td>Semi-Optional</td>\n<td>boolean, default True</td>\n<td>Option only available when  <br /><em>scheduling_mode=1 or 2 (Capacity or Time Frame),</em> **Value tells if work is scheduled for this day.**If value is <em>false</em> Friday would not be included in this assignment scheduling</td>\n</tr>\n<tr>\n<td>work_on_saturday</td>\n<td>Semi-Optional</td>\n<td>boolean, default False</td>\n<td>Option only available when  <br /><em>scheduling_mode=1 or 2 (Capacity or Time Frame),</em> **Value tells if work is scheduled for this day.**If value is <em>true</em> Saturday would be included in this assignment scheduling</td>\n</tr>\n<tr>\n<td>work_on_sunday</td>\n<td>Semi-Optional</td>\n<td>boolean, default False</td>\n<td>Option only available when  <br /><em>scheduling_mode=1 or 2 (Capacity or Time Frame),</em> **Value tells if work is scheduled for this day.**If value is <em>true</em> Sunday would be included in this assignment scheduling</td>\n</tr>\n<tr>\n<td>adjust_scheduling_to_time_off</td>\n<td>Semi-Optional</td>\n<td>boolean, default True</td>\n<td>Scheduled utilization will be adjusted based on existing time-offs in this assignment. Option only available when *scheduling_mode=2 or 3 (Time Frame or Weekday)</td>\n</tr>\n<tr>\n<td>reduce_utilization_by_time_off</td>\n<td>Semi-Optional</td>\n<td>boolean, default true</td>\n<td>Option only available when _scheduling_mode=2 (Time Frame),_Available options:  <br /><code>true = Reduce utilization by time off</code>  <br /><code>false = Schedule utilization outside time off</code></td>\n</tr>\n<tr>\n<td>adjust_scheduling_to_public_holidays</td>\n<td>Semi-Optional</td>\n<td>boolean, default true</td>\n<td>Option only available when *scheduling_mode=2 or 3 (Time Frame or Weekday)</td>\n</tr>\n<tr>\n<td>reduce_utilization_by_public_holidays</td>\n<td>Semi-Optional</td>\n<td>boolean, default true</td>\n<td>Option only available when *scheduling_mode=2 (Time Frame)  <br /><code>true = Reduce utilization by public holidays</code>  <br />  <br /><code>false = Schedule utilization outside public holidays</code></td>\n</tr>\n<tr>\n<td>capacity_based_load</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=1 (Capacity)</td>\n</tr>\n<tr>\n<td>assign_leftover_billable_capacity</td>\n<td>Semi-Optional</td>\n<td>boolean</td>\n<td>Option only available when *scheduling_mode=1 (Capacity)</td>\n</tr>\n<tr>\n<td>work_per_monday</td>\n<td>Semi-Optional</td>\n<td>integer, default 480[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_tuesday</td>\n<td>Semi-Optional</td>\n<td>integer, default 480[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_wednesday</td>\n<td>Semi-Optional</td>\n<td>integer, default 480[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_thursday</td>\n<td>Semi-Optional</td>\n<td>integer, default 480[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_friday</td>\n<td>Semi-Optional</td>\n<td>integer, default 480[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_saturday</td>\n<td>Semi-Optional</td>\n<td>integer, default 0[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_sunday</td>\n<td>Semi-Optional</td>\n<td>integer, default 0[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_monday</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_tuesday</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_wednesday</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_thursday</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_friday</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_saturday</td>\n<td>Semi-Optional</td>\n<td>integer, default 0 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_sunday</td>\n<td>Semi-Optional</td>\n<td>integer, default 0 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.</td>\n</tr>\n<tr>\n<td>actual_work</td>\n<td>Readonly</td>\n<td>decimal</td>\n<td>Total input hours in minutes in this assignment, data based on time entries</td>\n</tr>\n<tr>\n<td>scheduled_work</td>\n<td>Readonly</td>\n<td>decimal</td>\n<td>Total scheduled minutes based on defined utilization and assignment date range</td>\n</tr>\n<tr>\n<td>daily_data</td>\n<td>Readonly</td>\n<td>object</td>\n<td>Params:  <br />start - date of first day of assignment or date of first logged time entry if time entry was created for date before assignment started.  <br />end - date of last day of assignment or date of last logged time entry if time entry was created for date after assignment ended.  <br />tracked - list of integers where each value is time tracked in minutes for each day between start and end.  <br />scheduled - list of integers where each value is time scheduled in minutes for each day between start and end.  <br /><strong>Start</strong> and <strong>end</strong> can be wider than range of assignment because time entry can be created outside of assignment dates ranges. If time entry is created outside of assignment range <em>scheduled</em> list is filled with 0 values for corresponding days</td>\n</tr>\n<tr>\n<td>off_hours_work</td>\n<td>Optional</td>\n<td>boolean, default False</td>\n<td>Specify if assignment is Off-Hours Work</td>\n</tr>\n<tr>\n<td>only_billable_work</td>\n<td>Optional</td>\n<td>boolean, default False</td>\n<td>Tells if only billable work can be logged in this assignment</td>\n</tr>\n<tr>\n<td>reduce_billable_capacity</td>\n<td>Optional</td>\n<td>boolean, default False</td>\n<td>Reduce billable capacity</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"financial-parameters-only-available-in-application-with-financial-scope\">Financial Parameters (only available in application with financial scope)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Financial data representing money are displayed as json objects which will be used below as \\\\\\\\*money object\\\\\\\\* with a structure\n{\n    \"amount\": amount of money ,\n    \"currency\": currency in iso-alpha3 format\n}\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Options</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>financial_scheduled_total_revenue</td>\n<td>Readonly</td>\n<td>money object</td>\n<td>Revenue calculated based on scheduled time and hour price</td>\n</tr>\n<tr>\n<td>financial_scheduled_total_cost</td>\n<td>Readonly</td>\n<td>money object</td>\n<td>Cost calculated based on scheduled time and budget mode in Organization currency</td>\n</tr>\n<tr>\n<td>financial_total_actual_revenue</td>\n<td>Readonly</td>\n<td>money object</td>\n<td>Revenue calculated based on logged time in assignment's worklogs and hour price in Client currency</td>\n</tr>\n<tr>\n<td>financial_total_actual_cost</td>\n<td>Readonly</td>\n<td>money object</td>\n<td>Cost calculated based on logged time in assignment's worklogs and budget mode in Organization currency</td>\n</tr>\n<tr>\n<td>financial_actual_work_for_cost</td>\n<td>Readonly</td>\n<td>integer</td>\n<td>Total logged minutes in this assignment</td>\n</tr>\n<tr>\n<td>financial_avg_cost_rate</td>\n<td>Semi-Optional</td>\n<td>decimal</td>\n<td>Shows assigned staffer's Cost Rate</td>\n</tr>\n<tr>\n<td>financial_avg_bill_rate</td>\n<td>Readonly</td>\n<td>money object</td>\n<td>Shows assigned staffer's Bill Rate</td>\n</tr>\n<tr>\n<td>financial_actual_work_for_revenue</td>\n<td>Readonly</td>\n<td>integer</td>\n<td>Total logged minutes in this assignment</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["assignments",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[{"disabled":true,"description":{"content":"<p>filter assignments of employee</p>\n","type":"text/plain"},"key":"staffer_id","value":"09ab931ef69c4c568152c3c327a35e1f"},{"disabled":true,"description":{"content":"<p>filter assignments in poject</p>\n","type":"text/plain"},"key":"project_id","value":"827e6aa342a64f8ba0565924266bbcf7"},{"disabled":true,"key":"page","value":"3"},{"disabled":true,"key":"status","value":"2"}],"variable":[]}},"response":[{"id":"668c1191-d4e7-4528-938d-9cfa0bdb584a","name":"Create assignment full staffer with financial access","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"start_date\": \"2022-06-01\",\r\n    \"end_date\": \"2022-06-07\",\r\n    \"status\": 0,\r\n    \"staffer_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\r\n    \"label\": \"Label1\",\r\n    \"note\": \"Assignment for full time only on fridays\",\r\n    \"scheduling_mode\": 3,\r\n    \"reduce_billable_capacity\": false,\r\n    \"billable\": true,\r\n    \"work_per_monday\": 0,\r\n    \"work_per_tuesday\": 0,\r\n    \"work_per_wednesday\": 0,\r\n    \"work_per_thursday\": 0,\r\n    \"work_per_friday\": 480,\r\n    \"work_per_saturday\": 0,\r\n    \"work_per_sunday\": 0,\r\n    \"adjust_scheduling_to_time_off\": false,\r\n    \"adjust_scheduling_to_public_holidays\": false,\r\n    \"off_hours_work\": false,\r\n    \"only_billable_work\": false,\r\n    \"assign_leftover_billable_capacity\":false\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://foresight-api.bigtime.net/beta/assignments/","host":["https://foresight-api.bigtime.net/beta"],"path":["assignments",""],"query":[{"key":"employee_id","value":"09ab931ef69c4c568152c3c327a35e1f","description":"filter assignments of employee","disabled":true},{"key":"project_id","value":"a54563496c27435d9a9b3b05f496d4c8","description":"filter assignments in poject","disabled":true},{"key":"status","value":"2","description":"fiter by status; 0 draft; 1 reserved 2 active; can by comma seprated list i.e. 1,2 ","disabled":true},{"key":"is_settled","value":"1","description":"get only settled or not settled assignemnts","disabled":true}]}},"status":"OK","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Feb 2020 13:32:51 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.6.4"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Vary","value":"Accept, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-GrenadeHub-Api-Version","value":"1.0.6"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"4217"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n    \"demand_id\": \"11434be0144b4202ac3525fd1b1b58fd\",\n    \"created_at\": \"2022-05-06T18:51:39.999551+02:00\",\n    \"start_date\": \"2022-06-01\",\n    \"end_date\": \"2022-06-07\",\n    \"starts_at\": \"2022-06-01T00:00:00+02:00\",  // DEPRECATED, use start_date\n    \"ends_at\": \"2022-06-07T23:59:59.999999+02:00\",  // DEPRECATED, use end_date\n    \"end_local_date\": \"2022-06-07\",  // DEPRECATED, use end_date\n    \"start_local_date\": \"2022-06-01\",  // DEPRECATED, use start_date\n    \"updated_at\": \"2022-05-06T18:51:39.999991+02:00\",\n    \"status\": 0,\n    \"staffer_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"staffer_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n    \"label\": \"Label1\",\n    \"note\": \"Assignment for full time only on fridays\",\n    \"scheduling_mode\": 3,\n    \"reduce_billable_capacity\": false,\n    \"billable\": true,\n    \"color\": \"#E33B3B\",\n    \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n    \"project_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n    \"project_task_name\": \"Phase 1\",\n    \"actual_work\": 0,  // DEPRECATED\n    \"scheduled_work\": 480,\n    \"daily_data\": {\n        \"start\": \"2022-06-01\",\n        \"end\": \"2022-06-07\",\n        \"actual work\": 0,  // DEPRECATED\n        \"scheduled_work\": [\n            0,\n            0,\n            480,\n            0,\n            0,\n            0,\n            0\n        ]\n    },\n    \"off_hours_work\": false,\n    \"only_billable_work\": false,\n    \"scheduling_time_frame\": null,\n    \"scheduled_work_per_time_frame\": null,\n    \"adjust_scheduling_to_time_off\": false,\n    \"reduce_utilization_by_time_off\": null,\n    \"adjust_scheduling_to_public_holidays\": false,\n    \"reduce_utilization_by_public_holidays\": null,\n    \"capacity_based_load\": null,\n    \"assign_leftover_billable_capacity\": null,\n    \"work_by_capacity_per_monday\": null,\n    \"work_by_capacity_per_tuesday\": null,\n    \"work_by_capacity_per_wednesday\": null,\n    \"work_by_capacity_per_thursday\": null,\n    \"work_by_capacity_per_friday\": null,\n    \"work_by_capacity_per_saturday\": null,\n    \"work_by_capacity_per_sunday\": null,\n    \"work_per_monday\": 0,\n    \"work_per_tuesday\": 0,\n    \"work_per_wednesday\": 0,\n    \"work_per_thursday\": 0,\n    \"work_per_friday\": 480,\n    \"work_per_saturday\": 0,\n    \"work_per_sunday\": 0,\n    \"work_on_monday\": null,\n    \"work_on_tuesday\": null,\n    \"work_on_wednesday\": null,\n    \"work_on_thursday\": null,\n    \"work_on_friday\": null,\n    \"work_on_saturday\": null,\n    \"work_on_sunday\": null,\n    \"financial_scheduled_total_revenue\": {\n        \"amount\": 800,\n        \"currency\": \"PLN\"\n    },\n    \"financial_scheduled_total_cost\": {\n         \"amount\": 238.1,\n         \"currency\": \"PLN\"\n    },\n    \"financial_total_actual_cost\": null,  // DEPRECATED\n    \"financial_total_actual_revenue\": null,  // DEPRECATED\n    \"financial_actual_work_for_cost\": 0,  // DEPRECATED\n    \"financial_avg_cost_rate\": null,  // DEPRECATED\n    \"financial_avg_bill_rate\": {\n        \"amount\": 100,\n        \"currency\": \"PLN\"\n    },\n    \"financial_actual_work_for_revenue\": 0  // DEPRECATED\n}"},{"id":"ba180b7f-b62a-4448-ad0f-ac1c33e93d07","name":"Create assignment minimal requirements Weekday by capacity utilization","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"start_date\": \"2022-06-01\",\r\n    \"end_date\": \"2022-06-07\",\r\n    \"staffer_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\r\n    \"scheduling_mode\": 4,\r\n    \"work_by_capacity_per_monday\": 100,\r\n    \"work_by_capacity_per_tuesday\": 100,\r\n    \"work_by_capacity_per_wednesday\": 100,\r\n    \"work_by_capacity_per_thursday\": 100,\r\n    \"work_by_capacity_per_friday\": 100,\r\n    \"work_by_capacity_per_saturday\": 0,\r\n    \"work_by_capacity_per_sunday\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://foresight-api.bigtime.net/beta/assignments/","host":["https://foresight-api.bigtime.net/beta"],"path":["assignments",""],"query":[{"key":"employee_id","value":"09ab931ef69c4c568152c3c327a35e1f","description":"filter assignments of employee","disabled":true},{"key":"project_id","value":"a54563496c27435d9a9b3b05f496d4c8","description":"filter assignments in poject","disabled":true},{"key":"status","value":"2","description":"fiter by status; 0 draft; 1 reserved 2 active; can by comma seprated list i.e. 1,2 ","disabled":true},{"key":"is_settled","value":"1","description":"get only settled or not settled assignemnts","disabled":true}]}},"status":"OK","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Feb 2020 13:32:51 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.6.4"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Vary","value":"Accept, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-GrenadeHub-Api-Version","value":"1.0.6"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"4217"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n    \"demand_id\": \"11434be0144b4202ac3525fd1b1b58fd\",\n    \"created_at\": \"2022-05-06T18:51:39.999551+02:00\",\n    \"start_date\": \"2022-06-01\",\n    \"end_date\": \"2022-06-07\",\n    \"starts_at\": \"2022-06-01T00:00:00+02:00\",  // DEPRECATED, use start_date\n    \"ends_at\": \"2022-06-07T23:59:59.999999+02:00\",  // DEPRECATED, use end_date\n    \"end_local_date\": \"2022-06-07\",  // DEPRECATED, use end_date\n    \"start_local_date\": \"2022-06-01\",  // DEPRECATED, use start_date\n    \"updated_at\": \"2022-05-06T18:51:39.999991+02:00\",\n    \"status\": 0,\n    \"staffer_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"staffer_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n    \"label\": \"Label1\",\n    \"note\": \"Assignment for full time only on fridays\",\n    \"scheduling_mode\": 4,\n    \"reduce_billable_capacity\": false,\n    \"billable\": true,\n    \"color\": \"#E33B3B\",\n    \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n    \"project_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n    \"project_task_name\": \"Phase 1\",\n    \"actual_work\": 0,  // DEPRECATED\n    \"scheduled_work\": 480,\n    \"daily_data\": {\n        \"start\": \"2022-06-01\",\n        \"end\": \"2022-06-07\",\n        \"actual work\": 0,  // DEPRECATED\n        \"scheduled_work\": [\n            0,\n            0,\n            480,\n            0,\n            0,\n            0,\n            0\n        ]\n    },\n    \"off_hours_work\": false,\n    \"only_billable_work\": false,\n    \"scheduling_time_frame\": null,\n    \"scheduled_work_per_time_frame\": null,\n    \"adjust_scheduling_to_time_off\": false,\n    \"reduce_utilization_by_time_off\": null,\n    \"adjust_scheduling_to_public_holidays\": false,\n    \"reduce_utilization_by_public_holidays\": null,\n    \"capacity_based_load\": null,\n    \"assign_leftover_billable_capacity\": null,\n    \"work_by_capacity_per_monday\": 100,\n    \"work_by_capacity_per_tuesday\": 100,\n    \"work_by_capacity_per_wednesday\": 100,\n    \"work_by_capacity_per_thursday\": 100,\n    \"work_by_capacity_per_friday\": 100,\n    \"work_by_capacity_per_saturday\": 0,\n    \"work_by_capacity_per_sunday\": 0,\n    \"work_per_monday\": null,\n    \"work_per_tuesday\": null,\n    \"work_per_wednesday\": null,\n    \"work_per_thursday\": null,\n    \"work_per_friday\": null,\n    \"work_per_saturday\": null,\n    \"work_per_sunday\": null,\n    \"work_on_monday\": null,\n    \"work_on_tuesday\": null,\n    \"work_on_wednesday\": null,\n    \"work_on_thursday\": null,\n    \"work_on_friday\": null,\n    \"work_on_saturday\": null,\n    \"work_on_sunday\": null,\n    \"financial_scheduled_total_revenue\": {\n        \"amount\": 800,\n        \"currency\": \"PLN\"\n    },\n    \"financial_scheduled_total_cost\": {\n         \"amount\": 238.1,\n         \"currency\": \"PLN\"\n    },\n    \"financial_total_actual_cost\": null,  // DEPRECATED\n    \"financial_total_actual_revenue\": null,  // DEPRECATED\n    \"financial_actual_work_for_cost\": 0,  // DEPRECATED\n    \"financial_avg_cost_rate\": null,  // DEPRECATED\n    \"financial_avg_bill_rate\": {\n        \"amount\": 100,\n        \"currency\": \"PLN\"\n    },\n    \"financial_actual_work_for_revenue\": 0  // DEPRECATED\n}"}],"_postman_id":"7cb00afd-0a58-4501-bf20-8877d7f3f886"},{"name":"Edit assignment","id":"0d4fa34a-7d19-4974-9226-5f7aaf1ebf7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"start_local_date\": \"2022-07-01\",\r\n    \"end_local_date\": \"2022-07-07\",\r\n    \"demand_id\": \"11434be0144b4202ac3525fd1b1b58fd\",\r\n    \"status\": 0,\r\n    \"project_role_id\":\"2da6415a48904e13b827a516e6b2499e\",\r\n    \"label\": \"Label1\",\r\n    \"note\": \"Assignment for full capacity\",\r\n    \"billable\":true,\r\n    \"scheduling_mode\": 1,\r\n    \"work_on_monday\": true,\r\n    \"work_on_tuesday\": true,\r\n    \"work_on_wednesday\": true,\r\n    \"work_on_thursday\": true,\r\n    \"work_on_friday\": true,\r\n    \"work_on_saturday\": false,\r\n    \"work_on_sunday\": false,\r\n    \"capacity_based_load\": 100,\r\n    \"off_hours_work\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/assignments/{assignmant_uuid}/","description":"<p>It is currently not possible to set the bill rate source for an assignment via the API.</p>\n<h4 id=\"parameters\">Parameters</h4>\n<p><strong>Note:</strong> <em>project role</em> and <em>project task</em> can be set either by UUID or BigTime SID for convenience. API clients can choose beetwen these two values. This behaves accordingly to given table:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Related object</strong></th>\n<th><strong>Behavior</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>project role</em></td>\n<td>NAND-like: UUID or BigTime SID <strong>can</strong> be set, but not both. Default value is given if neither of them is set (or both are <code>null</code>)</td>\n</tr>\n<tr>\n<td><em>project task</em> (valid only if <em>TaskBasedResourcing</em> feature is enabled)</td>\n<td>NAND-like: UUID or BigTime SID <strong>can</strong> be set, but not both. Default value is given if neither of them is set (or both are <code>null</code>)</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"parameters-table\">Parameters table</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Characteristic</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>Readonly</td>\n<td>uuid</td>\n<td>UUID of assignment</td>\n</tr>\n<tr>\n<td>demand_id</td>\n<td>Optional</td>\n<td>uuid</td>\n<td>UUID of Demand</td>\n</tr>\n<tr>\n<td>staffer_id</td>\n<td>Readonly</td>\n<td>uuid</td>\n<td>UUID of staffer assigned to assignment</td>\n</tr>\n<tr>\n<td>staffer_big_time_sid</td>\n<td>Readonly</td>\n<td>int</td>\n<td>BigTime SID of staffer assigned to assignment</td>\n</tr>\n<tr>\n<td>project_id</td>\n<td>Readonly</td>\n<td>uuid</td>\n<td>UUID of project assigned to assignment</td>\n</tr>\n<tr>\n<td>project_big_time_sid</td>\n<td>Readonly</td>\n<td>int</td>\n<td>BigTime SID of project assigned to assignment</td>\n</tr>\n<tr>\n<td>project_task_id</td>\n<td>Optional, but mutually exclusive with <code>project_task_big_time_sid</code> (NAND)</td>\n<td>uuid</td>\n<td>UUID of the project task that this assignment relates to. <strong>Warning:</strong> Changing task of assignment with existing worklogs is forbidden. <strong>Warning:</strong> API clients can set project task only if <em>TaskBasedResourcing</em> feature is enabled, otherwise referencing project task is forbidden</td>\n</tr>\n<tr>\n<td>project_task_big_time_sid</td>\n<td>Optional, but mutually exclusive with <code>project_task_id</code> (NAND)</td>\n<td>int</td>\n<td>BigTime SID of project task that this assignment relates to. <strong>Warning:</strong> Changing task of assignment with existing worklogs is forbidden. <strong>Warning:</strong> API clients can set project task only if <em>TaskBasedResourcing</em> feature is enabled, otherwise referencing project task is forbidden</td>\n</tr>\n<tr>\n<td>project_task_name</td>\n<td>Readonly</td>\n<td>string</td>\n<td>Name of the project task this assignment relates to. This field is only relevant if <em>TaskBasedResourcing</em> feature is enabled</td>\n</tr>\n<tr>\n<td>project_role_id</td>\n<td>Optional, but mutually exclusive with <code>project_role_big_time_sid</code> (NAND)</td>\n<td>uuid</td>\n<td>UUID of role that will be assigned to assignment</td>\n</tr>\n<tr>\n<td>project_role_big_time_sid</td>\n<td>Optional, but mutually exclusive with <code>project_role_id</code> (NAND)</td>\n<td>sid</td>\n<td>SID of role that will be assigned to assignment</td>\n</tr>\n<tr>\n<td>start_local_date</td>\n<td>Optional</td>\n<td>Date (YYYY-MM-DD)</td>\n<td>Starting date of an assignment. Parameter is write only, it means it is only available in request body. It response is represented as <em>starts_at</em> which is in datetime</td>\n</tr>\n<tr>\n<td>end_local_date</td>\n<td>Optional</td>\n<td>Date (YYYY-MM-DD)</td>\n<td>End date of an assignment. Parameter is write only, it means it is only available in request body. It response is represented as <em>ends_at</em> which is in datetime</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime of creation of assignment</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime of last update of assignment</td>\n</tr>\n<tr>\n<td>starts_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime of start of assignment. Date is taken from start_local_date and time is added automatically</td>\n</tr>\n<tr>\n<td>ends_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime of end of assignment. Date is taken from end_local_date and time is added automatically</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Optional</td>\n<td>integer, default 0</td>\n<td>Available options:  <br />0 - Draft  <br />1 - Reserved  <br />2 - Active</td>\n</tr>\n<tr>\n<td>label</td>\n<td>Optional</td>\n<td>string</td>\n<td>Name of assignment</td>\n</tr>\n<tr>\n<td>note</td>\n<td>Optional</td>\n<td>string</td>\n<td>Additional information/description</td>\n</tr>\n<tr>\n<td>billable</td>\n<td>Optional</td>\n<td>boolean, default True</td>\n<td>stands for billable/paid assignments for the client</td>\n</tr>\n<tr>\n<td>color</td>\n<td>Readonly</td>\n<td>string</td>\n<td>RGB Color from project (#000000-#ffffff)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"utilization-parameters\">Utilization Parameters</h4>\n<p>How to use Utilization can be accessed <a href=\"https://primetric.zendesk.com/hc/en-us/articles/4421653638289-Lesson-9-Capacity-Utilization-how-are-they-calculated-in-Primetric-How-utilization-can-be-set-up-in-Primetric-\">Here</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Options</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>scheduling_mode</td>\n<td>Optional</td>\n<td>integer from range [0, 4], default 1</td>\n<td>Modes to decide which utilization type should be used.  <br />Available options:  <br />0 - No utilization  <br />1 - Capacity  <br />2 - Time frame  <br />3 - Weekday  <br />4 - Weekday by capacity</td>\n</tr>\n<tr>\n<td>scheduling_time_frame</td>\n<td>Semi-Optional</td>\n<td>integer from range [0, 3], default 0</td>\n<td>Option only available when _scheduling_mode=2 (Time Frame),_Available options:  <br />0 - Day  <br />1 - Week  <br />2 - Month  <br />3 - Assignment</td>\n</tr>\n<tr>\n<td>scheduled_work_per_time_frame</td>\n<td>Semi-Optional</td>\n<td>integer [minutes], default 480</td>\n<td>Option only available when scheduling_mode=2 (Time Frame), field say how many work in minutes in specific timeframe will be</td>\n</tr>\n<tr>\n<td>work_on_monday</td>\n<td>Semi-Optional</td>\n<td>boolean, default True</td>\n<td>Option only available when  <br />_scheduling_mode=1 or 2 (Capacity or Time Frame),*__<strong>Value tells if work is scheduled for this day.</strong>_<em>If value is *false</em> Monday would not be included in this assignment scheduling</td>\n</tr>\n<tr>\n<td>work_on_tuesday</td>\n<td>Semi-Optional</td>\n<td>boolean, default True</td>\n<td>Option only available when  <br />_scheduling_mode=1 or 2 (Capacity or Time Frame),*__<strong>Value tells if work is scheduled for this day.</strong>_<em>If value is *false</em> Tuesday would not be included in this assignment scheduling</td>\n</tr>\n<tr>\n<td>work_on_wednesday</td>\n<td>Semi-Optional</td>\n<td>boolean, default True</td>\n<td>Option only available when  <br /><em>scheduling_mode=1 or 2 (Capacity or Time Frame),</em> **Value tells if work is scheduled for this day.**If value is <em>false</em> Wednesday would not be included in this assignment scheduling</td>\n</tr>\n<tr>\n<td>work_on_thursday</td>\n<td>Semi-Optional</td>\n<td>boolean, default True</td>\n<td>Option only available when  <br /><em>scheduling_mode=1 or 2 (Capacity or Time Frame),</em> **Value tells if work is scheduled for this day.**If value is <em>false</em> Thursday would not be included in this assignment scheduling</td>\n</tr>\n<tr>\n<td>work_on_friday</td>\n<td>Semi-Optional</td>\n<td>boolean, default True</td>\n<td>Option only available when  <br /><em>scheduling_mode=1 or 2 (Capacity or Time Frame),</em> **Value tells if work is scheduled for this day.**If value is <em>false</em> Friday would not be included in this assignment scheduling</td>\n</tr>\n<tr>\n<td>work_on_saturday</td>\n<td>Semi-Optional</td>\n<td>boolean, default False</td>\n<td>Option only available when  <br /><em>scheduling_mode=1 or 2 (Capacity or Time Frame),</em> **Value tells if work is scheduled for this day.**If value is <em>true</em> Saturday would be included in this assignment scheduling</td>\n</tr>\n<tr>\n<td>work_on_sunday</td>\n<td>Semi-Optional</td>\n<td>boolean, default False</td>\n<td>Option only available when  <br /><em>scheduling_mode=1 or 2 (Capacity or Time Frame),</em> **Value tells if work is scheduled for this day.**If value is <em>true</em> Sunday would be included in this assignment scheduling</td>\n</tr>\n<tr>\n<td>adjust_scheduling_to_time_off</td>\n<td>Semi-Optional</td>\n<td>boolean, default True</td>\n<td>Scheduled utilization will be adjusted based on existing time-offs in this assignment. Option only available when *scheduling_mode=2 or 3 (Time Frame or Weekday)</td>\n</tr>\n<tr>\n<td>reduce_utilization_by_time_off</td>\n<td>Semi-Optional</td>\n<td>boolean, default true</td>\n<td>Option only available when _scheduling_mode=2 (Time Frame),_Available options:  <br /><code>true = Reduce utilization by time off</code>  <br /><code>false = Schedule utilization outside time off</code></td>\n</tr>\n<tr>\n<td>adjust_scheduling_to_public_holidays</td>\n<td>Semi-Optional</td>\n<td>boolean, default true</td>\n<td>Option only available when *scheduling_mode=2 or 3 (Time Frame or Weekday)</td>\n</tr>\n<tr>\n<td>reduce_utilization_by_public_holidays</td>\n<td>Semi-Optional</td>\n<td>boolean, default true</td>\n<td>Option only available when *scheduling_mode=2 (Time Frame)  <br /><code>true = Reduce utilization by public holidays</code>  <br />  <br /><code>false = Schedule utilization outside public holidays</code></td>\n</tr>\n<tr>\n<td>capacity_based_load</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=1 (Capacity)</td>\n</tr>\n<tr>\n<td>assign_leftover_billable_capacity</td>\n<td>Semi-Optional</td>\n<td>boolean</td>\n<td>Option only available when *scheduling_mode=1 (Capacity)</td>\n</tr>\n<tr>\n<td>work_per_monday</td>\n<td>Semi-Optional</td>\n<td>integer, default 480[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_tuesday</td>\n<td>Semi-Optional</td>\n<td>integer, default 480[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_wednesday</td>\n<td>Semi-Optional</td>\n<td>integer, default 480[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_thursday</td>\n<td>Semi-Optional</td>\n<td>integer, default 480[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_friday</td>\n<td>Semi-Optional</td>\n<td>integer, default 480[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_saturday</td>\n<td>Semi-Optional</td>\n<td>integer, default 0[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_sunday</td>\n<td>Semi-Optional</td>\n<td>integer, default 0[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_monday</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_tuesday</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_wednesday</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_thursday</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_friday</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_saturday</td>\n<td>Semi-Optional</td>\n<td>integer, default 0 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_sunday</td>\n<td>Semi-Optional</td>\n<td>integer, default 0 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.</td>\n</tr>\n<tr>\n<td>actual_work</td>\n<td>Readonly</td>\n<td>decimal</td>\n<td>Total input hours in minutes in this assignment, data based on time entries</td>\n</tr>\n<tr>\n<td>scheduled_work</td>\n<td>Readonly</td>\n<td>decimal</td>\n<td>Total scheduled minutes based on defined utilization and assignment date range</td>\n</tr>\n<tr>\n<td>daily_data</td>\n<td>Readonly</td>\n<td>object</td>\n<td>Params:  <br />start - date of first day of assignment or date of first logged time entry if time entry was created for date before assignment started.  <br />end - date of last day of assignment or date of last logged time entry if time entry was created for date after assignment ended.  <br />tracked - list of integers where each value is time tracked in minutes for each day between start and end.  <br />scheduled - list of integers where each value is time scheduled in minutes for each day between start and end.  <br /><strong>Start</strong> and <strong>end</strong> can be wider than range of assignment because time entry can be created outside of assignment dates ranges. If time entry is created outside of assignment range <em>scheduled</em> list is filled with 0 values for corresponding days</td>\n</tr>\n<tr>\n<td>off_hours_work</td>\n<td>Optional</td>\n<td>boolean, default False</td>\n<td>Specify if assignment is Off-Hours Work</td>\n</tr>\n<tr>\n<td>only_billable_work</td>\n<td>Optional</td>\n<td>boolean, default False</td>\n<td>Tells if only billable work can be logged in this assignment</td>\n</tr>\n<tr>\n<td>reduce_billable_capacity</td>\n<td>Optional</td>\n<td>boolean, default False</td>\n<td>Reduce billable capacity</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"financial-parameters-only-available-in-application-with-financial-scope\">Financial Parameters (only available in application with financial scope)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Financial data representing money are displayed as json objects which will be used below as \\\\\\\\\\\\*money object\\\\\\\\\\\\* with a structure\n{\n    \"amount\": amount of money ,\n    \"currency\": currency in iso-alpha3 format\n}\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Options</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>financial_scheduled_total_revenue</td>\n<td>Readonly</td>\n<td>money object</td>\n<td>Revenue calculated based on scheduled time and hour price</td>\n</tr>\n<tr>\n<td>financial_scheduled_total_cost</td>\n<td>Readonly</td>\n<td>money object</td>\n<td>Cost calculated based on scheduled time and budget mode in Organization currency</td>\n</tr>\n<tr>\n<td>financial_total_actual_revenue</td>\n<td>Readonly</td>\n<td>money object</td>\n<td>Revenue calculated based on logged time in assignment's time entries and hour price in Client currency</td>\n</tr>\n<tr>\n<td>financial_total_actual_cost</td>\n<td>Readonly</td>\n<td>money object</td>\n<td>Cost calculated based on logged time in assignment's time entries and budget mode in Organization currency</td>\n</tr>\n<tr>\n<td>financial_actual_work_for_cost</td>\n<td>Readonly</td>\n<td>integer</td>\n<td>Total logged minutes in this assignment</td>\n</tr>\n<tr>\n<td>financial_avg_cost_rate</td>\n<td>Semi-Optional</td>\n<td>decimal</td>\n<td>Shows assigned staffer's Cost Rate</td>\n</tr>\n<tr>\n<td>financial_avg_bill_rate</td>\n<td>Readonly</td>\n<td>money object</td>\n<td>Shows assigned staffer's Bill Rate</td>\n</tr>\n<tr>\n<td>financial_actual_work_for_revenue</td>\n<td>Readonly</td>\n<td>integer</td>\n<td>Total logged minutes in this assignment</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["assignments","{assignmant_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"30ee558c-fcd8-4c15-be36-c82835d9918d","name":"Edit assignment","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"start_local_date\": \"2022-07-01\",\r\n    \"end_local_date\": \"2022-07-07\",\r\n    \"status\": 0,\r\n    \"project_role_id\":\"2da6415a48904e13b827a516e6b2499e\",\r\n    \"label\": \"Label1\",\r\n    \"note\": \"Assignment for full capacity\",\r\n    \"billable\":true,\r\n    \"scheduling_mode\": 1,\r\n    \"work_on_monday\": true,\r\n    \"work_on_tuesday\": true,\r\n    \"work_on_wednesday\": true,\r\n    \"work_on_thursday\": true,\r\n    \"work_on_friday\": true,\r\n    \"work_on_saturday\": false,\r\n    \"work_on_sunday\": false,\r\n    \"capacity_based_load\": 100,\r\n    \"off_hours_work\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/assignments/{{assignment_uuid}}/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n    \"demand_id\": \"11434be0144b4202ac3525fd1b1b58fd\",\n    \"created_at\": \"2022-05-06T18:51:39.999551+02:00\",\n    \"starts_at\": \"2022-06-01T00:00:00+02:00\",\n    \"ends_at\": \"2022-06-07T23:59:59.999999+02:00\",\n    \"end_local_date\": \"2022-06-07\",\n    \"start_local_date\": \"2022-06-01\",\n    \"updated_at\": \"2022-05-06T18:51:39.999991+02:00\",\n    \"status\": 0,\n    \"staffer_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"staffer_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n    \"project_task_name\": \"Phase 1\",\n    \"label\": \"Label1\",\n    \"note\": \"Assignment for full time only on fridays\",\n    \"scheduling_mode\": 1,\n    \"reduce_billable_capacity\": false,\n    \"billable\": true,\n    \"project_role_id\": [\n        \"00e045cc6c2647619ed408696141da17\"\n    ],\n    \"color\": \"#E33B3B\",\n    \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n    \"project_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\n    \"actual_work\": 0,\n    \"scheduled_work\": 480,\n    \"daily_data\": {\n    \"start\": \"2022-06-01\",\n    \"end\": \"2022-06-07\",\n    \"actual work\": [\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0\n],\n    \"scheduled_work\": [\n        168,\n        168,\n        168,\n        168,\n        168,\n        0,\n        0\n],\n    \"off_hours_work\": false,\n    \"only_billable_work\": false,\n    \"scheduling_time_frame\": null,\n    \"scheduled_work_per_time_frame\": null,\n    \"adjust_scheduling_to_time_off\": false,\n    \"reduce_utilization_by_time_off\": null,\n    \"adjust_scheduling_to_public_holidays\": false,\n    \"reduce_utilization_by_public_holidays\": null,\n    \"capacity_based_load\": 100,\n    \"assign_leftover_billable_capacity\": null,\n    \"work_by_capacity_per_monday\": null,\n    \"work_by_capacity_per_tuesday\": null,\n    \"work_by_capacity_per_wednesday\": null,\n    \"work_by_capacity_per_thursday\": null,\n    \"work_by_capacity_per_friday\": null,\n    \"work_by_capacity_per_saturday\": null,\n    \"work_by_capacity_per_sunday\": null,\n    \"work_per_monday\": 0,\n    \"work_per_tuesday\": 0,\n    \"work_per_wednesday\": 0,\n    \"work_per_thursday\": 0,\n    \"work_per_friday\": 0,\n    \"work_per_saturday\": 0,\n    \"work_per_sunday\": 0,\n    \"work_on_monday\": true,\n    \"work_on_tuesday\": true,\n    \"work_on_wednesday\": true,\n    \"work_on_thursday\": true,\n    \"work_on_friday\": true,\n    \"work_on_saturday\": false,\n    \"work_on_sunday\": false,\n    \"financial_scheduled_total_revenue\": {\n        \"amount\": 800,\n        \"currency\": \"PLN\"\n    },\n    \"financial_scheduled_total_cost\": {\n         \"amount\": 238.1,\n         \"currency\": \"PLN\"\n    },\n    \"financial_total_actual_cost\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\"\n    },\n    \"financial_total_actual_revenue\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\"\n    },\n    \"financial_actual_work_for_cost\": 0,\n    \"financial_avg_cost_rate\": null,\n    \"financial_avg_bill_rate\": {\n        \"amount\": 100,\n        \"currency\": \"PLN\"\n    },\n    \"financial_actual_work_for_revenue\": 0\n}"}],"_postman_id":"0d4fa34a-7d19-4974-9226-5f7aaf1ebf7e"},{"name":"Remove assignment","id":"8bc76ec4-73c3-4a24-813f-f542080b5c39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/assignments/{assignment_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["assignments","{assignment_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"8bc76ec4-73c3-4a24-813f-f542080b5c39"},{"name":"List deleted assignments' ids","id":"3dccd3c7-f68e-439e-a66b-9f0c8604e796","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/assignments/deleted_ids/","description":"<p>Get a list of ids for deleted assignments. Results include only assignments removed in last 31 days. Further filtering is only applied to filtered assignments from these 31 days</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["assignments","deleted_ids",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[{"disabled":true,"description":{"content":"<p>get assignment's ids after this date with this date included</p>\n","type":"text/plain"},"key":"deleted_after","value":"2021-11-18"},{"disabled":true,"description":{"content":"<p>get assignment's ids before this date with this date included</p>\n","type":"text/plain"},"key":"deleted_before","value":"2021-12-05"}],"variable":[]}},"response":[{"id":"d8b2b107-0c95-4313-afee-99fc0aba0a65","name":"List deleted assignments' ids","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://foresight-api.bigtime.net/beta/assignments/deleted_ids/","host":["https://foresight-api.bigtime.net/beta"],"path":["assignments","deleted_ids",""],"query":[{"key":"deleted_after","value":null,"disabled":true},{"key":"deleted_before","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Feb 2020 13:32:51 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.6.4"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-GrenadeHub-Api-Version","value":"1.0.6"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"4217"}],"cookie":[],"responseTime":null,"body":"[\n    \"50011bd11b034526bd248477b251aca6\",\n    \"e856e98ed4384b509e805dacb1ec27c5\",\n    \"e443a6e1dd014b60b7b49a6a0f24cbfb\",\n    \"e4ba6c9937664572a85c33221f72dac7\",\n    \"4d67da2998a648e9857d930c0237e21a\",\n    \"d4d0a25cc737433d8c6428aa981e633f\",\n    \"6dd95b8858484d28827ec794eac12158\",\n    \"5e5d5a61442c4d4eaa8804b1b7993b82\",\n    \"9199e054987b42d98b0c3d7897c5cda1\",\n    \"4d20a252782a42feb04e67262176cec2\",\n    \"df2bcaf5ec424315b8d73f51fb8cafff\"\n]"}],"_postman_id":"3dccd3c7-f68e-439e-a66b-9f0c8604e796"}],"id":"561e456a-978b-4188-becd-f19bc036f86d","_postman_id":"561e456a-978b-4188-becd-f19bc036f86d","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}}},{"name":"Demands","item":[{"name":"List demands","id":"00d75eff-b349-4b8e-851d-c993b0128618","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/demands/?seniority_id=","description":"<p>Get a list of demands. Results are paginated.</p>\n<p>Fields only available with financial scope</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"financial_cost_rate\",\n\"financial_bill_rate\",\n\"financial_scheduled_total_cost\",\n\"financial_scheduled_total_revenue\",\n\n</code></pre>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["demands",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[{"disabled":true,"description":{"content":"<p>filter demands based on role</p>\n","type":"text/plain"},"key":"role_id","value":""},{"disabled":true,"description":{"content":"<p>filter demands based on project uuid</p>\n","type":"text/plain"},"key":"project_id","value":""},{"disabled":true,"description":{"content":"<p>filter demands based on project sid</p>\n","type":"text/plain"},"key":"project_big_time_sid","value":""},{"description":{"content":"<p>filter demands based on seniority</p>\n","type":"text/plain"},"key":"seniority_id","value":""},{"disabled":true,"description":{"content":"<p>filter demands based on demand_custom_id</p>\n","type":"text/plain"},"key":"demand_custom_id","value":""}],"variable":[]}},"response":[{"id":"75cb56c6-9f22-41fd-bdbf-a041b56ddf9f","name":"List demands","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://foresight-api.bigtime.net/beta/demands/","host":["https://foresight-api.bigtime.net/beta"],"path":["demands",""],"query":[{"key":"role_id","value":"","description":"filter demands based on role","disabled":true},{"key":"project_id","value":"","description":"filter demands in poject","disabled":true},{"key":"seniority_id","value":null,"description":"filter demands based on seniority","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"paging\": {\n        \"page\": 1,\n        \"pageSize\": 50,\n        \"totalResults\": 2\n    },\n    \"items\": [\n        {\n            \"uuid\": \"9187126b4cea4005a257a3bf0e24af6d\",\n            \"demand_custom_id\": 2345,\n            \"start_date\": \"2024-04-02\",\n            \"end_date\": \"2025-12-31\",\n            \"starts_at\": \"2024-04-02T00:00:00+02:00\",  // DEPRECATED, use start_date\n            \"ends_at\": \"2025-12-31T23:59:59.999999+01:00\",  // DEPRECATED, use end_date\n            \"start_local_date\": \"2024-04-02\",  // DEPRECATED, use start_date\n            \"end_local_date\": \"2025-12-31\",  // DEPRECATED, use end_date\n            \"role_id\": \"43f498fa7731476fa4ce6acccf4cf63c\",\n            \"role_big_time_sid\": 1234,\n            \"seniority_id\": null,\n            \"project_id\": \"f6bdb98f14d745308e55341745716937\",\n            \"project_big_time_sid\": 1,\n            \"project_task_id\": \"c2ba2eb9b50a4e45bc3987cc36b71279\",\n            \"project_task_big_time_sid\": 58493791,\n            \"project_task_name\": \"Phase 1\",\n            \"department_id\": \"1237126b4cea4005a257a3bf0e24af6d\",\n            \"department_big_time_sid\": 2345,\n            \"certificate_ids\": [\"abbdb98f14d745308e55341745716937\"],\n            \"cost_center_1_big_time_sid\": 1111,\n            \"cost_center_2_big_time_sid\": null,\n            \"cost_center_3_big_time_sid\": null,\n            \"note\": null,\n            \"demand_time\": 0,\n            \"scheduled_time\": 0.0,\n            \"scheduling_mode\": 1,\n            \"adjust_scheduling_to_public_holidays\": null,\n            \"reduce_utilization_by_public_holidays\": null,\n            \"capacity_based_load\": 100,\n            \"scheduling_time_frame\": null,\n            \"scheduled_work_per_time_frame\": null,\n            \"work_per_monday\": null,\n            \"work_per_tuesday\": null,\n            \"work_per_wednesday\": null,\n            \"work_per_thursday\": null,\n            \"work_per_friday\": null,\n            \"work_per_saturday\": null,\n            \"work_per_sunday\": null,\n            \"work_by_capacity_per_monday\": null,\n            \"work_by_capacity_per_tuesday\": null,\n            \"work_by_capacity_per_wednesday\": null,\n            \"work_by_capacity_per_thursday\": null,\n            \"work_by_capacity_per_friday\": null,\n            \"work_by_capacity_per_saturday\": null,\n            \"work_by_capacity_per_sunday\": null,\n            \"work_on_monday\": true,\n            \"work_on_tuesday\": true,\n            \"work_on_wednesday\": true,\n            \"work_on_thursday\": true,\n            \"work_on_friday\": true,\n            \"work_on_saturday\": false,\n            \"work_on_sunday\": false,\n            \"off_hours_work\": false,\n            \"skills\": [],\n            \"financial_cost_rate\": \"0.00\",\n            \"financial_bill_rate\": \"0.00\",\n            \"financial_scheduled_total_cost\": \"0.00\",\n            \"financial_scheduled_total_revenue\": \"0.00\",\n            \"custom_attributes\": [\n                {\n                    \"slug\": \"name\",\n                    \"value\": [\n                        \"value\"\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"00d75eff-b349-4b8e-851d-c993b0128618"},{"name":"Get demand","id":"7e5f6386-0cf4-40ce-bd2c-7f05ddb06485","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/demands/{demand_uuid}/","description":"<p>Get a demand.</p>\n<p>Fields only available with financial scope</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"financial_cost_rate\",\n\"financial_bill_rate\",\n\"financial_scheduled_total_cost\",\n\"financial_scheduled_total_revenue\",\n\n</code></pre>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["demands","{demand_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"09d0c255-68a5-4dde-98e2-6cba17f3fff6","name":"Get demand","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/demands/{demand_uuid}/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"9187126b4cea4005a257a3bf0e24af6d\",\n    \"demand_custom_id\": 2345,\n    \"start_date\": \"2024-04-02\",\n    \"end_date\": \"2025-12-31\",\n    \"starts_at\": \"2024-04-02T00:00:00+02:00\",  // DEPRECATED, use start_date\n    \"ends_at\": \"2025-12-31T23:59:59.999999+01:00\",  // DEPRECATED, use end_date\n    \"start_local_date\": \"2024-04-02\",  // DEPRECATED, use start_date\n    \"end_local_date\": \"2025-12-31\",  // DEPRECATED, use end_date\n    \"role_id\": \"43f498fa7731476fa4ce6acccf4cf63c\",\n    \"role_big_time_sid\": 1234,\n    \"seniority_id\": null,\n    \"project_id\": \"f6bdb98f14d745308e55341745716937\",\n    \"project_big_time_sid\": 1,\n    \"project_task_id\": \"c2ba2eb9b50a4e45bc3987cc36b71279\",\n    \"project_task_big_time_sid\": 58493791,\n    \"project_task_name\": \"Phase 1\",\n    \"department_id\": \"1237126b4cea4005a257a3bf0e24af6d\",\n    \"department_big_time_sid\": 2345,\n    \"certificate_ids\": [\"abbdb98f14d745308e55341745716937\"],\n    \"cost_center_1_big_time_sid\": 1111,\n    \"cost_center_2_big_time_sid\": null,\n    \"cost_center_3_big_time_sid\": null,\n    \"note\": null,\n    \"demand_time\": 0,\n    \"scheduled_time\": 0.0,\n    \"scheduling_mode\": 1,\n    \"adjust_scheduling_to_public_holidays\": null,\n    \"reduce_utilization_by_public_holidays\": null,\n    \"capacity_based_load\": 100,\n    \"scheduling_time_frame\": null,\n    \"scheduled_work_per_time_frame\": null,\n    \"work_per_monday\": null,\n    \"work_per_tuesday\": null,\n    \"work_per_wednesday\": null,\n    \"work_per_thursday\": null,\n    \"work_per_friday\": null,\n    \"work_per_saturday\": null,\n    \"work_per_sunday\": null,\n    \"work_by_capacity_per_monday\": null,\n    \"work_by_capacity_per_tuesday\": null,\n    \"work_by_capacity_per_wednesday\": null,\n    \"work_by_capacity_per_thursday\": null,\n    \"work_by_capacity_per_friday\": null,\n    \"work_by_capacity_per_saturday\": null,\n    \"work_by_capacity_per_sunday\": null,\n    \"work_on_monday\": true,\n    \"work_on_tuesday\": true,\n    \"work_on_wednesday\": true,\n    \"work_on_thursday\": true,\n    \"work_on_friday\": true,\n    \"work_on_saturday\": false,\n    \"work_on_sunday\": false,\n    \"off_hours_work\": false,\n    \"skills\": [],\n    \"financial_cost_rate\": \"0.00\",\n    \"financial_bill_rate\": \"0.00\",\n    \"financial_scheduled_total_cost\": \"0.00\",\n    \"financial_scheduled_total_revenue\": \"0.00\",\n    \"custom_attributes\": [\n        {\n            \"slug\": \"name\",\n            \"value\": [\n                \"value\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"7e5f6386-0cf4-40ce-bd2c-7f05ddb06485"},{"name":"Create demand","id":"9c06b216-c6b9-4836-b16c-650fd6c1f5fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"start_date\": \"2022-06-01\",\r\n    \"end_date\": \"2022-06-07\",\r\n    \"status\": 0,\r\n    \"role_id\": \"e7c889ca918645869dd688e8487f1a01\",\r\n    // \"demand_custom_id\": 1251,  // optional, auto-generated by default (incrementally)\r\n    // \"project_id\": \"d217493ec62b419a89491a140a1155c0\",\r\n    \"project_big_time_sid\": 102870,\r\n    \"seniority_id\": \"00e045cc6c2647619ed408696141da17\",\r\n    // \"department_id\": \"1237126b4cea4005a257a3bf0e24af6d\",\r\n    \"department_big_time_sid\": 2345,\r\n    \"certificate_ids\": [\"abbdb98f14d745308e55341745716937\"],\r\n    \"cost_center_1_big_time_sid\": 1111,\r\n    \"cost_center_2_big_time_sid\": 2222,\r\n    \"cost_center_3_big_time_sid\": 3333,\r\n    \"note\": \"Some description\",\r\n    \"scheduling_mode\": 3,\r\n    \"work_per_monday\": 0,\r\n    \"work_per_tuesday\": 0,\r\n    \"work_per_wednesday\": 0,\r\n    \"work_per_thursday\": 0,\r\n    \"work_per_friday\": 480,\r\n    \"work_per_saturday\": 0,\r\n    \"work_per_sunday\": 0,\r\n    \"off_hours_work\": false,\r\n    \"skills\": [\r\n        {\r\n            \"skill_id\": \"8c434be0144b4202ac3525fd1b1b58fd\",\r\n            \"value\": 4\r\n        },\r\n        {\r\n            \"skill_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n            \"value\": 1\r\n        }\r\n    ],\r\n    \"financial_cost_rate\": 100,\r\n    \"financial_bill_rate\": 200,\r\n    \"custom_attributes\": [\r\n        {\r\n            \"slug\": \"name\",\r\n            \"value\": [\r\n                \"value\"\r\n            ]\r\n        }\r\n    ]\r\n\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/demands/","description":"<h4 id=\"parameters\">Parameters</h4>\n<p><strong>Note:</strong> <em>project</em>, <em>role</em> and <em>project task</em> can be set either by UUID or BigTime SID for convenience. API clients can choose between these two values. This behaves accordingly to given table:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Related object</strong></th>\n<th><strong>Behavior</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>department</td>\n<td>XOR-like: UUID or BigTime SID <strong>must</strong> be set, but not both</td>\n</tr>\n<tr>\n<td>certificate</td>\n<td>list of UUIDS</td>\n</tr>\n<tr>\n<td>cost_center</td>\n<td>cost centers 1,2,3 identified by SID</td>\n</tr>\n<tr>\n<td><em>project</em></td>\n<td>XOR-like: UUID or BigTime SID <strong>must</strong> be set, but not both</td>\n</tr>\n<tr>\n<td><em>role</em></td>\n<td>XOR-like: UUID or BigTime SID <strong>must</strong> be set, but not both</td>\n</tr>\n<tr>\n<td><em>project task</em> (valid only if <em>TaskBasedResourcing</em> feature is enabled)</td>\n<td>NAND-like: UUID or BigTime SID <strong>can</strong> be set, but not both. Default value is given if neither of them is set (or both are <code>null</code>)</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"parameters-table\">Parameters table</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Characteristic</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>Readonly</td>\n<td>uuid</td>\n<td>UUID of assignment</td>\n</tr>\n<tr>\n<td>role_id</td>\n<td>Mutually exclusive with <code>role_big_time_sid</code>(XOR)</td>\n<td>uuid</td>\n<td>UUID of role which will be assigned to demand</td>\n</tr>\n<tr>\n<td>role_big_time_sid</td>\n<td>Mutually exclusive with <code>role_id</code> (XOR)</td>\n<td>sid</td>\n<td>BigTime SID of role which will be assigned to demand</td>\n</tr>\n<tr>\n<td>demand_custom_id</td>\n<td>Optional</td>\n<td>int</td>\n<td>Unique value in rage 1-9999999, if not passed, will be set automatically</td>\n</tr>\n<tr>\n<td>project_id</td>\n<td>Mutually exclusive with <code>project_big_time_sid</code> (XOR)</td>\n<td>uuid</td>\n<td>UUID of project in which demand will be created</td>\n</tr>\n<tr>\n<td>project_big_time_sid</td>\n<td>Mutually exclusive with <code>project_id</code> (XOR)</td>\n<td>int</td>\n<td>BigTime SID of project in which demand will be created</td>\n</tr>\n<tr>\n<td>department_id</td>\n<td>Mutually exclusive with <code>department_big_time_sid</code> (XOR)</td>\n<td>uuid</td>\n<td>UUID of department</td>\n</tr>\n<tr>\n<td>department_big_time_sid</td>\n<td>Mutually exclusive with <code>department_id</code> (XOR)</td>\n<td>int</td>\n<td>BigTime SID of department</td>\n</tr>\n<tr>\n<td>certificate_ids</td>\n<td>Optional</td>\n<td>list of uuids</td>\n<td>list of UUIDs of certificates</td>\n</tr>\n<tr>\n<td>cost_center_1_big_time_sid</td>\n<td>Optional</td>\n<td>int</td>\n<td>BigTime SID of cost cencer 1(A)</td>\n</tr>\n<tr>\n<td>cost_center_2_big_time_sid</td>\n<td>Optional</td>\n<td>int</td>\n<td>BigTime SID of cost cencer 2(B)</td>\n</tr>\n<tr>\n<td>cost_center_3_big_time_sid</td>\n<td>Optional</td>\n<td>int</td>\n<td>BigTime SID of cost cencer 3(C)</td>\n</tr>\n<tr>\n<td>project_task_id</td>\n<td>Optional, but mutually exclusive with <code>project_task_big_time_sid</code> (NAND)</td>\n<td>uuid</td>\n<td>UUID of the project task that this demand relates to. <strong>Warning:</strong> API clients can set project task only if <em>TaskBasedResourcing</em> feature is enabled, otherwise referencing project task is forbidden</td>\n</tr>\n<tr>\n<td>project_task_big_time_sid</td>\n<td>Optional, but mutually exclusive with <code>project_task_id</code> (NAND)</td>\n<td>int</td>\n<td>BigTime SID of project task that this demand relates to. <strong>Warning:</strong> API clients can set project task only if <em>TaskBasedResourcing</em> feature is enabled, otherwise referencing project task is forbidden</td>\n</tr>\n<tr>\n<td>project_task_name</td>\n<td>Readonly</td>\n<td>string</td>\n<td>Name of the project task this demand relates to. This field is only relevant if <em>TaskBasedResourcing</em> feature is enabled</td>\n</tr>\n<tr>\n<td>seniority_id</td>\n<td>Optional</td>\n<td>uuid</td>\n<td>UUID of seniority</td>\n</tr>\n<tr>\n<td>start_local_date</td>\n<td>Required</td>\n<td>Date (YYYY-MM-DD)</td>\n<td>Starting date of a demand. Parameter is write only, it means it is only available in request body. It response is represented as <em>starts_at</em> which is in datetime</td>\n</tr>\n<tr>\n<td>end_local_date</td>\n<td>Required</td>\n<td>Date (YYYY-MM-DD)</td>\n<td>End date of a demand. Parameter is write only, it means it is only available in request body. It response is represented as <em>ends_at</em> which is in datetime</td>\n</tr>\n<tr>\n<td>skills</td>\n<td>Optional</td>\n<td>List of objects for skills which can be applied</td>\n<td>Format:  <br />[  <br />{  <br />\"skill_id\": \"uuid\",  <br />\"value\": 3  <br />},  <br />]  <br />values from 1 to 5.  <br />If many skills are presented all of them must be in list.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime of creation of demand</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime of last update of demand</td>\n</tr>\n<tr>\n<td>starts_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime of start of demand. Time is added automatically</td>\n</tr>\n<tr>\n<td>ends_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime of end of demand. Time is added automatically</td>\n</tr>\n<tr>\n<td>note</td>\n<td>Optional</td>\n<td>string</td>\n<td>Additional information/description</td>\n</tr>\n<tr>\n<td>custom_attributes</td>\n<td>Optional</td>\n<td>List of objects</td>\n<td>Format:  <br />[  <br />{  <br />\"slug\": \"name\",  <br />\"value\": [  <br />\"value\"  <br />]  <br />}  <br />]</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"utilization-parameters\">Utilization Parameters</h4>\n<p>How to use Utilization can be seen <a href=\"https://primetric.zendesk.com/hc/en-us/articles/4421653638289-Lesson-9-Capacity-Utilization-how-are-they-calculated-in-Primetric-How-utilization-can-be-set-up-in-Primetric-\">Here</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Options</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>scheduling_mode</td>\n<td>Optional</td>\n<td>integer from range [0, 4], default 1</td>\n<td>Modes to decide which utilization type should be used.  <br />Available options:  <br />0 - No utilization  <br />1 - Capacity  <br />2 - Time frame  <br />3 - Weekday  <br />4 - Weekday by capacity</td>\n</tr>\n<tr>\n<td>scheduling_time_frame</td>\n<td>Semi-Optional</td>\n<td>integer from range [0, 3], default 0</td>\n<td>Option only available when _scheduling_mode=2 (Time Frame),_Available options:  <br />0 - Day  <br />1 - Week  <br />2 - Month  <br />3 - Assignment</td>\n</tr>\n<tr>\n<td>scheduled_work_per_time_frame</td>\n<td>Semi-Optional</td>\n<td>integer [minutes], default 480</td>\n<td>Option only available when scheduling_mode=2 (Time Frame), field say how many work in minutes in specific timeframe will be</td>\n</tr>\n<tr>\n<td>work_on_monday</td>\n<td>Semi-Optional</td>\n<td>boolean, default True</td>\n<td>Option only available when  <br />_scheduling_mode=1 or 2 (Capacity or Time Frame),*__<strong>Value tells if work is scheduled for this day.</strong>_<em>If value is *false</em> Monday would not be included in this demand scheduling</td>\n</tr>\n<tr>\n<td>work_on_tuesday</td>\n<td>Semi-Optional</td>\n<td>boolean, default True</td>\n<td>Option only available when  <br />_scheduling_mode=1 or 2 (Capacity or Time Frame),*__<strong>Value tells if work is scheduled for this day.</strong>_<em>If value is *false</em> Tuesday would not be included in this demand scheduling</td>\n</tr>\n<tr>\n<td>work_on_wednesday</td>\n<td>Semi-Optional</td>\n<td>boolean, default True</td>\n<td>Option only available when  <br /><em>scheduling_mode=1 or 2 (Capacity or Time Frame),</em> **Value tells if work is scheduled for this day.**If value is <em>false</em> Wednesday would not be included in this demand scheduling</td>\n</tr>\n<tr>\n<td>work_on_thursday</td>\n<td>Semi-Optional</td>\n<td>boolean, default True</td>\n<td>Option only available when  <br /><em>scheduling_mode=1 or 2 (Capacity or Time Frame),</em> **Value tells if work is scheduled for this day.**If value is <em>false</em> Thursday would not be included in this demand scheduling</td>\n</tr>\n<tr>\n<td>work_on_friday</td>\n<td>Semi-Optional</td>\n<td>boolean, default True</td>\n<td>Option only available when  <br /><em>scheduling_mode=1 or 2 (Capacity or Time Frame),</em> **Value tells if work is scheduled for this day.**If value is <em>false</em> Friday would not be included in this demand scheduling</td>\n</tr>\n<tr>\n<td>work_on_saturday</td>\n<td>Semi-Optional</td>\n<td>boolean, default False</td>\n<td>Option only available when  <br /><em>scheduling_mode=1 or 2 (Capacity or Time Frame),</em> **Value tells if work is scheduled for this day.**If value is <em>true</em> Saturday would be included in this demand scheduling</td>\n</tr>\n<tr>\n<td>work_on_sunday</td>\n<td>Semi-Optional</td>\n<td>boolean, default False</td>\n<td>Option only available when  <br /><em>scheduling_mode=1 or 2 (Capacity or Time Frame),</em> **Value tells if work is scheduled for this day.**If value is <em>true</em> Sunday would be included in this demand scheduling</td>\n</tr>\n<tr>\n<td>capacity_based_load</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=1 (Capacity)</td>\n</tr>\n<tr>\n<td>adjust_scheduling_to_time_off</td>\n<td>Semi-Optional</td>\n<td>boolean, default False</td>\n<td></td>\n</tr>\n<tr>\n<td>reduce_utilization_by_time_off</td>\n<td>Semi-Optional</td>\n<td>boolean, default False</td>\n<td></td>\n</tr>\n<tr>\n<td>work_per_monday</td>\n<td>Semi-Optional</td>\n<td>integer, default 480[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_tuesday</td>\n<td>Semi-Optional</td>\n<td>integer, default 480[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_wednesday</td>\n<td>Semi-Optional</td>\n<td>integer, default 480[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_thursday</td>\n<td>Semi-Optional</td>\n<td>integer, default 480[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_friday</td>\n<td>Semi-Optional</td>\n<td>integer, default 480[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_saturday</td>\n<td>Semi-Optional</td>\n<td>integer, default 0[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_sunday</td>\n<td>Semi-Optional</td>\n<td>integer, default 0[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_monday</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this demand in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_tuesday</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this demand in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_wednesday</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this demand in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_thursday</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this demand in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_friday</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this demand in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_saturday</td>\n<td>Semi-Optional</td>\n<td>integer, default 0 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this demand in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_sunday</td>\n<td>Semi-Optional</td>\n<td>integer, default 0 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this demand in this day.</td>\n</tr>\n<tr>\n<td>demand_time</td>\n<td>Readonly</td>\n<td>decimal</td>\n<td>Total minutes based on defined utilization and demand date range</td>\n</tr>\n<tr>\n<td>scheduled_time</td>\n<td>Readonly</td>\n<td>decimal</td>\n<td>Total scheduled minutes from connected demand</td>\n</tr>\n<tr>\n<td>off_hours_work</td>\n<td>Optional</td>\n<td>boolean, default False</td>\n<td>Specify if demand is Off-Hours Work</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"financial-parameters-only-available-in-application-with-financial-scope\">Financial Parameters (only available in application with financial scope)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Financial data representing money are displayed as json objects which will be used below as \\\\\\\\\\\\\\\\*money object\\\\\\\\\\\\\\\\* with a structure\n{\n    \"amount\": amount of money ,\n    \"currency\": currency in iso-alpha3 format\n}\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Options</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>financial_scheduled_total_cost</td>\n<td>Readonly</td>\n<td>money object</td>\n<td>Cost calculated based on scheduled time and budget mode in Organization currency</td>\n</tr>\n<tr>\n<td>financial_scheduled_total_revenue</td>\n<td>Readonly</td>\n<td>money object</td>\n<td>Revenue calculated based on scheduled time and budget mode</td>\n</tr>\n<tr>\n<td>financial_cost_rate</td>\n<td>Semi-Optional</td>\n<td>decimal</td>\n<td>Shows demand Cost Rate</td>\n</tr>\n<tr>\n<td>financial_bill_rate</td>\n<td>Semi-Optional</td>\n<td>decimal</td>\n<td>Shows demand Bill Rate</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["demands",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c06b216-c6b9-4836-b16c-650fd6c1f5fa"},{"name":"Edit demand","id":"cf06f87f-71a4-4e9e-b779-5afaa4751e6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"work_per_tuesday\": 5,\n    \"work_per_wednesday\": 5,\n    // \"demand_custom_id\": 5511, editing possible, must be unique, and max 7 digits\n    \"custom_attributes\": [\n        {\n            \"slug\": \"name\",\n            \"value\": [\n                \"new value\"\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/demands/{demand_uuid}/","description":"<h4 id=\"parameters\">Parameters</h4>\n<p><strong>Note:</strong> <em>project task</em> (if <em>TaskBasedResourcing</em> feature is enabled) can be set either by UUID or BigTime SID for convenience. API clients can choose between these two values. This behaves in a NAND-like manner: one of them can be set, but not both. Default value is given if neither of them is set (or both are <code>null</code>)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Characteristic</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>Readonly</td>\n<td>uuid</td>\n<td>UUID of demand</td>\n</tr>\n<tr>\n<td>role_id</td>\n<td>Readonly</td>\n<td>uuid</td>\n<td>UUID of role that is assigned to demand</td>\n</tr>\n<tr>\n<td>role_big_time_sid</td>\n<td>Readonly</td>\n<td>sid</td>\n<td>SID of role that is assigned to demand</td>\n</tr>\n<tr>\n<td>demand_custom_id</td>\n<td>Optional</td>\n<td>int</td>\n<td>Unique value in rage 1-9999999, if not passed, will be set automatically</td>\n</tr>\n<tr>\n<td>project_id</td>\n<td>Readonly</td>\n<td>uuid</td>\n<td>UUID of project assigned to demand</td>\n</tr>\n<tr>\n<td>project_big_time_sid</td>\n<td>Readonly</td>\n<td>int</td>\n<td>BigTime SID of project assigned to demand</td>\n</tr>\n<tr>\n<td>department_id</td>\n<td>Optional, mutually exclusive with <code>department_big_time_sid</code> (XOR)</td>\n<td>uuid</td>\n<td>uuid of department</td>\n</tr>\n<tr>\n<td>department_big_time_sid</td>\n<td>Optional, mutually exclusive with <code>department_id</code> (XOR)</td>\n<td>int</td>\n<td>BigTime SID of department</td>\n</tr>\n<tr>\n<td>certificate_ids</td>\n<td>Optional</td>\n<td>list of uuids</td>\n<td>uuids of certificates</td>\n</tr>\n<tr>\n<td>cost_center_1_big_time_sid</td>\n<td>Optional</td>\n<td>int</td>\n<td>BigTime SID of cost center 1(A)</td>\n</tr>\n<tr>\n<td>cost_center_2_big_time_sid</td>\n<td>Optional</td>\n<td>int</td>\n<td>BigTime SID of cost center 2(B)</td>\n</tr>\n<tr>\n<td>cost_center_3_big_time_sid</td>\n<td>Optional</td>\n<td>int</td>\n<td>BigTime SID of cost center 3(C)</td>\n</tr>\n<tr>\n<td>project_task_id</td>\n<td>Optional, but mutually exclusive with <code>project_task_big_time_sid</code> (NAND)</td>\n<td>uuid</td>\n<td>UUID of the project task that this demand relates to. <strong>Warning:</strong> Changing task of demand with existing worklogs is forbidden. <strong>Warning:</strong> API clients can set project task only if <em>TaskBasedResourcing</em> feature is enabled, otherwise referencing project task is forbidden</td>\n</tr>\n<tr>\n<td>project_task_big_time_sid</td>\n<td>Optional, but mutually exclusive with <code>project_task_id</code> (NAND)</td>\n<td>int</td>\n<td>BigTime SID of project task that this demand relates to. <strong>Warning:</strong> Changing task of demand with existing worklogs is forbidden. <strong>Warning:</strong> API clients can set project task only if <em>TaskBasedResourcing</em> feature is enabled, otherwise referencing project task is forbidden</td>\n</tr>\n<tr>\n<td>project_task_name</td>\n<td>Readonly</td>\n<td>string</td>\n<td>Name of the project task this demand relates to. This field is only relevant when <em>TaskBasedResourcing</em> feature is enabled.</td>\n</tr>\n<tr>\n<td>seniority_id</td>\n<td>Optional</td>\n<td>uuid</td>\n<td>UUID of seniority</td>\n</tr>\n<tr>\n<td>start_local_date</td>\n<td>Optional</td>\n<td>Date (YYYY-MM-DD)</td>\n<td>Starting date of an demand. Parameter is write only, it means it is only available in request body. It response is represented as <em>starts_at</em> which is in datetime</td>\n</tr>\n<tr>\n<td>end_local_date</td>\n<td>Optional</td>\n<td>Date (YYYY-MM-DD)</td>\n<td>End date of an assignment. Parameter is write only, it means it is only available in request body. It response is represented as <em>ends_at</em> which is in datetime</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime of creation of assignment</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime of last update of assignment</td>\n</tr>\n<tr>\n<td>starts_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime of start of assignment. Date is taken from start_local_date and time is added automatically</td>\n</tr>\n<tr>\n<td>ends_at</td>\n<td>Readonly</td>\n<td>datetime</td>\n<td>Datetime of end of assignment. Date is taken from end_local_date and time is added automatically</td>\n</tr>\n<tr>\n<td>note</td>\n<td>Optional</td>\n<td>string</td>\n<td>Additional information/description</td>\n</tr>\n<tr>\n<td>skills</td>\n<td>Optional</td>\n<td>List of objects for skills which can be</td>\n<td>appliedFormat:  <br />[  <br />{  <br />\"skill_id\": \"uuid\",  <br />\"value\": 3  <br />},  <br />]  <br />values from 1 to 5.  <br />If many skills are presented all of them must be in list.</td>\n</tr>\n<tr>\n<td>custom_attributes</td>\n<td>Optional</td>\n<td>List of objects</td>\n<td>Format:  <br />[  <br />{  <br />\"slug\": \"name\",  <br />\"value\": [  <br />\"value\"  <br />]  <br />}  <br />]</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"utilization-parameters\">Utilization Parameters</h4>\n<p>How to use Utilization can be seen <a href=\"https://primetric.zendesk.com/hc/en-us/articles/4421653638289-Lesson-9-Capacity-Utilization-how-are-they-calculated-in-Primetric-How-utilization-can-be-set-up-in-Primetric-\">Here</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Options</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>scheduling_mode</td>\n<td>Optional</td>\n<td>integer from range [0, 4], default 1</td>\n<td>Modes to decide which utilization type should be used.  <br />Available options:  <br />0 - No utilization  <br />1 - Capacity  <br />2 - Time frame  <br />3 - Weekday  <br />4 - Weekday by capacity</td>\n</tr>\n<tr>\n<td>scheduling_time_frame</td>\n<td>Semi-Optional</td>\n<td>integer from range [0, 3], default 0</td>\n<td>Option only available when _scheduling_mode=2 (Time Frame),_Available options:  <br />0 - Day  <br />1 - Week  <br />2 - Month  <br />3 - Assignment</td>\n</tr>\n<tr>\n<td>scheduled_work_per_time_frame</td>\n<td>Semi-Optional</td>\n<td>integer [minutes], default 480</td>\n<td>Option only available when scheduling_mode=2 (Time Frame), field say how many work in minutes in specific timeframe will be</td>\n</tr>\n<tr>\n<td>work_on_monday</td>\n<td>Semi-Optional</td>\n<td>boolean, default True</td>\n<td>Option only available when  <br />_scheduling_mode=1 or 2 (Capacity or Time Frame),*__<strong>Value tells if work is scheduled for this day.</strong>_<em>If value is *false</em> Monday would not be included in this demand scheduling</td>\n</tr>\n<tr>\n<td>work_on_tuesday</td>\n<td>Semi-Optional</td>\n<td>boolean, default True</td>\n<td>Option only available when  <br />_scheduling_mode=1 or 2 (Capacity or Time Frame),*__<strong>Value tells if work is scheduled for this day.</strong>_<em>If value is *false</em> Tuesday would not be included in this demand scheduling</td>\n</tr>\n<tr>\n<td>work_on_wednesday</td>\n<td>Semi-Optional</td>\n<td>boolean, default True</td>\n<td>Option only available when  <br /><em>scheduling_mode=1 or 2 (Capacity or Time Frame),</em> **Value tells if work is scheduled for this day.**If value is <em>false</em> Wednesday would not be included in this demand scheduling</td>\n</tr>\n<tr>\n<td>work_on_thursday</td>\n<td>Semi-Optional</td>\n<td>boolean, default True</td>\n<td>Option only available when  <br /><em>scheduling_mode=1 or 2 (Capacity or Time Frame),</em> **Value tells if work is scheduled for this day.**If value is <em>false</em> Thursday would not be included in this demand scheduling</td>\n</tr>\n<tr>\n<td>work_on_friday</td>\n<td>Semi-Optional</td>\n<td>boolean, default True</td>\n<td>Option only available when  <br /><em>scheduling_mode=1 or 2 (Capacity or Time Frame),</em> **Value tells if work is scheduled for this day.**If value is <em>false</em> Friday would not be included in this demand scheduling</td>\n</tr>\n<tr>\n<td>work_on_saturday</td>\n<td>Semi-Optional</td>\n<td>boolean, default False</td>\n<td>Option only available when  <br /><em>scheduling_mode=1 or 2 (Capacity or Time Frame),</em> **Value tells if work is scheduled for this day.**If value is <em>true</em> Saturday would be included in this demand scheduling</td>\n</tr>\n<tr>\n<td>work_on_sunday</td>\n<td>Semi-Optional</td>\n<td>boolean, default False</td>\n<td>Option only available when  <br /><em>scheduling_mode=1 or 2 (Capacity or Time Frame),</em> **Value tells if work is scheduled for this day.**If value is <em>true</em> Sunday would be included in this demand scheduling</td>\n</tr>\n<tr>\n<td>capacity_based_load</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=1 (Capacity)</td>\n</tr>\n<tr>\n<td>assign_leftover_billable_capacity</td>\n<td>Semi-Optional</td>\n<td>boolean</td>\n<td>Option only available when *scheduling_mode=1 (Capacity)</td>\n</tr>\n<tr>\n<td>work_per_monday</td>\n<td>Semi-Optional</td>\n<td>integer, default 480[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_tuesday</td>\n<td>Semi-Optional</td>\n<td>integer, default 480[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_wednesday</td>\n<td>Semi-Optional</td>\n<td>integer, default 480[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_thursday</td>\n<td>Semi-Optional</td>\n<td>integer, default 480[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_friday</td>\n<td>Semi-Optional</td>\n<td>integer, default 480[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_saturday</td>\n<td>Semi-Optional</td>\n<td>integer, default 0[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_per_sunday</td>\n<td>Semi-Optional</td>\n<td>integer, default 0[minutes]</td>\n<td>Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_monday</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this demand in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_tuesday</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this demand in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_wednesday</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this demand in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_thursday</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this demand in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_friday</td>\n<td>Semi-Optional</td>\n<td>integer, default 100 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this demand in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_saturday</td>\n<td>Semi-Optional</td>\n<td>integer, default 0 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this demand in this day.</td>\n</tr>\n<tr>\n<td>work_by_capacity_per_sunday</td>\n<td>Semi-Optional</td>\n<td>integer, default 0 percent</td>\n<td>Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this demand in this day.</td>\n</tr>\n<tr>\n<td>demand_time</td>\n<td>Readonly</td>\n<td>decimal</td>\n<td>Total minutes based on defined utilization and demand date range</td>\n</tr>\n<tr>\n<td>scheduled_time</td>\n<td>Readonly</td>\n<td>decimal</td>\n<td>Total scheduled minutes from connected demand</td>\n</tr>\n<tr>\n<td>off_hours_work</td>\n<td>Optional</td>\n<td>boolean, default False</td>\n<td>Specify if demand is Off-Hours Work</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"financial-parameters-only-available-in-application-with-financial-scope\">Financial Parameters (only available in application with financial scope)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Financial data representing money are displayed as json objects which will be used below as \\\\\\\\\\\\*money object\\\\\\\\\\\\* with a structure\n{\n    \"amount\": amount of money ,\n    \"currency\": currency in iso-alpha3 format\n}\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Options</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>financial_scheduled_total_cost</td>\n<td>Readonly</td>\n<td>money object</td>\n<td>Cost calculated based on scheduled time and budget mode in Organization currency</td>\n</tr>\n<tr>\n<td>financial_scheduled_total_revenue</td>\n<td>Readonly</td>\n<td>money object</td>\n<td>Revenue calculated based on scheduled time and budget mode</td>\n</tr>\n<tr>\n<td>financial_cost_rate</td>\n<td>Semi-Optional</td>\n<td>decimal</td>\n<td>Shows demand Cost Rate</td>\n</tr>\n<tr>\n<td>financial_bill_rate</td>\n<td>Semi-Optional</td>\n<td>decimal</td>\n<td>Shows demand Bill Rate</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["demands","{demand_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf06f87f-71a4-4e9e-b779-5afaa4751e6e"},{"name":"Remove demand","id":"426e4f52-e498-4420-b8e1-710a349e4d19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/demands/{demand_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["demands","{demand_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"426e4f52-e498-4420-b8e1-710a349e4d19"}],"id":"9d571132-34f2-49b6-ad0a-888596fca507","_postman_id":"9d571132-34f2-49b6-ad0a-888596fca507","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}}},{"name":"Timeoff","item":[{"name":"List timeoffs","id":"a88c7448-13ad-4635-80ae-91be3feb984c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/timeoffs/","description":"<p>Lists timeoffs in organization. You can filter results with optional query params. Results are paginated</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["timeoffs",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[{"disabled":true,"description":{"content":"<p>ISO format</p>\n","type":"text/plain"},"key":"between_min","value":"2019-12-01"},{"disabled":true,"description":{"content":"<p>ISO format</p>\n","type":"text/plain"},"key":"between_max","value":"2019-12-31"},{"disabled":true,"key":"staffer_id","value":"40ed19ebb7f5491d90a78dbde4972784"},{"disabled":true,"description":{"content":"<p>Status from pending, accepted, rejected, retracted</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>Name or fragment of name</p>\n","type":"text/plain"},"key":"staffer_name","value":""}],"variable":[]}},"response":[{"id":"5858723e-f88f-4cd8-8e16-78105039eb67","name":"List timeoffs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.bigtime.net/beta/timeoffs/","protocol":"https","host":["api","bigtime","net"],"path":["beta","timeoffs",""],"query":[{"key":"between_min","value":"2019-12-01","description":"ISO format","disabled":true},{"key":"between_max","value":"2019-12-31","description":"ISO format","disabled":true},{"key":"staffer_id","value":"40ed19ebb7f5491d90a78dbde4972784","disabled":true},{"key":"status","value":"","description":"Status from pending, accepted, rejected, retracted","disabled":true},{"key":"timeoff_type_id","value":"","description":"Time Off UUID","disabled":true},{"key":"decision_manager_id","value":"","description":"UUID of manager which make decision","disabled":true},{"key":"timeoff_manager_id","value":"","description":"UUID of timeoff manager","disabled":true},{"key":"timeoff_type_name","value":"","description":"Name or fragment of name of time off type","disabled":true},{"key":"staffer_name","value":"","description":"Name or fragment of name","disabled":true},{"key":"staffer_team_id","value":"","description":"UUID of team","disabled":true},{"key":"staffer_department_id","value":"","description":"UUID of department","disabled":true},{"key":"staffer_position_id","value":"","description":"UUID of position","disabled":true},{"key":"staffer_hashtag_id","value":"","description":"UUID of hashtag","disabled":true},{"key":"staffer_nationality","value":"","description":"Nationality code in ALPHA-2 code (2 letters)","disabled":true},{"key":"archived","value":"","description":"Boolean, filter achived employee","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"paging\": {\r\n        \"page\": 1,\r\n        \"pageSize\": 100,\r\n        \"totalResults\": 150\r\n    },\r\n    \"items\": [\r\n        {\r\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\r\n    \"staffer_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"staffer_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\r\n    \"status\": \"accepted\",\r\n    \"staffer_note\": null,\r\n    \"timeoff_type_id\": \"00e045cc6c2647619ed408696141da17\",\r\n    \"start_date\": \"2023-01-01\",\r\n    \"end_date\": \"2023-01-31\",\r\n    \"workdays_count\": 21,\r\n    \"full_day\": true,\r\n    \"daily_minutes\": [0, 480, 480, 480, 480, 0, 0, 0, 480, 480, 480, 480, 480, 0, 0, 480, 480, 480, 480, 480, 0, 0, 480, 480, 480, 480, 480, 0, 0, 480, 480],\r\n    \"weekly_minutes\": [0, 1920, 2400, 2400, 2400, 960],\r\n    \"monthly_minutes\": [10080],\r\n    \"total_minutes_off\": 10080,\r\n    \"last_action_request\": {\r\n        \"active\": false,\r\n        \"type\": \"hr_change\",\r\n        \"staffer_note\": null,\r\n        \"created_at\": \"2022-10-05T15:29:55.548690+02:00\",\r\n        \"new_start_date\": null,\r\n        \"new_end_date\": null,\r\n        \"decisions\": [\r\n            {\r\n                \"decision\": true,\r\n                \"manager_note\": null,\r\n                \"decided_at\": \"2022-10-05T15:29:55.553144+02:00\",\r\n                \"manager\": {\r\n                    \"uuid\": \"2da6415a48904e13b827a516e6b2499e\",\r\n                    \"name\": \"Pan Manager\",\r\n                    \"manager_in_place_of\": null\r\n                }\r\n            }\r\n        ]\r\n    }\r\n}\r\n]\r\n}"}],"_postman_id":"a88c7448-13ad-4635-80ae-91be3feb984c"},{"name":"Get timeoff","id":"1f1aa1d6-7989-46f7-9a77-86c25813a145","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/timeoffs/{{timeoff_uuid}}","description":"<p>Lists timeoffs in in organization. You can filter results with optional query params. Results are paginated</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["timeoffs","{{timeoff_uuid}}"],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"fd78cb1b-4a8b-499a-b164-50b03231ae2e","name":"Get timeoff","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.bigtime.net/beta/timeoffs/{{timeoff_uuid}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\r\n    \"staffer_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"staffer_big_time_sid\": \"JUHROGWXHJPOBKQGVHFUSQNHPCSUIPQOVDUSWPWRQIBFMBMGPTANNAE\",\r\n    \"status\": \"accepted\",\r\n    \"staffer_note\": null,\r\n    \"timeoff_type_id\": \"00e045cc6c2647619ed408696141da17\",\r\n    \"start_date\": \"2023-01-01\",\r\n    \"end_date\": \"2023-01-31\",\r\n    \"workdays_count\": 21,\r\n    \"full_day\": true,\r\n    \"daily_minutes\": [0, 480, 480, 480, 480, 0, 0, 0, 480, 480, 480, 480, 480, 0, 0, 480, 480, 480, 480, 480, 0, 0, 480, 480, 480, 480, 480, 0, 0, 480, 480],\r\n    \"weekly_minutes\": [0, 1920, 2400, 2400, 2400, 960],\r\n    \"monthly_minutes\": [10080],\r\n    \"total_minutes_off\": 10080,\r\n    \"last_action_request\": {\r\n        \"active\": false,\r\n        \"type\": \"hr_change\",\r\n        \"staffer_note\": null,\r\n        \"created_at\": \"2022-10-05T15:29:55.548690+02:00\",\r\n        \"new_start_date\": null,\r\n        \"new_end_date\": null,\r\n        \"decisions\": [\r\n            {\r\n                \"decision\": true,\r\n                \"manager_note\": null,\r\n                \"decided_at\": \"2022-10-05T15:29:55.553144+02:00\",\r\n                \"manager\": {\r\n                    \"uuid\": \"2da6415a48904e13b827a516e6b2499e\",\r\n                    \"name\": \"Pan Manager\",\r\n                    \"manager_in_place_of\": null\r\n                }\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"1f1aa1d6-7989-46f7-9a77-86c25813a145"},{"name":"Create timeoff","id":"bcd233ae-f58b-4761-b617-beac97a8bcd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"staffer_id\": \"4523f73166484ddf89d2d8cddc3b55d9\",\r\n    // \"staffer_big_time_sid\": 16860,\r\n    \"timeoff_type_id\": \"793b484a6b8748ba9c4370272bf84ff8\",\r\n    \"status\": \"accepted\",\r\n    \"start_date\": \"2024-01-27\",\r\n    \"end_date\": \"2024-01-29\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/timeoffs/","description":"<p>Parameters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Characteristic</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>Readonly</td>\n<td>uuid</td>\n<td>UUID of time off</td>\n</tr>\n<tr>\n<td>staffer_id</td>\n<td>staffer_id or staffer_big_time_sid is required</td>\n<td>uuid</td>\n<td>UUID of requester</td>\n</tr>\n<tr>\n<td>staffer_big_time_sid</td>\n<td>staffer_id or staffer_big_time_sid is required</td>\n<td>int</td>\n<td>staffer sid from BigTime</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Required</td>\n<td>string</td>\n<td>Available options: pending, accepted, rejected, retracted</td>\n</tr>\n<tr>\n<td>timeoff_type_id</td>\n<td>Required</td>\n<td>uuid</td>\n<td>UUID of existing time off type</td>\n</tr>\n<tr>\n<td>start_date</td>\n<td>Required</td>\n<td>YYYY-MM-DD format</td>\n<td>First day of time off</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>Required</td>\n<td>YYYY-MM-DD format</td>\n<td>Last day of time off</td>\n</tr>\n<tr>\n<td>employee_note</td>\n<td>Optional</td>\n<td>string</td>\n<td>Comment to time off made by requester</td>\n</tr>\n<tr>\n<td>as_manager_id</td>\n<td>Optional,  <br />Ignored when status is pending</td>\n<td>uuid</td>\n<td>UUID of organization or HR manager in the name of whom timeoff decision is made. Field is not used to edit existing approval action.  <br />This field is ignored when status is pending.</td>\n</tr>\n<tr>\n<td>as_manager_big_time_sid</td>\n<td>Optional,  <br />Ignored when status is pending</td>\n<td>SID</td>\n<td>SID of organization or HR manager in the name of whom timeoff decision is made. Field is not used to edit existing approval action.  <br />This field is ignored when status is pending.</td>\n</tr>\n<tr>\n<td>full_day</td>\n<td>Optional, default: <code>true</code></td>\n<td>boolean</td>\n<td><code>false</code> if given time off is partial, <code>true</code> otherwise</td>\n</tr>\n<tr>\n<td>daily_minutes</td>\n<td>Required if <code>full_day</code> is <code>false</code>, otherwise ignored</td>\n<td>array of integers</td>\n<td>An array containing integers that represent ammounts of minutes off for each subsequent day in chronological order. Values cannot exceed target employee's capacity. The length of this array <strong>must</strong> match the range defined by .</td>\n</tr>\n<tr>\n<td>weekly_minutes</td>\n<td>Readonly</td>\n<td>array of integers</td>\n<td>An array containing integers that represent ammounts of minutes off for each subsequent <strong>week</strong> in chronological order.</td>\n</tr>\n<tr>\n<td>monthly_minutes</td>\n<td>Readonly</td>\n<td>array of integers</td>\n<td>An array containing integers that represent ammounts of minutes off for each subsequent <strong>month</strong> in chronological order.</td>\n</tr>\n<tr>\n<td>workdays count</td>\n<td>Readonly</td>\n<td>integer</td>\n<td>Shows how many days was requested.</td>\n</tr>\n<tr>\n<td>total_minutes_off</td>\n<td>Readonly</td>\n<td>integer</td>\n<td>Total duration of time off in minutes.</td>\n</tr>\n<tr>\n<td>last_action_request</td>\n<td>Readonly</td>\n<td>Object</td>\n<td>Shows additional information and meta data from actions and decisions of time off.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Readonly</td>\n<td>date</td>\n<td>Date of last modification of timeoff</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["timeoffs",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"d62ac25d-ac39-43b0-bbc9-3ab8b28b768c","name":"Create partial timeoff","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"staffer_id\":\"6d0ab59e1348426d8d85746d452438cb\",\r\n  \"status\":\"accepted\",\r\n  \"timeoff_type_id\":\"165100162d6f4423bd49e0382859fe88\",\r\n  \"start_date\":\"2023-01-01\",\r\n  \"end_date\":\"2023-01-31\",\r\n  \"staffer_note\":null,\r\n  \"full_day\": false,\r\n  \"daily_minutes\": [0, 480, 480, 480, 480, 0, 0, 0, 480, 480, 480, 480, 480, 0, 0, 480, 480, 480, 480, 480, 0, 0, 480, 480, 480, 480, 480, 0, 0, 480, 480]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.bigtime.net/beta/timeoffs/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"23bdd9a0c6cd446886ede7253bcaf165\",\n    \"staffer_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n    \"staffer_big_time_sid\": \"123\",\n    \"status\": \"accepted\",\n    \"staffer_note\": null,\n    \"timeoff_type_id\": \"165100162d6f4423bd49e0382859fe88\",\n    \"start_date\": \"2023-01-01\",\n    \"end_date\": \"2023-01-31\",\n    \"workdays_count\": 21,\n    \"full_day\": false,\n    \"daily_minutes\": [0, 480, 480, 480, 480, 0, 0, 0, 480, 480, 480, 480, 480, 0, 0, 480, 480, 480, 480, 480, 0, 0, 480, 480, 480, 480, 480, 0, 0, 480, 480],\n    \"weekly_minutes\": [0, 1920, 2400, 2400, 2400, 960],\n    \"monthly_minutes\": [10080],\n    \"total_minutes_off\": 10080,\n    \"last_action_request\": {\n        \"active\": false,\n        \"type\": \"hr_change\",\n        \"staffer_note\": null,\n        \"created_at\": \"2022-10-05T15:29:55.548690+02:00\",\n        \"new_start_date\": null,\n        \"new_end_date\": null,\n        \"decisions\": [\n            {\n                \"decision\": true,\n                \"manager_note\": null,\n                \"decided_at\": \"2022-10-05T15:29:55.553144+02:00\",\n                \"manager\": {\n                    \"uuid\": \"23bdd9a0c6cd446886ede7253bcaf165\",\n                    \"name\": \"Pan Manager\",\n                    \"manager_in_place_of\": null\n                }\n            }\n        ]\n    }\n}"},{"id":"6c30ffbf-bf04-4c47-ab32-8568d2f8e1fc","name":"Create timeoff","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"staffer_id\":\"6d0ab59e1348426d8d85746d452438cb\",\r\n  \"status\":\"accepted\",\r\n  \"timeoff_type_id\":\"165100162d6f4423bd49e0382859fe88\",\r\n  \"start_date\":\"2023-01-01\",\r\n  \"end_date\":\"2023-01-31\",\r\n  \"staffer_note\":null,\r\n  \"full_day\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.bigtime.net/beta/timeoffs/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"23bdd9a0c6cd446886ede7253bcaf165\",\n    \"staffer_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n    \"staffer_big_time_sid\": \"123\",\n    \"status\": \"accepted\",\n    \"staffer_note\": null,\n    \"timeoff_type_id\": \"165100162d6f4423bd49e0382859fe88\",\n    \"start_date\": \"2023-01-01\",\n    \"end_date\": \"2023-01-31\",\n    \"workdays_count\": 21,\n    \"full_day\": true,\n    \"daily_minutes\": [0, 480, 480, 480, 480, 0, 0, 0, 480, 480, 480, 480, 480, 0, 0, 480, 480, 480, 480, 480, 0, 0, 480, 480, 480, 480, 480, 0, 0, 480, 480],\n    \"weekly_minutes\": [0, 1920, 2400, 2400, 2400, 960],\n    \"monthly_minutes\": [10080],\n    \"total_minutes_off\": 10080,\n    \"last_action_request\": {\n        \"active\": false,\n        \"type\": \"hr_change\",\n        \"staffer_note\": null,\n        \"created_at\": \"2022-10-05T15:29:55.548690+02:00\",\n        \"new_start_date\": null,\n        \"new_end_date\": null,\n        \"decisions\": [\n            {\n                \"decision\": true,\n                \"manager_note\": null,\n                \"decided_at\": \"2022-10-05T15:29:55.553144+02:00\",\n                \"manager\": {\n                    \"uuid\": \"23bdd9a0c6cd446886ede7253bcaf165\",\n                    \"name\": \"Pan Manager\",\n                    \"manager_in_place_of\": null\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"bcd233ae-f58b-4761-b617-beac97a8bcd3"},{"name":"Edit timeoff","id":"d4342806-dda9-41fe-8712-603bf2eb442d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"start_date\": \"2024-06-19\",\r\n    \"end_date\": \"2024-06-19\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/timeoffs/{{timeoff_uuid}}/","description":"<h4 id=\"parameters\">Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Characteristic</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>Readonly</td>\n<td>uuid</td>\n<td>UUID of time off</td>\n</tr>\n<tr>\n<td>staffer_id</td>\n<td>Readonly</td>\n<td>uuid</td>\n<td>UUID of requester</td>\n</tr>\n<tr>\n<td>staffer_big_time_sid</td>\n<td>Readonly</td>\n<td>int</td>\n<td>staffer sid from BigTime</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Optional</td>\n<td>string</td>\n<td>Available options: pending, accepted, rejected, retracted</td>\n</tr>\n<tr>\n<td>timeoff_type_id</td>\n<td>Readonly</td>\n<td>uuid</td>\n<td>UUID of existing time off type</td>\n</tr>\n<tr>\n<td>start_date</td>\n<td>Optional</td>\n<td>YYYY-MM-DD format</td>\n<td>First day of time off</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>Optional</td>\n<td>YYYY-MM-DD format</td>\n<td>Last day of time off</td>\n</tr>\n<tr>\n<td>staffer_note</td>\n<td>Optional</td>\n<td>string</td>\n<td>Comment to time off made by requester</td>\n</tr>\n<tr>\n<td>as_manager_id</td>\n<td>Optional,  <br />Ignored when status is pending</td>\n<td>uuid</td>\n<td>UUID of organization or HR manager in the name of whom timeoff decision is made. Field is not used to edit existing approval action.  <br />This field is ignored when status is pending.</td>\n</tr>\n<tr>\n<td>as_manager_big_time_sid</td>\n<td>Optional,  <br />Ignored when status is pending</td>\n<td>sid</td>\n<td>SID of organization or HR manager in the name of whom timeoff decision is made. Field is not used to edit existing approval action.  <br />This field is ignored when status is pending.</td>\n</tr>\n<tr>\n<td>full_day</td>\n<td>Optional, default: <code>true</code></td>\n<td>boolean</td>\n<td><code>false</code> if given time off is partial, <code>true</code> otherwise</td>\n</tr>\n<tr>\n<td>daily_minutes</td>\n<td>Required if <code>full_day</code> is <code>false</code>, otherwise ignored</td>\n<td>array of integers</td>\n<td>An array containing integers that represent ammounts of minutes off for each subsequent day in chronological order. Values cannot exceed target employee's capacity. The length of this array <strong>must</strong> match the range defined by .</td>\n</tr>\n<tr>\n<td>weekly_minutes</td>\n<td>Readonly</td>\n<td>array of integers</td>\n<td>An array containing integers that represent ammounts of minutes off for each subsequent <strong>week</strong> in chronological order.</td>\n</tr>\n<tr>\n<td>monthly_minutes</td>\n<td>Readonly</td>\n<td>array of integers</td>\n<td>An array containing integers that represent ammounts of minutes off for each subsequent <strong>month</strong> in chronological order.</td>\n</tr>\n<tr>\n<td>workdays count</td>\n<td>Readonly</td>\n<td>integer</td>\n<td>Shows how many days was requested.</td>\n</tr>\n<tr>\n<td>total_minutes_off</td>\n<td>Readonly</td>\n<td>integer</td>\n<td>Total duration of time off in minutes.</td>\n</tr>\n<tr>\n<td>last_action_request</td>\n<td>Readonly</td>\n<td>Object</td>\n<td>Shows additional information and meta data from actions and decisions of time off.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["timeoffs","{{timeoff_uuid}}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"e6ed9262-522d-40a7-9a9c-83eb2a0d95f1","name":"Edit timeoff","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"status\":\"rejected\",\r\n  \"timeoff_type_id\":\"{{timeoff_type_id}}\",\r\n  \"start_date\":\"2023-01-02\",\r\n  \"end_date\":\"2023-01-30\",\r\n  \"staffer_note\":\"Note\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.bigtime.net/beta/timeoffs/{{timeoff_uuid}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"{{timeoff_id}}\",\n    \"staffer_id\": \"{{staffer_id}}\",\n    \"staffer_big_time_sid\": {{staffer_sid}},\n    \"status\": \"rejected\",\n    \"staffer_note\": \"Note\",\n    \"timeoff_type_id\": \"{{timeoff_type_id}}\",\n    \"start_date\": \"2023-01-02\",\n    \"end_date\": \"2023-01-30\",\n    \"workdays_count\": 21,\n    \"full_day\": true,\n    \"daily_minutes\": [0, 480, 480, 480, 480, 0, 0, 0, 480, 480, 480, 480, 480, 0, 0, 480, 480, 480, 480, 480, 0, 0, 480, 480, 480, 480, 480, 0, 0, 480, 480],\n    \"weekly_minutes\": [0, 1920, 2400, 2400, 2400, 960],\n    \"monthly_minutes\": [10080],\n    \"total_minutes_off\": 10080,\n    \"last_action_request\": {\n        \"active\": false,\n        \"type\": \"hr_change\",\n        \"staffer_note\": \"Note\",\n        \"created_at\": \"2022-10-05T15:29:55.548690+02:00\",\n        \"new_start_date\": null,\n        \"new_end_date\": null,\n        \"decisions\": [\n            {\n                \"decision\": true,\n                \"manager_note\": null,\n                \"decided_at\": \"2022-10-05T15:29:55.553144+02:00\",\n                \"manager\": {\n                    \"uuid\": \"23bdd9a0c6cd446886ede7253bcaf165\",\n                    \"name\": \"Pan Manager\",\n                    \"manager_in_place_of\": null\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"d4342806-dda9-41fe-8712-603bf2eb442d"},{"name":"Remove timeoff","id":"bfdb5087-0d62-41c5-bd49-b5bb2ac82567","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/timeoffs/{{timeoff_uuid}}/","description":"<p>Lists timeoffs in in organization. You can filter results with optional query params. Results are paginated</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["timeoffs","{{timeoff_uuid}}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"bfdb5087-0d62-41c5-bd49-b5bb2ac82567"}],"id":"e1f5ae65-ffa8-4b24-b892-530508545d1f","_postman_id":"e1f5ae65-ffa8-4b24-b892-530508545d1f","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}}},{"name":"My company","item":[{"name":"Seniorities","item":[{"name":"List seniorities","id":"b90d173e-ea92-4b29-a291-20cd3ed6bb96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/organization/seniorities/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["organization","seniorities",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[{"disabled":true,"key":"id","value":""},{"disabled":true,"description":{"content":"<p>filter by the seniority name</p>\n","type":"text/plain"},"key":"text","value":""},{"disabled":true,"description":{"content":"<p>filter by seniority level</p>\n","type":"text/plain"},"key":"level","value":""}],"variable":[]}},"response":[{"id":"0fe507c1-d0d7-4f3b-9d9d-c87bf880f2e6","name":"List seniorities","originalRequest":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/organization/seniorities/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"paging\": {\r\n        \"page\": 1,\r\n        \"pageSize\": 100,\r\n        \"totalResults\": 150\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"uuid\": \"4d20a252782a42feb04e67262176cec2\",\r\n            \"text\": \"Ninja\",\r\n            \"level\": 5\r\n        }\r\n    ]\r\n}"}],"_postman_id":"b90d173e-ea92-4b29-a291-20cd3ed6bb96"},{"name":"Get seniority","id":"9b08a0ea-d5f3-4cc0-88f1-75af01ed8be1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/organization/seniorities/{seniority_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["organization","seniorities","{seniority_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"bbcdbc2e-982a-4219-b1f5-549a4dd73df3","name":"Get seniority","originalRequest":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/organization/seniorities/{{seniority_uuid}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"4d20a252782a42feb04e67262176cec2\",\r\n    \"text\": \"Ninja\",\r\n    \"level\": 5\r\n}"}],"_postman_id":"9b08a0ea-d5f3-4cc0-88f1-75af01ed8be1"},{"name":"Add seniority","id":"bb33effa-c66a-4a31-91f6-e90ab0982221","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Expert of Life, the Universe and Everything\",\r\n    \"level\": 42\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/organization/seniorities/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["organization","seniorities",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"a2605d76-dd1d-4c4a-8937-c561720e2950","name":"Add seniority","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Ninja\",\r\n    \"level\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/organization/seniorities/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"4d20a252782a42feb04e67262176cec2\",\n    \"text\": \"Ninja\",\n    \"level\": 5\n}"}],"_postman_id":"bb33effa-c66a-4a31-91f6-e90ab0982221"},{"name":"Edit seniority","id":"10f7a3a2-6f4a-46c1-87fd-02b7ba98dadd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Ninja\",\r\n    \"level\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/organization/seniorities/{seniority_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["organization","seniorities","{seniority_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"2e4a87fa-f8a3-4686-8f82-4e99a2b7c6f8","name":"Edit seniority","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Master\",\r\n    \"level\": 30\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/organization/seniorities/{{seniority_uuid}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"4d20a252782a42feb04e67262176cec2\",\n    \"text\": \"Master\",\n    \"level\": 30\n}"}],"_postman_id":"10f7a3a2-6f4a-46c1-87fd-02b7ba98dadd"},{"name":"Remove seniority","id":"92481111-f1a2-48d1-8c33-ea4bbd6e9ab2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://foresight-api.bigtime.net/beta/organization/seniorities/{seniority_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["organization","seniorities","{seniority_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"92481111-f1a2-48d1-8c33-ea4bbd6e9ab2"}],"id":"620b0779-51fc-4c25-9f83-5b871c9b9bc6","_postman_id":"620b0779-51fc-4c25-9f83-5b871c9b9bc6","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}}},{"name":"Skills","item":[{"name":"Search skills","id":"29d10c14-7a06-487a-ac90-edb7b6b626b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/skills/search/?name=&abstract=&parent_id=","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["skills","search",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[{"description":{"content":"<p>name, icontains</p>\n","type":"text/plain"},"key":"name","value":""},{"description":{"content":"<p>bool</p>\n","type":"text/plain"},"key":"abstract","value":""},{"description":{"content":"<p>uuid</p>\n","type":"text/plain"},"key":"parent_id","value":""}],"variable":[]}},"response":[{"id":"7c946600-f2d0-4299-89d8-ae01718dd5f5","name":"Search skills","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://foresight-api.bigtime.net/beta/skills/search/?name=python&parent_id=&abstract","host":["https://foresight-api.bigtime.net/beta"],"path":["skills","search",""],"query":[{"key":"name","value":"python","description":"name, icontains"},{"key":"parent_id","value":"","description":"uuid"},{"key":"abstract","value":null,"description":"bool"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"paging\": {\r\n        \"page\": 1,\r\n        \"pageSize\": 100,\r\n        \"totalResults\": 150\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"name\": \"Python\",\r\n            \"uuid\": \"3155d07236294aed9190f82609416a54\",\r\n            \"level\": 1,\r\n            \"desc\": \"\",\r\n            \"abstract\": false,\r\n            \"path\": \"Technical skills\",\r\n            \"ancestors\": [\r\n                \"1455d07236294aed9190f82609416a54\"\r\n            ],\r\n            \"has_children\": true\r\n        },\r\n        {\r\n            \"name\": \"python\",\r\n            \"uuid\": \"54e91a7f3df0446488965afcd2b49e53\",\r\n            \"level\": 2,\r\n            \"desc\": \"\",\r\n            \"abstract\": false,\r\n            \"path\": \"Technical skills/Custom\",\r\n            \"ancestors\": [\r\n                \"1455d07236294aed9190f82609416a54\",\r\n                \"712c2ce26b474fe4b503b0647febdd1e\"\r\n            ],\r\n            \"has_children\": false\r\n        },\r\n        ...\r\n}"}],"_postman_id":"29d10c14-7a06-487a-ac90-edb7b6b626b5"},{"name":"Get skill","id":"b8fb0a0f-fb54-4036-bd39-b52a33fc3d10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/skills/{skill_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["skills","{skill_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[{"disabled":true,"description":{"content":"<p>name, icontains</p>\n","type":"text/plain"},"key":"name","value":""},{"disabled":true,"description":{"content":"<p>bool</p>\n","type":"text/plain"},"key":"abstract","value":""},{"disabled":true,"description":{"content":"<p>uuid</p>\n","type":"text/plain"},"key":"parent_uuid","value":""}],"variable":[]}},"response":[{"id":"a303c450-be9b-45c8-a52c-21d2a183e554","name":"Get skill","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://foresight-api.bigtime.net/beta/skills/{{skill_uuid}}/","host":["https://foresight-api.bigtime.net/beta"],"path":["skills","{{skill_uuid}}",""],"query":[{"key":"name","value":null,"description":"name, icontains","disabled":true},{"key":"abstract","value":null,"description":"bool","disabled":true},{"key":"parent_uuid","value":null,"description":"uuid\n","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"C\",\n    \"uuid\": \"df2bcaf5ec424315b8d73f51fb8cafff\",\n    \"level\": 1,\n    \"desc\": \"\",\n    \"abstract\": false,\n    \"path\": \"Technical skills\",\n    \"ancestors\": [\n        \"8c434be0144b4202ac3525fd1b1b58fd\"\n    ],\n    \"has_children\": true\n}"}],"_postman_id":"b8fb0a0f-fb54-4036-bd39-b52a33fc3d10"},{"name":"Create skill","id":"e0362e0f-e1f1-4a9a-b1d6-306a37a60c99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Klingon\",\r\n    \"parent_id\": \"94bfba5ad9bf4dc0be394300172d3656\",\r\n    \"desc\": \"Klingon\",\r\n    \"abstract\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/skills/","description":"<h2 id=\"create-new-skill\">Create new skill</h2>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><p><code>parent_id</code>*<br /><em>Skill_id</em></p>\n</li>\n<li><p><code>name</code>*  </p>\n</li>\n<li><p><code>desc</code>  </p>\n</li>\n<li><p><code>abstract</code><br /><em>If abstract than skill is used only for grouping and can not be assigned to employee</em></p>\n</li>\n</ul>\n<p><em>* required</em></p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["skills",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"713b43ce-6b92-4523-b5b3-acbb54742dcb","name":"Create skill","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"C#\",\r\n    \"parent_id\": \"00e045cc6c2647619ed408696141da17\",\r\n    \"desc\": \"This is a description\",\r\n    \"abstract\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/skills/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"C#\",\n    \"uuid\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"level\": 2,\n    \"desc\": \"This is a description\",\n    \"abstract\": false,\n    \"path\": \"Technical skills/C\",\n    \"ancestors\": [\n        \"00e045cc6c2647619ed408696141da17\",\n        \"2da6415a48904e13b827a516e6b2499e\"\n    ],\n    \"has_children\": false\n}"}],"_postman_id":"e0362e0f-e1f1-4a9a-b1d6-306a37a60c99"},{"name":"Edit skill","id":"188df323-5480-45a5-9718-0d7734665887","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Quenya\",\r\n    \"parent_id\": \"94bfba5ad9bf4dc0be394300172d3656\",\r\n    \"desc\": \"Quenya\",\r\n    \"abstract\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/skills/{skill_uuid}/","description":"<h2 id=\"edit-skill\">Edit skill</h2>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><p><code>parent_id</code><br /><em>Skill_id</em></p>\n</li>\n<li><p><code>name</code>  </p>\n</li>\n<li><p><code>desc</code>  </p>\n</li>\n<li><p><code>abstract</code><br /><em>If abstract than skill is used only for grouping and can not be assigned to employee</em></p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["skills","{skill_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[{"disabled":true,"description":{"content":"<p>name, icontains</p>\n","type":"text/plain"},"key":"name","value":""},{"disabled":true,"description":{"content":"<p>bool</p>\n","type":"text/plain"},"key":"abstract","value":""},{"disabled":true,"description":{"content":"<p>uuid</p>\n","type":"text/plain"},"key":"parent_uuid","value":""}],"variable":[]}},"response":[{"id":"0ef0a5b0-c705-49f3-9b9f-839c686053e9","name":"Edit skill","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"C++\",\r\n    \"level\":\"2\",\r\n    \"desc\": \"This is a new description\",\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://foresight-api.bigtime.net/beta/skills/{{skill_uuid}}/","host":["https://foresight-api.bigtime.net/beta"],"path":["skills","{{skill_uuid}}",""],"query":[{"key":"name","value":null,"description":"name, icontains","disabled":true},{"key":"abstract","value":null,"description":"bool","disabled":true},{"key":"parent_uuid","value":null,"description":"uuid\n","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"C++\",\n    \"uuid\": \"165100162d6f4423bd49e0382859fe88\",\n    \"level\": 2,\n    \"desc\": \"This is a new description\",\n    \"abstract\": false,\n    \"path\": \"Technical skills/C\",\n    \"ancestors\": [\n        \"23bdd9a0c6cd446886ede7253bcaf165\",\n        \"2557a7e59c9146f585e43f4a930e9cd1\"\n    ],\n    \"has_children\": false\n}"}],"_postman_id":"188df323-5480-45a5-9718-0d7734665887"},{"name":"Delete skill","id":"2969fc6e-e66d-4588-91c5-a090eeb785bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://foresight-api.bigtime.net/beta/skills/{skill_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["skills","{skill_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[{"disabled":true,"description":{"content":"<p>name, icontains</p>\n","type":"text/plain"},"key":"name","value":""},{"disabled":true,"description":{"content":"<p>bool</p>\n","type":"text/plain"},"key":"abstract","value":""},{"disabled":true,"description":{"content":"<p>uuid</p>\n","type":"text/plain"},"key":"parent_uuid","value":""}],"variable":[]}},"response":[],"_postman_id":"2969fc6e-e66d-4588-91c5-a090eeb785bc"},{"name":"Traverse skills tree","id":"c436aef1-e221-48de-b3d9-23ac1d9ecea2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/skills/?name=&abstract=&parent_id=","description":"<p>Traverse skills allows to go through the skills tree. Only skills on a direct child of <code>parent_id</code> are showed. If <code>parent_id</code> is not specified all available roots are showed</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["skills",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[{"description":{"content":"<p>name, icontains</p>\n","type":"text/plain"},"key":"name","value":""},{"description":{"content":"<p>bool</p>\n","type":"text/plain"},"key":"abstract","value":""},{"description":{"content":"<p>uuid</p>\n","type":"text/plain"},"key":"parent_id","value":""}],"variable":[]}},"response":[{"id":"8af21813-9f2a-4cd1-a8c8-f1f1014e96c8","name":"Traverse skills tree","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://foresight-api.bigtime.net/beta/skills/?name=&abstract=&parent_id=","host":["https://foresight-api.bigtime.net/beta"],"path":["skills",""],"query":[{"key":"name","value":"","description":"name, icontains"},{"key":"abstract","value":"","description":"bool"},{"key":"parent_id","value":"","description":"uuid"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"paging\": {\n        \"page\": 1,\n        \"pageSize\": 100,\n        \"totalResults\": 150\n    },\n    \"items\": [\n        {\n            \"name\": \"Languages\",\n            \"uuid\": \"{{first_skill_id}}\",\n            \"level\": 0,\n            \"desc\": \"\",\n            \"abstract\": true,\n            \"path\": \"\",\n            \"ancestors\": [],\n            \"has_children\": true\n        },\n        {\n            \"name\": \"Soft skills\",\n            \"uuid\": \"{{second_skill_id}}\",\n            \"level\": 0,\n            \"desc\": \"\",\n            \"abstract\": false,\n            \"path\": \"\",\n            \"ancestors\": [],\n            \"has_children\": false\n        },\n        {\n            \"name\": \"Technical skills\",\n            \"uuid\": \"{{third_skill_id}}\",\n            \"level\": 0,\n            \"desc\": \"\",\n            \"abstract\": true,\n            \"path\": \"\",\n            \"ancestors\": [],\n            \"has_children\": true\n        }\n    ]\n}"}],"_postman_id":"c436aef1-e221-48de-b3d9-23ac1d9ecea2"}],"id":"610383ec-5b6d-4292-bde1-f6a3e888fa38","_postman_id":"610383ec-5b6d-4292-bde1-f6a3e888fa38","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}}},{"name":"Time Off Types","item":[{"name":"List time off types","id":"af618eb8-9d5d-41bf-8ccd-a200b454e803","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/organization/timeoff_types?id=&text","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["organization","timeoff_types"],"host":["https://foresight-api.bigtime.net/beta"],"query":[{"key":"id","value":""},{"description":{"content":"<p> filter is case insensitve</p>\n","type":"text/plain"},"key":"text","value":null}],"variable":[]}},"response":[{"id":"ec8c56c7-8940-4003-9e8f-18c86b89b9ae","name":"List time off types","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://foresight-api.bigtime.net/beta/organization/timeoff_types","host":["https://foresight-api.bigtime.net/beta"],"path":["organization","timeoff_types"],"query":[{"key":"id","value":"","disabled":true},{"key":"text","value":null,"description":"<string> filter is case insensitve","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"paging\": {\n        \"page\": 1,\n        \"pageSize\": 100,\n        \"totalResults\": 150\n    },\n    \"items\": [\n        {\n            \"uuid\": \"e443a6e1dd014b60b7b49a6a0f24cbfb\",\n            \"text\": \"Sick leave\"\n        }\n    ]\n}"}],"_postman_id":"af618eb8-9d5d-41bf-8ccd-a200b454e803"},{"name":"Get time off type","id":"89b9fb26-8eef-4e1f-b62b-0a121eacbbad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/organization/timeoff_types/{timeoff_type_uuid}","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["organization","timeoff_types","{timeoff_type_uuid}"],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"2d8b131b-dcda-4335-97b6-dfd8dda1f2df","name":"Get time off type","originalRequest":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/organization/timeoff_types/{{timeoff_type_uuid}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"e4ba6c9937664572a85c33221f72dac7\",\n    \"text\": \"Changed Time Off Type\"\n}"}],"_postman_id":"89b9fb26-8eef-4e1f-b62b-0a121eacbbad"},{"name":"Add time off type","id":"723e55a5-1efc-44d0-aaa7-d0ec80caf2a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"New Time Off Type\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/organization/timeoff_types/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["organization","timeoff_types",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"c5d5cf82-84c0-4f0a-ae0c-2c148b9495c6","name":"Add time off type","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Sick leave\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/organization/timeoff_types/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"e4ba6c9937664572a85c33221f72dac7\",\n    \"text\": \"Sick leave\"\n}"}],"_postman_id":"723e55a5-1efc-44d0-aaa7-d0ec80caf2a2"},{"name":"Edit time off type","id":"3fa5f44e-ddba-43c0-a629-7ba4020728c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Changed Time Off Type\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/organization/timeoff_types/{timeoff_type_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["organization","timeoff_types","{timeoff_type_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"7e7207f8-16c8-4b51-bc15-ed005b049f05","name":"Edit time off type","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Changed Time Off Type\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/organization/timeoff_types/{{timeoff_type_uuid}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"e4ba6c9937664572a85c33221f72dac7\",\n    \"text\": \"Changed Time Off Type\"\n}"}],"_postman_id":"3fa5f44e-ddba-43c0-a629-7ba4020728c0"},{"name":"Remove time off type","id":"7daf7860-0bd8-497e-ade6-6117282d0302","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://foresight-api.bigtime.net/beta/organization/timeoff_types/{timeoff_type_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["organization","timeoff_types","{timeoff_type_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"7daf7860-0bd8-497e-ade6-6117282d0302"}],"id":"ad266cbe-0d4f-4270-b1dc-4082a178af21","event":[{"listen":"prerequest","script":{"id":"1ea9fa26-e1c4-4f9d-b56a-756e7a7cc489","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ac52bdde-9872-4cc8-98bf-a77575b9df20","type":"text/javascript","exec":[""]}}],"_postman_id":"ad266cbe-0d4f-4270-b1dc-4082a178af21","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}}},{"name":"Certificates","item":[{"name":"List certificates","id":"7e186b2b-b1c0-46ae-9a90-ac848474c5a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/organization/certificates/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["organization","certificates",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[{"disabled":true,"description":{"content":"<p>filter by certificate uuid</p>\n","type":"text/plain"},"key":"certificate_uuid","value":""},{"disabled":true,"description":{"content":"<p>filter by the certificate name</p>\n","type":"text/plain"},"key":"name","value":""}],"variable":[]}},"response":[{"id":"a2507ae1-b1d3-4ae5-894a-a1229b869c26","name":"List certificates","originalRequest":{"method":"GET","header":[],"url":"http://api.localhost:8000/beta/organization/certificates/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"paging\": {\r\n        \"page\": 1,\r\n        \"pageSize\": 100,\r\n        \"totalResults\": 150\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"certificate_uuid\": \"1d20a252782a42feb04e67262176cec2\",\r\n            \"name\": \"Senior\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"7e186b2b-b1c0-46ae-9a90-ac848474c5a0"},{"name":"Get certificate","id":"1b448808-fdd3-4ccf-b06d-ee7f0af94f25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foresight-api.bigtime.net/beta/organization/certificates/{certificate_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["organization","certificates","{certificate_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"b74cda32-8660-4e46-805c-700bb1ee47ef","name":"Get certificate","originalRequest":{"method":"GET","header":[],"url":"http://api.localhost:8000/beta/organization/certificates/{{certificate_uuid}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"certificate_uuid\": \"1d20a252782a42feb04e67262176cec2\",\r\n    \"name\": \"Senior\"\r\n}"}],"_postman_id":"1b448808-fdd3-4ccf-b06d-ee7f0af94f25"},{"name":"Add certificate","id":"0c697481-1250-4e08-aeba-1950fe990bdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"name\": \"Senior\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/organization/certificates/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["organization","certificates",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"77ff90a4-d06d-441d-a9d3-96aa467de44a","name":"Add certificate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"name\": \"Senior\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://api.localhost:8000/beta/organization/certificates/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"certificate_uuid\": \"4d20a252782a42feb04e67262176cec2\",\n    \"name\": \"Senior\"\n}"}],"_postman_id":"0c697481-1250-4e08-aeba-1950fe990bdb"},{"name":"Edit certificate","id":"4f514bbe-3ab6-40ef-acb8-6754d0cae529","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"name\": \"Senior\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foresight-api.bigtime.net/beta/organization/certificates/{certificate_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["organization","certificates","{certificate_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[{"id":"9ddfec61-89e9-4cac-b519-2b5fc211d218","name":"Edit certificate","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"name\": \"Master\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://api.localhost:8000/beta/organization/certificates/{{certificate_uuid}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"certificate_uuid\": \"4d20a252782a42feb04e67262176cec2\",\n    \"name\": \"Master\"\n}"}],"_postman_id":"4f514bbe-3ab6-40ef-acb8-6754d0cae529"},{"name":"Remove certificate","id":"1568f387-2faa-493b-8644-7e9f39d54c83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://foresight-api.bigtime.net/beta/organization/certificates/{certificate_uuid}/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}},"urlObject":{"path":["organization","certificates","{certificate_uuid}",""],"host":["https://foresight-api.bigtime.net/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"1568f387-2faa-493b-8644-7e9f39d54c83"}],"id":"520b18d8-46c3-41c5-8025-169635cf74f2","_postman_id":"520b18d8-46c3-41c5-8025-169635cf74f2","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}}}],"id":"8ddd9ee8-12da-4eaf-aeb1-25aa7c63dbc1","event":[{"listen":"prerequest","script":{"id":"7eaad80b-1f1d-4283-b8ef-ab0911a90757","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a4030740-0fbe-4841-8d88-1e5e93938ba9","type":"text/javascript","exec":[""]}}],"_postman_id":"8ddd9ee8-12da-4eaf-aeb1-25aa7c63dbc1","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","id":"94cf7ace-02e5-46bd-9ceb-c3d5fc1eb030","name":"Foresight","type":"collection"}}}],"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientId","value":""},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":""},{"key":"tokenType","value":"<token-type>"}]}},"event":[{"listen":"prerequest","script":{"id":"3c21bdd9-8489-4e8e-a054-1acd55080c40","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"a6d60c91-7e68-4e1a-8923-1dbf3cd7bbda","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"latest_version","value":"beta"},{"key":"base_url","value":"https://foresight-api.bigtime.net/"},{"key":"client_id","value":""},{"key":"client_secret","value":""}]}