{"info":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","description":"<html><head></head><body><p>Primetric REST API allows you to access and manipulate data on Primetric platform.</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>Api is avaliable at <a href=\"\">https://api.primetric.com/{{version}}/</a></p>\n<p>Available version: <a href=\"\">https://api.primetric.com/beta/</a></p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Api use OAuth2.0 authorization. You must add and authorize Application in administrator panel in order to use API.</p>\n<p>Authorize endpoint:<br><a href=\"\">https://api.primetric.com/auth/authorize/</a></p>\n<p>Token endpoint:<br><a href=\"\">https://api.primetric.com/auth/token/</a></p>\n<p>Only the \"authorization code\" and \"client credentials\" grant types are available.</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<p>The \"authorization code\" method works by granting an access token to clients. It is important to understand that this token does not differentiate between users or their individual permissions. This means that all authenticated clients will have the same level of access to the API resources.</p>\n<h3 id=\"python-snippet-to-get-an-access-token\">Python Snippet to get an Access Token</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-python\">import requests\nfrom requests.auth import HTTPBasicAuth  \nurl = \"https://api.primetric.com/auth/token/\"\nclient_id = \"xx\"\nclient_secret = \"yy\"\nscope = [\"read\", \"write\", \"finance\"]\nauth = HTTPBasicAuth(client_id, client_secret)\ndata = {\n        \"grant_type\": \"client_credentials\",\n        \"scope\": \" \".join(scope)\n       }\nresponse = requests.post(url, data=data, auth=auth)\nprint(response.text)\n\n</code></pre>\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>{\n    \"count\": 99,\n    \"next\": \"https://api.primetric.com/beta/projects/?page=2\"\n    \"previous\": null,\n    \"results\": [...]\n}\n\n</code></pre><p><strong>count</strong> - total items count</p>\n<p><strong>next</strong> - url to the next page or null if not exists</p>\n<p><strong>previous</strong> - url to the previous page or null if not exists</p>\n<p><strong>results</strong> - array of returned objects</p>\n<h1 id=\"advanced-filtering\">Advanced filtering</h1>\n<p>Advanced filtering is available for certian endpoints. More info in here <a href=\"\">https://primetric.atlassian.net/wiki/spaces/PCD/pages/14450698/Public+API</a></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=\"error-codes\">Error codes</h1>\n<h1 id=\"rate-limits\">Rate limits</h1>\n<p>60 requests/minute</p>\n<p>Exception Code 429 if exceeded</p>\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":"Advanced filtering","slug":"advanced-filtering"},{"content":"Additional Notes","slug":"additional-notes"},{"content":"Error codes","slug":"error-codes"},{"content":"Rate limits","slug":"rate-limits"}],"owner":"10359207","collectionId":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","publishedId":"TVssinvS","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"141E74"},"publishDate":"2020-12-21T07:42:39.000Z"},"item":[{"name":"Projects","item":[{"name":"RAG Ratings","item":[{"name":"List RAG Ratings","id":"e1737d7f-e66e-4e36-b939-f0aa1328c2db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/projects/{project_id}/rag_ratings/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects","{project_id}","rag_ratings",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"bb4da4a4-6125-4746-b89d-e63821b97f07","name":"List RAG Ratings","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/projects/{{project_id}}/rag_ratings/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"rag_scope_uuid\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n        \"value\": 2\n    }\n]"}],"_postman_id":"e1737d7f-e66e-4e36-b939-f0aa1328c2db"},{"name":"Set RAG Ratings","id":"ddaf017b-7957-405a-bcfc-c432dd0694d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rag_scope_uuid\": \"58eb5c4398024c8d8db1f348a691d027\",\r\n    \"value\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects/{project_id}/rag_ratings/","description":"<p>StartFragment</p>\n<p>Used to update the RAG rating for a specific project identified by its unique project_id. The RAG rating provides a quick visual indicator of the overall status or health of a project.</p>\n<p>Params:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rag_scope_uuid, required</td>\n<td>uuid</td>\n</tr>\n<tr>\n<td>value, required</td>\n<td>available values:  <br />0 - Undefined, available only if option Allow undefined is turned on  <br />1 - Red  <br />2 - Amber  <br />3 - Green  <br />4 - Blue, available only if RAG setting is changed to BRAG</td>\n</tr>\n</tbody>\n</table>\n</div><p>EndFragment</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects","{project_id}","rag_ratings",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"9d168692-a38b-4504-aab4-90ccc58c485a","name":"Set RAG Ratings","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rag_scope_uuid\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"value\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects/{{project_id}}/rag_ratings/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"rag_scope_uuid\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"value\": 3\n}"}],"_postman_id":"ddaf017b-7957-405a-bcfc-c432dd0694d1"}],"id":"e9e07bd7-0baa-4737-b940-c21b12d40e55","_postman_id":"e9e07bd7-0baa-4737-b940-c21b12d40e55","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"List projects","id":"ace5e7fd-3032-41c8-ac96-ac2d2d19f9fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/projects/?status=&title=&pricing_model=","description":"<p>Lists projects in organization. You can filter results with optional query params. Results are paginated.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects",""],"host":["https://api.primetric.com/beta"],"query":[{"description":{"content":"<p>number;\n1 - Active,\n2 - Closed</p>\n","type":"text/plain"},"key":"status","value":""},{"description":{"content":"<p>string; filter exact or fragment of title; case insensitive</p>\n","type":"text/plain"},"key":"title","value":""},{"description":{"content":"<p>number;\n0 - Times and Material,\n1 - Fixed Price,\n2 - Non Billable</p>\n","type":"text/plain"},"key":"pricing_model","value":""}],"variable":[]}},"response":[{"id":"b45dd0c9-8935-41b2-b6f5-6cb4c2f96ffd","name":"List projects","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/projects/","host":["https://api.primetric.com/beta"],"path":["projects",""],"query":[{"key":"title","value":"My project","description":"<string> filter is case insensitve","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Feb 2020 10:58:25 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":"296"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"uuid\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n            \"title\": \"New project1\",\n            \"hash_tag_ids\": [\n                \"2da6415a48904e13b827a516e6b2499e\"\n            ],\n            \"start_date\": \"2022-03-21\",\n            \"end_date\": \"2024-03-21\",\n            \"last_date\": \"2024-03-21\",\n            \"tentative\": false,\n            \"likelihood\": 75,\n            \"billing_model\": 0,\n            \"hour_rate_source\": 0,\n            \"customer_id\": \"00e045cc6c2647619ed408696141da17\",\n            \"currency\": \"PLN\",\n            \"currency_rate\": \"1.0000\",\n            \"project_group_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n            \"status\": 1,\n            \"color\": \"#47B747\",\n            \"is_public\": false,\n            \"description\": \"This is a description\",\n            \"assigned_manager_ids\": [\n                \"165100162d6f4423bd49e0382859fe88\"\n            ],\n            \"assigned_manager_readonly_ids\": [\n                \"c5beac4bd383402c8107168c73876f31\"\n            ],\n            \"custom_attributes\": [\n                {\n                    \"slug\": \"example1\",\n                    \"value\": \"abc\"\n                },\n                {\n                    \"slug\": \"example2\",\n                    \"value\": 42\n                }\n            ],\n            \"currency_exchange_rate\": \"1.0000\",\n            \"default_hour_rate\": null\n        },\n        {\n            \"uuid\": \"a7cbe6e9a94d4757ad2fbdb5cd8ce20b\",\n            \"title\": \"New project2\",\n            \"hash_tag_ids\": [\n                \"2557a7e59c9146f585e43f4a930e9cd1\"\n            ],\n            \"start_date\": \"2022-01-01\",\n            \"end_date\": \"2022-12-31\",\n            \"last_date\": \"2022-12-31\",\n            \"tentative\": true,\n            \"likelihood\": 50,\n            \"billing_model\": 0,\n            \"hour_rate_source\": 0,\n            \"customer_id\": \"23bdd9a0c6cd446886ede7253bcaf165\",\n            \"currency\": \"PLN\",\n            \"currency_rate\": \"1.0000\",\n            \"project_group_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n            \"status\": 1,\n            \"color\": \"#47B747\",\n            \"is_public\": false,\n            \"description\": \"This is a description\",\n            \"assigned_manager_ids\": [\n                \"c5beac4bd383402c8107168c73876f31\"\n            ],\n            \"assigned_manager_readonly_ids\": [\n                \"165100162d6f4423bd49e0382859fe88\"\n            ],\n            \"custom_attributes\": [\n                {\n                    \"slug\": \"example1\",\n                    \"value\": \"abc\"\n                },\n                {\n                    \"slug\": \"example2\",\n                    \"value\": 42\n                }\n            ],\n            \"currency_exchange_rate\": \"1.0000\",\n            \"default_hour_rate\": null\n        }\n    ]\n}"}],"_postman_id":"ace5e7fd-3032-41c8-ac96-ac2d2d19f9fc"},{"name":"Get specific project","id":"25b18fa4-7598-4de3-959d-2d1c6c3f9a36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/projects/{project_id}/","description":"<p>Get specific project from organization.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects","{project_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"cf66bfd5-befc-4ed4-a706-b949da0c6f22","name":"Get specific project","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/projects/{{project_id}}/","host":["https://api.primetric.com/beta"],"path":["projects","{{project_id}}",""],"query":[{"key":"title","value":"My project","description":"<string> filter is case insensitve","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Wed, 12 Feb 2020 10:58:25 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":"296"}],"cookie":[],"responseTime":null,"body":"    {\n        \"uuid\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n        \"title\": \"New project1\",\n        \"hash_tag_ids\": [\n            \"2da6415a48904e13b827a516e6b2499e\"\n        ],\n        \"start_date\": \"2022-03-21\",\n        \"end_date\": \"2024-03-21\",\n        \"last_date\": \"2024-03-21\",\n        \"tentative\": false,\n        \"likelihood\": 75,\n        \"billing_model\": 0,\n        \"hour_rate_source\": 0,\n        \"customer_id\": \"00e045cc6c2647619ed408696141da17\",\n        \"currency\": \"PLN\",\n        \"currency_rate\": \"1.0000\",\n        \"project_group_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n        \"status\": 1,\n        \"color\": \"#47B747\",\n        \"is_public\": false,\n        \"description\": \"This is a description\",\n        \"assigned_manager_ids\": [\n            \"165100162d6f4423bd49e0382859fe88\"\n        ],\n        \"assigned_manager_readonly_ids\": [\n            \"c5beac4bd383402c8107168c73876f31\"\n        ],\n        \"custom_attributes\": [    {\n                \"slug\": \"example1\",\n                \"value\": \"abc\"\n            },\n            {\n                \"slug\": \"example2\",\n                \"value\": 42\n            }\n        ]\n        ,\n        \"currency_exchange_rate\": \"1.0000\",\n        \"default_hour_rate\": null\n    }\n"}],"_postman_id":"25b18fa4-7598-4de3-959d-2d1c6c3f9a36"},{"name":"Create project","id":"65813db4-8e1d-4196-bb74-43dcc67fb9cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"API Project2\",\r\n    \"hash_tag_ids\": [],\r\n    \"project_group_id\": null,\r\n    \"assigned_manager_ids\": [],\r\n    \"assigned_manager_readonly_ids\": [],\r\n    \"start_date\": \"2020-11-01\",\r\n    \"end_date\": \"2020-11-05\",\r\n    \"custom_attributes\": [\r\n        {\r\n            \"slug\": \"example1\",\r\n            \"value\": \"abc\"\r\n        },\r\n        {\r\n            \"slug\": \"example2\",\r\n            \"value\": 42\r\n        }\r\n    ]\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects/","description":"<h2 id=\"create-project-in-organization\">Create project in organization.</h2>\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"required\">Required</h4>\n<ul>\n<li><code>start_date</code><br />  Start date of project in YYYY-MM-DD format</li>\n<li><code>end_date</code><br />  End date of project in YYYY-MM-DD format</li>\n<li>title</li>\n</ul>\n<h4 id=\"optional\">Optional</h4>\n<ul>\n<li><p><code>customer_id</code><br />  Client/Customer <strong>uuid</strong> from defined <code>clients</code></p>\n</li>\n<li><p><code>hash_tag_ids</code><br />  List of tags <strong>uuids</strong> defined in organization <code>Hash tags</code></p>\n</li>\n<li><p><code>status</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    1: active\n    2: closed\n\n</code></pre><p>  <em>optional, default is 1</em></p>\n</li>\n<li><p><code>tentative</code><br />  <em>optional, default is false</em><br />  Specify if project is a draft or actual project</p>\n</li>\n<li><p><code>likelihood (only when tentative=true)</code><br />  <em>optional, default is 50</em><br />  Specify probability of startig the project. Range: 1-100</p>\n</li>\n<li><p><code>project_group_id</code><br />  <em>optional</em><br />  Project group <strong>uuid</strong> from defined <code>Project groups</code></p>\n</li>\n<li><p><code>billing_model</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    0: Time &amp; Materials\n    1: Fixed price\n    2: Non-billable\n\n</code></pre><p>  In case of \"Time &amp; Materials\" <strong>hour_rate_source</strong> param is available</p>\n</li>\n<li><p><code>hour_rate_source (only when billing_mode is Time &amp; Materials)</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    0: not set\n    1: Phase\n    2: Role\n    3: Project\n    4: Employee/Contractor default\n    5: Employee/Contractor project default\n\n</code></pre><p>  <em>default is 0</em><br />  In case of \"Project\", default_hour_rate param is available</p>\n</li>\n<li><p><code>default_hour_rate (billing_mode=\"Times &amp; Materials\" and hour_rate_source=\"Project\")</code><br />  Specify hour rate</p>\n</li>\n<li><p><code>currency</code><br />  <em>Default is taken from organization settings</em></p>\n</li>\n<li><p><code>color</code><br />  <em>Project label color in hex format, default:</em> <em><code>16a085</code></em></p>\n</li>\n<li><p><code>description</code></p>\n</li>\n<li><p><code>assigned_manager_ids</code><br />  List of <strong>uuids</strong> of assigned managers to this</p>\n</li>\n<li><p><code>assigned_manager_readonly_ids</code><br />  List of <strong>uuids</strong> of assigned managers to this project with only reading permissions</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"615d583d-fdec-439d-bf93-b9e0d5c84329","name":"Create project","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"API Project2\",\r\n    \"start_date\": \"2020-11-01\",\r\n    \"end_date\": \"2020-11-05\",\r\n    \"hash_tag_ids\": [\r\n        \"6b1cfb58b5c241b38ae14d44f74f117e\"\r\n    ],\r\n    \"tentative\": false,\r\n    \"likelihood\": 100,\r\n    \"billing_model\": 0,\r\n    \"hour_rate_source\": 0,\r\n    \"customer_id\": \"00e045cc6c2647619ed408696141da17\",\r\n    \"currency\": \"PLN\",\r\n    \"currency_rate\": \"1.0000\",\r\n    \"status\": 1,\r\n    \"is_public\": false,\r\n    \"description\": \"This is a description\",\r\n    \"project_group_id\": \"2da6415a48904e13b827a516e6b2499e\",\r\n    \"assigned_manager_ids\": [\r\n        \"6d0ab59e1348426d8d85746d452438cb\"\r\n    ],\r\n    \"assigned_manager_readonly_ids\": [\r\n        \"165100162d6f4423bd49e0382859fe88\"\r\n    ],\r\n    \"custom_attributes\": [\r\n        {\r\n            \"slug\": \"example1\",\r\n            \"value\": \"abc\"\r\n        },\r\n        {\r\n            \"slug\": \"example2\",\r\n            \"value\": 42\r\n        }\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n    \"title\": \"API Project2\",\n    \"hash_tag_ids\": [\n        \"6b1cfb58b5c241b38ae14d44f74f117e\"\n    ],\n    \"start_date\": \"2020-11-01\",\n    \"end_date\": \"2020-11-05\",\n    \"last_date\": \"2020-11-05\",\n    \"tentative\": false,\n    \"likelihood\": 100,\n    \"billing_model\": 0,\n    \"hour_rate_source\": 0,\n    \"customer_id\": \"00e045cc6c2647619ed408696141da17\",\n    \"currency\": \"PLN\",\n    \"currency_rate\": \"1.0000\",\n    \"project_group_id\": \"2da6415a48904e13b827a516e6b2499e\",\n    \"status\": 1,\n    \"color\": \"#47B747\",\n    \"is_public\": false,\n    \"description\": \"This is a description\",\n    \"assigned_manager_ids\": [\n        \"6d0ab59e1348426d8d85746d452438cb\"\n    ],\n    \"assigned_manager_readonly_ids\": [\n        \"165100162d6f4423bd49e0382859fe88\"\n    ],\n    \"custom_attributes\": [\n        {\n            \"slug\": \"example1\",\n            \"value\": \"abc\"\n        },\n        {\n            \"slug\": \"example2\",\n            \"value\": 42\n        }\n    ],\n    \"currency_exchange_rate\": \"1.0000\",\n    \"default_hour_rate\": null\n}"}],"_postman_id":"65813db4-8e1d-4196-bb74-43dcc67fb9cb"},{"name":"Edit project","id":"3e7b182a-4ede-48a4-8f07-e29647dd7a8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Edited API Project\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects/{project_id}/","description":"<h2 id=\"edit-project-in-organization\">Edit project in organization.</h2>\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"optional\">Optional</h4>\n<ul>\n<li><p><code>title</code></p>\n</li>\n<li><p><code>customer_id</code><br />  Client/Customer <strong>uuid</strong> from defined <code>clients</code></p>\n</li>\n<li><p><code>hash_tag_ids</code><br />  List of tags <strong>uuids</strong> defined in organization <code>Hash tags</code></p>\n</li>\n<li><p><code>status</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>  1: active\n  2: closed\n\n</code></pre><p>  <em>optional, default is 1</em></p>\n</li>\n<li><p><code>tentative</code><br />  <em>optional, default is false</em><br />  Specify if project is a draft or actual project</p>\n</li>\n<li><p><code>likelihood (only when tentative=true)</code><br />  <em>optional, default is 50</em><br />  Specify probability of startig the project. Range: 1-100</p>\n</li>\n<li><p><code>project_group_id</code><br />  <em>optional</em><br />  Project group <strong>uuid</strong> from defined <code>Project groups</code></p>\n</li>\n<li><p><code>hour_rate_source (only when billing_mode is Time &amp; Materials)</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>  0: not set\n  1: Phase\n  2: Role\n  3: Project\n  4: Employee/Contractor default\n  5: Employee/Contractor project default\n\n</code></pre><p>  <em>default is 0</em><br />  In case of \"Project\", default_hour_rate param is available</p>\n</li>\n<li><p><code>default_hour_rate (billing_mode=\"Times &amp; Materials\" and hour_rate_source=\"Project\")</code><br />  Specify hour rate</p>\n</li>\n<li><p><code>currency</code><br />  <em>Default is taken from organization settings</em></p>\n</li>\n<li><p><code>color</code><br />  <em>Project label color in hex format, default:</em> <em><code>16a085</code></em></p>\n</li>\n<li><p><code>description</code></p>\n</li>\n<li><p><code>assigned_manager_ids</code><br />  List of <strong>uuids</strong> of assigned managers to this</p>\n</li>\n<li><p><code>assigned_manager_readonly_ids</code><br />  List of <strong>uuids</strong> of assigned managers to this project with only reading permissions</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects","{project_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"3915fbcd-00ff-4e0a-848d-02a1a024f982","name":"Edit project","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"New Title\",\r\n    \"start_date\": \"2022-01-01\",\r\n    \"end_date\": \"2022-11-05\",\r\n    \"hash_tag_ids\": [\r\n        \"6b1cfb58b5c241b38ae14d44f74f117e\"\r\n    ],\r\n    \"tentative\": true,\r\n    \"likelihood\": 50,\r\n    \"customer_id\": \"00e045cc6c2647619ed408696141da17\",\r\n    \"status\": 1,\r\n    \"is_public\": true,\r\n    \"description\": \"This is a new description\",\r\n    \"project_group_id\": \"2da6415a48904e13b827a516e6b2499e\",\r\n    \"assigned_manager_ids\": [\r\n        \"6d0ab59e1348426d8d85746d452438cb\"\r\n    ],\r\n    \"assigned_manager_readonly_ids\": [\r\n        \"165100162d6f4423bd49e0382859fe88\"\r\n    ],\r\n    \"custom_attributes\": [\r\n        {\r\n            \"slug\": \"example1\",\r\n            \"value\": \"cba\"\r\n        },\r\n        {\r\n            \"slug\": \"example2\",\r\n            \"value\": 50\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects/{{project_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n    \"title\": \"New Title\",\n    \"hash_tag_ids\": [\n        \"6b1cfb58b5c241b38ae14d44f74f117e\"\n    ],\n    \"start_date\": \"2022-01-01\",\n    \"end_date\": \"2022-11-05\",\n    \"last_date\": \"2022-11-05\",\n    \"tentative\": true,\n    \"likelihood\": 50,\n    \"billing_model\": 0,\n    \"hour_rate_source\": 0,\n    \"customer_id\": \"00e045cc6c2647619ed408696141da17\",\n    \"currency\": \"PLN\",\n    \"currency_rate\": \"1.0000\",\n    \"project_group_id\": \"2da6415a48904e13b827a516e6b2499e\",\n    \"status\": 1,\n    \"color\": \"#47B747\",\n    \"is_public\": false,\n    \"description\": \"This is a new description\",\n    \"assigned_manager_ids\": [\n        \"6d0ab59e1348426d8d85746d452438cb\"\n    ],\n    \"assigned_manager_readonly_ids\": [\n        \"165100162d6f4423bd49e0382859fe88\"\n    ],\n    \"custom_attributes\": [\n        {\n            \"slug\": \"example1\",\n            \"value\": \"cba\"\n        },\n        {\n            \"slug\": \"example2\",\n            \"value\": 50\n        }\n    ],\n    \"currency_exchange_rate\": \"1.0000\",\n    \"default_hour_rate\": null\n}"}],"_postman_id":"3e7b182a-4ede-48a4-8f07-e29647dd7a8e"},{"name":"Start bulk operation","id":"678149a8-952b-4b86-9fb6-792d3432a7d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/projects/{{project_id}}/start_bulk/","description":"<p>Use this endpoint if you want to perform bulk operations on a single project. (ie. adding 325 worklogs to projects assignments) The system won't be updating project data after each query. After performing all operations use \"End bulk operation\" to back to normal project state.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects","{{project_id}}","start_bulk",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"678149a8-952b-4b86-9fb6-792d3432a7d6"},{"name":"End bulk operation","id":"481c5ae6-cf79-4c77-b1b9-2554397a86b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/projects/{{project_id}}/end_bulk/","description":"<p>End bulk operation. This query may take a while depending on the size of the project.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects","{{project_id}}","end_bulk",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"481c5ae6-cf79-4c77-b1b9-2554397a86b5"},{"name":"Remove project","id":"8e047713-7cb3-4626-8e67-2d1426837ff3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/projects/{project_id}/","description":"<p>Remove project from organization.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects","{project_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e047713-7cb3-4626-8e67-2d1426837ff3"},{"name":"Project summary","id":"856c286f-6727-4f9b-a3f1-edb3f0574552","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>Endpoint is returning financial data for a project, including estimated vs planned vs actual metrics with phase-level breakdown.</p>\n<p>Permission required: Financial scope</p>\n<p>Response structure:</p>\n<p>The endpoint returns a JSON object with to main sections:</p>\n<ul>\n<li>Project-level summary</li>\n</ul>\n<p>Single object with uuid and estimated/planned/actual metrics</p>\n<ul>\n<li>Phase-level breakdown</li>\n</ul>\n<p>Array of objects, each with same structure as project level.</p>\n<p>Each metric group contains:</p>\n<ul>\n<li><p>revenue - in company currency</p>\n</li>\n<li><p>cost - in company currency</p>\n</li>\n<li><p>minutes - total work in minutes</p>\n</li>\n<li><p>margin - percentage (null in cases when the denominator/revenue is equal to 0)</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[{"id":"0c29f0e1-7860-4ae1-b418-7ecc360fb28e","name":"Project summary","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/project_financials_summary/{projects_uuid}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"project\": {\r\n        \"uuid\": \"bda7756fc1dd47c190d728458a6c262c\",\r\n        \"estimated\": {\r\n            \"revenue\": \"773.00\",\r\n            \"cost\": \"563.00\",\r\n            \"minutes\": \"3240.00\",\r\n            \"margin\": 27.17\r\n        },\r\n        \"planned\": {\r\n            \"revenue\": \"6720.00\",\r\n            \"cost\": \"13440.00\",\r\n            \"minutes\": \"40320.00\",\r\n            \"margin\": -100.0\r\n        },\r\n        \"actual\": {\r\n            \"revenue\": \"320.00\",\r\n            \"cost\": \"320.00\",\r\n            \"minutes\": \"1260.00\",\r\n            \"margin\": 0.0\r\n        }\r\n    },\r\n    \"phases\": [\r\n        {\r\n            \"uuid\": \"9b10f24646db49d086cf8daa559f38ba\",\r\n            \"estimated\": {\r\n                \"revenue\": \"225.00\",\r\n                \"cost\": \"225.00\",\r\n                \"minutes\": \"900.00\",\r\n                \"margin\": 0.0\r\n            },\r\n            \"planned\": {\r\n                \"revenue\": \"0.00\",\r\n                \"cost\": \"3040.00\",\r\n                \"minutes\": \"9120.00\",\r\n                \"margin\": null\r\n            },\r\n            \"actual\": {\r\n                \"revenue\": \"0.00\",\r\n                \"cost\": \"0.00\",\r\n                \"minutes\": \"0.00\",\r\n                \"margin\": null\r\n            }\r\n        },\r\n        {\r\n            \"uuid\": \"3dbda23711d646118f467c09640f3f50\",\r\n            \"estimated\": {\r\n                \"revenue\": \"154.00\",\r\n                \"cost\": \"143.00\",\r\n                \"minutes\": \"660.00\",\r\n                \"margin\": 7.14\r\n            },\r\n            \"planned\": {\r\n                \"revenue\": \"6720.00\",\r\n                \"cost\": \"6720.00\",\r\n                \"minutes\": \"20160.00\",\r\n                \"margin\": 0.0\r\n            },\r\n            \"actual\": {\r\n                \"revenue\": \"320.00\",\r\n                \"cost\": \"320.00\",\r\n                \"minutes\": \"1260.00\",\r\n                \"margin\": 0.0\r\n            }\r\n        },\r\n        {\r\n            \"uuid\": \"be7f4960de524acba59115e300a9b0a3\",\r\n            \"estimated\": {\r\n                \"revenue\": \"169.00\",\r\n                \"cost\": \"195.00\",\r\n                \"minutes\": \"780.00\",\r\n                \"margin\": -15.38\r\n            },\r\n            \"planned\": {\r\n                \"revenue\": \"0.00\",\r\n                \"cost\": \"0.00\",\r\n                \"minutes\": \"0.00\",\r\n                \"margin\": null\r\n            },\r\n            \"actual\": {\r\n                \"revenue\": \"0.00\",\r\n                \"cost\": \"0.00\",\r\n                \"minutes\": \"0.00\",\r\n                \"margin\": null\r\n            }\r\n        },\r\n        {\r\n            \"uuid\": \"97f6f87cdc5946d59f77c60bc527e2a7\",\r\n            \"estimated\": {\r\n                \"revenue\": \"225.00\",\r\n                \"cost\": \"0.00\",\r\n                \"minutes\": \"900.00\",\r\n                \"margin\": 100.0\r\n            },\r\n            \"planned\": {\r\n                \"revenue\": \"0.00\",\r\n                \"cost\": \"3680.00\",\r\n                \"minutes\": \"11040.00\",\r\n                \"margin\": null\r\n            },\r\n            \"actual\": {\r\n                \"revenue\": \"0.00\",\r\n                \"cost\": \"0.00\",\r\n                \"minutes\": \"0.00\",\r\n                \"margin\": null\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"856c286f-6727-4f9b-a3f1-edb3f0574552"}],"id":"2dbef41d-2b82-4697-a5b8-15b253077703","_postman_id":"2dbef41d-2b82-4697-a5b8-15b253077703","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Projects' Phases","item":[{"name":"List Phases","id":"76dc15c5-00c2-494a-9bd5-8461e7644418","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/projects_phases/","description":"<p>Lists projects in organization. You can filter results with optional query params. Results are paginated.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_phases",""],"host":["https://api.primetric.com/beta"],"query":[{"disabled":true,"description":{"content":"<p>uuid of project</p>\n","type":"text/plain"},"key":"project_id","value":"{{project_id}}"},{"disabled":true,"description":{"content":"<p>string; Exact name of fragment of name; case insensitive</p>\n","type":"text/plain"},"key":"label","value":""}],"variable":[]}},"response":[{"id":"b232e1f7-e659-4b6f-be98-d3ec3ea7f757","name":"List Phases","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/projects_phases/","host":["https://api.primetric.com/beta"],"path":["projects_phases",""],"query":[{"key":"project_id","value":"a0cd0ffbe4dd408d8830c583d9fe3a54","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n            \"label\": \"Other\",\n            \"start_date\": null,\n            \"end_date\": null,\n            \"is_default\": true,\n            \"custom_attributes\": [\n                {\n                    \"slug\": \"name_of_phases_custom_attribute\",\n                    \"value\": [\n                        \"test\"\n                    ]\n                }\n            ],\n            \"estimated_work\": null,\n            \"assignment_template_role_id\": null,\n            \"assignment_template_note\": null,\n            \"project_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n            \"budget_lock\": false,\n            \"avg_hour_price\": {\n                \"amount\": 0,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"avg_hour_cost\": {\n                \"amount\": 0,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"cost\": {\n                \"amount\": 0,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"income\": {\n                \"amount\": 0,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            }\n        },\n        {\n            \"uuid\": \"00e045cc6c2647619ed408696141da17\",\n            \"label\": \"Phase_1\",\n            \"start_date\": \"2018-01-01\",\n            \"end_date\": \"2021-12-31\",\n            \"is_default\": false,\n            \"custom_attributes\": [\n                {\n                    \"slug\": \"name_of_phases_custom_attribute\",\n                    \"value\": [\n                        \"test\"\n                    ]\n                }\n            ],\n            \"estimated_work\": null,\n            \"assignment_template_role_id\": \"2da6415a48904e13b827a516e6b2499e\",\n            \"assignment_template_note\": \"Instructions\",\n            \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n            \"budget_lock\": false,\n            \"avg_hour_price\": {\n                \"amount\": 30,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"avg_hour_cost\": {\n                \"amount\": 20,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"cost\": {\n                \"amount\": 3200,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"income\": {\n                \"amount\": 4800,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            }\n        }\n    ]\n}"}],"_postman_id":"76dc15c5-00c2-494a-9bd5-8461e7644418"},{"name":"Get Phase","id":"f39bee20-08ac-41d3-b5ea-a2d93475ec25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/projects_phases/{projects_phase_uuid}/","description":"<p>Lists projects in organization. You can filter results with optional query params. Results are paginated.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_phases","{projects_phase_uuid}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"e13fa487-e1c4-4c5a-9f97-82d23c0020bd","name":"Get Phase with finance scope","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/projects_phases/{{phase_uuid}}/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n    \"label\": \"Phase_1\",\n    \"start_date\": \"2018-01-01\",\n    \"end_date\": \"2021-12-31\",\n    \"is_default\": false,\n    \"custom_attributes\": [\n        {\n            \"slug\": \"name_of_phases_custom_attribute\",\n            \"value\": [\n                \"test\"\n            ]\n        }\n    ],\n    \"estimated_work\": null,\n    \"assignment_template_role_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"assignment_template_note\": \"Instructions\",\n    \"project_id\": \"00e045cc6c2647619ed408696141da17\",\n    \"avg_hour_price\": {\n        \"amount\": 30,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"avg_hour_cost\": {\n        \"amount\": 20,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"cost\": {\n        \"amount\": 3200,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"income\": {\n        \"amount\": 4800,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    }\n}"}],"_postman_id":"f39bee20-08ac-41d3-b5ea-a2d93475ec25"},{"name":"Create Phase","id":"59949054-a97c-455f-9c70-38af849eded6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"project_id\": \"0ff6607189e1454cbc4ef2cba80a4276\",\r\n    \"label\": \"Development\",\r\n    \"start_date\": \"2022-01-30\",\r\n    \"end_date\": \"2022-07-01\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_phases/","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 assignment</td>\n</tr>\n<tr>\n<td>project_id</td>\n<td>Required</td>\n<td>uuid</td>\n<td>UUID of project in which assignment will be created</td>\n</tr>\n<tr>\n<td>label</td>\n<td>Required</td>\n<td>string</td>\n<td>Label of phase, not editable in default phase</td>\n</tr>\n<tr>\n<td>start_date</td>\n<td>Optional</td>\n<td>date type, default null</td>\n<td>Defines when phase starts, not editable in default phase</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>Optional</td>\n<td>date type, default null</td>\n<td>Defines when phase ends, not editable in default phase</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Readonly</td>\n<td>bool</td>\n<td>All created phases have <code>is_default=False</code>, only Default (Other) phase have <code>True</code> value.</td>\n</tr>\n<tr>\n<td>estimated_work</td>\n<td>Optional</td>\n<td>Integer</td>\n<td>How much time in minutes is estimated to be spend in this phase</td>\n</tr>\n<tr>\n<td>assignment_template_role_id</td>\n<td>Optional</td>\n<td>uuid</td>\n<td>Data from Company field from <code>Roles</code>, not editable in default phase</td>\n</tr>\n<tr>\n<td>assignment_template_note</td>\n<td>Optional</td>\n<td>String</td>\n<td>For comments reason, not editable in default phase</td>\n</tr>\n<tr>\n<td>custom_attributes</td>\n<td>Optional</td>\n<td>Custom attribute object</td>\n<td>New feature</td>\n</tr>\n<tr>\n<td>budget_lock</td>\n<td>Readonly</td>\n<td>bool</td>\n<td>Represents if lock budget for this phase is turned on</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    \"exchange_rate\": decimal representing rate of client currency and company currency\n}\nSometimes currency in project is different than company currency, using these kind of structure is easier to read.\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>avg_hour_price</td>\n<td>Semi-Optional</td>\n<td>money object</td>\n<td>Only in T&amp;M Project, only amount is editable</td>\n</tr>\n<tr>\n<td>avg_hour_cost</td>\n<td>Semi-Optional</td>\n<td>money object</td>\n<td>Only amount is editable</td>\n</tr>\n<tr>\n<td>cost</td>\n<td>Semi-Optional</td>\n<td>money object</td>\n<td>Only amount is editable</td>\n</tr>\n<tr>\n<td>income</td>\n<td>Semi-Optional</td>\n<td>money object</td>\n<td>Only in Fixed Price Project, only amount is editable</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>","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_phases",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"456620cf-4fb8-472d-aea1-e8bea528bf9c","name":"Create Phase full with finance scope","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"project_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"label\": \"Phase_1\",\r\n    \"start_date\": \"2018-01-01\",\r\n    \"end_date\": \"2021-12-31\",\r\n    \"custom_attributes\": [\r\n        {\r\n            \"slug\": \"name_of_phases_custom_attribute\",\r\n            \"value\": [\r\n                \"test\"\r\n            ]\r\n        }\r\n    ],\r\n    \"estimated_work\": 9600,\r\n    \"assignment_template_role_id\": \"00e045cc6c2647619ed408696141da17\",\r\n    \"assignment_template_note\": \"Instructions\",\r\n    \"avg_hour_price\": {\r\n        \"amount\": 30,\r\n        \"currency\": \"PLN\",\r\n        \"exchange_rate\": 1.0\r\n    },\r\n    \"avg_hour_cost\": {\r\n        \"amount\": 20,\r\n        \"currency\": \"PLN\",\r\n        \"exchange_rate\": 1\r\n    },\r\n    \"cost\": {\r\n        \"amount\": 3200,\r\n        \"currency\": \"PLN\",\r\n        \"exchange_rate\": 1\r\n    },\r\n    \"income\": {\r\n        \"amount\": 0,\r\n        \"currency\": \"PLN\",\r\n        \"exchange_rate\": 1.0\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_phases/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n    \"label\": \"Phase_1\",\n    \"start_date\": \"2018-01-01\",\n    \"end_date\": \"2021-12-31\",\n    \"is_default\": false,\n    \"custom_attributes\": [\n        {\n            \"slug\": \"name_of_phases_custom_attribute\",\n            \"value\": [\n                \"test\"\n            ]\n        }\n    ],\n    \"estimated_work\": 9600,\n    \"assignment_template_role_id\": \"00e045cc6c2647619ed408696141da17\",\n    \"assignment_template_note\": \"Instructions\",\n    \"project_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"avg_hour_price\": {\n        \"amount\": 30,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"avg_hour_cost\": {\n        \"amount\": 20,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"cost\": {\n        \"amount\": 3200,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"income\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    }\n}"},{"id":"69e2920b-5481-4640-8899-cbebbec1dc2b","name":"Create Phase full without finance scope","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\r\n    \"label\": \"Phase_1\",\r\n    \"start_date\": \"2018-01-01\",\r\n    \"end_date\": \"2021-12-31\",\r\n    \"custom_attributes\": [\r\n        {\r\n            \"slug\": \"name_of_phases_custom_attribute\",\r\n            \"value\": [\r\n                \"test\"\r\n            ]\r\n        }\r\n    ],\r\n    \"estimated_work\": 9600,\r\n    \"assignment_template_role_id\": \"165100162d6f4423bd49e0382859fe88\",\r\n    \"assignment_template_note\": \"Instructions\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_phases/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"2da6415a48904e13b827a516e6b2499e\",\n    \"label\": \"Phase_1\",\n    \"start_date\": \"2018-01-01\",\n    \"end_date\": \"2021-12-31\",\n    \"is_default\": false,\n    \"custom_attributes\": [\n        {\n            \"slug\": \"name_of_phases_custom_attribute\",\n            \"value\": [\n                \"test\"\n            ]\n        }\n    ],\n    \"estimated_work\": 9600,\n    \"assignment_template_role_id\": \"165100162d6f4423bd49e0382859fe88\",\n    \"assignment_template_note\": \"Instructions\",\n    \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\"\n}"},{"id":"779e40b3-5ca1-4dbe-b34a-c702a3dd9236","name":"Create minimal requirements","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"project_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"label\": \"Phase_1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_phases/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n    \"label\": \"Phase_1\",\n    \"start_date\": null,\n    \"end_date\": null,\n    \"is_default\": false,\n    \"custom_attributes\": [\n        {\n            \"slug\": \"pp1\",\n            \"value\": [\n                \"test\"\n            ]\n        }\n    ],\n    \"estimated_work\": null,\n    \"assignment_template_role_id\": null,\n    \"assignment_template_note\": null,\n    \"project_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"avg_hour_price\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"avg_hour_cost\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"cost\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"income\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    }\n}"}],"_postman_id":"59949054-a97c-455f-9c70-38af849eded6"},{"name":"Edit Phase","id":"4d309cb6-8eda-4b5d-b13f-1a49da7d7e06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"project_id\": \"bd9f33988cec482e8856251798685652\",\r\n    \"label\": \"Research\",\r\n    \"estimated_work\": 1234\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_phases/{projects_phase_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 assignment</td>\n</tr>\n<tr>\n<td>project_id</td>\n<td>Readonly</td>\n<td>uuid</td>\n<td>UUID of project in which assignment will be created</td>\n</tr>\n<tr>\n<td>label</td>\n<td>Optional</td>\n<td>string</td>\n<td>Label of phase, not editable in default phase</td>\n</tr>\n<tr>\n<td>start_date</td>\n<td>Optional</td>\n<td>date type, default null</td>\n<td>Defines when phase starts, not editable in default phase</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>Optional</td>\n<td>date type, default null</td>\n<td>Defines when phase ends, not editable in default phase</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Readonly</td>\n<td>bool</td>\n<td>All created phases have <code>is_default=False</code>, only Default (Other) phase have <code>True</code> value.</td>\n</tr>\n<tr>\n<td>estimated_work</td>\n<td>Optional</td>\n<td>Integer</td>\n<td>How much time in minutes is estimated to be spend in this phase</td>\n</tr>\n<tr>\n<td>assignment_template_role_id</td>\n<td>Optional</td>\n<td>uuid</td>\n<td>UUID from Company field from <code>Roles</code>, not editable in default phase</td>\n</tr>\n<tr>\n<td>assignment_template_note</td>\n<td>Optional</td>\n<td>String</td>\n<td>For comments reason, not editable in default phase</td>\n</tr>\n<tr>\n<td>custom_attributes</td>\n<td>Optional</td>\n<td>Custom attribute object</td>\n<td>New feature</td>\n</tr>\n<tr>\n<td>budget_lock</td>\n<td>Readonly</td>\n<td>bool</td>\n<td>Represents if lock budget for this phase is turned on</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    \"exchange_rate\": decimal representing rate of client currency and company currency\n}\nSometimes currency in project is different than company currency, using these kind of structure is easier to read.\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>avg_hour_price</td>\n<td>Semi-Optional</td>\n<td>money object</td>\n<td>Only in T&amp;M Project, only amount is editable</td>\n</tr>\n<tr>\n<td>avg_hour_cost</td>\n<td>Semi-Optional</td>\n<td>money object</td>\n<td>Only amount is editable</td>\n</tr>\n<tr>\n<td>cost</td>\n<td>Semi-Optional</td>\n<td>money object</td>\n<td>Only amount is editable</td>\n</tr>\n<tr>\n<td>income</td>\n<td>Semi-Optional</td>\n<td>money object</td>\n<td>Only in Fixed Price Project, only amount is editable</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>","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_phases","{projects_phase_uuid}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"3b78fb23-23bd-4981-b985-78f6ae6dd42d","name":"Edit Phase","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"label\": \"Phase_2\",\r\n    \"start_date\": \"2020-01-01\",\r\n    \"end_date\": \"2022-12-31\",\r\n    \"custom_attributes\": [\r\n        {\r\n            \"slug\": \"pp1\",\r\n            \"value\": [\r\n                \"test_2\"\r\n            ]\r\n        }\r\n    ],\r\n    \"estimated_work\": 10080,\r\n    \"assignment_template_role_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"assignment_template_note\": \"Instructions_2\",\r\n    \"avg_hour_price\": {\r\n        \"amount\": 40,\r\n        \"currency\": \"PLN\",\r\n        \"exchange_rate\": 1.0\r\n    },\r\n    \"avg_hour_cost\": {\r\n        \"amount\": 30,\r\n        \"currency\": \"PLN\",\r\n        \"exchange_rate\": 1\r\n    },\r\n    \"cost\": {\r\n        \"amount\": 50040,\r\n        \"currency\": \"PLN\",\r\n        \"exchange_rate\": 1\r\n    },\r\n    \"income\": {\r\n        \"amount\": 0,\r\n        \"currency\": \"PLN\",\r\n        \"exchange_rate\": 1.0\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_phases/{{phase_uuid}}/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n    \"label\": \"Phase_2\",\n    \"start_date\": \"2020-01-01\",\n    \"end_date\": \"2022-12-31\",\n    \"is_default\": false,\n    \"custom_attributes\": [\n        {\n            \"slug\": \"pp1\",\n            \"value\": [\n                \"test_2\"\n            ]\n        }\n    ],\n    \"estimated_work\": 10080,\n    \"assignment_template_role_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"assignment_template_note\": \"Instructions_2\",\n    \"project_id\": \"00e045cc6c2647619ed408696141da17\",\n    \"budget_lock\": false,\n    \"avg_hour_price\": {\n        \"amount\": 40,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"avg_hour_cost\": {\n        \"amount\": 30,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"cost\": {\n        \"amount\": 50040,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"income\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    }\n}"}],"_postman_id":"4d309cb6-8eda-4b5d-b13f-1a49da7d7e06"},{"name":"Remove Phase","id":"1bb297f6-c630-45e7-8958-85acaadb8fe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/projects_phases/{projects_phase_uuid}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_phases","{projects_phase_uuid}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bb297f6-c630-45e7-8958-85acaadb8fe1"}],"id":"a60f1e0a-13f8-445f-b77a-b400265960bd","_postman_id":"a60f1e0a-13f8-445f-b77a-b400265960bd","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Projects' Overheads","item":[{"name":"Scheduled overheads","item":[{"name":"List Scheduled Overheads","id":"53ae7548-fecf-48be-a047-3c22e3fe3d98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/projects_overheads/scheduled/","description":"<p>Lists projects in organization. You can filter results with optional query params. Results are paginated.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_overheads","scheduled",""],"host":["https://api.primetric.com/beta"],"query":[{"disabled":true,"description":{"content":"<p>uuid of project</p>\n","type":"text/plain"},"key":"project_id","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":"2f527538-8cd8-4ff9-888c-cce8818a525f","name":"List Scheduled Overheads","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/projects_overheads/scheduled/","host":["https://api.primetric.com/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    \"count\": 2,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\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            \"label\": \"Income\",\n            \"note\": \"Description of the income\",\n            \"money\": {\n                \"amount\": 2000,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"category\": \"income\",\n            \"enable_autocommit\": true,\n            \"realized_in_id\": \"165100162d6f4423bd49e0382859fe88\",\n            \"autocommit_state\": \"settled\"\n        },\n        {\n            \"uuid\": \"23bdd9a0c6cd446886ede7253bcaf165\",\n            \"created_at\": \"2022-05-10T09:47:10.226040Z\",\n            \"updated_at\": \"2022-05-10T11:50:29.993463+02:00\",\n            \"date\": \"2022-05-10\",\n            \"project_id\": \"2557a7e59c9146f585e43f4a930e9cd1\",\n            \"label\": \"Cost\",\n            \"note\": \"Description of the cost\",\n            \"money\": {\n                \"amount\": 1000,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"category\": \"cost\",\n            \"enable_autocommit\": false,\n            \"realized_in_id\": null,\n            \"autocommit_state\": \"settled\"\n        }\n    ]\n}"}],"_postman_id":"53ae7548-fecf-48be-a047-3c22e3fe3d98"},{"name":"Get Scheduled Overhead","id":"532deaed-418d-40a9-9a9a-b62dea358b81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/projects_overheads/scheduled/{overhead_uuid}/","description":"<p>Lists projects in organization. You can filter results with optional query params. Results are paginated.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_overheads","scheduled","{overhead_uuid}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"07f77a68-353f-427d-b8d5-8388c5fd5232","name":"Get Scheduled Overhead","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/projects_overheads/scheduled/{{overhead_uuid}}/","host":["https://api.primetric.com/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    \"label\": \"Income\",\n    \"note\": \"Description of the income\",\n    \"money\": {\n        \"amount\": 2000,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"category\": \"income\",\n    \"enable_autocommit\": true,\n    \"realized_in_id\": \"165100162d6f4423bd49e0382859fe88\",\n    \"autocommit_state\": \"settled\"\n}"}],"_postman_id":"532deaed-418d-40a9-9a9a-b62dea358b81"},{"name":"Create Scheduled Overhead","id":"fec190c2-d494-489f-a12c-b271d42e4274","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"project_id\": \"769b467b24c140e098dd6a1be6f9c000\",\r\n    \"label\": \"Server\",\r\n    \"category\": \"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    \"autocommit_state\": \"settled\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/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><br /><br /><strong>Name</strong><br /><br /></th>\n<th><br /><br /><strong>Characteristic</strong><br /><br /></th>\n<th><br /><br /><strong>Type</strong><br /><br /></th>\n<th><br /><br /><strong>Description</strong><br /><br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br /><br />uuid<br /><br /></td>\n<td><br /><br />Readonly<br /><br /></td>\n<td><br /><br />uuid<br /><br /></td>\n<td><br /><br />UUID of overhead<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />created_at<br /><br /></td>\n<td><br /><br />Readonly<br /><br /></td>\n<td><br /><br />datetime<br /><br /></td>\n<td><br /><br />Datetime when overhead was created<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />updated_at<br /><br /></td>\n<td><br /><br />Readonly<br /><br /></td>\n<td><br /><br />datetime<br /><br /></td>\n<td><br /><br />Datetime of last modification on overhead<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />date<br /><br /></td>\n<td><br /><br />Required<br /><br /></td>\n<td><br /><br />date<br /><br /></td>\n<td><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />project_id<br /><br /></td>\n<td><br /><br />Required<br /><br /></td>\n<td><br /><br />UUID<br /><br /></td>\n<td><br /><br />UUID of a project in which overhead is created<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />category<br /><br /></td>\n<td><br /><br />Required<br /><br /></td>\n<td><br /><br />Choice from <code>cost</code> or <code>income</code><br /><br /></td>\n<td><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />label<br /><br /></td>\n<td><br /><br />Optional<br /><br /></td>\n<td><br /><br />string<br /><br /></td>\n<td><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />note<br /><br /></td>\n<td><br /><br />Optional<br /><br /></td>\n<td><br /><br />string<br /><br /></td>\n<td><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />money<br /><br /></td>\n<td><br /><br />Optional<br /><br /></td>\n<td><br /><br />money object<br /><br /></td>\n<td><br /><br />In overheads all properties of money can be changed (amount, exchange_rate, currency)<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />enable_autocommit<br /><br /></td>\n<td><br /><br />Optional<br /><br /></td>\n<td><br /><br />bool, default False<br /><br /></td>\n<td><br /><br />If true, this overhead will be automatically committed ad specified date<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />autocommit_state<br /><br /></td>\n<td><br /><br />Optional<br /><br /></td>\n<td><br /><br />Choice from <code>settled</code> and <code>not_settled</code>, default: <code>not_settled</code><br /><br /></td>\n<td><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />realized_in_id<br /><br /></td>\n<td><br /><br />Readonly<br /><br /></td>\n<td><br /><br />UUID<br /><br /></td>\n<td><br /><br />If this overhead is committed UUID of realization will be visible here. Committed overhead can be settled or not settled.<br /><br /></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_overheads","scheduled",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"3dde0628-c44c-4dff-a341-6488bd1fead6","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    \"label\": \"Server\",\r\n    \"note\": \"Berlin\",\r\n    \"money\": {\r\n        \"amount\": 1000,\r\n        \"currency\": \"EUR\",\r\n        \"exchange_rate\": 4.6\r\n    },\r\n    \"category\": \"cost\",\r\n    \"enable_autocommit\": false,\r\n    \"autocommit_state\": \"settled\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/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    \"label\": \"Server\",\n    \"note\": \"Berlin\",\n    \"money\": {\n        \"amount\": 1000,\n        \"currency\": \"EUR\",\n        \"exchange_rate\": 4.6\n    },\n    \"category\": \"cost\",\n    \"enable_autocommit\": false,\n    \"realized_in_id\": null,\n    \"autocommit_state\": \"settled\"\n}"},{"id":"0226723c-4159-4fee-8edc-f2c79eee07d4","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    \"label\": \"Donation\",\r\n    \"note\": \"Company 1st\",\r\n    \"money\": {\r\n        \"amount\": 5000,\r\n        \"currency\": \"EUR\",\r\n        \"exchange_rate\": 4.6\r\n    },\r\n    \"category\": \"income\",\r\n    \"enable_autocommit\": true,\r\n    \"autocommit_state\": \"settled\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/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    \"label\": \"Server\",\n    \"note\": \"Berlin\",\n    \"money\": {\n        \"amount\": 5000,\n        \"currency\": \"EUR\",\n        \"exchange_rate\": 4.6\n    },\n    \"category\": \"income\",\n    \"enable_autocommit\": true,\n    \"realized_in_id\": \"00e045cc6c2647619ed408696141da17\",\n    \"autocommit_state\": \"settled\"\n}"},{"id":"a7392295-6c8c-4206-aae8-d305cae2994c","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    \"category\": \"income\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/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    \"label\": null,\n    \"note\": null,\n    \"money\": {\n        \"amount\": 0,\n        \"currency\": \"EUR\",\n        \"exchange_rate\": 1\n    },\n    \"category\": \"income\",\n    \"enable_autocommit\": false,\n    \"realized_in_id\": null,\n    \"autocommit_state\": \"not_settled\"\n}"}],"_postman_id":"fec190c2-d494-489f-a12c-b271d42e4274"},{"name":"Edit Scheduled Overhead","id":"207aec6e-ecb3-48e7-9fbc-78d7a0107699","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"autocommit_state\": \"not_settled\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_overheads/scheduled/{overhead_uuid}/","description":"<p>Parameters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br /><br /><strong>Name</strong><br /><br /></th>\n<th><br /><br /><strong>Characteristic</strong><br /><br /></th>\n<th><br /><br /><strong>Type</strong><br /><br /></th>\n<th><br /><br /><strong>Description</strong><br /><br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br /><br />uuid<br /><br /></td>\n<td><br /><br />Readonly<br /><br /></td>\n<td><br /><br />uuid<br /><br /></td>\n<td><br /><br />UUID of overhead<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />created_at<br /><br /></td>\n<td><br /><br />Readonly<br /><br /></td>\n<td><br /><br />datetime<br /><br /></td>\n<td><br /><br />Datetime when overhead was created<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />updated_at<br /><br /></td>\n<td><br /><br />Readonly<br /><br /></td>\n<td><br /><br />datetime<br /><br /></td>\n<td><br /><br />Datetime of last modification on overhead<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />date<br /><br /></td>\n<td><br /><br />Optional<br /><br /></td>\n<td><br /><br />date<br /><br /></td>\n<td><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />project_id<br /><br /></td>\n<td><br /><br />Readonly<br /><br /></td>\n<td><br /><br />UUID<br /><br /></td>\n<td><br /><br />UUID of a project in which overhead is created<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />category<br /><br /></td>\n<td><br /><br />Readonly<br /><br /></td>\n<td><br /><br />Choice from <code>cost</code> or <code>income</code><br /><br /></td>\n<td><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />label<br /><br /></td>\n<td><br /><br />Optional<br /><br /></td>\n<td><br /><br />string<br /><br /></td>\n<td><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />note<br /><br /></td>\n<td><br /><br />Optional<br /><br /></td>\n<td><br /><br />string<br /><br /></td>\n<td><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />money<br /><br /></td>\n<td><br /><br />Optional<br /><br /></td>\n<td><br /><br />money object<br /><br /></td>\n<td><br /><br />In overheads all properties of money can be changed (amount, exchange_rate, currency)<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />enable_autocommit<br /><br /></td>\n<td><br /><br />Optional<br /><br /></td>\n<td><br /><br />bool, default False<br /><br /></td>\n<td><br /><br />If true, this overhead will be automatically committed ad specified date<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />autocommit_state<br /><br /></td>\n<td><br /><br />Optional<br /><br /></td>\n<td><br /><br />Choice from <code>settled</code> and <code>not_settled</code>, default: <code>not_settled</code><br /><br /></td>\n<td><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />realized_in_id<br /><br /></td>\n<td><br /><br />Readonly<br /><br /></td>\n<td><br /><br />UUID<br /><br /></td>\n<td><br /><br />If this overhead is committed UUID of realization will be visible here. Committed overhead can be settled or not settled.<br /><br /></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_overheads","scheduled","{overhead_uuid}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"b6071a59-de02-4cbc-9bb3-d4ad54e3c28e","name":"Edit Scheduled Overhead","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"date\": \"2022-04-30\",\r\n    \"label\": \"New Label\",\r\n    \"note\": \"Little note\",\r\n    \"money\": {\r\n        \"amount\": 2000,\r\n        \"currency\": \"EUR\",\r\n        \"exchange_rate\": 4.7\r\n    },\r\n    \"enable_autocommit\": true,\r\n    \"autocommit_state\": \"not_settled\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/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    \"label\": \"New Label\",\n    \"note\": \"Little note\",\n    \"money\": {\n        \"amount\": 2000,\n        \"currency\": \"EUR\",\n        \"exchange_rate\": 4.7\n    },\n    \"category\": \"cost\",\n    \"enable_autocommit\": true,\n    \"realized_in_id\": \"165100162d6f4423bd49e0382859fe88\",\n    \"autocommit_state\": \"not_settled\"\n}"}],"_postman_id":"207aec6e-ecb3-48e7-9fbc-78d7a0107699"},{"name":"Remove Scheduled Overhead","id":"87c894e3-79c5-4204-9b27-dfbf6b011fb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/projects_overheads/scheduled/{overhead_uuid}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_overheads","scheduled","{overhead_uuid}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"87c894e3-79c5-4204-9b27-dfbf6b011fb1"},{"name":"Commit Scheduled Overhead","id":"33fc4b8f-ab8c-4aaa-8364-ced4c178f84b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"settled\": true\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/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><br /><br /><strong>Name</strong><br /><br /></th>\n<th><br /><br /><strong>Characteristic</strong><br /><br /></th>\n<th><br /><br /><strong>Type</strong><br /><br /></th>\n<th><br /><br /><strong>Description</strong><br /><br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br /><br />uuid<br /><br /></td>\n<td><br /><br />Readonly<br /><br /></td>\n<td><br /><br />uuid<br /><br /></td>\n<td><br /><br />UUID of newly created overhead (settled or not settled)<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />created_at<br /><br /></td>\n<td><br /><br />Readonly<br /><br /></td>\n<td><br /><br />datetime<br /><br /></td>\n<td><br /><br />Datetime when overhead was created<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />updated_at<br /><br /></td>\n<td><br /><br />Readonly<br /><br /></td>\n<td><br /><br />datetime<br /><br /></td>\n<td><br /><br />Datetime of last modification on overhead<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />date<br /><br /></td>\n<td><br /><br />Optional<br /><br /></td>\n<td><br /><br />date<br /><br /></td>\n<td><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />project_id<br /><br /></td>\n<td><br /><br />Readonly<br /><br /></td>\n<td><br /><br />UUID<br /><br /></td>\n<td><br /><br />UUID of a project in which overhead is created<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />category<br /><br /></td>\n<td><br /><br />Readonly<br /><br /></td>\n<td><br /><br />Choice from <code>cost</code> or <code>income</code><br /><br /></td>\n<td><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />label<br /><br /></td>\n<td><br /><br />Optional<br /><br /></td>\n<td><br /><br />string<br /><br /></td>\n<td><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />note<br /><br /></td>\n<td><br /><br />Optional<br /><br /></td>\n<td><br /><br />string<br /><br /></td>\n<td><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />money<br /><br /></td>\n<td><br /><br />Optional<br /><br /></td>\n<td><br /><br />money object<br /><br /></td>\n<td><br /><br />In overheads all properties of money can be changed (amount, exchange_rate, currency)<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />settled<br /><br /></td>\n<td><br /><br />Optional<br /><br /></td>\n<td><br /><br />bool<br /><br /></td>\n<td><br /><br />default is taken from current overhead <code>autocommit_state</code><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />category<br /><br /></td>\n<td><br /><br />Readonly<br /><br /></td>\n<td><br /><br />cost or income<br /><br /></td>\n<td><br /><br /></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_overheads","scheduled","{overhead_uuid}","commit",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"40785d36-258a-469f-a903-3e6a3ccdb670","name":"Commit Scheduled Overhead min requirements","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_overheads/scheduled/{{overhead_uuid}}/commit/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"23bdd9a0c6cd446886ede7253bcaf165\",\n    \"created_at\": \"2022-05-10T18:41:10.260086+02:00\",\n    \"updated_at\": \"2022-05-10T18:41:10.260430+02:00\",\n    \"date\": \"2022-04-03\",\n    \"project_id\": \"2557a7e59c9146f585e43f4a930e9cd1\",\n    \"label\": \"Label6\",\n    \"note\": null,\n    \"money\": {\n        \"amount\": 0,\n        \"currency\": \"EUR\",\n        \"exchange_rate\": 1\n    },\n    \"category\": \"cost\",\n    \"settled\": true\n}"},{"id":"acbf0088-6e88-48bc-9621-992af19d67b6","name":"Commit Scheduled Overhead full option","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"settled\": true,\r\n    \"date\":\"2022-04-04\",\r\n    \"label\":\"New label\",\r\n    \"note\":\"New note\",\r\n        \"money\": {\r\n        \"amount\": 2000.0,\r\n        \"currency\": \"USD\",\r\n        \"exchange_rate\": 5.0\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/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    \"label\": \"New label\",\n    \"note\": \"New note\",\n    \"money\": {\n        \"amount\": 2000,\n        \"currency\": \"USD\",\n        \"exchange_rate\": 5\n    },\n    \"category\": \"cost\",\n    \"settled\": true\n}"}],"_postman_id":"33fc4b8f-ab8c-4aaa-8364-ced4c178f84b"}],"id":"b89f19a4-5905-42d0-9bdf-6845e0cf8599","description":"<h3 id=\"description\">Description</h3>\n<p>Scheduled overheads are the one included in the project’s tab in Budget &gt; Scheduled.</p>\n<p>Scheduled overheads can be an income 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 settled or not settled, 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 need to be enabled. It is impossible to use this endpoint without financial scope.</p>\n","_postman_id":"b89f19a4-5905-42d0-9bdf-6845e0cf8599","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Committed overheads","item":[{"name":"List Committed Overheads","id":"9c0ed285-4389-4a96-99c6-88f3260e6bc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/projects_overheads/committed/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_overheads","committed",""],"host":["https://api.primetric.com/beta"],"query":[{"disabled":true,"description":{"content":"<p>uuid of project</p>\n","type":"text/plain"},"key":"project_id","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":"f90c7422-cf4f-4076-a08a-5f6e2e6cd158","name":"List Committed Overheads","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/projects_overheads/committed/","host":["https://api.primetric.com/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    \"count\": 3,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\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            \"label\": \"Not settled income\",\n            \"note\": \"Description of not settled income\",\n            \"money\": {\n                \"amount\": 2000,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"category\": \"income\",\n            \"planed_in_id\": null,\n            \"settled\": false\n        },\n        {\n            \"uuid\": \"00e045cc6c2647619ed408696141da17\",\n            \"created_at\": \"2022-05-10T09:58:36.130075Z\",\n            \"updated_at\": \"2022-05-10T11:58:36.130587+02:00\",\n            \"date\": \"2022-05-10\",\n            \"project_id\": \"1d50e9cc890d455c90c54edd18f699f2\",\n            \"label\": \"Not_settled cost\",\n            \"note\": \"This is a note\",\n            \"money\": {\n                \"amount\": 1000,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"category\": \"cost\",\n            \"planed_in_id\": null,\n            \"settled\": false\n        },\n        {\n            \"uuid\": \"2da6415a48904e13b827a516e6b2499e\",\n            \"created_at\": \"2022-05-10T12:44:50.673099Z\",\n            \"updated_at\": \"2022-05-10T14:44:50.673458+02:00\",\n            \"date\": \"2022-05-10\",\n            \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n            \"label\": \"Koszt\",\n            \"note\": \"Description of cost\",\n            \"money\": {\n                \"amount\": 1000,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"category\": \"cost\",\n            \"planed_in_id\": \"165100162d6f4423bd49e0382859fe88\",\n            \"settled\": true\n        }\n    ]\n}"}],"_postman_id":"9c0ed285-4389-4a96-99c6-88f3260e6bc0"},{"name":"Get Committed Overhead","id":"58fa29e1-0f10-4359-b6fc-98815378f5b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/projects_overheads/committed/{overhead_uuid}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_overheads","committed","{overhead_uuid}",""],"host":["https://api.primetric.com/beta"],"query":[{"disabled":true,"key":"project_id","value":""}],"variable":[]}},"response":[{"id":"8e827954-d600-42e1-8de1-b43ff3dbb1c7","name":"Get Committed Overhead","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/projects_overheads/committed/{{overhead_uuid}}/","host":["https://api.primetric.com/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    \"label\": \"Not settled income\",\n    \"note\": \"Description of not settled income\",\n    \"money\": {\n        \"amount\": 2000,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"category\": \"income\",\n    \"planed_in_id\": null,\n    \"settled\": false\n}"}],"_postman_id":"58fa29e1-0f10-4359-b6fc-98815378f5b1"},{"name":"Create Committed Overhead","id":"b002f150-8eba-4156-a3fd-0961991538df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"project_id\": \"769b467b24c140e098dd6a1be6f9c000\",\r\n    \"label\": \"Server\",\r\n    \"category\": \"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    \"autocommit_state\": \"settled\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/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><br />  <br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Characteristic</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of overhead  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />created_at  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />datetime  <br />  <br /></td>\n<td><br />  <br />Datetime when overhead was created  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />updated_at  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />datetime  <br />  <br /></td>\n<td><br />  <br />Datetime of last modification on overhead  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />date  <br />  <br /></td>\n<td><br />  <br />Required  <br />  <br /></td>\n<td><br />  <br />date  <br />  <br /></td>\n<td><br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />project_id  <br />  <br /></td>\n<td><br />  <br />Required  <br />  <br /></td>\n<td><br />  <br />UUID  <br />  <br /></td>\n<td><br />  <br />UUID of a project in which overhead is created  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />category  <br />  <br /></td>\n<td><br />  <br />Required  <br />  <br /></td>\n<td><br />  <br />Choice from <code>cost</code> or <code>income</code>  <br />  <br /></td>\n<td><br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />label  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />note  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />money  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />money object  <br />  <br /></td>\n<td><br />  <br />In overheads all properties of money can be changed (amount, exchange_rate, currency)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />planed_in_id  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of scheduled overhead if it exists. This filed is not empty when scheduled uuid was committed  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />settled  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />boolean  <br />  <br /></td>\n<td><br />  <br />Distinguish if overhead is settled or not. If not present default value it's taken from scheduled overhead. If there is no scheduled overhead default value is <code>false</code>  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /></td>\n<td><br />  <br /></td>\n<td><br />  <br /></td>\n<td><br />  <br /></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_overheads","committed",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"184e9cd5-c197-4e91-9756-8b30a20687d6","name":"Create Committed Overhead minimum requirements","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"project_id\": \"a7cbe6e9a94d4757ad2fbdb5cd8ce20b\",\r\n    \"category\": \"cost\",\r\n    \"date\": \"2022-04-03\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/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    \"label\": null,\n    \"note\": null,\n    \"money\": {\n        \"amount\": 0,\n        \"currency\": \"EUR\",\n        \"exchange_rate\": 1\n    },\n    \"category\": \"cost\",\n    \"planed_in_id\": null,\n    \"settled\": false\n}"},{"id":"eee36620-821b-454b-a43c-bf522d3c1208","name":"Create Committed Overhead full option","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"project_id\": {{project_uuid}},\r\n    \"label\": \"Server\",\r\n    \"category\": \"cost\",\r\n    \"note\":\"Note\",\r\n    \"date\": \"2022-04-03\",\r\n    \"money\": {\r\n        \"amount\": 120,\r\n        \"currency\": \"USD\",\r\n        \"exchange_rate\": 5\r\n    },\r\n    \"settled\":true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/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    \"label\": \"Server\",\n    \"note\": \"Note\",\n    \"money\": {\n        \"amount\": 120,\n        \"currency\": \"USD\",\n        \"exchange_rate\": 5\n    },\n    \"category\": \"cost\",\n    \"planed_in_id\": null,\n    \"settled\": true\n}"}],"_postman_id":"b002f150-8eba-4156-a3fd-0961991538df"},{"name":"Edit Committed Overhead","id":"6c6aa6bb-c91f-4c36-9402-d1289cb7b34f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"settled\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_overheads/committed/{overhead_uuid}/","description":"<p>Parameters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br /><br /><strong>Name</strong><br /><br /></th>\n<th><br /><br /><strong>Characteristic</strong><br /><br /></th>\n<th><br /><br /><strong>Type</strong><br /><br /></th>\n<th><br /><br /><strong>Description</strong><br /><br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br /><br />uuid<br /><br /></td>\n<td><br /><br />Readonly<br /><br /></td>\n<td><br /><br />uuid<br /><br /></td>\n<td><br /><br />UUID of overhead<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />created_at<br /><br /></td>\n<td><br /><br />Readonly<br /><br /></td>\n<td><br /><br />datetime<br /><br /></td>\n<td><br /><br />Datetime when overhead was created<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />updated_at<br /><br /></td>\n<td><br /><br />Readonly<br /><br /></td>\n<td><br /><br />datetime<br /><br /></td>\n<td><br /><br />Datetime of last modification on overhead<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />date<br /><br /></td>\n<td><br /><br />Optional<br /><br /></td>\n<td><br /><br />date<br /><br /></td>\n<td><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />project_id<br /><br /></td>\n<td><br /><br />Readonly<br /><br /></td>\n<td><br /><br />UUID<br /><br /></td>\n<td><br /><br />UUID of a project in which overhead is created<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />category<br /><br /></td>\n<td><br /><br />Readonly<br /><br /></td>\n<td><br /><br />Choice from <code>cost</code> or <code>income</code><br /><br /></td>\n<td><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />label<br /><br /></td>\n<td><br /><br />Optional<br /><br /></td>\n<td><br /><br />string<br /><br /></td>\n<td><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />note<br /><br /></td>\n<td><br /><br />Optional<br /><br /></td>\n<td><br /><br />string<br /><br /></td>\n<td><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />money<br /><br /></td>\n<td><br /><br />Optional<br /><br /></td>\n<td><br /><br />money object<br /><br /></td>\n<td><br /><br />In overheads all properties of money can be changed (amount, exchange_rate, currency)<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />planed_in_id<br /><br /></td>\n<td><br /><br />Readonly<br /><br /></td>\n<td><br /><br />uuid<br /><br /></td>\n<td><br /><br />UUID of scheduled overhead if it exists. This filed is not empty when scheduled uuid was committed<br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />settled<br /><br /></td>\n<td><br /><br />Optional<br /><br /></td>\n<td><br /><br />boolean<br /><br /></td>\n<td><br /><br />Distinguish if overhead is settled or not. If not present default value it taken from scheduled overhead. If there is no scheduled overhead default value is <code>false</code><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br /></td>\n<td><br /><br /></td>\n<td><br /><br /></td>\n<td><br /><br /></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_overheads","committed","{overhead_uuid}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"55f80468-8886-4721-97f0-6c40959d3268","name":"Edit Committed Overhead","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"date\":\"2022-04-16\",\r\n    \"label\":\"Server2\",\r\n    \"note\":\"Note2\",\r\n        \"money\": {\r\n        \"amount\": 200.0,\r\n        \"currency\": \"EUR\",\r\n        \"exchange_rate\": 4.70\r\n    },\r\n    \"settled\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/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    \"label\": \"Server2\",\n    \"note\": \"Note2\",\n    \"money\": {\n        \"amount\": 200,\n        \"currency\": \"EUR\",\n        \"exchange_rate\": 4.7\n    },\n    \"category\": \"cost\",\n    \"enable_autocommit\": true,\n    \"planed_in_id\": null,\n    \"settled\": true\n}"}],"_postman_id":"6c6aa6bb-c91f-4c36-9402-d1289cb7b34f"},{"name":"Remove Committed Overhead","id":"1eb0dc0f-96dd-4937-bd00-4ed145e08187","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/projects_overheads/committed/{overhead_uuid}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_overheads","committed","{overhead_uuid}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"1eb0dc0f-96dd-4937-bd00-4ed145e08187"}],"id":"5234adef-77c1-47f4-a73f-533b97447b01","description":"<p>Committed overheads are the one included in the project’s tab in Budget &gt; 'Not Settled' and 'Settled'. They are differentiated by boolean flag settled.</p>\n<p>Committed overheads can be an income or a cost. If committed overhead is created base on scheduled one, category (cost/income) is the same as scheduled.</p>\n<p>To use overheads in public api finance scope need to be enabled. It is impossible to use this endpoint without financial scope.</p>\n","_postman_id":"5234adef-77c1-47f4-a73f-533b97447b01","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Recurring Overheads","item":[{"name":"List Recurring Scheduled Overheads","id":"a30e0ad8-6ccf-466a-ae62-69a9776e5891","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/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":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_overheads","recurring","scheduled",""],"host":["https://api.primetric.com/beta"],"query":[{"disabled":true,"description":{"content":"<p>uuid of project</p>\n","type":"text/plain"},"key":"project_id","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":"a624c713-8f32-4ccb-a5b4-7a208f9cc215","name":"List Scheduled Overheads","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/projects_overheads/recurring/scheduled/","host":["https://api.primetric.com/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    \"count\": 2,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\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            \"label\": \"Income\",\n            \"note\": \"Description of the income\",\n            \"money\": {\n                \"amount\": 2000,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"category\": \"income\",\n            \"enable_autocommit\": true,\n            \"realized_in_id\": \"165100162d6f4423bd49e0382859fe88\",\n            \"autocommit_state\": \"settled\"\n        },\n        {\n            \"uuid\": \"23bdd9a0c6cd446886ede7253bcaf165\",\n            \"created_at\": \"2022-05-10T09:47:10.226040Z\",\n            \"updated_at\": \"2022-05-10T11:50:29.993463+02:00\",\n            \"date\": \"2022-05-10\",\n            \"project_id\": \"2557a7e59c9146f585e43f4a930e9cd1\",\n            \"label\": \"Cost\",\n            \"note\": \"Description of the cost\",\n            \"money\": {\n                \"amount\": 1000,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"category\": \"cost\",\n            \"enable_autocommit\": false,\n            \"realized_in_id\": null,\n            \"autocommit_state\": \"settled\"\n        }\n    ]\n}"}],"_postman_id":"a30e0ad8-6ccf-466a-ae62-69a9776e5891"},{"name":"List Recurring Committed Overheads","id":"1ed24ddb-1719-4e46-b064-3c303e14787b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/projects_overheads/recurring/committed/","description":"<p>Lists projects committed recurring invoices in organization. You can filter results with optional query params. Results are paginated.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_overheads","recurring","committed",""],"host":["https://api.primetric.com/beta"],"query":[{"disabled":true,"description":{"content":"<p>uuid of project</p>\n","type":"text/plain"},"key":"project_id","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":"bd8a3b1d-8643-4c43-a42b-94a2091f77ee","name":"List Committed Overheads","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/projects_overheads/recurring/committed/","host":["https://api.primetric.com/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    \"count\": 3,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\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            \"label\": \"Not settled income\",\n            \"note\": \"Description of not settled income\",\n            \"money\": {\n                \"amount\": 2000,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"category\": \"income\",\n            \"planed_in_id\": null,\n            \"settled\": false\n        },\n        {\n            \"uuid\": \"00e045cc6c2647619ed408696141da17\",\n            \"created_at\": \"2022-05-10T09:58:36.130075Z\",\n            \"updated_at\": \"2022-05-10T11:58:36.130587+02:00\",\n            \"date\": \"2022-05-10\",\n            \"project_id\": \"1d50e9cc890d455c90c54edd18f699f2\",\n            \"label\": \"Not_settled cost\",\n            \"note\": \"This is a note\",\n            \"money\": {\n                \"amount\": 1000,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"category\": \"cost\",\n            \"planed_in_id\": null,\n            \"settled\": false\n        },\n        {\n            \"uuid\": \"2da6415a48904e13b827a516e6b2499e\",\n            \"created_at\": \"2022-05-10T12:44:50.673099Z\",\n            \"updated_at\": \"2022-05-10T14:44:50.673458+02:00\",\n            \"date\": \"2022-05-10\",\n            \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n            \"label\": \"Koszt\",\n            \"note\": \"Description of cost\",\n            \"money\": {\n                \"amount\": 1000,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"category\": \"cost\",\n            \"planed_in_id\": \"165100162d6f4423bd49e0382859fe88\",\n            \"settled\": true\n        }\n    ]\n}"}],"_postman_id":"1ed24ddb-1719-4e46-b064-3c303e14787b"}],"id":"55d628f1-daae-48da-8502-8492a62e315f","_postman_id":"55d628f1-daae-48da-8502-8492a62e315f","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}}],"id":"5b4a5520-e82d-4b4f-8c05-a4037d002337","_postman_id":"5b4a5520-e82d-4b4f-8c05-a4037d002337","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Projects' Rags","item":[{"name":"List All RAG Ratings","id":"1dfc0346-4f47-4e32-b602-00700404f881","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/rag_ratings/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["rag_ratings",""],"host":["https://api.primetric.com/beta"],"query":[{"disabled":true,"key":"project_id","value":"{{project_id}}"}],"variable":[]}},"response":[{"id":"ded092f9-7d4d-4ad4-abf8-c6cd11a2b898","name":"List All RAG Ratings","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/rag_ratings/","host":["https://api.primetric.com/beta"],"path":["rag_ratings",""],"query":[{"key":"project_id","value":"{{project_id}}","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"project_url\": \"https://api.primetric.com/beta/projects/00e045cc6c2647619ed408696141da17/\",\n        \"project_id\": \"00e045cc6c2647619ed408696141da17\",\n        \"rag_ratings\": [\n            {\n                \"text\": \"First_RAG\",\n                \"value\": 3,\n                \"rag_scope_uuid\": \"2da6415a48904e13b827a516e6b2499e\"\n            }\n        ]\n    },\n    {\n        \"project_url\": \"https://api.primetric.com/beta/projects/00e045cc6c2647619ed408696141da17/\",\n        \"project_id\": \"00e045cc6c2647619ed408696141da17\",\n        \"rag_ratings\": [\n            {\n                \"text\": \"First_RAG\",\n                \"value\": 1,\n                \"rag_scope_uuid\": \"6d0ab59e1348426d8d85746d452438cb\"\n            }\n        ]\n    }\n]"}],"_postman_id":"1dfc0346-4f47-4e32-b602-00700404f881"}],"id":"c57b7c59-640c-490a-8b16-433de9b18941","_postman_id":"c57b7c59-640c-490a-8b16-433de9b18941","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Projects' Vacancies","item":[{"name":"List Vacancies","id":"6abc6333-4785-4c13-86aa-8ef970a54f91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/projects_vacancies/","description":"<p>Lists projects vacations in organization. You can filter results with optional query params. Results are paginated.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_vacancies",""],"host":["https://api.primetric.com/beta"],"query":[{"disabled":true,"description":{"content":"<p>uuid of project</p>\n","type":"text/plain"},"key":"project_id","value":"{{project_id}}"},{"disabled":true,"description":{"content":"<p>title of vacancy, exact or fragment of name, case insensitive</p>\n","type":"text/plain"},"key":"label","value":""},{"disabled":true,"description":{"content":"<p>exect name of position from position's organization field</p>\n","type":"text/plain"},"key":"position","value":""},{"disabled":true,"description":{"content":"<p>exect name of seniority from position's organization field</p>\n","type":"text/plain"},"key":"seniority","value":""}],"variable":[]}},"response":[{"id":"acd66604-ad38-47fb-9b01-acade7bb4738","name":"List Vacancies","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/projects_vacancies/","host":["https://api.primetric.com/beta"],"path":["projects_vacancies",""],"query":[{"key":"project_id","value":"{{project_id}}","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"uuid\": \"165100162d6f4423bd49e0382859fe88\",\n            \"project_id\": \"23bdd9a0c6cd446886ede7253bcaf165\",\n            \"start_date\": \"2022-01-01\",\n            \"end_date\": \"2022-12-31\",\n            \"seniority_id\": \"2557a7e59c9146f585e43f4a930e9cd1\",\n            \"position_id\": \"a7cbe6e9a94d4757ad2fbdb5cd8ce20b\",\n            \"note\": \"This is a note\",\n            \"custom_attributes\": [       {\n                    \"slug\": \"example1\",\n                    \"value\": \"abc\"\n                },\n                    {\n                    \"slug\": \"example2\",\n                    \"value\": 42\n                }]\n        }\n    ]\n}"}],"_postman_id":"6abc6333-4785-4c13-86aa-8ef970a54f91"},{"name":"Create vacancy","id":"f1889c33-47fe-4991-ae0f-d46ad68b931f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"project_id\": {{project_uuid}},\r\n    \"start_date\": \"2022-01-01\",\r\n    \"end_date\": \"2022-01-30\",\r\n    \"note\": \"This is a note\",\r\n    \"seniority_id\": {{seniority_id}},\r\n    \"position_id\": {{position_id}},\r\n    \"custom_attributes\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_vacancies/","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Characteristic</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br />project_id  <br />  <br /></td>\n<td><br />  <br />Required  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID for which project vacancy is created  <br />  <br /></td>\n</tr>\n<tr>\n<td>start_date</td>\n<td>Required</td>\n<td>date in ISO format</td>\n<td></td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>Required</td>\n<td>date in ISO format</td>\n<td></td>\n</tr>\n<tr>\n<td>note</td>\n<td>Required</td>\n<td>string</td>\n<td></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>position_id</td>\n<td>Optional</td>\n<td>uuid</td>\n<td>uuid of position</td>\n</tr>\n<tr>\n<td>cusotm_attributes</td>\n<td>Optional</td>\n<td>custom attribute object</td>\n<td>same a s in other custom_attributes relasted objects</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_vacancies",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"cd488455-59e3-4044-b534-f0a8ae68cbea","name":"Create vacancy","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"project_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"start_date\": \"2022-01-01\",\r\n    \"end_date\": \"2022-12-31\",\r\n    \"seniority_id\": \"00e045cc6c2647619ed408696141da17\",\r\n    \"position_id\": \"2da6415a48904e13b827a516e6b2499e\",\r\n    \"note\":\"This is a note\",\r\n    \"custom_attributes\": [\r\n        {\r\n        \"slug\": \"example1\",\r\n            \"value\": \"abc\"\r\n        },\r\n        {\r\n            \"slug\": \"example2\",\r\n            \"value\": 42\r\n        }]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_vacancies/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n    \"project_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"start_date\": \"2022-01-01\",\n    \"end_date\": \"2022-12-31\",\n    \"seniority_id\": \"00e045cc6c2647619ed408696141da17\",\n    \"position_id\": \"{{position_uuid}}\",\n    \"note\": \"This is a note\",\n    \"custom_attributes\": [       {\n            \"slug\": \"example1\",\n            \"value\": \"abc\"\n        },\n        {\n            \"slug\": \"example2\",\n            \"value\": 42\n        }]\n}"}],"_postman_id":"f1889c33-47fe-4991-ae0f-d46ad68b931f"},{"name":"Edit vacancy","id":"db33f089-d095-41f0-86df-0aaa885bea75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_vacancies/{project__vacancy_uuid}/","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Characteristic</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br />project_id  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID for which project vacancy is created  <br />  <br /></td>\n</tr>\n<tr>\n<td>start_date</td>\n<td>Optional</td>\n<td>date in ISO format</td>\n<td></td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>Optional</td>\n<td>date in ISO format</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>seniority_id</td>\n<td>Optional</td>\n<td>uuid</td>\n<td>uuid of seniority</td>\n</tr>\n<tr>\n<td>position_id</td>\n<td>Optional</td>\n<td>uuid</td>\n<td>uuid of position</td>\n</tr>\n<tr>\n<td>cusotm_attributes</td>\n<td>Optional</td>\n<td>custom attribute object</td>\n<td>same a s in other custom_attributes relasted objects</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_vacancies","{project__vacancy_uuid}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"0e429b02-9f1b-4f24-8d50-161160bb9151","name":"Edit vacancy","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"start_date\": \"2020-01-01\",\r\n    \"end_date\": \"2024-12-31\",\r\n    \"seniority_id\": \"00e045cc6c2647619ed408696141da17\",\r\n    \"position_id\": \"2da6415a48904e13b827a516e6b2499e\",\r\n    \"note\":\"This is a new note\",\r\n    \"custom_attributes\": [\r\n        {\r\n        \"slug\": \"example1\",\r\n            \"value\": \"cba\"\r\n        },\r\n        {\r\n            \"slug\": \"example2\",\r\n            \"value\": 50\r\n        }]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_vacancies/{{vacancy_uuid}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n    \"start_date\": \"2020-01-01\",\n    \"end_date\": \"2024-12-31\",\n    \"seniority_id\": \"00e045cc6c2647619ed408696141da17\",\n    \"position_id\": \"2da6415a48904e13b827a516e6b2499e\",\n    \"note\":\"This is a new note\",\n    \"custom_attributes\": [\n        {\n        \"slug\": \"example1\",\n            \"value\": \"cba\"\n        },\n        {\n            \"slug\": \"example2\",\n            \"value\": 50\n        }]\n}"}],"_postman_id":"db33f089-d095-41f0-86df-0aaa885bea75"},{"name":"Remove vacancy","id":"e4ef6909-7840-4c36-9bde-626f7bce75a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/projects_vacancies/{{project__vacancy_uuid}}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_vacancies","{{project__vacancy_uuid}}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4ef6909-7840-4c36-9bde-626f7bce75a8"}],"id":"c43bef20-60c4-4f83-bbf0-0aa55c05d4d9","_postman_id":"c43bef20-60c4-4f83-bbf0-0aa55c05d4d9","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Employees","item":[{"name":"Contracts","item":[{"name":"List contracts","id":"e0b04caa-dd8c-421d-8ff0-40add2bb90cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/{employee_id}/contracts/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","contracts",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"da0fd45b-74a7-464d-906e-cff79bc6f5b5","name":"List contracts","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/{{employee_id}}/contracts/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"count\": 1,\r\n    \"next\": null,\r\n    \"previous\": null,\r\n    \"results\": [\r\n        {\r\n            \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\r\n            \"starts_at\": null,\r\n            \"ends_at\": null,\r\n            \"custom_attributes\": [\r\n                  {\r\n                \"slug\": \"example1\",\r\n                 \"value\": \"abc\"\r\n            },\r\n            {\r\n                \"slug\": \"example2\",\r\n                \"value\": 42\r\n            }\r\n            ],\r\n            \"employment_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 of employment\",\r\n            \"total_month_cost\": \"8000.00\",\r\n            \"default_hour_cost\": \"0.00\",\r\n            \"default_hour_rate\": \"100.0000\",\r\n            \"schedule_contractor_cost\": false\r\n        }\r\n    ]\r\n}"}],"_postman_id":"e0b04caa-dd8c-421d-8ff0-40add2bb90cb"},{"name":"Get contract","id":"aa3f4be7-0364-4ade-a6d5-f1fd0ffe317d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/{employee_id}/contracts/{contract_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","contracts","{contract_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"b6740754-a52b-482f-a01a-404f171986c1","name":"Get contract","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/{{employee_id}}/contracts/{{contract_uuid}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":" {\r\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\r\n    \"starts_at\": null,\r\n    \"ends_at\": null,\r\n    \"custom_attributes\": [\r\n            {\r\n        \"slug\": \"example1\",\r\n        \"value\": \"abc\"\r\n        },\r\n    {\r\n        \"slug\": \"example2\",\r\n        \"value\": 42\r\n    }\r\n    ],\r\n    \"employment_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 of employment\",\r\n    \"total_month_cost\": \"8000.00\",\r\n    \"default_hour_cost\": \"0.00\",\r\n    \"default_hour_rate\": \"100.0000\",\r\n    \"schedule_contractor_cost\": false\r\n}"}],"_postman_id":"aa3f4be7-0364-4ade-a6d5-f1fd0ffe317d"},{"name":"Create contract","id":"b32b6fd5-be55-4897-b288-eae8d05e72a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"employment_type\": 1,\r\n    \"start_at\": \"2020-03-01\",\r\n    \"ends_at\": \"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    \"skip_public_holidays\": true,\r\n    \"contract_title\": \"My title\",\r\n    \"total_month_cost\": \"12000.00\",\r\n    \"default_hour_cost\": \"0.00\",\r\n    \"default_hour_rate\": \"0.00\",\r\n    \"schedule_contractor_cost\": false,\r\n    \"custom_attributes\": [\r\n        {\r\n            \"slug\": \"example1\",\r\n            \"value\": \"abc\"\r\n        },\r\n        {\r\n            \"slug\": \"example2\",\r\n            \"value\": 42\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/employees/{employee_id}/contracts/","description":"<h2 id=\"create-new-employees-contract-contracts-cant-overlap\">Create new employee'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>  <br />  <br /></th>\n<th><br />  <br /><strong>Characteristic</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />employment_type  <br />  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />Number, 1 is default  <br /></td>\n<td>1: employee  <br />2: contractor  <br /></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>skip_public_holidays</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>Default is true</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>  <br />  <br /></th>\n<th><br />  <br /><strong>Characteristic</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />default_hour_rate  <br />  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />Number  <br /></td>\n<td><br />Hour rate for client, available for both contracts' types</td>\n</tr>\n<tr>\n<td>total_month_cost</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Cost of employment, applicable only for employee</td>\n</tr>\n<tr>\n<td>default_hour_cost</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Hour cost of contract, applicableonly for contractor</td>\n</tr>\n<tr>\n<td>schedule_contractor_cost</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>If true Include Contractor Capacity cost in employee scheduled bugdet</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","contracts",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"a6008169-48a0-4b48-9ee2-5d0ddc993020","name":"Create contract","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"starts_at\": \"2022-01-01\",\r\n    \"ends_at\": \"2022-12-31\",\r\n    \"employment_type\": 2,\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    \"total_month_cost\": \"0.00\",\r\n    \"default_hour_cost\": \"100.00\",\r\n    \"default_hour_rate\": \"200.0000\",\r\n    \"schedule_contractor_cost\": true,\r\n    \"custom_attributes\": [\r\n        {\r\n            \"slug\": \"example1\",\r\n            \"value\": \"abc\"\r\n        },\r\n        {\r\n            \"slug\": \"example2\",\r\n            \"value\": 42\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/employees/{{employee_id}}/contracts/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\r\n    \"starts_at\": \"2022-01-01\",\r\n    \"ends_at\": \"2022-12-31\",\r\n    \"custom_attributes\": [\r\n        {    \r\n            \"slug\": \"example1\",\r\n            \"value\": \"abc\"\r\n        },\r\n        {\r\n            \"slug\": \"example2\",\r\n            \"value\": 42\r\n        }],\r\n    \"employment_type\": 2,\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    \"total_month_cost\": \"0.00\",\r\n    \"default_hour_cost\": \"100.00\",\r\n    \"default_hour_rate\": \"200.0000\",\r\n    \"schedule_contractor_cost\": true\r\n}"}],"_postman_id":"b32b6fd5-be55-4897-b288-eae8d05e72a2"},{"name":"Edit contract","id":"b524aa75-3300-424e-a49d-8108ddbed9db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"employment_type\": 1,\r\n    \"starts_at\": \"2020-03-01\",\r\n    \"ends_at\": \"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    \"skip_public_holidays\": true,\r\n    \"contract_title\": \"My title\",\r\n    \"total_month_cost\": \"12000.00\",\r\n    \"default_hour_cost\": \"0.00\",\r\n    \"default_hour_rate\": \"0.00\",\r\n    \"schedule_contractor_cost\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/employees/{employee_id}/contracts/{contract_id}/","description":"<h2 id=\"update-employees-contract-contracts-cant-overlap\">Update employee'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>  <br />  <br /></th>\n<th><br />  <br /><strong>Characteristic</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />employment_type  <br />  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />Number, 1 is default  <br /></td>\n<td>1: employee  <br />2: contractor  <br /></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>skip_public_holidays</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>Default is true</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>  <br />  <br /></th>\n<th><br />  <br /><strong>Characteristic</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />default_hour_rate  <br />  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />Number  <br /></td>\n<td><br />Hour rate for client, available for both contracts' types</td>\n</tr>\n<tr>\n<td>total_month_cost</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Cost of employment, applicable only for employee</td>\n</tr>\n<tr>\n<td>default_hour_cost</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Hour cost of contract, applicableonly for contractor</td>\n</tr>\n<tr>\n<td>schedule_contractor_cost</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>If true Include Contractor Capacity cost in employee scheduled bugdet</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","contracts","{contract_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"4ce7ef82-48f4-4009-b901-5f89bbc951a4","name":"Edit contract","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"starts_at\": null,\r\n    \"ends_at\": null,\r\n    \"employment_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    \"total_month_cost\": \"10000.00\",\r\n    \"default_hour_cost\": \"0.00\",\r\n    \"default_hour_rate\": \"200.0000\",\r\n    \"schedule_contractor_cost\": false,\r\n    \"custom_attributes\": [\r\n        {    \r\n            \"slug\": \"example1\",\r\n            \"value\": \"cba\"\r\n        },\r\n        {\r\n            \"slug\": \"example2\",\r\n            \"value\": 30\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/employees/{{employee_id}}/contracts/{{contract_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\r\n    \"starts_at\": null,\r\n    \"ends_at\": null,\r\n    \"custom_attributes\": [\r\n        {    \r\n            \"slug\": \"example1\",\r\n            \"value\": \"cba\"\r\n        },\r\n        {\r\n            \"slug\": \"example2\",\r\n            \"value\": 30\r\n        }],\r\n    \"employment_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    \"total_month_cost\": \"10000.00\",\r\n    \"default_hour_cost\": \"0.00\",\r\n    \"default_hour_rate\": \"200.0000\",\r\n    \"schedule_contractor_cost\": false\r\n}"}],"_postman_id":"b524aa75-3300-424e-a49d-8108ddbed9db"},{"name":"Remove contract","id":"82c26216-e138-467d-8df7-56b33e276417","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/employees/{employee_id}/contracts/{contract_id}/","description":"<p>Remove employee's contract</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","contracts","{contract_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"82c26216-e138-467d-8df7-56b33e276417"}],"id":"ab3939ec-68b5-4db5-a5af-051b7e707171","description":"<p>Endpoints for employee'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":"ab3939ec-68b5-4db5-a5af-051b7e707171","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Entries (Skills)","item":[{"name":"List employee's entries","id":"5d311c0d-9348-4b85-b561-53c160fbfb53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/{employee_id}/entries/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","entries",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"37bdbbbd-914f-4621-90ec-c7efac0e4e76","name":"List employee's entries","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/{{employee_id}}/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":"5d311c0d-9348-4b85-b561-53c160fbfb53"},{"name":"Get employee's entrie","id":"72217d3f-8531-48d1-aea9-c774cf265c60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/{employee_id}/entries/{entry_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","entries","{entry_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"2e252c73-1921-47ab-aa56-37b8592b3887","name":"Get employee's entrie","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/{{employee_id}}/entries/{{entry_id}}/"},"_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":"72217d3f-8531-48d1-aea9-c774cf265c60"},{"name":"Create employee's entries","id":"c6cc9da5-e799-4f42-8960-77ac8817d054","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://api.primetric.com/beta/employees/{employee_id}/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":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","entries",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"011d6b5a-2c93-408a-a1a3-db59b138b465","name":"Create employee'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://api.primetric.com/beta/employees/{{employee_id}}/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":"c6cc9da5-e799-4f42-8960-77ac8817d054"},{"name":"Edit employee's entries","id":"280a9ed2-bd59-4061-8e24-2dfa1298f77d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"level\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/employees/{employee_id}/entries/{entry_id}/","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":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","entries","{entry_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"39182dbc-a984-41c5-8ba6-3b16e9904536","name":"Edit employee's entries","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"level\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/employees/{{employee_id}}/entries/{{entry_id}}/"},"_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":"280a9ed2-bd59-4061-8e24-2dfa1298f77d"},{"name":"Remove employee's entries","id":"308ab198-ca6e-4954-b4de-112c2c6f83f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/employees/{employee_id}/entries/{entry_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","entries","{entry_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"308ab198-ca6e-4954-b4de-112c2c6f83f3"}],"id":"b48919ab-db66-4713-83d6-8bd9d5c1a376","description":"<p>Representation of employee's skills and skill's levels. Levels are 0-4.</p>\n","_postman_id":"b48919ab-db66-4713-83d6-8bd9d5c1a376","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Experiences","item":[{"name":"List employee's experiences","id":"4cec1539-bece-458c-bc37-e9e518f01072","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/{employee_id}/experiences/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","experiences",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"6755f56a-1518-4c0b-9def-1f529985a3fa","name":"List employee's experiences","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/{{employee_id}}/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":"4cec1539-bece-458c-bc37-e9e518f01072"},{"name":"Get employee's experiences","id":"b63145b3-8238-4eb7-925c-1613086a49f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/{employee_id}/experiences/{experience_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","experiences","{experience_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"9f5863f4-d756-4da2-8880-46737fe5f61b","name":"Get employee's experiences","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/{{employee_id}}/experiences/{{experience_id}}/"},"_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":"b63145b3-8238-4eb7-925c-1613086a49f1"},{"name":"Create employee's experiences","id":"4320f0aa-0715-4cf8-9b87-12478dc35969","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://api.primetric.com/beta/employees/{employee_id}/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":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","experiences",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"f0423183-d4ea-41c3-bbff-a7aff7ebaebd","name":"Create employee'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://api.primetric.com/beta/employees/{{employee_id}}/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":"4320f0aa-0715-4cf8-9b87-12478dc35969"},{"name":"Edit employee's experiences","id":"9cb32267-e041-4b71-85ec-3e2bb78bca41","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://api.primetric.com/beta/employees/{employee_id}/experiences/{experience_id}/","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":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","experiences","{experience_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"93111326-304e-4f83-873a-77252a60cf15","name":"Edit employee'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://api.primetric.com/beta/employees/{{employee_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":"9cb32267-e041-4b71-85ec-3e2bb78bca41"},{"name":"Remove employee's experiences","id":"b1e97db5-73e4-44d9-beb6-eebd44df71a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/employees/{employee_id}/experiences/{experience_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","experiences","{experience_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1e97db5-73e4-44d9-beb6-eebd44df71a3"}],"id":"91a4ec30-9026-4e0e-b232-aae4bc96a247","_postman_id":"91a4ec30-9026-4e0e-b232-aae4bc96a247","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Education","item":[{"name":"List employee's education","id":"57e92871-a6c7-4110-9b96-5572768907a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/{employee_id}/education/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","education",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"95cde4d1-ee07-4822-8c76-9c2c4b6bafeb","name":"List employee's education","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/{{employee_id}}/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":"57e92871-a6c7-4110-9b96-5572768907a2"},{"name":"Get employee's education","id":"ebdddffd-82e0-4845-aa62-473089950f1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/{employee_id}/education/{education_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","education","{education_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"9f2bd510-656d-40e8-b594-136f8857e746","name":"Get employee's education","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/{{employee_id}}/education/{{education_id}}/"},"_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":"ebdddffd-82e0-4845-aa62-473089950f1c"},{"name":"Create employee's education","id":"24f22bb1-98b4-4467-9452-74550d6dbb44","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://api.primetric.com/beta/employees/{employee_id}/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":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","education",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"3d722cc1-9f2f-480c-971c-dfe30c7362ce","name":"Create employee'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://api.primetric.com/beta/employees/{{employee_id}}/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":"24f22bb1-98b4-4467-9452-74550d6dbb44"},{"name":"Edit employee's education","id":"0a9a25b7-ca7b-4dbe-b986-a91d6ca2f08e","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://api.primetric.com/beta/employees/{employee_id}/education/{education_id}/","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":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","education","{education_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"e3566502-5165-4326-a3c3-93d10c7cc31e","name":"Edit employee'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://api.primetric.com/beta/employees/{{employee_id}}/education/{{education_id}}/"},"_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":"0a9a25b7-ca7b-4dbe-b986-a91d6ca2f08e"},{"name":"Remove employee's education","id":"ddc0179c-9edb-4f30-9aa3-58c39af05d4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/employees/{employee_id}/education/{education_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","education","{education_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddc0179c-9edb-4f30-9aa3-58c39af05d4b"}],"id":"4e7aa9e1-e034-4c99-9110-f51ff097bfe4","_postman_id":"4e7aa9e1-e034-4c99-9110-f51ff097bfe4","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Certificates","item":[{"name":"List employee's certificates","id":"15d7e629-2a9d-4fb4-a04d-76e90e51ce2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/{employee_id}/certificates/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","certificates",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"89926667-d1c2-4df6-ae5d-8c4d2405af8e","name":"List employee's certificates","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/{{employee_id}}/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}\n]"}],"_postman_id":"15d7e629-2a9d-4fb4-a04d-76e90e51ce2f"},{"name":"Get employee's certificate","id":"84306518-a2ee-4ae8-b3dd-83847fb692d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/{employee_id}/certificates/{certificate_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","certificates","{certificate_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"42f6da11-4ee9-4edf-8d6d-22230b76481a","name":"Get employee's certificate","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/{{employee_id}}/certificates/{{certificate_id}}/"},"_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}"}],"_postman_id":"84306518-a2ee-4ae8-b3dd-83847fb692d0"},{"name":"Create employee's certificate","id":"4d988ba7-e69e-4d3b-ad0f-758cdb6f901b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"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://api.primetric.com/beta/employees/{employee_id}/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>name</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":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","certificates",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"eb06ba81-c6ac-4f7f-abdc-cd499c1ed52a","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://api.primetric.com/beta/employees/{{employee_id}}/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}"}],"_postman_id":"4d988ba7-e69e-4d3b-ad0f-758cdb6f901b"},{"name":"Edit employee's certificate","id":"73c1f700-5227-476d-b553-6291a9316618","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"www.example.pl\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/employees/{employee_id}/certificates/{certificate_id}/","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>name</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":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","certificates","{certificate_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"72162e10-bd16-4626-87ad-5f1e47fc3684","name":"Edit employee's certificate","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\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}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/employees/{{employee_id}}/certificates/{{certificate_id}}/"},"_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}"}],"_postman_id":"73c1f700-5227-476d-b553-6291a9316618"},{"name":"Remove employee's certificate","id":"760b029a-a5e6-471b-87a7-a7a9167f275e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/employees/{employee_id}/certificates/{certificate_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","certificates","{certificate_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"760b029a-a5e6-471b-87a7-a7a9167f275e"}],"id":"48bc8a6e-3fbb-4fb7-b6f8-8b8f0a45d917","_postman_id":"48bc8a6e-3fbb-4fb7-b6f8-8b8f0a45d917","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"List employees","event":[{"listen":"test","script":{"id":"09fb9457-3fab-4efa-853c-d120f05a20b2","exec":[""],"type":"text/javascript"}}],"id":"17169a29-b0a3-4274-8069-7c2da69fa7d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/","description":"<p>Get a list of employees. Results are paginated.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees",""],"host":["https://api.primetric.com/beta"],"query":[{"disabled":true,"description":{"content":"<p>filter employees by name or fragment of name, case insensitive</p>\n","type":"text/plain"},"key":"name","value":""},{"disabled":true,"description":{"content":"<p>email of employee</p>\n","type":"text/plain"},"key":"email","value":""},{"disabled":true,"description":{"content":"<p>filter by nick or fragment of nick, case insensitive</p>\n","type":"text/plain"},"key":"nick","value":""},{"disabled":true,"description":{"content":"<p>filter by nick, case insensitive</p>\n","type":"text/plain"},"key":"nick_exact","value":""},{"disabled":true,"description":{"content":"<p>filter by department uuid</p>\n","type":"text/plain"},"key":"department_id","value":""},{"disabled":true,"description":{"content":"<p>filter by position uuid</p>\n","type":"text/plain"},"key":"position_id","value":""},{"disabled":true,"description":{"content":"<p>filter by tead uuid</p>\n","type":"text/plain"},"key":"team_id","value":""},{"disabled":true,"description":{"content":"<p>filter by seniorty uuid</p>\n","type":"text/plain"},"key":"seniority_id","value":""},{"disabled":true,"description":{"content":"<p>filter by nationality, iso alpha-2 format</p>\n","type":"text/plain"},"key":"nationality","value":""},{"disabled":true,"description":{"content":"<p>filter by hashtag uuid or list of uuids separated by comma <code>,</code></p>\n","type":"text/plain"},"key":"hash_tags_ids","value":""},{"disabled":true,"description":{"content":"<p>filter by note, or fragment of note, case insensitive</p>\n","type":"text/plain"},"key":"note","value":""},{"disabled":true,"description":{"content":"<p>filter by assigned manager uuid or list of uuids separated by comma <code>,</code></p>\n","type":"text/plain"},"key":"assigned_manager_id","value":""}],"variable":[]}},"response":[{"id":"2525ff04-7871-4a9a-ac2c-54b264eead24","name":"List employees","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"count\": 1,\r\n    \"next\": null,\r\n    \"previous\": null,\r\n    \"results\": [\r\n        {\r\n                \"uuid\": \"c5beac4bd383402c8107168c73876f31\",\r\n                \"nick\": \"Podhal\",\r\n                \"name\": \"Roman Podhalański\",\r\n                \"email\": \"r.podhalanski@example.com\",\r\n                \"assigned_manager_id\": \"8c434be0144b4202ac3525fd1b1b58fd\",\r\n                \"assigned_finance_manager_ids\": [],\r\n                \"timeoff_managers_ids\": [],\r\n                \"summary\": \"Medium\",\r\n                \"seniority_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n                \"team_id\": \"00e045cc6c2647619ed408696141da17\",\r\n                \"department_id\": \"2da6415a48904e13b827a516e6b2499e\",\r\n                \"position_id\": \"6d0ab59e1348426d8d85746d452438cb\",\r\n                \"hash_tag_ids\": [\r\n                            \"165100162d6f4423bd49e0382859fe88\"\r\n                ],\r\n                \"nationality\": \"EN\",\r\n                \"note\": \"This is a note\",\r\n                \"custom_attributes\": [        \r\n                {\r\n                    \"slug\": \"example1\",\r\n                    \"value\": \"abc\"\r\n                },\r\n                {\r\n                    \"slug\": \"example2\",\r\n                    \"value\": 42\r\n                }]\r\n        }]\r\n}"}],"_postman_id":"17169a29-b0a3-4274-8069-7c2da69fa7d5"},{"name":"Get employee","id":"07d12e85-3ae7-48ee-a48e-db16dac9cbdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/employees/{employee_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"a6e2464c-520b-4847-9066-9b417d7e718f","name":"Get employee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/employees/{{employee_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\r\n    \"nick\": \"Podhal\",\r\n    \"name\": \"Roman Podhalański\",\r\n    \"email\": \"r.podhalanski@example.com\",\r\n    \"assigned_manager_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"assigned_finance_manager_ids\": [],\r\n    \"timeoff_managers_ids\": [],\r\n    \"summary\": \"Medium\",\r\n    \"seniority_id\": \"00e045cc6c2647619ed408696141da17\",\r\n    \"team_id\": \"2da6415a48904e13b827a516e6b2499e\",\r\n    \"department_id\": \"6d0ab59e1348426d8d85746d452438cb\",\r\n    \"position_id\": \"165100162d6f4423bd49e0382859fe88\",\r\n    \"hash_tag_ids\": [\r\n        \"23bdd9a0c6cd446886ede7253bcaf165\"\r\n    ],\r\n    \"nationality\": \"EN\",\r\n    \"note\": \"This is a note\",\r\n    \"custom_attributes\": [        \r\n        {\r\n            \"slug\": \"example1\",\r\n            \"value\": \"abc\"\r\n        },\r\n        {\r\n            \"slug\": \"example2\",\r\n            \"value\": 42\r\n        }]\r\n}"}],"_postman_id":"07d12e85-3ae7-48ee-a48e-db16dac9cbdc"},{"name":"Edit employee profile","id":"d1d97369-bcf6-4732-a8c1-2c774736cf0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nick\": \"Ken Adams\",\r\n    \"name\": \"Joey Tribbiani\",\r\n    \"assigned_manager_id\": \"720459d5f9b441fcb4e2ddaece0a274a\",\r\n    \"summary\": \"Best french developer\",\r\n    \"seniority_id\": \"314aa54b3f437880f118a10e7247cd\",\r\n    \"team_id\": \"522cc5571acf437880f118a10e7247cd\",\r\n    \"department_id\": \"2caffdf51fc74f1daee09e2ac7280c97\",\r\n    \"position_id\": \"a4b52d0792e74b3b83f70e34b2b68601\",\r\n    \"hash_tag_ids\": [\"130a06e0f6014b03b444a831944e5753\"],\r\n    \"nationality\": \"ES\",\r\n    \"note\": \"Not share food\",\r\n    \"custom_attributes\": [\r\n        {\r\n            \"slug\": \"example1\",\r\n            \"value\": \"abc\"\r\n        },\r\n        {\r\n            \"slug\": \"example2\",\r\n            \"value\": 42\r\n        }\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/employees/{employee_id}/","description":"<h2 id=\"edit-employees-information\">Edit employee's information</h2>\n<h3 id=\"parameterws\">Parameterws</h3>\n<ul>\n<li><code>nick</code></li>\n<li><code>name</code></li>\n<li><code>assigned_manager_id</code><br />  uuid of assigned manager. Default is none.</li>\n<li><code>assigned_finance_manager_ids</code></li>\n<li><code>summary</code></li>\n<li><code>timeoff_managers_ids</code></li>\n<li><code>seniority_id</code><br />  uuid of the seniority from organization</li>\n<li><code>team_id</code><br />  uuid of the team from organization</li>\n<li><code>department_id</code><br />  uuid of the department from organization</li>\n<li><code>position_id</code><br />  uuid of the position from organization</li>\n<li><code>hash_tag_ids</code><br />  list of uuids from hashtags in organization</li>\n<li><code>nationality</code><br />  Nationality code in ALPHA-2 code (2 letters)</li>\n<li><code>custom_attributes</code></li>\n<li><code>note</code></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"ddf8eb38-7304-407b-a030-73064bbdefce","name":"Edit employee profile","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nick\": \"Podhal\",\r\n    \"name\": \"Roman Podhalański\",\r\n    \"email\": \"r.podhalanski@example.com\",\r\n    \"assigned_manager_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"summary\": \"He never give up\",\r\n    \"seniority_id\": \"00e045cc6c2647619ed408696141da17\",\r\n    \"team_id\": \"2da6415a48904e13b827a516e6b2499e\",\r\n    \"department_id\": \"6d0ab59e1348426d8d85746d452438cb\",\r\n    \"position_id\": \"165100162d6f4423bd49e0382859fe88\",\r\n    \"hash_tag_ids\": [\r\n        \"23bdd9a0c6cd446886ede7253bcaf165\"\r\n    ],\r\n    \"nationality\": \"EN\",\r\n    \"note\": \"This is a note\",\r\n        \"custom_attributes\": [\r\n        {\r\n            \"slug\": \"example1\",\r\n            \"value\": \"abc\"\r\n        },\r\n        {\r\n            \"slug\": \"example2\",\r\n            \"value\": 42\r\n        }\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/employees/{{employee_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\r\n    \"nick\": \"Podhal\",\r\n    \"name\": \"Roman Podhalański\",\r\n    \"email\": \"r.podhalanski@example.com\",\r\n    \"assigned_manager_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"assigned_finance_manager_ids\": [],\r\n    \"timeoff_managers_ids\": [],\r\n    \"summary\": \"Medium\",\r\n    \"seniority_id\": \"00e045cc6c2647619ed408696141da17\",\r\n    \"team_id\": \"2da6415a48904e13b827a516e6b2499e\",\r\n    \"department_id\": \"6d0ab59e1348426d8d85746d452438cb\",\r\n    \"position_id\": \"165100162d6f4423bd49e0382859fe88\",\r\n    \"hash_tag_ids\": [\r\n        \"23bdd9a0c6cd446886ede7253bcaf165\"\r\n    ],\r\n    \"nationality\": \"EN\",\r\n    \"note\": \"This is a note\",\r\n    \"custom_attributes\": [        \r\n        {\r\n            \"slug\": \"example1\",\r\n            \"value\": \"abc\"\r\n        },\r\n        {\r\n            \"slug\": \"example2\",\r\n            \"value\": 42\r\n        }]\r\n}"}],"_postman_id":"d1d97369-bcf6-4732-a8c1-2c774736cf0b"},{"name":"List employees Holidays","id":"f011944a-005a-477b-9f61-cd3ac0a54d7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/employees/{employee_id}/holidays/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","holidays",""],"host":["https://api.primetric.com/beta"],"query":[{"disabled":true,"key":"year","value":"2022"}],"variable":[]}},"response":[{"id":"d104a618-c334-41ef-827f-c6d45cda501e","name":"List employees Holidays","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/employees/{{employee_id}}/holidays/?year=2022","host":["https://api.primetric.com/beta"],"path":["employees","{{employee_id}}","holidays",""],"query":[{"key":"year","value":"2022"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2022-01-01\",\n        \"name\": \"Nowy Rok\",\n        \"template\": \"PL\",\n        \"template_name\": \"PL\"\n    },\n    {\n        \"date\": \"2022-01-06\",\n        \"name\": \"Święto Trzech Króli\",\n        \"template\": \"PL\",\n        \"template_name\": \"PL\"\n    },\n    {\n        \"date\": \"2022-04-17\",\n        \"name\": \"Niedziela Wielkanocna\",\n        \"template\": \"PL\",\n        \"template_name\": \"PL\"\n    },\n    {\n        \"date\": \"2022-04-18\",\n        \"name\": \"Poniedziałek Wielkanocny\",\n        \"template\": \"PL\",\n        \"template_name\": \"PL\"\n    },\n    {\n        \"date\": \"2022-05-01\",\n        \"name\": \"Święto Państwowe\",\n        \"template\": \"PL\",\n        \"template_name\": \"PL\"\n    },\n    {\n        \"date\": \"2022-05-03\",\n        \"name\": \"Święto Narodowe Trzeciego Maja\",\n        \"template\": \"PL\",\n        \"template_name\": \"PL\"\n    },\n    {\n        \"date\": \"2022-06-05\",\n        \"name\": \"Zielone Świątki\",\n        \"template\": \"PL\",\n        \"template_name\": \"PL\"\n    },\n    {\n        \"date\": \"2022-06-16\",\n        \"name\": \"Dzień Bożego Ciała\",\n        \"template\": \"PL\",\n        \"template_name\": \"PL\"\n    },\n    {\n        \"date\": \"2022-08-15\",\n        \"name\": \"Wniebowzięcie Najświętszej Marii Panny\",\n        \"template\": \"PL\",\n        \"template_name\": \"PL\"\n    },\n    {\n        \"date\": \"2022-11-01\",\n        \"name\": \"Uroczystość Wszystkich Świętych\",\n        \"template\": \"PL\",\n        \"template_name\": \"PL\"\n    },\n    {\n        \"date\": \"2022-11-11\",\n        \"name\": \"Narodowe Święto Niepodległości\",\n        \"template\": \"PL\",\n        \"template_name\": \"PL\"\n    },\n    {\n        \"date\": \"2022-12-25\",\n        \"name\": \"Boże Narodzenie (pierwszy dzień)\",\n        \"template\": \"PL\",\n        \"template_name\": \"PL\"\n    },\n    {\n        \"date\": \"2022-12-26\",\n        \"name\": \"Boże Narodzenie (drugi dzień)\",\n        \"template\": \"PL\",\n        \"template_name\": \"PL\"\n    }\n]"}],"_postman_id":"f011944a-005a-477b-9f61-cd3ac0a54d7f"},{"name":"GET developer daily capacity","id":"0ad24736-e111-4be8-a945-e15bce65d786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/employees/{employee_id}/daily_data/","description":"<h2 id=\"get-employee-daily-capacity\">GET employee daily capacity</h2>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><code>start_date</code> - YYYY-MM-DD, first date to fetch capacity (min 2023-01-01)</li>\n<li><code>end_date</code> - YYYY-MM-DD, last date to fetch capacity</li>\n</ul>\n<p>Example response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n\"developer_id\":\"4161bebe181f4155bbdfa03f41d4de69\",\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":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["employees","{employee_id}","daily_data",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ad24736-e111-4be8-a945-e15bce65d786"}],"id":"2d3b810d-0bdf-4076-b635-bcb113c12dd2","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":"2d3b810d-0bdf-4076-b635-bcb113c12dd2","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Assignments","item":[{"name":"List assignments","id":"931ddcd9-e4db-4529-9419-3ead138aca23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"uuid\": \"fb7f25997f634ee5ab68a5e8c1f6886c\",\r\n    \"employee_id\": \"dabc5f1b0cf544f59b1bf638647549bc\",\r\n    \"employee_name\": \"Mark Scott\",\r\n    \"start_date\": \"2020-10-01\",\r\n    \"end_date\": \"2020-10-31\",\r\n    \"updated_at\": \"2020-10-22T19:01:38\",\r\n    \"scheduled_work\": 480,\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\": false,\r\n    \"work_on_saturday\": false,\r\n    \"work_on_sunday\": false,\r\n    \"requested_total_work\": 0,\r\n    \"label\": \"\",\r\n    \"note\": null,\r\n    \"status\": 2,\r\n    \"skip_vacations\": true,\r\n    \"skip_public_holidays\": true,\r\n    \"capacity_based_load\": 0,\r\n    \"use_billable_capacity\": false,\r\n    \"affects_capacity\": false,\r\n    \"non_billable\": false,\r\n    \"project_role\": null,\r\n    \"project_role_name\": null,\r\n    \"hash_tags\": [],\r\n    \"color\": \"16a085\",\r\n    \"default_hour_rate_source\": 0,\r\n\r\n    \"default_hour_cost\": \"300.01\",\r\n    \"use_default_hour_cost\": true,\r\n    \"hour_cost\": \"0.00\",\r\n    \"hour_rate\": \"0.00\",\r\n    \r\n    \"project_id\": \"c17b7c3b26ed416abbfb18075b39fdb1\",\r\n    \"project_title\": \"Mars Terraforming\",\r\n    \"project_phase_id\": null,\r\n    \"project_phase_name\": null,\r\n    \"project_status\": 1,\r\n    \"project_tentative\": false,\r\n    \"project_client_name\": null,\r\n    \"client_currency\": \"PLN\",\r\n    \"client_currency_exchange_rate\": 1.0,\r\n\r\n    \"total_tracked\": 60,\r\n    \"total_sheduled\": 1440,\r\n    \"total_scheduled_cost\": \"7200.24\",\r\n    \"total_scheduled_revenue\": \"0.00\",\r\n    \"total_tracked_cost\": \"300.01\",\r\n    \"total_tracked_revenue\": \"0.00\",\r\n    \"total_scheduled_revenue_organization_currency\": \"0.00\",\r\n    \"total_tracked_revenue_organization_currency\": \"0.00\",\r\n    \"settled_cost\": null,\r\n    \"settled_income\": null,\r\n    \"is_settled\": false,\r\n    \r\n    \"daily_data\": {\r\n      \"start\": \"2020-10-01\",\r\n      \"end\": \"2020-10-31\",\r\n      \"tracked\": \"[0.0,60.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]\",\r\n      \"scheduled\": \"[480.0,0.0,0.0,0.0,480.0,480.0,480.0,480.0,0.0,0.0,0.0,480.0,480.0,480.0,-1.0,-1.0,-1.0,-1.0,-1.0,-1.0,-1.0,-1.0,0.0,0.0,0.0,480.0,480.0,480.0,480.0,0.0,0.0]\"\r\n    }\r\n  }\r\n]\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/assignments/","description":"<p>Get a list of assignments. Results are paginated.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["assignments",""],"host":["https://api.primetric.com/beta"],"query":[{"disabled":true,"description":{"content":"<p>filter assignments of employee</p>\n","type":"text/plain"},"key":"employee_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>boolean, get only settled or not settled assignemnts</p>\n","type":"text/plain"},"key":"is_settled","value":""},{"disabled":true,"key":"hash_tag_id","value":""},{"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":"60fc37c8-3d1e-44a0-af38-6ef1bcd32b41","name":"List assignments with finance scope","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/assignments/","host":["https://api.primetric.com/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    \"count\": 2,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\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            \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n            \"label\": \"Label1\",\n            \"note\": \"Assignment for full time only on fridays\",\n            \"scheduling_mode\": 3,\n            \"affects_capacity\": false,\n            \"billable\": true,\n            \"project_role_id\": [\n                \"00e045cc6c2647619ed408696141da17\"\n            ],\n            \"hash_tag_ids\": [\n                \"2da6415a48904e13b827a516e6b2499e\"\n            ],\n            \"color\": \"#E33B3B\",\n            \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n            \"project_phase_id\": \"165100162d6f4423bd49e0382859fe88\",\n            \"total_tracked\": 0,\n            \"total_scheduled\": 480,\n            \"is_settled\": false,\n            \"daily_data\": {\n                \"start\": \"2022-06-01\",\n                \"end\": \"2022-06-07\",\n                \"tracked\": [\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0\n                ],\n                \"scheduled\": [\n                    0,\n                    0,\n                    480,\n                    0,\n                    0,\n                    0,\n                    0\n                ]\n            },\n            \"custom_attributes\": [\n                {\n                    \"slug\": \"custom_attribute_for_assignment\",\n                    \"value\": [\n                        \"test2\"\n                    ]\n                }\n            ],\n            \"background\": false,\n            \"volatile_work_settings\": 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            \"use_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_budget_mode\": 0,\n            \"financial_client_currency\": \"PLN\",\n            \"financial_client_currency_exchange_rate\": \"1.0000\",\n            \"financial_total_scheduled_income\": {\n                \"amount\": 800,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"financial_total_scheduled_cost\": {\n                \"amount\": 238.1,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"financial_total_tracked_cost\": {\n                \"amount\": 0,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"financial_total_tracked_income\": {\n                \"amount\": 0,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"financial_settled_income\": null,\n            \"financial_settled_cost\": null,\n            \"financial_total_work_for_cost\": 0,\n            \"financial_contractor_hour_cost\": null,\n            \"financial_hour_rate\": {\n                \"amount\": 100,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"financial_employee_default_hour_cost\": {\n                \"amount\": 29.76,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"financial_use_default_hour_cost\": null,\n            \"financial_default_hour_rate_source\": 4,\n            \"financial_total_work_for_income\": 0\n        },\n        {\n            \"uuid\": \"23bdd9a0c6cd446886ede7253bcaf165\",\n            \"created_at\": \"2022-05-06T18:52:50.372982+02:00\",\n            \"starts_at\": \"2022-07-01T00:00:00+02:00\",\n            \"ends_at\": \"2022-07-07T23:59:59.999999+02:00\",\n            \"end_local_date\": \"2022-07-07\",\n            \"start_local_date\": \"2022-07-01\",\n            \"updated_at\": \"2022-05-06T18:52:50.373355+02:00\",\n            \"status\": 2,\n            \"employee_id\": \"2557a7e59c9146f585e43f4a930e9cd1\",\n            \"label\": \"Label1\",\n            \"note\": \"Assignment for full time only on fridays\",\n            \"scheduling_mode\": 3,\n            \"affects_capacity\": false,\n            \"billable\": true,\n            \"project_role_id\": \"00e045cc6c2647619ed408696141da17\",\n            \"hash_tag_ids\": [\n                \"2da6415a48904e13b827a516e6b2499e\"\n            ],\n            \"color\": \"#E33B3B\",\n            \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n            \"project_phase_id\": \"165100162d6f4423bd49e0382859fe88\",\n            \"total_tracked\": 0,\n            \"total_scheduled\": 480,\n            \"is_settled\": false,\n            \"daily_data\": {\n                \"start\": \"2022-07-01\",\n                \"end\": \"2022-07-07\",\n                \"tracked\": [\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0\n                ],\n                \"scheduled\": [\n                    480,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0\n                ]\n            },\n            \"custom_attributes\": [\n                {\n                    \"slug\": \"custom_attribute_for_assignment\",\n                    \"value\": [\n                        \"test2\"\n                    ]\n                }\n            ],\n            \"background\": false,\n            \"volatile_work_settings\": 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            \"use_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_budget_mode\": 0,\n            \"financial_client_currency\": \"PLN\",\n            \"financial_client_currency_exchange_rate\": \"1.0000\",\n            \"financial_total_scheduled_income\": {\n                \"amount\": 800,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"financial_total_scheduled_cost\": {\n                \"amount\": 238.1,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"financial_total_tracked_cost\": {\n                \"amount\": 0,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"financial_total_tracked_income\": {\n                \"amount\": 0,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"financial_settled_income\": null,\n            \"financial_settled_cost\": null,\n            \"financial_total_work_for_cost\": 0,\n            \"financial_contractor_hour_cost\": null,\n            \"financial_hour_rate\": {\n                \"amount\": 100,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"financial_employee_default_hour_cost\": {\n                \"amount\": 29.76,\n                \"currency\": \"PLN\",\n                \"exchange_rate\": 1\n            },\n            \"financial_use_default_hour_cost\": null,\n            \"financial_default_hour_rate_source\": 4,\n            \"financial_total_work_for_income\": 0\n        }\n    ]\n}"},{"id":"2eca7e4f-5e33-492d-9ebc-3d482152308b","name":"List assignments without finance scope","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/assignments/","host":["https://api.primetric.com/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    \"count\": 2,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\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            \"employee_id\": \"4a6280bd919c4262836088dfc056ce79\",\n            \"label\": \"Label1\",\n            \"note\": \"Assignment for full time only on fridays\",\n            \"scheduling_mode\": 3,\n            \"affects_capacity\": false,\n            \"billable\": true,\n            \"project_role_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n            \"hash_tag_ids\": [\n                \"00e045cc6c2647619ed408696141da17\"\n            ],\n            \"color\": \"#E33B3B\",\n            \"project_id\": \"2da6415a48904e13b827a516e6b2499e\",\n            \"project_phase_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n            \"total_tracked\": 0,\n            \"total_scheduled\": 480,\n            \"is_settled\": false,\n            \"daily_data\": {\n                \"start\": \"2022-06--1\",\n                \"end\": \"2022-06-07\",\n                \"tracked\": [\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0\n                ],\n                \"scheduled\": [\n                    0,\n                    0,\n                    480,\n                    0,\n                    0,\n                    0,\n                    0\n                ]\n            },\n            \"custom_attributes\": [\n                {\n                    \"slug\": \"custom_attribute_for_assigment\",\n                    \"value\": [\n                        \"test2\"\n                    ]\n                }\n            ],\n            \"background\": false,\n            \"volatile_work_settings\": 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            \"use_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            \"uuid\": \"165100162d6f4423bd49e0382859fe88\",\n            \"created_at\": \"2022-05-06T18:52:50.372982+02:00\",\n            \"starts_at\": \"2022-07-01T00:00:00+02:00\",\n            \"ends_at\": \"2022-07-07T23:59:59.999999+02:00\",\n            \"end_local_date\": \"2022-07-07\",\n            \"start_local_date\": \"2022-07-01\",\n            \"updated_at\": \"2022-05-06T18:52:50.373355+02:00\",\n            \"status\": 2,\n            \"employee_id\": \"23bdd9a0c6cd446886ede7253bcaf165\",\n            \"label\": \"Label1\",\n            \"note\": \"Assignment for full time only on fridays\",\n            \"scheduling_mode\": 3,\n            \"affects_capacity\": false,\n            \"billable\": true,\n            \"project_role_id\": \"2557a7e59c9146f585e43f4a930e9cd1\",\n            \"hash_tag_ids\": [\n                \"89a45xe59c9146f585e43f4a930e9cd1\"\n            ],\n            \"color\": \"#E33B3B\",\n            \"project_id\": \"a7cbe6e9a94d4757ad2fbdb5cd8ce20b\",\n            \"project_phase_id\": \"c5beac4bd383402c8107168c73876f31\",\n            \"total_tracked\": 0,\n            \"total_scheduled\": 480,\n            \"is_settled\": false,\n            \"daily_data\": {\n                \"start\": \"2022-07-01\",\n                \"end\": \"2022-07-07\",\n                \"tracked\": [\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0\n                ],\n                \"scheduled\": [\n                    480,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0\n                ]\n            },\n            \"custom_attributes\": [\n                {\n                    \"slug\": \"custom_attribute_for_assigment\",\n                    \"value\": [\n                        \"test2\"\n                    ]\n                }\n            ],\n            \"background\": false,\n            \"volatile_work_settings\": 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            \"use_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":"931ddcd9-e4db-4529-9419-3ead138aca23"},{"name":"Get assignment","id":"c89d92bc-6878-43b5-a789-4ed54330fda9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"uuid\": \"fb7f25997f634ee5ab68a5e8c1f6886c\",\r\n    \"employee_id\": \"dabc5f1b0cf544f59b1bf638647549bc\",\r\n    \"employee_name\": \"Mark Scott\",\r\n    \"start_date\": \"2020-10-01\",\r\n    \"end_date\": \"2020-10-31\",\r\n    \"updated_at\": \"2020-10-22T19:01:38\",\r\n    \"scheduled_work\": 480,\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\": false,\r\n    \"work_on_saturday\": false,\r\n    \"work_on_sunday\": false,\r\n    \"requested_total_work\": 0,\r\n    \"label\": \"\",\r\n    \"note\": null,\r\n    \"status\": 2,\r\n    \"skip_vacations\": true,\r\n    \"skip_public_holidays\": true,\r\n    \"capacity_based_load\": 0,\r\n    \"use_billable_capacity\": false,\r\n    \"affects_capacity\": false,\r\n    \"non_billable\": false,\r\n    \"project_role\": null,\r\n    \"project_role_name\": null,\r\n    \"hash_tags\": [],\r\n    \"color\": \"16a085\",\r\n    \"default_hour_rate_source\": 0,\r\n\r\n    \"default_hour_cost\": \"300.01\",\r\n    \"use_default_hour_cost\": true,\r\n    \"hour_cost\": \"0.00\",\r\n    \"hour_rate\": \"0.00\",\r\n    \r\n    \"project_id\": \"c17b7c3b26ed416abbfb18075b39fdb1\",\r\n    \"project_title\": \"Mars Terraforming\",\r\n    \"project_phase_id\": null,\r\n    \"project_phase_name\": null,\r\n    \"project_status\": 1,\r\n    \"project_tentative\": false,\r\n    \"project_client_name\": null,\r\n    \"client_currency\": \"PLN\",\r\n    \"client_currency_exchange_rate\": 1.0,\r\n\r\n    \"total_tracked\": 60,\r\n    \"total_sheduled\": 1440,\r\n    \"total_scheduled_cost\": \"7200.24\",\r\n    \"total_scheduled_revenue\": \"0.00\",\r\n    \"total_tracked_cost\": \"300.01\",\r\n    \"total_tracked_revenue\": \"0.00\",\r\n    \"total_scheduled_revenue_organization_currency\": \"0.00\",\r\n    \"total_tracked_revenue_organization_currency\": \"0.00\",\r\n    \"settled_cost\": null,\r\n    \"settled_income\": null,\r\n    \"is_settled\": false,\r\n    \r\n    \"daily_data\": {\r\n      \"start\": \"2020-10-01\",\r\n      \"end\": \"2020-10-31\",\r\n      \"tracked\": \"[0.0,60.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]\",\r\n      \"scheduled\": \"[480.0,0.0,0.0,0.0,480.0,480.0,480.0,480.0,0.0,0.0,0.0,480.0,480.0,480.0,-1.0,-1.0,-1.0,-1.0,-1.0,-1.0,-1.0,-1.0,0.0,0.0,0.0,480.0,480.0,480.0,480.0,0.0,0.0]\"\r\n    }\r\n  }\r\n]\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/assignments/{assignemnt_uuid}/","description":"<p>Get a list of assignments. Results are paginated.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["assignments","{assignemnt_uuid}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"c6f1ee33-bcba-4ca3-aaa7-01fedc7b7dbe","name":"Get assignment employee with finance scope","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/assignments/{assignment_uuid}/","host":["https://api.primetric.com/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    \"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    \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"label\": \"Label1\",\n    \"note\": \"Assignment for full time only on fridays\",\n    \"scheduling_mode\": 3,\n    \"affects_capacity\": false,\n    \"billable\": true,\n    \"project_role_id\": [\n        \"00e045cc6c2647619ed408696141da17\"\n    ],\n    \"hash_tag_ids\": [\n        \"2da6415a48904e13b827a516e6b2499e\"\n    ],\n    \"color\": \"#E33B3B\",\n    \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n    \"project_phase_id\": \"165100162d6f4423bd49e0382859fe88\",\n    \"total_tracked\": 0,\n    \"total_scheduled\": 480,\n    \"is_settled\": false,\n    \"daily_data\": {\n        \"start\": \"2022-06-01\",\n        \"end\": \"2022-06-07\",\n        \"tracked\": [\n            0,\n            0,\n            0,\n            0,\n            0,\n            0,\n            0\n        ],\n        \"scheduled\": [\n            0,\n            0,\n            480,\n            0,\n            0,\n            0,\n            0\n        ]\n    },\n    \"custom_attributes\": [\n        {\n            \"slug\": \"custom_attribute_for_assignment\",\n            \"value\": [\n                \"test2\"\n            ]\n        }\n    ],\n    \"background\": false,\n    \"volatile_work_settings\": 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    \"use_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_budget_mode\": 0,\n    \"financial_client_currency\": \"PLN\",\n    \"financial_client_currency_exchange_rate\": \"1.0000\",\n    \"financial_total_scheduled_income\": {\n        \"amount\": 800,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_scheduled_cost\": {\n        \"amount\": 238.1,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_tracked_cost\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_tracked_income\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_settled_income\": null,\n    \"financial_settled_cost\": null,\n    \"financial_total_work_for_cost\": 0,\n    \"financial_contractor_hour_cost\": null,\n    \"financial_hour_rate\": {\n        \"amount\": 100,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_employee_default_hour_cost\": {\n        \"amount\": 29.76,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_use_default_hour_cost\": null,\n    \"financial_default_hour_rate_source\": 4,\n    \"financial_total_work_for_income\": 0\n}"},{"id":"555006f8-0d08-4109-a709-874c679151c6","name":"Get assignment employee without finance scope","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/assignments/{assignment_uuid}/","host":["https://api.primetric.com/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    \"created_at\": \"2022-05-06T15:40:17.421165+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-06T15:40:17.421507+02:00\",\n    \"status\": 0,\n    \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"label\": \"Label1\",\n    \"note\": \"Assignment for full time only on fridays\",\n    \"scheduling_mode\": 3,\n    \"affects_capacity\": false,\n    \"billable\": true,\n    \"project_role_id\": \"00e045cc6c2647619ed408696141da17\",\n    \"hash_tag_ids\": [\n        \"2da6415a48904e13b827a516e6b2499e\"\n    ],\n    \"color\": \"#E33B3B\",\n    \"project_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n    \"project_phase_id\": \"165100162d6f4423bd49e0382859fe88\",\n    \"total_tracked\": 0,\n    \"total_scheduled\": 480,\n    \"is_settled\": false,\n    \"daily_data\": {\n        \"start\": \"2022-06-01\",\n        \"end\": \"2022-06-07\",\n        \"tracked\": [\n            0,\n            0,\n            0,\n            0,\n            0,\n            0,\n            0\n        ],\n        \"scheduled\": [\n            0,\n            0,\n            480,\n            0,\n            0,\n            0,\n            0\n        ]\n    },\n    \"custom_attributes\": [\n        {\n            \"slug\": \"custom_attribute_for_assignment\",\n            \"value\": [\n                \"test2\"\n            ]\n        }\n    ],\n    \"background\": false,\n    \"volatile_work_settings\": 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    \"use_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":"c89d92bc-6878-43b5-a789-4ed54330fda9"},{"name":"Create assignment","id":"ec399da9-4f12-42d2-a2e3-d1b0b212b4b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"employee_id\": \"548dd1063f4f41b29572ebcc88e19892\",\r\n    \"project_id\": \"12bf1e4ac5264b35be11fa13f2c02198\",\r\n    \"start_local_date\": \"2022-07-01\",\r\n    \"end_local_date\": \"2022-07-31\",\r\n    \"scheduling_mode\": 2,\r\n\r\n    \"scheduling_time_frame\": 1,\r\n    \"scheduled_work_per_time_frame\": 6000,\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\": true,\r\n    \"work_on_sunday\": true,\r\n    \"adjust_scheduling_to_time_off\": false,\r\n    \"reduce_utilization_by_time_off\": true,\r\n    \"adjust_scheduling_to_public_holidays\": false,\r\n    \"reduce_utilization_by_public_holidays\": true,\r\n    \"financial_use_default_hour_cost\": false,\r\n    \"financial_contractor_hour_cost\": {\r\n        \"amount\": 50\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/assignments/","description":"<h4 id=\"parameters\">Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Characteristic</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of assignment  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />employee_id  <br />  <br /></td>\n<td><br />  <br />Required  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of employee which will be assigned to assignment  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />project_id  <br />  <br /></td>\n<td><br />  <br />Required  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of project in which assignment will be created  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />project_phase_id  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />uuid, default null  <br />  <br /></td>\n<td><br />  <br />UUID of existing project phase  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />project_role_id  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />uuid, default null  <br />  <br /></td>\n<td><br />  <br />UUID of Role based on defined Organization Data Fields  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />hash_tag_ids  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />list of uuids, default []  <br />  <br /></td>\n<td><br />  <br />UUIDs of Tags based on defined Organization Data Fields  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />start_local_date  <br />  <br /></td>\n<td><br />  <br />Required  <br />  <br /></td>\n<td><br />  <br />Date (YYYY-MM-DD)  <br />  <br /></td>\n<td><br />  <br />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  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />end_local_date  <br />  <br /></td>\n<td><br />  <br />Required  <br />  <br /></td>\n<td><br />  <br />Date (YYYY-MM-DD)  <br />  <br /></td>\n<td><br />  <br />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  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />created_at  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />datetime  <br />  <br /></td>\n<td><br />  <br />Datetime of creation of assignment  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />updated_at  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />datetime  <br />  <br /></td>\n<td><br />  <br />Datetime of last update of assignment  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />starts_at  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />datetime  <br />  <br /></td>\n<td><br />  <br />Datetime of start of assignment. Date is taken from start_local_date and time is added automatically  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />ends_at  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />datetime  <br />  <br /></td>\n<td><br />  <br />Datetime of end of assignment. Date is taken from end_local_date and time is added automatically  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />status  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 0  <br />  <br /></td>\n<td><br />  <br />Available options:  <br />0 - Draft  <br />1 - Reserved  <br />2 - Active  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />label  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br />Name of assignment  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />note  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br />Additional information/description  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />billable  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default True  <br />  <br /></td>\n<td><br />  <br />stands for billable/paid assignments for the client  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />color  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br />RGB Color from project (#000000-#ffffff)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /></td>\n<td><br />  <br /></td>\n<td><br />  <br /></td>\n<td><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><br />  <br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Options</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br />scheduling_mode  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />integer from range [0, 4], default 1  <br />  <br /></td>\n<td><br />  <br />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  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />scheduling_time_frame  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer from range [0, 3], default 0  <br />  <br /></td>\n<td><br />  <br />Option only available when *scheduling_mode=2 (Time Frame),*Available options:  <br />0 - Day  <br />1 - Week  <br />2 - Month  <br />3 - Assignment  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />scheduled_work_per_time_frame  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer [minutes], default 480  <br />  <br /></td>\n<td><br />  <br />Option only available when scheduling_mode=2 (Time Frame), field say how many work in minutes in specific timeframe will be  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_on_monday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default True  <br />  <br /></td>\n<td><br />  <br />Option only available when  <br />*scheduling_mode=1 or 2 (Capacity or Time Frame),**Value tells if work is scheduled for this day.*If value is <em>false</em> Monday would not be included in this assignment scheduling  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_on_tuesday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default True  <br />  <br /></td>\n<td><br />  <br />Option only available when  <br />*scheduling_mode=1 or 2 (Capacity or Time Frame),**Value tells if work is scheduled for this day.*If value is <em>false</em> Tuesday would not be included in this assignment scheduling  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_on_wednesday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default True  <br />  <br /></td>\n<td><br />  <br />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  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_on_thursday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default True  <br />  <br /></td>\n<td><br />  <br />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  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_on_friday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default True  <br />  <br /></td>\n<td><br />  <br />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  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_on_saturday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default False  <br />  <br /></td>\n<td><br />  <br />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  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_on_sunday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default False  <br />  <br /></td>\n<td><br />  <br />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  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />adjust_scheduling_to_time_off  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default True  <br />  <br /></td>\n<td><br />  <br />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)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />reduce_utilization_by_time_off  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default true  <br />  <br /></td>\n<td><br />  <br />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>  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />adjust_scheduling_to_public_holidays  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default true  <br />  <br /></td>\n<td><br />  <br />Option only available when *scheduling_mode=2 or 3 (Time Frame or Weekday)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />reduce_utilization_by_public_holidays  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default true  <br />  <br /></td>\n<td><br />  <br />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>  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />capacity_based_load  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 100 percent  <br />  <br /></td>\n<td><br />  <br />Option only available when *scheduling_mode=1 (Capacity)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />use_billable_capacity  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean  <br />  <br /></td>\n<td><br />  <br />Option only available when *scheduling_mode=1 (Capacity)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_per_monday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 480[minutes]  <br />  <br /></td>\n<td><br />  <br />Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_per_tuesday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 480[minutes]  <br />  <br /></td>\n<td><br />  <br />Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_per_wednesday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 480[minutes]  <br />  <br /></td>\n<td><br />  <br />Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_per_thursday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 480[minutes]  <br />  <br /></td>\n<td><br />  <br />Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_per_friday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 480[minutes]  <br />  <br /></td>\n<td><br />  <br />Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_per_saturday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 0[minutes]  <br />  <br /></td>\n<td><br />  <br />Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_per_sunday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 0[minutes]  <br />  <br /></td>\n<td><br />  <br />Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_by_capacity_per_monday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 100 percent  <br />  <br /></td>\n<td><br />  <br />Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_by_capacity_per_tuesday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 100 percent  <br />  <br /></td>\n<td><br />  <br />Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_by_capacity_per_wednesday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 100 percent  <br />  <br /></td>\n<td><br />  <br />Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_by_capacity_per_thursday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 100 percent  <br />  <br /></td>\n<td><br />  <br />Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_by_capacity_per_friday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 100 percent  <br />  <br /></td>\n<td><br />  <br />Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_by_capacity_per_saturday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 0 percent  <br />  <br /></td>\n<td><br />  <br />Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_by_capacity_per_sunday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 0 percent  <br />  <br /></td>\n<td><br />  <br />Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />total_tracked  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />decimal  <br />  <br /></td>\n<td><br />  <br />Total tracked time in minutes in this assignment, data based on worklogs  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />total_scheduled  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />decimal  <br />  <br /></td>\n<td><br />  <br />Total scheduled minutes based on defined utilization and assignment date range  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />is_settled  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />boolean, default false  <br />  <br /></td>\n<td><br />  <br />Tells if assignment is settled or not  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />daily_data  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />object  <br />  <br /></td>\n<td><br />  <br />Params:  <br />start - date of first day of assignment or date of first logged worklog if worklog was created for date before assignment started.  <br />end - date of last day of assignment or date of last logged worklog if worklog 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 worklogs can be created outside of assignment dates ranges. If worklogs is created outside of assignment range <em>scheduled</em> list is filled with 0 values for corresponding days  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />background  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default False  <br />  <br /></td>\n<td><br />  <br />Specify if assignment is background work  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />volatile_work_settings  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />boolean  <br />  <br /></td>\n<td><br />  <br />If true it said that at time this assignment is presented one contract for employee has ended and another began.  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />only_billable_work  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default False  <br />  <br /></td>\n<td><br />  <br />Tells if only billable work can be logged in this assignment  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />affects_capacity  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default False  <br />  <br /></td>\n<td><br />  <br />Utilization affects the billable capacity  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /></td>\n<td><br />  <br /></td>\n<td><br />  <br /></td>\n<td><br />  <br /></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    \"exchange_rate\": decimal representing rate of client currency and company currency\n}\nSometimes currency in project is different than company currency, and using these kind of structure is easier to read.\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Options</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br />financial_client_currency  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />string, iso alpha3 format  <br />  <br /></td>\n<td><br />  <br />Client currency taken from project information  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_client_currency_exchange_rate  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />decimal, default 1.0  <br />  <br /></td>\n<td><br />  <br />Client currency exchange rate to Organization currency  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_default_hour_rate_source  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 0  <br />  <br /></td>\n<td><br />  <br />Available only in Times &amp; Material projects.  <br />Options:  <br />0 - not set  <br />1 - Phase  <br />2 - Role  <br />3 - Project  <br />4 - Employee/Contractor default  <br />5 - Employee/Contractor project default  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_budget_mode  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />integer  <br />  <br /></td>\n<td><br />  <br />Option available only in Times &amp; Materials projects.  <br />Options:  <br />0 - as tracked  <br />1 - cost as tracked, income as scheduled  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_total_scheduled_income  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />money object  <br />  <br /></td>\n<td><br />  <br />Income calculated based on scheduled time and hour price in Client currency  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_total_scheduled_cost  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />money object  <br />  <br /></td>\n<td><br />  <br />Cost calculated based on scheduled time and budget mode in Organization currency  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_total_tracked_income  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />money object  <br />  <br /></td>\n<td><br />  <br />Income calculated based on logged time in assignment's worklogs and hour price in Client currency  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_total_tracked_cost  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />money object  <br />  <br /></td>\n<td><br />  <br />Cost calculated based on logged time in assignment's worklogs and budget mode in Organization currency  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_settled_income  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />JSON object, null if not available for this project type  <br />  <br /></td>\n<td><br />  <br />Settled income  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_settled_cost  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />JSON object, null if not available for this project type  <br />  <br /></td>\n<td><br />  <br />Settled cost  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_total_work_for_cost  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />integer  <br />  <br /></td>\n<td><br />  <br />Total logged minutes in this assignment  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_contractor_hour_cost  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />money objects  <br />  <br /></td>\n<td><br />  <br />Only for contractor. Can be changed. Format: <code>\"financial_contractor_hour_cost\" : {\"amount\": }</code> Including currency and exchange_rate is superfluous and will be ignored  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_hour_rate  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />decimal  <br />  <br /></td>\n<td><br />  <br />Option available only in Times &amp; Material projects and when financial_default_hour_rate_source=0, tells 1 hour rate source price  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_employee_default_hour_cost  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />money object  <br />  <br /></td>\n<td><br />  <br />Shows assigned employee's default hour cost  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_use_default_hour_cost  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean  <br />  <br /></td>\n<td><br />  <br />Only for contractor, specify if contractor hour cost should be taken from contract or from current assignment specified <em>financial_contractor_hour_cost</em>  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_total_work_for_income  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />integer  <br />  <br /></td>\n<td><br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_default_hour_cost  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />decimal  <br />  <br /></td>\n<td><br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /></td>\n<td><br />  <br /></td>\n<td><br />  <br /></td>\n<td><br />  <br /></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["assignments",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"6999b9c6-790d-4e62-b9f9-16223a5ffbc4","name":"Create assignment full employee with financial access","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"start_local_date\": \"2022-06-01\",\r\n    \"end_local_date\": \"2022-06-07\",\r\n    \"status\": 0,\r\n    \"custom_attributes\": [\r\n        {\r\n            \"slug\": \"custom_attributes_for_assignment\",\r\n            \"value\": [\r\n                \"test2\"\r\n            ]\r\n        }\r\n    ],\r\n    \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"project_id\": \"00e045cc6c2647619ed408696141da17\",\r\n    \"project_phase_id\":\"2da6415a48904e13b827a516e6b2499e\",\r\n    \"project_role_id\":\"6d0ab59e1348426d8d85746d452438cb\",\r\n    \"hash_tag_ids\":[\"165100162d6f4423bd49e0382859fe88\"],\r\n    \"label\": \"Label1\",\r\n    \"note\": \"Assignment for full time only on fridays\",\r\n    \"billable\":true,\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    \"adjust_scheduling_to_time_off\": false,\r\n    \"adjust_scheduling_to_public_holidays\": false,\r\n    \"background\": false,\r\n    \"only_billable_work\": false,\r\n    \"affects_capacity\":false,\r\n    \"financial_default_hour_rate_source\":4,\r\n    \"financial_budget_mode\":0,\r\n    \"financial_use_default_hour_cost\":true\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.primetric.com/beta/assignments/","host":["https://api.primetric.com/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    \"created_at\": \"2022-05-06T19:32:16.443917+02:00\",\n    \"starts_at\": \"2022-06-01T00:00:00+02:00\",\n    \"ends_at\": \"2022-06-07T23:59:59.999999+02:00\",\n    \"updated_at\": \"2022-05-06T19:32:16.444285+02:00\",\n    \"status\": 0,\n    \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"label\": \"Label1\",\n    \"note\": \"Assignment for full time only on fridays\",\n    \"scheduling_mode\": 3,\n    \"scheduled_work_per_time_frame\": null,\n    \"scheduling_time_frame\": null,\n    \"adjust_scheduling_to_time_off\": null,\n    \"reduce_utilization_by_time_off\": null,\n    \"adjust_scheduling_to_public_holidays\": null,\n    \"reduce_utilization_by_public_holidays\": 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_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\": 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    \"capacity_based_load\": null,\n    \"use_billable_capacity\": null,\n    \"affects_capacity\": false,\n    \"billable\": true,\n    \"project_role_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n    \"hash_tag_ids\": [\n        \"165100162d6f4423bd49e0382859fe88\"\n    ],\n    \"color\": \"#E33B3B\",\n    \"project_id\": \"00e045cc6c2647619ed408696141da17\",\n    \"project_phase_id\": \"2da6415a48904e13b827a516e6b2499e\",\n    \"total_tracked\": 0,\n    \"total_scheduled\": 0,\n    \"is_settled\": false,\n    \"daily_data\": {\n        \"start\": \"2022-06-01\",\n        \"end\": \"2022-06-07\",\n        \"tracked\": [\n            0,\n            0,\n            0,\n            0,\n            0,\n            0,\n            0\n        ],\n        \"scheduled\": [\n            0,\n            0,\n            480,\n            0,\n            0,\n            0,\n            0\n        ]\n    },\n    \"background\": false,\n    \"volatile_work_settings\": false,\n    \"only_billable_work\": false,\n    \"custom_attributes\": [\n        {\n            \"slug\": \"custom_attribute_for_assignment\",\n            \"value\": [\n                \"test2\"\n            ]\n        }\n    ],\n    \"financial_budget_mode\": 0,\n    \"financial_client_currency\": \"PLN\",\n    \"financial_client_currency_exchange_rate\": \"1.0000\",\n    \"financial_total_scheduled_income\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_scheduled_cost\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_tracked_cost\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_tracked_income\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_settled_income\": null,\n    \"financial_settled_cost\": null,\n    \"financial_total_work_for_cost\": 0,\n    \"financial_contractor_hour_cost\": {\n        \"amount\": 100,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 200\n    },\n    \"financial_hour_rate\": {\n        \"amount\": 200,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_employee_default_hour_cost\": null,\n    \"financial_use_default_hour_cost\": true,\n    \"financial_default_hour_rate_source\": 4,\n    \"financial_total_work_for_income\": 0\n}"},{"id":"701a9ad1-ee27-4197-b92b-77a38ae27277","name":"Create assignment full contractor with financial access","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"start_local_date\": \"2022-06-01\",\r\n    \"end_local_date\": \"2022-06-07\",\r\n    \"status\": 0,\r\n    \"custom_attributes\": [\r\n        {\r\n            \"slug\": \"custom_attributes_for_assignment\",\r\n            \"value\": [\r\n                \"test2\"\r\n            ]\r\n        }\r\n    ],\r\n    \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"project_id\": \"00e045cc6c2647619ed408696141da17\",\r\n    \"project_phase_id\":\"2da6415a48904e13b827a516e6b2499e\",\r\n    \"project_role_id\":\"6d0ab59e1348426d8d85746d452438cb\",\r\n    \"hash_tag_ids\":[\"165100162d6f4423bd49e0382859fe88s\"],\r\n    \"label\": \"Label1\",\r\n    \"note\": \"Assignment for full time only on fridays\",\r\n    \"billable\":true,\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    \"adjust_scheduling_to_time_off\": false,\r\n    \"adjust_scheduling_to_public_holidays\": false,\r\n    \"background\": false,\r\n    \"only_billable_work\": false,\r\n    \"affects_capacity\":false,\r\n    \"financial_default_hour_rate_source\":4,\r\n    \"financial_budget_mode\":0,\r\n    \"financial_use_default_hour_cost\":true\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.primetric.com/beta/assignments/","host":["https://api.primetric.com/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    \"created_at\": \"2022-05-06T19:32:16.443917+02:00\",\n    \"starts_at\": \"2022-06-01T00:00:00+02:00\",\n    \"ends_at\": \"2022-06-07T23:59:59.999999+02:00\",\n    \"updated_at\": \"2022-05-06T19:32:16.444285+02:00\",\n    \"status\": 0,\n    \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"label\": \"Label1\",\n    \"note\": \"Assignment for full time only on fridays\",\n    \"scheduling_mode\": 3,\n    \"scheduled_work_per_time_frame\": null,\n    \"scheduling_time_frame\": null,\n    \"adjust_scheduling_to_time_off\": null,\n    \"reduce_utilization_by_time_off\": null,\n    \"adjust_scheduling_to_public_holidays\": null,\n    \"reduce_utilization_by_public_holidays\": 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_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\": 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    \"capacity_based_load\": null,\n    \"use_billable_capacity\": null,\n    \"affects_capacity\": false,\n    \"billable\": true,\n    \"project_role_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n    \"hash_tag_ids\": [\n        \"165100162d6f4423bd49e0382859fe88\"\n    ],\n    \"color\": \"#E33B3B\",\n    \"project_id\": \"00e045cc6c2647619ed408696141da17\",\n    \"project_phase_id\": [\n        \"2da6415a48904e13b827a516e6b2499e\"\n    ],\n    \"total_tracked\": 0,\n    \"total_scheduled\": 0,\n    \"is_settled\": false,\n    \"daily_data\": {\n        \"start\": \"2022-06-01\",\n        \"end\": \"2022-06-07\",\n        \"tracked\": [\n            0,\n            0,\n            0,\n            0,\n            0,\n            0,\n            0\n        ],\n        \"scheduled\": [\n            0,\n            0,\n            480,\n            0,\n            0,\n            0,\n            0\n        ]\n    },\n    \"background\": false,\n    \"volatile_work_settings\": false,\n    \"only_billable_work\": false,\n    \"custom_attributes\": [\n        {\n            \"slug\": \"custom_attribute_for_assignment\",\n            \"value\": [\n                \"test2\"\n            ]\n        }\n    ],\n    \"financial_budget_mode\": 0,\n    \"financial_client_currency\": \"PLN\",\n    \"financial_client_currency_exchange_rate\": \"1.0000\",\n    \"financial_total_scheduled_income\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_scheduled_cost\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_tracked_cost\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_tracked_income\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_settled_income\": null,\n    \"financial_settled_cost\": null,\n    \"financial_total_work_for_cost\": 0,\n    \"financial_contractor_hour_cost\": {\n        \"amount\": 100,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 200\n    },\n    \"financial_hour_rate\": {\n        \"amount\": 200,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_employee_default_hour_cost\": null,\n    \"financial_use_default_hour_cost\": true,\n    \"financial_default_hour_rate_source\": 4,\n    \"financial_total_work_for_income\": 0\n}"},{"id":"1b77e120-8eb9-41ed-912f-2d615c48254f","name":"Create assignment minimal requirements financial access","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"start_local_date\": \"2022-06-01\",\r\n    \"end_local_date\": \"2022-06-07\",\r\n    \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"project_id\": \"00e045cc6c2647619ed408696141da17\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.primetric.com/beta/assignments/","host":["https://api.primetric.com/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    \"created_at\": \"2022-05-06T19:42:49.766678+02:00\",\n    \"starts_at\": \"2022-06-01T00:00:00+02:00\",\n    \"ends_at\": \"2022-06-07T23:59:59.999999+02:00\",\n    \"updated_at\": \"2022-05-06T19:42:49.767022+02:00\",\n    \"status\": 0,\n    \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"label\": null,\n    \"note\": null,\n    \"scheduling_mode\": 1,\n    \"scheduled_work_per_time_frame\": null,\n    \"scheduling_time_frame\": null,\n    \"adjust_scheduling_to_time_off\": null,\n    \"reduce_utilization_by_time_off\": null,\n    \"adjust_scheduling_to_public_holidays\": null,\n    \"reduce_utilization_by_public_holidays\": 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    \"capacity_based_load\": 100,\n    \"use_billable_capacity\": false,\n    \"affects_capacity\": false,\n    \"billable\": true,\n    \"project_role_id\": null,\n    \"hash_tag_ids\": [],\n    \"color\": \"#E33B3B\",\n    \"project_id\": \"00e045cc6c2647619ed408696141da17\",\n    \"project_phase_id\": null,\n    \"total_tracked\": 0,\n    \"total_scheduled\": 0,\n    \"is_settled\": false,\n    \"daily_data\": {\n        \"start\": \"2022-06-01\",\n        \"end\": \"2022-06-07\",\n        \"tracked\": [\n            0,\n            0,\n            0,\n            0,\n            0,\n            0,\n            0\n        ],\n        \"scheduled\": [\n            480,\n            480,\n            480,\n            0,\n            0,\n            480,\n            480\n        ]\n    },\n    \"background\": false,\n    \"volatile_work_settings\": false,\n    \"only_billable_work\": false,\n    \"custom_attributes\": [\n        {\n            \"slug\": \"custom_attribute_for_assigment\",\n            \"value\": []\n        }\n    ],\n    \"financial_budget_mode\": 0,\n    \"financial_client_currency\": \"PLN\",\n    \"financial_client_currency_exchange_rate\": \"1.0000\",\n    \"financial_total_scheduled_income\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_scheduled_cost\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_tracked_cost\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_tracked_income\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_settled_income\": null,\n    \"financial_settled_cost\": null,\n    \"financial_total_work_for_cost\": 0,\n    \"financial_contractor_hour_cost\": {\n        \"amount\": 100,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 200\n    },\n    \"financial_hour_rate\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_employee_default_hour_cost\": null,\n    \"financial_use_default_hour_cost\": true,\n    \"financial_default_hour_rate_source\": 0,\n    \"financial_total_work_for_income\": 0\n}"},{"id":"e6f7c754-1aea-4de9-a6c9-60458ebe5dce","name":"Create assignment minimal requirements no utilization","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"start_local_date\": \"2022-06-01\",\r\n    \"end_local_date\": \"2022-06-07\",\r\n    \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"project_id\": \"00e045cc6c2647619ed408696141da17\",\r\n    \"scheduling_mode\":0\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.primetric.com/beta/assignments/","host":["https://api.primetric.com/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    \"created_at\": \"2022-05-09T16:11:13.017179+02:00\",\n    \"starts_at\": \"2022-06-01T00:00:00+02:00\",\n    \"ends_at\": \"2022-06-07T23:59:59.999999+02:00\",\n    \"updated_at\": \"2022-05-09T16:11:13.017488+02:00\",\n    \"status\": 0,\n    \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"label\": null,\n    \"note\": null,\n    \"scheduling_mode\": 0,\n    \"scheduled_work_per_time_frame\": null,\n    \"scheduling_time_frame\": null,\n    \"adjust_scheduling_to_time_off\": null,\n    \"reduce_utilization_by_time_off\": null,\n    \"adjust_scheduling_to_public_holidays\": null,\n    \"reduce_utilization_by_public_holidays\": 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\": 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    \"capacity_based_load\": null,\n    \"use_billable_capacity\": null,\n    \"affects_capacity\": null,\n    \"billable\": true,\n    \"project_role_id\": null,\n    \"hash_tag_ids\": [],\n    \"color\": \"#E33B3B\",\n    \"project_id\": \"00e045cc6c2647619ed408696141da17\",\n    \"project_phase_id\": null,\n    \"total_tracked\": 0,\n    \"total_scheduled\": 0,\n    \"is_settled\": false,\n    \"daily_data\": {\n        \"start\": \"2022-06-01\",\n        \"end\": \"2022-06-07\",\n        \"tracked\": [\n            0,\n            0,\n            0,\n            0,\n            0,\n            0,\n            0\n        ],\n        \"scheduled\": [\n            0,\n            0,\n            0,\n            0,\n            0,\n            0,\n            0\n        ]\n    },\n    \"background\": false,\n    \"volatile_work_settings\": false,\n    \"only_billable_work\": false,\n    \"custom_attributes\": [\n        {\n            \"slug\": \"custom_attribute_for_assignment\",\n            \"value\": [\n                \"test\"\n            ]\n        }\n    ],\n    \"financial_budget_mode\": 0,\n    \"financial_client_currency\": \"PLN\",\n    \"financial_client_currency_exchange_rate\": \"1.0000\",\n    \"financial_total_scheduled_income\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_scheduled_cost\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_tracked_cost\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_tracked_income\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_settled_income\": null,\n    \"financial_settled_cost\": null,\n    \"financial_total_work_for_cost\": 0,\n    \"financial_contractor_hour_cost\": {\n        \"amount\": 100,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 200\n    },\n    \"financial_hour_rate\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_employee_default_hour_cost\": null,\n    \"financial_use_default_hour_cost\": true,\n    \"financial_default_hour_rate_source\": 0,\n    \"financial_total_work_for_income\": 0\n}"},{"id":"97f3a8fe-cbc0-4348-86c8-ebea0c287f5b","name":"Create assignment minimal requirements total capacity utilization","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"start_local_date\": \"2022-06-01\",\r\n    \"end_local_date\": \"2022-06-07\",\r\n    \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"project_id\": \"00e045cc6c2647619ed408696141da17\",\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}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.primetric.com/beta/assignments/","host":["https://api.primetric.com/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    \"created_at\": \"2022-05-09T16:29:15.953439+02:00\",\n    \"starts_at\": \"2022-06-01T00:00:00+02:00\",\n    \"ends_at\": \"2022-06-07T23:59:59.999999+02:00\",\n    \"updated_at\": \"2022-05-09T16:29:15.953770+02:00\",\n    \"status\": 0,\n    \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"label\": null,\n    \"note\": null,\n    \"scheduling_mode\": 1,\n    \"scheduled_work_per_time_frame\": null,\n    \"scheduling_time_frame\": null,\n    \"adjust_scheduling_to_time_off\": null,\n    \"reduce_utilization_by_time_off\": null,\n    \"adjust_scheduling_to_public_holidays\": null,\n    \"reduce_utilization_by_public_holidays\": 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    \"capacity_based_load\": 100,\n    \"use_billable_capacity\": false,\n    \"affects_capacity\": false,\n    \"billable\": true,\n    \"project_role_id\": null,\n    \"hash_tag_ids\": [],\n    \"color\": \"#E33B3B\",\n    \"project_id\": \"00e045cc6c2647619ed408696141da17\",\n    \"project_phase_id\": null,\n    \"total_tracked\": 0,\n    \"total_scheduled\": 0,\n    \"is_settled\": false,\n    \"daily_data\": {\n        \"start\": \"2022-06-01\",\n        \"end\": \"2022-06-07\",\n        \"tracked\": [\n            0,\n            0,\n            0,\n            0,\n            0,\n            0,\n            0\n        ],\n        \"scheduled\": [\n            480,\n            480,\n            480,\n            0,\n            0,\n            480,\n            480\n        ]\n    },\n    \"background\": false,\n    \"volatile_work_settings\": false,\n    \"only_billable_work\": false,\n    \"custom_attributes\": [\n        {\n            \"slug\": \"custom_attribute_for_assignments\",\n            \"value\": [\n                \"test\"\n            ]\n        }\n    ],\n    \"financial_budget_mode\": 0,\n    \"financial_client_currency\": \"PLN\",\n    \"financial_client_currency_exchange_rate\": \"1.0000\",\n    \"financial_total_scheduled_income\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_scheduled_cost\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_tracked_cost\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_tracked_income\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_settled_income\": null,\n    \"financial_settled_cost\": null,\n    \"financial_total_work_for_cost\": 0,\n    \"financial_contractor_hour_cost\": {\n        \"amount\": 100,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 200\n    },\n    \"financial_hour_rate\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_employee_default_hour_cost\": null,\n    \"financial_use_default_hour_cost\": true,\n    \"financial_default_hour_rate_source\": 0,\n    \"financial_total_work_for_income\": 0\n}"},{"id":"9f3e0460-8066-41d2-835d-ee2c02fc5194","name":"Create assignment minimal requirements time frame utilization","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"start_local_date\": \"2022-06-01\",\r\n    \"end_local_date\": \"2022-06-07\",\r\n    \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"project_id\": \"00e045cc6c2647619ed408696141da17\",\r\n    \"scheduling_mode\": 2,\r\n    \"scheduling_time_frame\": 1,\r\n    \"scheduled_work_per_time_frame\": 2400,\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    \"adjust_scheduling_to_time_off\": true,\r\n    \"reduce_utilization_by_time_off\": true,\r\n    \"adjust_scheduling_to_public_holidays\": true,\r\n    \"reduce_utilization_by_public_holidays\": true\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.primetric.com/beta/assignments/","host":["https://api.primetric.com/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    \"created_at\": \"2022-05-09T16:48:56.590449+02:00\",\n    \"starts_at\": \"2022-06-01T00:00:00+02:00\",\n    \"ends_at\": \"2022-06-07T23:59:59.999999+02:00\",\n    \"updated_at\": \"2022-05-09T16:48:56.590758+02:00\",\n    \"status\": 0,\n    \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"label\": null,\n    \"note\": null,\n    \"scheduling_mode\": 2,\n    \"scheduled_work_per_time_frame\": 2400,\n    \"scheduling_time_frame\": 1,\n    \"adjust_scheduling_to_time_off\": true,\n    \"reduce_utilization_by_time_off\": true,\n    \"adjust_scheduling_to_public_holidays\": true,\n    \"reduce_utilization_by_public_holidays\": true,\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    \"capacity_based_load\": null,\n    \"use_billable_capacity\": null,\n    \"affects_capacity\": false,\n    \"billable\": true,\n    \"project_role_id\": null,\n    \"hash_tag_ids\": [],\n    \"color\": \"#E33B3B\",\n    \"project_id\": \"00e045cc6c2647619ed408696141da17\",\n    \"project_phase_id\": null,\n    \"total_tracked\": 0,\n    \"total_scheduled\": 0,\n    \"is_settled\": false,\n    \"daily_data\": {\n        \"start\": \"2022-06-01\",\n        \"end\": \"2022-06-07\",\n        \"tracked\": [\n            0,\n            0,\n            0,\n            0,\n            0,\n            0,\n            0\n        ],\n        \"scheduled\": [\n            800,\n            800,\n            800,\n            0,\n            0,\n            1200,\n            1200\n        ]\n    },\n    \"background\": false,\n    \"volatile_work_settings\": false,\n    \"only_billable_work\": false,\n    \"custom_attributes\": [\n        {\n            \"slug\": \"custom_attribute_for_assignments\",\n            \"value\": [\n                \"test\"\n            ]\n        }\n    ],\n    \"financial_budget_mode\": 0,\n    \"financial_client_currency\": \"PLN\",\n    \"financial_client_currency_exchange_rate\": \"1.0000\",\n    \"financial_total_scheduled_income\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_scheduled_cost\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_tracked_cost\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_tracked_income\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_settled_income\": null,\n    \"financial_settled_cost\": null,\n    \"financial_total_work_for_cost\": 0,\n    \"financial_contractor_hour_cost\": {\n        \"amount\": 100,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 200\n    },\n    \"financial_hour_rate\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_employee_default_hour_cost\": null,\n    \"financial_use_default_hour_cost\": true,\n    \"financial_default_hour_rate_source\": 0,\n    \"financial_total_work_for_income\": 0\n}"},{"id":"5ab68813-6ef6-440d-996d-1c63ef1c3f6a","name":"Create assignment minimal requirements Weekday utilization","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"start_local_date\": \"2022-06-01\",\r\n    \"end_local_date\": \"2022-06-07\",\r\n    \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"project_id\": \"00e045cc6c2647619ed408696141da17\",\r\n    \"scheduling_mode\": 3,\r\n    \"work_per_monday\": 480,\r\n    \"work_per_tuesday\": 480,\r\n    \"work_per_wednesday\": 480,\r\n    \"work_per_thursday\": 480,\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\": true,\r\n    \"adjust_scheduling_to_public_holidays\": true\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.primetric.com/beta/assignments/","host":["https://api.primetric.com/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    \"created_at\": \"2022-05-09T17:03:47.943615+02:00\",\n    \"starts_at\": \"2022-06-01T00:00:00+02:00\",\n    \"ends_at\": \"2022-06-07T23:59:59.999999+02:00\",\n    \"updated_at\": \"2022-05-09T17:03:47.944262+02:00\",\n    \"status\": 0,\n    \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"label\": null,\n    \"note\": null,\n    \"scheduling_mode\": 3,\n    \"scheduled_work_per_time_frame\": null,\n    \"scheduling_time_frame\": null,\n    \"adjust_scheduling_to_time_off\": true,\n    \"reduce_utilization_by_time_off\": null,\n    \"adjust_scheduling_to_public_holidays\": true,\n    \"reduce_utilization_by_public_holidays\": null,\n    \"work_per_monday\": 480,\n    \"work_per_tuesday\": 480,\n    \"work_per_wednesday\": 480,\n    \"work_per_thursday\": 480,\n    \"work_per_friday\": 480,\n    \"work_per_saturday\": 0,\n    \"work_per_sunday\": 0,\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\": 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    \"capacity_based_load\": null,\n    \"use_billable_capacity\": null,\n    \"affects_capacity\": false,\n    \"billable\": true,\n    \"project_role_id\": null,\n    \"hash_tag_ids\": [],\n    \"color\": \"#E33B3B\",\n    \"project_id\": \"00e045cc6c2647619ed408696141da17\",\n    \"project_phase_id\": null,\n    \"total_tracked\": 0,\n    \"total_scheduled\": 0,\n    \"is_settled\": false,\n    \"daily_data\": {\n        \"start\": \"2022-06-01\",\n        \"end\": \"2022-06-07\",\n        \"tracked\": [\n            0,\n            0,\n            0,\n            0,\n            0,\n            0,\n            0\n        ],\n        \"scheduled\": [\n            480,\n            480,\n            480,\n            0,\n            0,\n            480,\n            480\n        ]\n    },\n    \"background\": false,\n    \"volatile_work_settings\": false,\n    \"only_billable_work\": false,\n    \"custom_attributes\": [],\n    \"financial_budget_mode\": 0,\n    \"financial_client_currency\": \"PLN\",\n    \"financial_client_currency_exchange_rate\": \"1.0000\",\n    \"financial_total_scheduled_income\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_scheduled_cost\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_tracked_cost\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_tracked_income\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_settled_income\": null,\n    \"financial_settled_cost\": null,\n    \"financial_total_work_for_cost\": 0,\n    \"financial_contractor_hour_cost\": null,\n    \"financial_hour_rate\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_employee_default_hour_cost\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_use_default_hour_cost\": null,\n    \"financial_default_hour_rate_source\": 0,\n    \"financial_total_work_for_income\": 0\n}"},{"id":"4f4afae3-9b2c-4ed9-97b9-51ef93094819","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_local_date\": \"2022-06-01\",\r\n    \"end_local_date\": \"2022-06-07\",\r\n    \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"project_id\": \"00e045cc6c2647619ed408696141da17\",\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://api.primetric.com/beta/assignments/","host":["https://api.primetric.com/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    \"created_at\": \"2022-05-09T17:25:48.562093+02:00\",\n    \"starts_at\": \"2022-06-01T00:00:00+02:00\",\n    \"ends_at\": \"2022-06-07T23:59:59.999999+02:00\",\n    \"updated_at\": \"2022-05-09T17:25:48.562924+02:00\",\n    \"status\": 0,\n    \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"label\": null,\n    \"note\": null,\n    \"scheduling_mode\": 4,\n    \"scheduled_work_per_time_frame\": null,\n    \"scheduling_time_frame\": null,\n    \"adjust_scheduling_to_time_off\": null,\n    \"reduce_utilization_by_time_off\": null,\n    \"adjust_scheduling_to_public_holidays\": null,\n    \"reduce_utilization_by_public_holidays\": 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\": 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_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    \"capacity_based_load\": null,\n    \"use_billable_capacity\": false,\n    \"affects_capacity\": false,\n    \"billable\": true,\n    \"project_role_id\": null,\n    \"hash_tag_ids\": [],\n    \"color\": \"#E33B3B\",\n    \"project_id\": \"00e045cc6c2647619ed408696141da17\",\n    \"project_phase_id\": null,\n    \"total_tracked\": 0,\n    \"total_scheduled\": 0,\n    \"is_settled\": false,\n    \"daily_data\": {\n        \"start\": \"2022-06-01\",\n        \"end\": \"2022-06-07\",\n        \"tracked\": [\n            0,\n            0,\n            0,\n            0,\n            0,\n            0,\n            0\n        ],\n        \"scheduled\": [\n            480,\n            480,\n            480,\n            0,\n            0,\n            480,\n            480\n        ]\n    },\n    \"background\": false,\n    \"volatile_work_settings\": false,\n    \"only_billable_work\": false,\n    \"custom_attributes\": [],\n    \"financial_budget_mode\": 0,\n    \"financial_client_currency\": \"PLN\",\n    \"financial_client_currency_exchange_rate\": \"1.0000\",\n    \"financial_total_scheduled_income\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_scheduled_cost\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_tracked_cost\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_total_tracked_income\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_settled_income\": null,\n    \"financial_settled_cost\": null,\n    \"financial_total_work_for_cost\": 0,\n    \"financial_contractor_hour_cost\": null,\n    \"financial_hour_rate\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_employee_default_hour_cost\": {\n        \"amount\": 0,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"financial_use_default_hour_cost\": null,\n    \"financial_default_hour_rate_source\": 0,\n    \"financial_total_work_for_income\": 0\n}"}],"_postman_id":"ec399da9-4f12-42d2-a2e3-d1b0b212b4b3"},{"name":"Edit assignment","id":"6dbde6ab-33fe-4171-beda-70d532e80853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"project_phase_id\": \"1d2d3b8aed074722ab86f883c5168661\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/assignments/{assignmant_uuid}/","description":"<h4 id=\"parameters\">Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Characteristic</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of assignment  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />employee_id  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of employee which will be assigned to assignment  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />project_id  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of project in which assignment will be created  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />project_phase_id  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />uuid, default null  <br />  <br /></td>\n<td><br />  <br />UUID of existing project phase  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />project_role_id  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />uuid, default null  <br />  <br /></td>\n<td><br />  <br />UUID of Role based on defined Organization Data Fields  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />hash_tag_ids  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />list of uuids, default []  <br />  <br /></td>\n<td><br />  <br />UUIDs of Tags based on defined Organization Data Fields  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />start_local_date  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />Date (YYYY-MM-DD)  <br />  <br /></td>\n<td><br />  <br />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  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />end_local_date  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />Date (YYYY-MM-DD)  <br />  <br /></td>\n<td><br />  <br />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  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />created_at  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />datetime  <br />  <br /></td>\n<td><br />  <br />Datetime of creation of assignment  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />updated_at  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />datetime  <br />  <br /></td>\n<td><br />  <br />Datetime of last update of assignment  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />starts_at  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />datetime  <br />  <br /></td>\n<td><br />  <br />Datetime of start of assignment. Date is taken from start_local_date and time is added automatically  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />ends_at  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />datetime  <br />  <br /></td>\n<td><br />  <br />Datetime of end of assignment. Date is taken from end_local_date and time is added automatically  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />status  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 0  <br />  <br /></td>\n<td><br />  <br />Available options:  <br />0 - Draft  <br />1 - Reserved  <br />2 - Active  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />label  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br />Name of assignment  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />note  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br />Additional information/description  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />billable  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default True  <br />  <br /></td>\n<td><br />  <br />stands for billable/paid assignments for the client  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />color  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br />RGB Color from project (#000000-#ffffff)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /></td>\n<td><br />  <br /></td>\n<td><br />  <br /></td>\n<td><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 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><br />  <br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Options</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br />scheduling_mode  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />integer from range [0, 4], default 1  <br />  <br /></td>\n<td><br />  <br />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  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />scheduling_time_frame  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer from range [0, 3], default 0  <br />  <br /></td>\n<td><br />  <br />Option only available when *scheduling_mode=2 (Time Frame),*Available options:  <br />0 - Day  <br />1 - Week  <br />2 - Month  <br />3 - Assignment  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />scheduled_work_per_time_frame  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer [minutes], default 480  <br />  <br /></td>\n<td><br />  <br />Option only available when scheduling_mode=2 (Time Frame), field say how many work in minutes in specific timeframe will be  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_on_monday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default True  <br />  <br /></td>\n<td><br />  <br />Option only available when  <br />*scheduling_mode=1 or 2 (Capacity or Time Frame),*Value tells if work is scheduled for this day.****If value is <em>false</em> Monday would not be included in this assignment scheduling  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_on_tuesday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default True  <br />  <br /></td>\n<td><br />  <br />Option only available when  <br />*scheduling_mode=1 or 2 (Capacity or Time Frame),*Value tells if work is scheduled for this day.****If value is <em>false</em> Tuesday would not be included in this assignment scheduling  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_on_wednesday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default True  <br />  <br /></td>\n<td><br />  <br />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  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_on_thursday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default True  <br />  <br /></td>\n<td><br />  <br />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  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_on_friday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default True  <br />  <br /></td>\n<td><br />  <br />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  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_on_saturday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default False  <br />  <br /></td>\n<td><br />  <br />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  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_on_sunday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default False  <br />  <br /></td>\n<td><br />  <br />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  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />adjust_scheduling_to_time_off  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default True  <br />  <br /></td>\n<td><br />  <br />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)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />reduce_utilization_by_time_off  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default true  <br />  <br /></td>\n<td><br />  <br />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>  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />adjust_scheduling_to_public_holidays  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default true  <br />  <br /></td>\n<td><br />  <br />Option only available when *scheduling_mode=2 or 3 (Time Frame or Weekday)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />reduce_utilization_by_public_holidays  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default true  <br />  <br /></td>\n<td><br />  <br />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>  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />capacity_based_load  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 100 percent  <br />  <br /></td>\n<td><br />  <br />Option only available when *scheduling_mode=1 (Capacity)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />use_billable_capacity  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean  <br />  <br /></td>\n<td><br />  <br />Option only available when *scheduling_mode=1 (Capacity)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_per_monday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 480[minutes]  <br />  <br /></td>\n<td><br />  <br />Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_per_tuesday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 480[minutes]  <br />  <br /></td>\n<td><br />  <br />Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_per_wednesday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 480[minutes]  <br />  <br /></td>\n<td><br />  <br />Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_per_thursday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 480[minutes]  <br />  <br /></td>\n<td><br />  <br />Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_per_friday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 480[minutes]  <br />  <br /></td>\n<td><br />  <br />Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_per_saturday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 0[minutes]  <br />  <br /></td>\n<td><br />  <br />Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_per_sunday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 0[minutes]  <br />  <br /></td>\n<td><br />  <br />Representing how many minutes will be scheduled for this weekday. Option only available when *scheduling_mode=3 (Weekday)  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_by_capacity_per_monday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 100 percent  <br />  <br /></td>\n<td><br />  <br />Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_by_capacity_per_tuesday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 100 percent  <br />  <br /></td>\n<td><br />  <br />Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_by_capacity_per_wednesday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 100 percent  <br />  <br /></td>\n<td><br />  <br />Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_by_capacity_per_thursday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 100 percent  <br />  <br /></td>\n<td><br />  <br />Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_by_capacity_per_friday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 100 percent  <br />  <br /></td>\n<td><br />  <br />Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_by_capacity_per_saturday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 0 percent  <br />  <br /></td>\n<td><br />  <br />Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />work_by_capacity_per_sunday  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 0 percent  <br />  <br /></td>\n<td><br />  <br />Option only available when *scheduling_mode=4 (Weekday by capacity). Represents percent of used capacity for this assignment in this day.  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />total_tracked  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />decimal  <br />  <br /></td>\n<td><br />  <br />Total tracked time in minutes in this assignment, data based on worklogs  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />total_scheduled  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />decimal  <br />  <br /></td>\n<td><br />  <br />Total scheduled minutes based on defined utilization and assignment date range  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />is_settled  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />boolean, default false  <br />  <br /></td>\n<td><br />  <br />Tells if assignment is settled or not  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />daily_data  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />object  <br />  <br /></td>\n<td><br />  <br />Params:  <br />start - date of first day of assignment or date of first logged worklog if worklog was created for date before assignment started.  <br />end - date of last day of assignment or date of last logged worklog if worklog 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 worklogs can be created outside of assignment dates ranges. If worklogs is created outside of assignment range <em>scheduled</em> list is filled with 0 values for corresponding days  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />background  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default False  <br />  <br /></td>\n<td><br />  <br />Specify if assignment is background work  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />volatile_work_settings  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />boolean  <br />  <br /></td>\n<td><br />  <br />If true it said that at time this assignment is presented one contract for employee has ended and another began.  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />only_billable_work  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default False  <br />  <br /></td>\n<td><br />  <br />Tells if only billable work can be logged in this assignment  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />affects_capacity  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />boolean, default False  <br />  <br /></td>\n<td><br />  <br />Utilization affects the billable capacity  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /></td>\n<td><br />  <br /></td>\n<td><br />  <br /></td>\n<td><br />  <br /></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    \"exchange_rate\": decimal representing rate of client currency and company currency\n}\nSometimes currency in project is different than company currency, and using these kind of structure is easier to read.\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Options</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br />financial_client_currency  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />string, iso alpha3 format  <br />  <br /></td>\n<td><br />  <br />Client currency taken from project information  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_client_currency_exchange_rate  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />decimal, default 1.0  <br />  <br /></td>\n<td><br />  <br />Client currency exchange rate to Organization currency  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_default_hour_rate_source  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />integer, default 0  <br />  <br /></td>\n<td><br />  <br />Available only in Times &amp; Material projects.  <br />Options:  <br />0 - not set  <br />1 - Phase  <br />2 - Role  <br />3 - Project  <br />4 - Employee/Contractor default  <br />5 - Employee/Contractor project default  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_budget_mode  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />integer  <br />  <br /></td>\n<td><br />  <br />Option available only in Times &amp; Materials projects.  <br />Options:  <br />0 - as tracked  <br />1 - cost as tracked, income as scheduled  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_total_scheduled_income  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />money object  <br />  <br /></td>\n<td><br />  <br />Income calculated based on scheduled time and hour price in Client currency  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_total_scheduled_cost  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />money object  <br />  <br /></td>\n<td><br />  <br />Cost calculated based on scheduled time and budget mode in Organization currency  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_total_tracked_income  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />money object  <br />  <br /></td>\n<td><br />  <br />Income calculated based on logged time in assignment's worklogs and hour price in Client currency  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_total_tracked_cost  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />money object  <br />  <br /></td>\n<td><br />  <br />Cost calculated based on logged time in assignment's worklogs and budget mode in Organization currency  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_settled_income  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />JSON object, null if not available for this project type  <br />  <br /></td>\n<td><br />  <br />Settled income  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_settled_cost  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />JSON object, null if not available for this project type  <br />  <br /></td>\n<td><br />  <br />Settled cost  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_total_work_for_cost  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />integer  <br />  <br /></td>\n<td><br />  <br />Total logged minutes in this assignment  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_contractor_hour_cost  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />money objects  <br />  <br /></td>\n<td><br />  <br />Only for contractor. Can be changed. Format: <code>\"financial_contractor_hour_cost\" : {\"amount\": }</code> Including currency and exchange_rate is superfluous and will be ignored  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_hour_rate  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />decimal  <br />  <br /></td>\n<td><br />  <br />Option available only in Times &amp; Material projects and when financial_default_hour_rate_source=0, tells 1 hour rate source price  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_employee_default_hour_cost  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />money object  <br />  <br /></td>\n<td><br />  <br />Shows assigned employee's default hour cost  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_use_default_hour_cost  <br />  <br /></td>\n<td><br />  <br />Semi-Optional  <br />  <br /></td>\n<td><br />  <br />boolean  <br />  <br /></td>\n<td><br />  <br />Only for contractor, specify if contractor hour cost should be taken from contract or from current assignment specified <em>financial_contractor_hour_cost</em>  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_total_work_for_income  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />integer  <br />  <br /></td>\n<td><br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />financial_default_hour_cost  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />decimal  <br />  <br /></td>\n<td><br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /></td>\n<td><br />  <br /></td>\n<td><br />  <br /></td>\n<td><br />  <br /></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["assignments","{assignmant_uuid}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"b6ecaa32-afba-4042-9744-d68ee7625521","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    \"custom_attributes\": [\r\n        {\r\n            \"slug\": \"custom_attributes_for_assigment\",\r\n            \"value\": [\r\n                \"test3\"\r\n            ]\r\n        }\r\n    ],\r\n    \"project_phase_id\":\"00e045cc6c2647619ed408696141da17\",\r\n    \"project_role_id\":\"2da6415a48904e13b827a516e6b2499e\",\r\n    \"hash_tag_ids\":[\"6d0ab59e1348426d8d85746d452438cb\"],\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    \"background\": false,\r\n    \"only_billable_work\": false,\r\n    \"affects_capacity\":false,\r\n    \"financial_default_hour_rate_source\":4,\r\n    \"financial_budget_mode\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/assignments/{{assignment_uuid}}/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n    \"created_at\": \"2022-05-06T19:18:15.021848+02:00\",\n    \"starts_at\": \"2022-07-01T00:00:00+02:00\",\n    \"ends_at\": \"2022-07-07T23:59:59.999999+02:00\",\n    \"updated_at\": \"2022-05-06T19:24:08.503691+02:00\",\n    \"status\": 0,\n    \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n    \"label\": \"Label1\",\n    \"note\": \"Assignment for full capacity\",\n    \"scheduling_mode\": 1,\n    \"scheduled_work_per_time_frame\": null,\n    \"scheduling_time_frame\": null,\n    \"adjust_scheduling_to_time_off\": null,\n    \"reduce_utilization_by_time_off\": null,\n    \"adjust_scheduling_to_public_holidays\": null,\n    \"reduce_utilization_by_public_holidays\": 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    \"capacity_based_load\": 100,\n    \"use_billable_capacity\": false,\n    \"affects_capacity\": false,\n    \"billable\": true,\n    \"project_role_id\": \"2da6415a48904e13b827a516e6b2499e\",\n    \"hash_tag_ids\": [\n        \"6d0ab59e1348426d8d85746d452438cb\"\n    ],\n    \"color\": \"#E33B3B\",\n    \"project_id\": \"c5beac4bd383402c8107168c73876f31\",\n    \"project_phase_id\": \"00e045cc6c2647619ed408696141da17\",\n    \"total_tracked\": 0,\n    \"total_scheduled\": 480,\n    \"is_settled\": false,\n    \"daily_data\": {\n        \"start\": \"2022-07-01\",\n        \"end\": \"2022-07-07\",\n        \"tracked\": [\n            0,\n            0,\n            0,\n            0,\n            0,\n            0,\n            0\n        ],\n        \"scheduled\": [\n            480,\n            0,\n            0,\n            480,\n            480,\n            480,\n            480\n        ]\n    },\n    \"background\": false,\n    \"volatile_work_settings\": false,\n    \"only_billable_work\": false,\n    \"custom_attributes\": [\n        {\n            \"slug\": \"custom_attribute_for_assignment\",\n            \"value\": [\n                \"test3\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"6dbde6ab-33fe-4171-beda-70d532e80853"},{"name":"Remove assignment","id":"fbae309f-3207-4cfd-a25a-3b30f9be8c89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/assignments/{assignment_uuid}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["assignments","{assignment_uuid}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbae309f-3207-4cfd-a25a-3b30f9be8c89"},{"name":"List deleted assignments' ids","id":"20d55ab1-1784-4966-a49b-ff2d94fa060e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/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":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["assignments","deleted_ids",""],"host":["https://api.primetric.com/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":"889693a6-f04d-4932-88c9-e85778a7167b","name":"List deleted assignments' ids","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/assignments/deleted_ids/","host":["https://api.primetric.com/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":"20d55ab1-1784-4966-a49b-ff2d94fa060e"}],"id":"614ec96a-3a6e-4124-8e17-2a47b9fd2ab2","_postman_id":"614ec96a-3a6e-4124-8e17-2a47b9fd2ab2","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Worklogs","item":[{"name":"List worklogs","id":"06001cc2-f5fe-4db6-a81a-cbe184d2619a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/worklogs/","description":"<p>Get a list of worklogs. Results are paginated.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["worklogs",""],"host":["https://api.primetric.com/beta"],"query":[{"disabled":true,"description":{"content":"<p>Filter worklogs by project</p>\n","type":"text/plain"},"key":"project_id","value":"a54563496c27435d9a9b3b05f496d4c8"},{"disabled":true,"description":{"content":"<p>Filter worklogs by assignment</p>\n","type":"text/plain"},"key":"assignment_id","value":""},{"disabled":true,"description":{"content":"<p>Filter worklogs by employee</p>\n","type":"text/plain"},"key":"employee_id","value":""},{"disabled":true,"description":{"content":"<p>Filter worklogs that starts after this date, ISO format date, can not be used without starts_between_max</p>\n","type":"text/plain"},"key":"starts_between_min","value":""},{"disabled":true,"description":{"content":"<p>Filter worklogs that starts before this date, ISO format date, can not be used without starts_between_min</p>\n","type":"text/plain"},"key":"starts_between_max","value":""},{"disabled":true,"description":{"content":"<p>Filter worklogs for this date, ISO formated date</p>\n","type":"text/plain"},"key":"starts_at","value":""}],"variable":[]}},"response":[{"id":"1ca9308d-8f05-4bdd-9a29-79e54a4f4fac","name":"List worklogs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/worklogs/","host":["https://api.primetric.com/beta"],"path":["worklogs",""],"query":[{"key":"project_id","value":"a54563496c27435d9a9b3b05f496d4c8","description":"Filter worklogs by project","disabled":true},{"key":"assignment_id","value":"","description":"Filter worklogs by assignment","disabled":true},{"key":"employee_id","value":"","description":"Filter worklogs by employee","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Feb 2020 13:31:42 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":"4435"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"uuid\": \"2557a7e59c9146f585e43f4a930e9cd1\",\n            \"assignment_id\": \"a7cbe6e9a94d4757ad2fbdb5cd8ce20b\",\n            \"project_id\": \"c5beac4bd383402c8107168c73876f31\",\n            \"starts_at\": \"2020-08-01T14:38:00Z\",\n            \"created_at\": \"2022-10-05T12:55:10.537346Z\",\n            \"work\": 60,\n            \"desc\": \"This is a description\",\n            \"in_progress\": false,\n            \"billable\": true,\n            \"developer_id\": \"50011bd11b034526bd248477b251aca6\",\n            \"custom_attributes\": [\n                {\n                    \"slug\": \"example1\",\n                    \"value\": \"abc\"\n                },\n                {\n                    \"slug\": \"example2\",\n                    \"value\": 42\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"06001cc2-f5fe-4db6-a81a-cbe184d2619a"},{"name":"worklogs iterator","id":"36c2fb26-bf13-4505-84cf-2ad3b00ea4a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/worklogs/worklogs_iterator/","description":"<p>Get a list of worklogs. Results are paginated. Iterate using worklogs uuid</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["worklogs","worklogs_iterator",""],"host":["https://api.primetric.com/beta"],"query":[{"disabled":true,"description":{"content":"<p>Filter worklogs by project</p>\n","type":"text/plain"},"key":"project_id","value":"a54563496c27435d9a9b3b05f496d4c8"},{"disabled":true,"description":{"content":"<p>Filter worklogs by assignment</p>\n","type":"text/plain"},"key":"assignment_id","value":""},{"disabled":true,"description":{"content":"<p>Filter worklogs by employee</p>\n","type":"text/plain"},"key":"employee_id","value":""},{"disabled":true,"description":{"content":"<p>Filter worklogs that starts after this date, ISO format date, can not be used without starts_between_max</p>\n","type":"text/plain"},"key":"starts_between_min","value":""},{"disabled":true,"description":{"content":"<p>Filter worklogs that starts before this date, ISO format date, can not be used without starts_between_min</p>\n","type":"text/plain"},"key":"starts_between_max","value":""},{"disabled":true,"description":{"content":"<p>Filter worklogs for this date, ISO formated date</p>\n","type":"text/plain"},"key":"starts_at","value":""},{"disabled":true,"description":{"content":"<p>default= 200 max = 500</p>\n","type":"text/plain"},"key":"page_size","value":"200"},{"disabled":true,"description":{"content":"<p>Optional. uuid in hex format of worklog</p>\n","type":"text/plain"},"key":"last_uuid","value":"<uuid>"}],"variable":[]}},"response":[{"id":"7e22f48e-922d-4c9a-acef-1d6aecacfd5e","name":"List worklogs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/worklogs/worklogs_iterator/","host":["https://api.primetric.com/beta"],"path":["worklogs","worklogs_iterator",""],"query":[{"key":"project_id","value":"a54563496c27435d9a9b3b05f496d4c8","description":"Filter worklogs by project","disabled":true},{"key":"assignment_id","value":"","description":"Filter worklogs by assignment","disabled":true},{"key":"employee_id","value":"","description":"Filter worklogs by employee","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Feb 2020 13:31:42 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":"4435"}],"cookie":[],"responseTime":null,"body":"{\n    \"next\": \"full url to fetch next page\",\n    \"results\": [\n        {\n            \"uuid\": \"2557a7e59c9146f585e43f4a930e9cd1\",\n            \"assignment_id\": \"a7cbe6e9a94d4757ad2fbdb5cd8ce20b\",\n            \"project_id\": \"c5beac4bd383402c8107168c73876f31\",\n            \"starts_at\": \"2020-08-01T14:38:00Z\",\n            \"created_at\": \"2022-10-05T12:55:10.537346Z\",\n            \"work\": 60,\n            \"desc\": \"This is a description\",\n            \"in_progress\": false,\n            \"billable\": true,\n            \"developer_id\": \"50011bd11b034526bd248477b251aca6\",\n            \"custom_attributes\": [\n                {\n                    \"slug\": \"example1\",\n                    \"value\": \"abc\"\n                },\n                {\n                    \"slug\": \"example2\",\n                    \"value\": 42\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"36c2fb26-bf13-4505-84cf-2ad3b00ea4a1"},{"name":"Get worklog","id":"0915245d-f47b-4d4b-b9ad-f8e39324ff49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/worklogs/{worklog_id}/","description":"<p>Get single worklog by id</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["worklogs","{worklog_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"fc632dfd-731e-4916-ae7e-e012865ee565","name":"Get worklog","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/worklogs/{{worklog_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"5e5d5a61442c4d4eaa8804b1b7993b82\",\r\n    \"assignment_id\": \"9199e054987b42d98b0c3d7897c5cda1\",\r\n    \"project_id\": \"4d20a252782a42feb04e67262176cec2\",\r\n    \"starts_at\": \"2020-08-02T14:38:00Z\",\r\n    \"created_at\": \"2022-10-05T12:55:10.537346Z\",\r\n    \"work\": 180,\r\n    \"desc\": \"This is a new description\",\r\n    \"in_progress\": false,\r\n    \"billable\": false,\r\n    \"developer_id\": \"df2bcaf5ec424315b8d73f51fb8cafff\",\r\n    \"custom_attributes\": [\r\n        {\r\n            \"slug\": \"example1\",\r\n            \"value\": \"bca\"\r\n        },\r\n        {\r\n            \"slug\": \"example2\",\r\n            \"value\": 80\r\n        }\r\n    ]\r\n}"}],"_postman_id":"0915245d-f47b-4d4b-b9ad-f8e39324ff49"},{"name":"Add worklog","id":"5895d081-375e-416a-bcbf-a1b5ac84745d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"assignment_id\": \"7405872ac5b2485d9c07b7c4c6d098fc\",\n\t\"starts_at\": \"2020-02-12T14:38:00Z\",\n    \"work\": 60,\n    \"billable\": true,\n    \"custom_attributes\": [\n        {\n            \"slug\": \"example1\",\n            \"value\": \"abc\"\n        },\n        {\n            \"slug\": \"example2\",\n            \"value\": 42\n        }\n    ]\n}"},"url":"https://api.primetric.com/beta/worklogs/","description":"<p>Adds worklog</p>\n<h3 id=\"parameters\">Parameters:</h3>\n<p>There are two cases for adding worklogs to the project.</p>\n<ol>\n<li>If there is not settled assingment in the project <strong>assignment_id</strong> can be provided. Adding <strong>project_id</strong> and <strong>developer_id</strong> will results in an error.</li>\n<li>This case is only available in public projects.<br /> If there is no assignent for developer new one will be created.<br /> If developer have only one assignment worklog will be assigned to this assignment.<br /> If there are more than one not settled assignment in project for specified developer it will result in an error. Adding <strong>assignment_id</strong> will results in an error as well.</li>\n</ol>\n<h4 id=\"required\">Required</h4>\n<p><strong>assignment_id</strong> or (<strong>project_id</strong> and <strong>developer_id</strong>)</p>\n<p><strong>starts_at</strong>: date time of worklog in ISO_8601 format</p>\n<p><strong>work</strong>: work in minutes</p>\n<h4 id=\"optional\">Optional</h4>\n<p><strong>desc</strong>: description of worklog [string]</p>\n<p><strong>billable</strong>: is this worklog billable or not [bool], default value is set based on allocation billing flag</p>\n<p><strong>custom_attributes</strong>: same as in other custom attributes related instances</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["worklogs",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"24304597-1444-4395-9ce2-ae7b1629d096","name":"Add worklog","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"assignment_id\": \"e443a6e1dd014b60b7b49a6a0f24cbfb\",\n\t\"starts_at\": \"2020-08-01T14:38:00Z\",\n    \"work\": 60,\n    \"billable\": true,\n    \"desc\":\"This is a description\",\n    \"custom_attributes\": [\n        {\n            \"slug\": \"example1\",\n            \"value\": \"abc\"\n        },\n        {\n            \"slug\": \"example2\",\n            \"value\": 42\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/worklogs/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"e856e98ed4384b509e805dacb1ec27c5\",\r\n    \"assignment_id\": \"e443a6e1dd014b60b7b49a6a0f24cbfb\",\r\n    \"starts_at\": \"2020-08-01T14:38:00Z\",\r\n    \"created_at\": \"2022-10-05T12:55:10.537346Z\",\r\n    \"work\": 60,\r\n    \"desc\": \"This is a description\",\r\n    \"in_progress\": false,\r\n    \"billable\": true,\r\n    \"custom_attributes\": [\r\n        {\r\n            \"slug\": \"example1\",\r\n            \"value\": \"abc\"\r\n        },\r\n        {\r\n            \"slug\": \"example2\",\r\n            \"value\": 42\r\n        }\r\n    ]\r\n}"}],"_postman_id":"5895d081-375e-416a-bcbf-a1b5ac84745d"},{"name":"Bulk upload worklogs","id":"19a54ddf-bca8-4b29-8fc1-e198f8fd576d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"options\": {\n        \"match_project_by\": \"uuid\",\n        \"match_employee_by\": \"email\",\n        \"send_email_to\": \"e02bae3f976443ce9f479a66ba4597d7\"\n    },\n    \"worklogs\": [\n        {\n            \"worklog_key\": null,\n            \"project_key\": \"05ac8be3129b4da7a31f02d5a9509b75\",\n            \"employee_key\": \"john.doe@example.com\",\n            \"starts_at\": \"2021-02-28\",\n            \"work\": \"13\"\n        },\n        {\n            \"worklog_key\": null,\n            \"project_key\": \"05ac8be3129b4da7a31f02d5a9509b75\",\n            \"employee_key\": \"john.doe@example.com\",\n            \"starts_at\": \"2021-02-28\",\n            \"work\": \"30\"\n        }\n    ]\n}"},"url":"https://api.primetric.com/beta/worklogs/bulk_upload/","description":"<h5 id=\"description\">Description</h5>\n<p>Bulk worklogs upload can be used to create and update up to 1000 worklogs in one request.</p>\n<p>Worklogs can be deleted using this endpoint as well.</p>\n<p>Worklogs can be added to multiple projects (assignments) and to multiple employees.</p>\n<p>Because of a possible big load of data task is run in the background and actual http response in only used for initial data structure validation. Possible status codes: 201 - task have been scheduled, 400 - validation error, 429 - task is already in queue, please wait till previous task is finished</p>\n<p>Parameters are divided into 3 sections:</p>\n<ol>\n<li><p>options</p>\n</li>\n<li><p>worklogs</p>\n</li>\n<li><p>worklogs_keys_to_delete</p>\n</li>\n</ol>\n<h4 id=\"options\">Options</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>worklog_key_custom_attribute_slug</td>\n<td>Optional</td>\n<td>string</td>\n<td>For update worklog reason.  <br />Technical (slug) name of worklog custom attribute by which worklog can be matched with existing one in system</td>\n</tr>\n<tr>\n<td>match_project_by</td>\n<td>Optional, default is title</td>\n<td>string, one of 3 options:  <br />* title  <br />* uuid  <br />* custom_attribute</td>\n<td>Specify by which field project can be matched to the one existing in primetric</td>\n</tr>\n<tr>\n<td>project_custom_attribute_match_slug</td>\n<td>Semi-Optional, required when <code>match_project_by=\"custom_attrubite\"</code></td>\n<td>string</td>\n<td>If match_project_by custom_attribute is specified, this field is used to match project by that specific technical (slug) name</td>\n</tr>\n<tr>\n<td>match_employee_by</td>\n<td>Optional, default is email</td>\n<td>string, one of 4 options:  <br />* email  <br />* full_name  <br />* developer_id  <br />* custom_attribute</td>\n<td>Specify by which field project can be matched to the one existing in primetric</td>\n</tr>\n<tr>\n<td>employee_custom_attribute_match_slug</td>\n<td>Semi-Optional, required when <code>match_employee_by=\"custom_attrubite\"</code></td>\n<td>string</td>\n<td>If match_employee_by custom_attribute is specified, this field is used to match employee by that specific technical (slug) name</td>\n</tr>\n<tr>\n<td>slack_webhook_url</td>\n<td>Optional</td>\n<td>string</td>\n<td>Url to slack application - used to send report to specific slack webhook</td>\n</tr>\n<tr>\n<td>webhook_url</td>\n<td>Optional</td>\n<td>string</td>\n<td>Url to server - used to send report to specific endpoint, POST request with report in json format is send</td>\n</tr>\n<tr>\n<td>send_email_to</td>\n<td>Optional</td>\n<td>uuid</td>\n<td>UUID of a person existing in system to which email with report will be send</td>\n</tr>\n<tr>\n<td>email_subject</td>\n<td>Optional</td>\n<td>string</td>\n<td>Specify the email subject</td>\n</tr>\n<tr>\n<td>stop_on_error</td>\n<td>Optional</td>\n<td>boolean, default false</td>\n<td>If set to true first occurrence of error will stop operation of uploading worklogs. Worklogs before error will be created/updated anyway and information will be send in report.  <br />In case of false error will be ignored and wokrlogs operations will continue, information about errors will be available in report</td>\n</tr>\n<tr>\n<td>create_assignments</td>\n<td>Optional</td>\n<td>boolean, default false</td>\n<td>When true assignent for specified employee and project does not exists in new one will be created.  <br />False - error will be in the report</td>\n</tr>\n<tr>\n<td>trim_assignments</td>\n<td>Optional</td>\n<td>boolean, default false</td>\n<td>If true assignment will be cut based on dates of first and last dates of worklogs</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"worklogs\">Worklogs</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>worklog_key</td>\n<td>Optional</td>\n<td>string</td>\n<td>For update worklog reason.  <br />Technical (slug) name of worklog custom attribute by which worklog can be matched with existing one in primetric</td>\n</tr>\n<tr>\n<td>project_key</td>\n<td>Required</td>\n<td>string</td>\n<td>Value to identify project by, can be title, uuid or custom_attribute value, depending on used option in <code>match_project_by</code>.</td>\n</tr>\n<tr>\n<td>employee_key</td>\n<td>Required</td>\n<td>string</td>\n<td>Value to identify employee by, can be email, full name, uuid or custom_attribute value, depending on used option in <code>match_employee_by</code>.</td>\n</tr>\n<tr>\n<td>starts_at</td>\n<td>Required</td>\n<td>datetime in ISO format</td>\n<td>Datetime of worklog</td>\n</tr>\n<tr>\n<td>work</td>\n<td>Required</td>\n<td>integer</td>\n<td>How much time have beed spend, in minutes</td>\n</tr>\n<tr>\n<td>billable</td>\n<td>Optional</td>\n<td>boolean, default true</td>\n<td>Specify if worklog is billble or not</td>\n</tr>\n<tr>\n<td>desc</td>\n<td>Optional</td>\n<td>string</td>\n<td>Description of worklog</td>\n</tr>\n<tr>\n<td>custom_attributes</td>\n<td>Optional</td>\n<td>Custom attribute object</td>\n<td>Custom attribute specific object to create/update custom attributes for this worklog</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"worklogs_keys_to_delete\">worklogs_keys_to_delete</h4>\n<p>List of values of custom attribute by which worklogs will be matched for deletion</p>\n<h4 id=\"report\">Report</h4>\n<p>Because request is made in a queue there is no info of what have beed changed in response body. It is possible to get report if 3 ways:</p>\n<ul>\n<li><p>webhook - report is send in post request in json format to specified url in options</p>\n</li>\n<li><p>slack webhook - short summary is send to specified slack url, in summary one can see How many worklogs have been created, updated, deleted and how may errors there were in operation</p>\n</li>\n<li><p>by email - email is send to specified person in <code>send_email_to</code>, person need to be in system and have email set. There is summary in email body, and detailed report in attachment</p>\n</li>\n</ul>\n<h4 id=\"warnings\">Warnings</h4>\n<ul>\n<li><p>Custom attribute which is used to match project, employee and worklogs need to be in <code>text</code> type</p>\n</li>\n<li><p>Setting billable work in non-billable project will result in an error</p>\n</li>\n<li><p>Duplicated value for maching custom attribute will result in an error</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["worklogs","bulk_upload",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"8f885501-d541-4484-b569-cc645bde4af0","name":"Basic usage","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"options\": {\n        \"worklog_key_custom_attribute_slug\": \"custom_attribute_slug\", // if not provided all worklogs will be created, if provided worklogs will be created only if worklog with key not extist, if exist will be updated\n        \"match_project_by\": \"title\", // title, uuid, custom_attribute\n        \"project_custom_attribute_match_slug\": \"custom_attribute_slug\", // only if match_project_by is custom_attribute\n        \"match_employee_by\": \"full_name\", // full_name, email, developer_id, custom_attribute\n        \"employee_custom_attribute_match_slug\": \"custom_attribute_slug\", // only if match_employee_by is custom_attribute\n        \"slack_webhook_url\": \"https://hooks.slack.com/services/XXXXXXXXX/XXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXXXX\", // send_report_to is slack\n        \"webhook_url\": \"https://example.com/webhook\", //  send_report_to is webhook\n        \"send_email_to\": \"\", //  UUID of a person to which report will be send\n        \"email_subject\": \"Worklogs report\", //  send_report_to is email, if not provided will be \"Worklogs import report\"\n        \"stop_on_error\": false, // if true will stop on first error\n        \"create_assignments\": false, // if true will create new assignment\n        \"trim_assignments\": false // if true will trim assignment\n    },\n\n    \"worklogs\": [\n        {\n            \"worklog_key\": \"\", // if not provided will be omitted\n            \"project_key\": \"project_id_1\", //required\n            \"employee_key\": \"employee_id_1\", //required\n            \"starts_at\": \"2020-08-02T14:38:00Z\", // ISO format\n            \"work\": 60, //minutes\n            \"billable\": true,\n            \"desc\":\"This is a description\",\n            \"custom_attributes\": [\n                {\n                    \"slug\": \"example1\",\n                    \"value\": [\"abc\"]\n                },\n                {\n                    \"slug\": \"example2\",\n                    \"value\": [42]\n                }\n            ]\n        }\n    ],\n    \"worklogs_keys_to_delete\": [\"example_worklog_key\", \"example_worklog_key2\"]\n\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/worklogs/bulk_upload/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"19a54ddf-bca8-4b29-8fc1-e198f8fd576d"},{"name":"Edit worklog","id":"cc0f716f-dfa9-4cc1-a23e-f6fa1cc7cd4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"starts_at\": \"2020-02-12T14:38:00Z\",\n    \"work\": 20,\n    \"desc\": \"New value\"\n}"},"url":"https://api.primetric.com/beta/worklogs/{worklog_id}/","description":"<h3 id=\"parameters\">Parameters:</h3>\n<p><strong>starts_at</strong>: date time of worklog in ISO_8601 format (optional)</p>\n<p><strong>work</strong>: work in minutes (optional)</p>\n<p><strong>desc</strong>: description of worklog [string] (optional)</p>\n<p><strong>billable</strong>: is this worklog billable or not [bool], default value is set based on allocation billing flag</p>\n<p><strong>custom_attributes</strong>: same as in another custom attributes related instances</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["worklogs","{worklog_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"894e6f35-0609-4689-b4e2-ed6f63b10781","name":"Edit worklog","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"starts_at\": \"2020-08-01T14:38:00Z\",\n    \"work\": 180,\n    \"billable\": false,\n    \"desc\":\"This is a new description\",\n    \"custom_attributes\": [\n        {\n            \"slug\": \"example1\",\n            \"value\": \"bca\"\n        },\n        {\n            \"slug\": \"example2\",\n            \"value\": 80\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/worklogs/{{worklog_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"e4ba6c9937664572a85c33221f72dac7\",\r\n    \"assignment_id\": \"4d67da2998a648e9857d930c0237e21a\",\r\n    \"project_id\": \"d4d0a25cc737433d8c6428aa981e633f\",\r\n    \"starts_at\": \"2020-08-02T14:38:00Z\",\r\n    \"created_at\": \"2022-10-05T12:55:10.537346Z\",\r\n    \"work\": 180,\r\n    \"desc\": \"This is a new description\",\r\n    \"in_progress\": false,\r\n    \"billable\": false,\r\n    \"developer_id\": \"6dd95b8858484d28827ec794eac12158\",\r\n    \"custom_attributes\": [\r\n        {\r\n            \"slug\": \"example1\",\r\n            \"value\": \"bca\"\r\n        },\r\n        {\r\n            \"slug\": \"example2\",\r\n            \"value\": 80\r\n        }\r\n    ]\r\n}"}],"_postman_id":"cc0f716f-dfa9-4cc1-a23e-f6fa1cc7cd4f"},{"name":"Remove worklog","id":"8a08e0a0-8bd6-423b-b18b-df7d0fd2013f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/worklogs/{worklog_id}/","description":"<p>Remove worklog by id.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["worklogs","{worklog_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a08e0a0-8bd6-423b-b18b-df7d0fd2013f"}],"id":"cd27074c-2918-4894-b656-c56d38527981","_postman_id":"cd27074c-2918-4894-b656-c56d38527981","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Timeoffs","item":[{"name":"List timeoffs","id":"11c087b6-6e24-49e0-b91f-2bb515f3df01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/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":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["timeoffs",""],"host":["https://api.primetric.com/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":"employee_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>Time Off UUID</p>\n","type":"text/plain"},"key":"timeoff_type_id","value":""},{"disabled":true,"description":{"content":"<p>UUID of manager which make decision</p>\n","type":"text/plain"},"key":"decision_manager_id","value":""},{"disabled":true,"description":{"content":"<p>UUID of timeoff manager</p>\n","type":"text/plain"},"key":"timeoff_manager_id","value":""},{"disabled":true,"description":{"content":"<p>Name or fragment of name of time off type</p>\n","type":"text/plain"},"key":"timeoff_type_name","value":""},{"disabled":true,"description":{"content":"<p>Name or fragment of name</p>\n","type":"text/plain"},"key":"employee_name","value":""},{"disabled":true,"description":{"content":"<p>UUID of team</p>\n","type":"text/plain"},"key":"employee_team_id","value":""},{"disabled":true,"description":{"content":"<p>UUID of department</p>\n","type":"text/plain"},"key":"employee_department_id","value":""},{"disabled":true,"description":{"content":"<p>UUID of position</p>\n","type":"text/plain"},"key":"employee_position_id","value":""},{"disabled":true,"description":{"content":"<p>UUID of hashtag</p>\n","type":"text/plain"},"key":"employee_hashtag_id","value":""},{"disabled":true,"description":{"content":"<p>Nationality code in ALPHA-2 code (2 letters)</p>\n","type":"text/plain"},"key":"employee_nationality","value":""},{"disabled":true,"description":{"content":"<p>Boolean, filter achived employee</p>\n","type":"text/plain"},"key":"archived","value":""}],"variable":[]}},"response":[{"id":"70574dd6-5269-40c0-93e5-c3b6b7c73850","name":"List timeoffs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/timeoffs/","host":["https://api.primetric.com/beta"],"path":["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":"employee_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":"employee_name","value":"","description":"Name or fragment of name","disabled":true},{"key":"employee_team_id","value":"","description":"UUID of team","disabled":true},{"key":"employee_department_id","value":"","description":"UUID of department","disabled":true},{"key":"employee_position_id","value":"","description":"UUID of position","disabled":true},{"key":"employee_hashtag_id","value":"","description":"UUID of hashtag","disabled":true},{"key":"employee_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    \"count\": 1,\r\n    \"next\": null,\r\n    \"previous\": null,\r\n    \"results\": [\r\n        {\r\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\r\n    \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"status\": \"accepted\",\r\n    \"employee_note\": null,\r\n    \"timeoff_type_id\": \"00e045cc6c2647619ed408696141da17\",\r\n    \"start_date\": \"2023-01-01\",\r\n    \"end_date\": \"2023-01-31\",\r\n    \"updated_at\": \"2022-10-05T15:29:55.553144+02:00\",\r\n    \"workdays_count\": 21,\r\n    \"custom_attributes\": [],\r\n    \"last_action_request\": {\r\n        \"active\": false,\r\n        \"type\": \"hr_change\",\r\n        \"employee_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":"11c087b6-6e24-49e0-b91f-2bb515f3df01"},{"name":"Get timeoff","id":"7faad4a2-43ea-4dd5-9bc3-c6152e7cbb6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/timeoffs/{{timeoff_id}}","description":"<p>Lists timeoffs in in organization. You can filter results with optional query params. Results are paginated</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["timeoffs","{{timeoff_id}}"],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"91710718-c426-416d-8bc1-2fb1747c7020","name":"Get timeoff","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/timeoffs/{{timeoff_id}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\r\n    \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\r\n    \"status\": \"accepted\",\r\n    \"employee_note\": null,\r\n    \"timeoff_type_id\": \"00e045cc6c2647619ed408696141da17\",\r\n    \"start_date\": \"2023-01-01\",\r\n    \"end_date\": \"2023-01-31\",\r\n    \"updated_at\": \"2022-10-05T15:29:55.553144+02:00\",\r\n    \"workdays_count\": 21,\r\n    \"custom_attributes\": [],\r\n    \"last_action_request\": {\r\n        \"active\": false,\r\n        \"type\": \"hr_change\",\r\n        \"employee_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":"7faad4a2-43ea-4dd5-9bc3-c6152e7cbb6b"},{"name":"Create timeoff","id":"72d8f288-c767-4efe-96fb-70530486830e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"start_date\": \"2023-11-26\",\r\n    \"end_date\": \"2023-12-12\",\r\n    \"employee_note\": \"I'm going to Sosnowiec to chill\",\r\n    \"employee_id\": \"320f63292bce4dac8ae8cc1d4e3c1b6b\",\r\n    \"status\": \"accepted\",\r\n    \"as_manager_id\": \"c041ae8518cd41bb922d657e24a7c0a2\",\r\n    \"timeoff_type_id\": \"15218be81a17435dbdd6a8b8ee112806\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/timeoffs/","description":"<p>Parameters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Characteristic</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of time off  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />employee_id  <br />  <br /></td>\n<td><br />  <br />Required  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of requester  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />status  <br />  <br /></td>\n<td><br />  <br />Required  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br />Available options: pending, accepted, rejected, retracted  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />timeoff_type_id  <br />  <br /></td>\n<td><br />  <br />Required  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of existing time off type  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />start_date  <br />  <br /></td>\n<td><br />  <br />Required  <br />  <br /></td>\n<td><br />  <br />YYYY-MM-DD format  <br />  <br /></td>\n<td><br />  <br />First day of time off  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />end_date  <br />  <br /></td>\n<td><br />  <br />Required  <br />  <br /></td>\n<td><br />  <br />YYYY-MM-DD format  <br />  <br /></td>\n<td><br />  <br />Last day of time off  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />employee_note  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br />Comment to time off made by requester  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />as_manager_id  <br />  <br /></td>\n<td><br />  <br />Optional,  <br />Ignored when status is pending  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />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.  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />custom_attributes  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />Object  <br />  <br /></td>\n<td><br />  <br />Same as in every endpoint with custom attributes  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />workdays count  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />integer  <br />  <br /></td>\n<td><br />  <br />Shows how many days was requested.  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />last_action_request  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />Object  <br />  <br /></td>\n<td><br />  <br />Shows additional information and meta data from actions and decisions of time off.  <br />  <br /></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":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["timeoffs",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"33e384a1-88af-4d9a-a471-794d70dea317","name":"Create timeoff","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"employee_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  \"employee_note\":null,\r\n  \"as_manager_id\":\"23bdd9a0c6cd446886ede7253bcaf165\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/timeoffs/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"23bdd9a0c6cd446886ede7253bcaf165\",\n    \"employee_id\": \"6d0ab59e1348426d8d85746d452438cb\",\n    \"status\": \"accepted\",\n    \"employee_note\": null,\n    \"timeoff_type_id\": \"165100162d6f4423bd49e0382859fe88\",\n    \"start_date\": \"2023-01-01\",\n    \"end_date\": \"2023-01-31\",\n    \"updated_at\": \"2022-10-05T15:29:55.553144+02:00\",\n    \"workdays_count\": 21,\n    \"custom_attributes\": [],\n    \"last_action_request\": {\n        \"active\": false,\n        \"type\": \"hr_change\",\n        \"employee_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":"72d8f288-c767-4efe-96fb-70530486830e"},{"name":"Edit timeoff","id":"d4748585-01da-44b9-9d7b-6e488e666fe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"start_date\": \"2023-11-08\",\r\n    \"end_date\": \"2023-11-08\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/timeoffs/{{timeoff_id}}/","description":"<h4 id=\"parameters\">Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Characteristic</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of time off  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />employee_id  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of requester  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />status  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br />Available options: pending, accepted, rejected, retracted  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />timeoff_type_id  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of existing time off type  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />start_date  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />YYYY-MM-DD format  <br />  <br /></td>\n<td><br />  <br />First day of time off  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />end_date  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />YYYY-MM-DD format  <br />  <br /></td>\n<td><br />  <br />Last day of time off  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />employee_note  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br />Comment to time off made by requester  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />as_manager_id  <br />  <br /></td>\n<td><br />  <br />Optional,  <br />Ignored when status is pending  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />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><br />  <br />custom_attributes  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />Object  <br />  <br /></td>\n<td><br />  <br />Same as in every endpoint with custom attributes  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />workdays count  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />integer  <br />  <br /></td>\n<td><br />  <br />Shows how many days was requested.  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />last_action_request  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />Object  <br />  <br /></td>\n<td><br />  <br />Shows additional information and meta data from actions and decisions of time off.  <br />  <br /></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["timeoffs","{{timeoff_id}}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"4a8c5368-d61a-4d68-843a-eca983d1eaab","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  \"employee_note\":\"Notka\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/timeoffs/{{timeoff_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"{{timeoff_id}}\",\n    \"employee_id\": \"{{employee_id}}\",\n    \"status\": \"rejected\",\n    \"employee_note\": \"Notka\",\n    \"timeoff_type_id\": \"{{timeoff_type_id}}\",\n    \"start_date\": \"2023-01-02\",\n    \"end_date\": \"2023-01-30\",\n    \"updated_at\": \"2022-10-05T15:29:55.553144+02:00\",\n    \"workdays_count\": 21,\n    \"custom_attributes\": [],\n    \"last_action_request\": {\n        \"active\": false,\n        \"type\": \"hr_change\",\n        \"employee_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\": false,\n                \"manager_note\": null,\n                \"decided_at\": \"2022-10-05T15:29:55.553144+02:00\",\n                \"manager\": {\n                    \"uuid\": \"{{manager_id}}\",\n                    \"name\": \"Pan Manager\",\n                    \"manager_in_place_of\": null\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"d4748585-01da-44b9-9d7b-6e488e666fe3"},{"name":"Remove timeoff","id":"37264408-d659-4c22-bc7e-7d7daa938cb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/timeoffs/{{timeoff_id}}/","description":"<p>Lists timeoffs in in organization. You can filter results with optional query params. Results are paginated</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["timeoffs","{{timeoff_id}}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"37264408-d659-4c22-bc7e-7d7daa938cb7"}],"id":"daecfab4-1f4a-4744-b6eb-49f291b6092c","_postman_id":"daecfab4-1f4a-4744-b6eb-49f291b6092c","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Contracts","item":[{"name":"List contracts","id":"1c757018-5ab3-4718-b10f-b42597840cff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/contracts/","description":"<p>Lists contracts in organization. You can filter results with optional query params. Results are paginated</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["contracts",""],"host":["https://api.primetric.com/beta"],"query":[{"disabled":true,"key":"employee_id","value":"918a538601ba438cb7cb8198598477e7"},{"disabled":true,"description":{"content":"<p>1 - Employee\n2 - Contractor</p>\n","type":"text/plain"},"key":"employment_type","value":"1"},{"disabled":true,"key":"between_min","value":"2019-12-01"},{"disabled":true,"key":"between_max","value":"2019-12-31"}],"variable":[]}},"response":[{"id":"43254526-e9ff-4009-bbcf-6fbbc86c867e","name":"List contracts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/contracts/","host":["https://api.primetric.com/beta"],"path":["contracts",""],"query":[{"key":"employee_id","value":"918a538601ba438cb7cb8198598477e7","disabled":true},{"key":"employment_type","value":"1","description":"1 - Employee\n2 - Contractor","disabled":true},{"key":"between_min","value":"2019-12-01","disabled":true},{"key":"between_max","value":"2019-12-31","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n            \"starts_at\": null,\n            \"ends_at\": null,\n            \"employment_type\": 1,\n            \"capacity_monday\": 480,\n            \"capacity_tuesday\": 480,\n            \"capacity_wednesday\": 480,\n            \"capacity_thursday\": 480,\n            \"capacity_friday\": 480,\n            \"capacity_saturday\": 0,\n            \"capacity_sunday\": 0,\n            \"contract_title\": null,\n            \"total_month_cost\": \"2000.00\",\n            \"default_hour_cost\": \"200.00\",\n            \"default_hour_rate\": \"100.0000\",\n            \"schedule_contractor_cost\": false,\n            \"employee_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n            \"custom_attributes\": [\n                {\n                    \"slug\": \"example1\",\n                    \"value\": \"abc\"\n                },\n                {\n                    \"slug\": \"example2\",\n                    \"value\": 42\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"1c757018-5ab3-4718-b10f-b42597840cff"}],"id":"62d3dac7-130c-4251-abd1-fc4143e6135f","_postman_id":"62d3dac7-130c-4251-abd1-fc4143e6135f","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Hash tags","item":[{"name":"List Hashtags","id":"7f2a3c8c-a68b-4aba-8f75-1bc93132026f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/hash_tags/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["hash_tags",""],"host":["https://api.primetric.com/beta"],"query":[{"disabled":true,"key":"text","value":"xxx"}],"variable":[]}},"response":[{"id":"9c70b57a-ac95-45e1-b284-92eb0c30095c","name":"List Hashtags","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/hash_tags/","host":["https://api.primetric.com/beta"],"path":["hash_tags",""],"query":[{"key":"text","value":"xxx","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"count\": 1,\r\n    \"next\": null,\r\n    \"previous\": null,\r\n    \"results\": [\r\n        {\r\n            \"uuid\": \"165100162d6f4423bd49e0382859fe88\",\r\n            \"text\": \"Urgent\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"7f2a3c8c-a68b-4aba-8f75-1bc93132026f"}],"id":"76dc7d53-f7ef-4e32-90c1-0bec3ee2954b","_postman_id":"76dc7d53-f7ef-4e32-90c1-0bec3ee2954b","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Organization","item":[{"name":"Clients","item":[{"name":"List clients","id":"f8bd3493-b4c5-481a-ab13-1bc2ded7b6e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/clients?id=&text","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","clients"],"host":["https://api.primetric.com/beta"],"query":[{"key":"id","value":""},{"description":{"content":"<p> filter is case insensitve</p>\n","type":"text/plain"},"key":"text","value":null}],"variable":[]}},"response":[{"id":"6c6fcfc4-38ee-41b4-84a7-b730f7b7c6fa","name":"List clients","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/clients/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"count\": 1,\r\n    \"next\": null,\r\n    \"previous\": null,\r\n    \"results\": [\r\n        {\r\n            \"uuid\": \"23bdd9a0c6cd446886ede7253bcaf165\",\r\n            \"text\": \"Client A\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"f8bd3493-b4c5-481a-ab13-1bc2ded7b6e8"},{"name":"Get client","id":"dda5e0f1-ee4f-48d1-9aad-cd7c20f2fdbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/clients/{client_id}","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","clients","{client_id}"],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"dd7a9616-9c17-4843-b5a4-780b7cbf503a","name":"Get client","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/clients/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"a7cbe6e9a94d4757ad2fbdb5cd8ce20b\",\r\n    \"text\": \"Changed Client\"\r\n}"}],"_postman_id":"dda5e0f1-ee4f-48d1-9aad-cd7c20f2fdbd"},{"name":"Add client","id":"fd486804-cb2b-4f1d-ae88-db06cf98c137","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"New Client\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/clients/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","clients",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"0b0a8fc8-2dcd-44c1-acc7-34d5e5730c78","name":"Add client","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"New Client\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/clients/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"2557a7e59c9146f585e43f4a930e9cd1\",\r\n    \"text\": \"New Client\"\r\n}"}],"_postman_id":"fd486804-cb2b-4f1d-ae88-db06cf98c137"},{"name":"Edit client","id":"28622d2a-95c1-4ccd-8174-fb5a187bf35f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Changed client\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/clients/{client_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","clients","{client_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"a169ccdd-78ff-4748-80c3-405ec63547a4","name":"Edit client","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Changed client\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/clients//"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"a7cbe6e9a94d4757ad2fbdb5cd8ce20b\",\r\n    \"text\": \"Changed Client\"\r\n}"}],"_postman_id":"28622d2a-95c1-4ccd-8174-fb5a187bf35f"},{"name":"Remove client","id":"f3274188-6ba6-4861-a1a9-f676d903abcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/organization/clients/{client_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","clients","{client_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3274188-6ba6-4861-a1a9-f676d903abcb"}],"id":"2bc0ae2d-ded2-4cad-b801-ce5b0e16dd0c","_postman_id":"2bc0ae2d-ded2-4cad-b801-ce5b0e16dd0c","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Company Groups","item":[{"name":"List company groups","id":"0865a6ec-0781-4306-a9fd-68a88755298c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/company_groups?id=&text","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","company_groups"],"host":["https://api.primetric.com/beta"],"query":[{"key":"id","value":""},{"description":{"content":"<p> filter is case insensitve</p>\n","type":"text/plain"},"key":"text","value":null}],"variable":[]}},"response":[{"id":"a4addeb8-4e62-42e7-a42e-9dde6924353a","name":"List company groups","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/company_groups/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"count\": 1,\r\n    \"next\": null,\r\n    \"previous\": null,\r\n    \"results\": [\r\n        {\r\n\t        \"uuid\":\"c5beac4bd383402c8107168c73876f31\",\r\n            \"text\": \"New Company Group\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"0865a6ec-0781-4306-a9fd-68a88755298c"},{"name":"Get company group","id":"c26f6980-7d56-4e12-bf17-cf2971c672e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/company_groups/{company_group_id}","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","company_groups","{company_group_id}"],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"3eec2061-63d4-48d4-8371-7f27fb9ccc18","name":"Get company group","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/company_groups/{{company_group_id}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"50011bd11b034526bd248477b251aca6\",\r\n    \"text\": \"Changed Company Group\"\r\n}"}],"_postman_id":"c26f6980-7d56-4e12-bf17-cf2971c672e6"},{"name":"Add company group","id":"d14d6f7c-0e1b-43a4-8670-49ce87da6a07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"New Company Group\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/company_groups/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","company_groups",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"16de22db-2f50-499d-9646-c772fbc40fc7","name":"Add company group","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"New Company Group\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/company_groups/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\t\"uuid\":\"50011bd11b034526bd248477b251aca6\",\r\n    \"text\": \"New Company Group\"\r\n}"}],"_postman_id":"d14d6f7c-0e1b-43a4-8670-49ce87da6a07"},{"name":"Edit company group","id":"fcce8b27-a53c-427d-a34b-b73e6e093dde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Changed Company Group\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/company_groups/{company_group_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","company_groups","{company_group_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"08b83816-9f57-41ef-99b9-5f71d1b0716c","name":"Edit company group","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Changed Company Group\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/company_groups/{{company_group_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"50011bd11b034526bd248477b251aca6\",\n    \"text\": \"Changed Company Group\"\n}"}],"_postman_id":"fcce8b27-a53c-427d-a34b-b73e6e093dde"},{"name":"Remove company group","id":"0d0e9188-ca6a-4882-82c2-aa13f71b2bb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/organization/company_groups/{company_group_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","company_groups","{company_group_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d0e9188-ca6a-4882-82c2-aa13f71b2bb1"}],"id":"76fbffd3-9410-41cf-b1c7-c28f8934259b","_postman_id":"76fbffd3-9410-41cf-b1c7-c28f8934259b","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Departments","item":[{"name":"List departments","id":"250cc34f-3079-4ffc-ba67-4d3dd104b52a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/departments?id=&text","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","departments"],"host":["https://api.primetric.com/beta"],"query":[{"key":"id","value":""},{"description":{"content":"<p> filter is case insensitve</p>\n","type":"text/plain"},"key":"text","value":null}],"variable":[]}},"response":[{"id":"33ef324e-bb6b-40fd-a8f2-bfda585b8faa","name":"List departments","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/departments/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"count\": 1,\r\n    \"next\": null,\r\n    \"previous\": null,\r\n    \"results\": [\r\n                    {\r\n                        \"uuid\": \"4d67da2998a648e9857d930c0237e21a\",\r\n                        \"text\": \"New Department\"\r\n                    }\r\n                ]\r\n}"}],"_postman_id":"250cc34f-3079-4ffc-ba67-4d3dd104b52a"},{"name":"Get department","id":"a1e2c655-d6ba-4f6a-8418-69a6eadc1265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/departments/{department_id}","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","departments","{department_id}"],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"f820cf40-4ebb-4b12-a300-76acb8f24aa2","name":"Get department","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/departments/{{department_id}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"e856e98ed4384b509e805dacb1ec27c5\",\n    \"text\": \"New Department\"\n}"}],"_postman_id":"a1e2c655-d6ba-4f6a-8418-69a6eadc1265"},{"name":"Add department","id":"d585d6dd-5494-4a57-8bd4-ab91ac213ff0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\":\r\n\t\"text\": \"New Department\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/departments/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","departments",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"41086f7a-8272-4b20-8ee0-59cabd358d0e","name":"Add department","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"New Department\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/departments/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"e856e98ed4384b509e805dacb1ec27c5\",\n    \"text\": \"New Department\"\n}"}],"_postman_id":"d585d6dd-5494-4a57-8bd4-ab91ac213ff0"},{"name":"Edit department","id":"c6cf2eaa-4fea-4ff2-b671-23592c335946","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Changed Department\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/departments/{department_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","departments","{department_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"fb425e0d-c5ac-4ada-aec9-fbed48ea42d5","name":"Edit department","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Changed Department\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/departments/{{department_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"e856e98ed4384b509e805dacb1ec27c5\",\n    \"text\": \"Changed Department\"\n}"}],"_postman_id":"c6cf2eaa-4fea-4ff2-b671-23592c335946"},{"name":"Remove department","id":"19313c6c-02a6-4588-b1a2-bace45fe35c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/organization/departments/{department_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","departments","{department_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"19313c6c-02a6-4588-b1a2-bace45fe35c2"}],"id":"e7b85cda-6a7e-4b5c-81eb-38ef22b9476b","_postman_id":"e7b85cda-6a7e-4b5c-81eb-38ef22b9476b","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Positions","item":[{"name":"List positions","id":"22eeabe8-0c68-4eed-8b26-e98a1ac45d91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/positions?id=&text","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","positions"],"host":["https://api.primetric.com/beta"],"query":[{"key":"id","value":""},{"description":{"content":"<p> filter is case insensitve</p>\n","type":"text/plain"},"key":"text","value":null}],"variable":[]}},"response":[{"id":"b715750f-ed75-4059-915e-7f2853641361","name":"List positions","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/positions/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"uuid\": \"4d67da2998a648e9857d930c0237e21a\",\n            \"text\": \"New Position\"\n        }\n    ]\n}"}],"_postman_id":"22eeabe8-0c68-4eed-8b26-e98a1ac45d91"},{"name":"Get position","id":"ee6f969a-a090-4986-a3bd-83a79b5b69b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/positions/{position_id}","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","positions","{position_id}"],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"26b56446-99b2-49ca-aa35-faed26837064","name":"Get position","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/positions/{{position_id}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"4d67da2998a648e9857d930c0237e21a\",\n    \"text\": \"New Position\"\n}"}],"_postman_id":"ee6f969a-a090-4986-a3bd-83a79b5b69b1"},{"name":"Add position","id":"2bf27180-3b65-42e0-a47b-29be763ad06e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"New Position\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/positions/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","positions",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"f6ad1fbb-c70f-4dfa-927c-65132aba7b0a","name":"Add position","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"New Position\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/positions/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"4d67da2998a648e9857d930c0237e21a\",\n    \"text\": \"New Position\"\n}"}],"_postman_id":"2bf27180-3b65-42e0-a47b-29be763ad06e"},{"name":"Edit position","id":"1ac968fa-1ab2-4729-bddc-e4900a5b39a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Changed Position\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/positions/{position_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","positions","{position_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"81e1f248-82c3-486c-b4da-a0ff321ec33d","name":"Edit position","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Changed Position\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/positions/{{position_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"4d67da2998a648e9857d930c0237e21a\",\n    \"text\": \"Changed Position\"\n}"}],"_postman_id":"1ac968fa-1ab2-4729-bddc-e4900a5b39a9"},{"name":"Remove position","id":"3c46c633-9d77-49af-a0a8-49b0cf97141c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/organization/positions/{position_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","positions","{position_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c46c633-9d77-49af-a0a8-49b0cf97141c"}],"id":"8bb3e61c-8309-47fa-a11b-e809b5b6fa85","_postman_id":"8bb3e61c-8309-47fa-a11b-e809b5b6fa85","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"RAG Scopes","item":[{"name":"List RAG Scopes","id":"4440ccf9-ab57-46c3-9979-1058623097c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/rag_scopes/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","rag_scopes",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"0317e566-be7c-4122-8e36-953e7bb6b40c","name":"List RAG Scopes","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/rag_scopes/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"uuid\": \"d4d0a25cc737433d8c6428aa981e633f\",\n            \"text\": \"Second Scope\",\n            \"rag_type\": 1,\n            \"default_choice\": 1,\n            \"allow_undefined\": true,\n            \"order\": 1,\n            \"is_financial\": true\n        }\n    ]\n}"}],"_postman_id":"4440ccf9-ab57-46c3-9979-1058623097c9"},{"name":"Get RAG Scope","id":"b12e4e3d-4a88-40aa-b1f8-d05ab3101cd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/rag_scopes/{rag_scope_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","rag_scopes","{rag_scope_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"fcb52c1f-8ffe-4c09-997a-631de28557db","name":"Get RAG Scope","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/rag_scopes/{{rag_scope_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"6dd95b8858484d28827ec794eac12158\",\n    \"text\": \"Second Scope\",\n    \"rag_type\": 1,\n    \"default_choice\": 1,\n    \"allow_undefined\": true,\n    \"order\": 1,\n    \"is_financial\": true\n}"}],"_postman_id":"b12e4e3d-4a88-40aa-b1f8-d05ab3101cd9"},{"name":"Add RAG Scope","id":"73e10a7d-9f5e-4cec-a9d8-93d069f20a92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"From API\",\r\n    \"rag_type\": 1,\r\n    \"default_choice\": 1,\r\n    \"allow_undefined\": false,\r\n    \"is_financial\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/rag_scopes/","description":"<h2 id=\"add-rag-scope\">Add RAG Scope</h2>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><code>text</code> Name of RAG</li>\n<li><code>rag_type</code></li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>1. RAG (available colors Red, Amber, Green)\n2. BRAG (available colors Blue, Red, Amber, Green\n\n</code></pre><ul>\n<li><code>default_choice</code> specify which color will be taken as default for this specific scope</li>\n<li><code>allow_undefined</code> specify if this scope can be undefined</li>\n<li><code>is_financial</code> used to exclude scopes for managers without financial access</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","rag_scopes",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"d384053f-431c-49c4-8149-a9cd898c7d22","name":"Add RAG Scope","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"First rag\",\r\n    \"rag_type\": 2,\r\n    \"default_choice\": 2,\r\n    \"allow_undefined\": false,\r\n    \"is_financial\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/rag_scopes/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"d4d0a25cc737433d8c6428aa981e633f\",\n    \"text\": \"First rag\",\n    \"rag_type\": 2,\n    \"default_choice\": 2,\n    \"allow_undefined\": false,\n    \"order\": 1,\n    \"is_financial\": false\n}"}],"_postman_id":"73e10a7d-9f5e-4cec-a9d8-93d069f20a92"},{"name":"Edit RAG Scope","id":"77d1cbf8-1a6a-4555-8890-98248e1c1c08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Chaged Api\",\r\n    \"order\": 8\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/rag_scopes/{rag_scope_id}/","description":"<h2 id=\"editrag-scope\">EditRAG Scope</h2>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><code>text</code> Name of RAG Scope</li>\n<li><code>order</code> Used to change ordering of RAG Scopes. Order will be swapped with RAG Scope having this order</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","rag_scopes","{rag_scope_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"fc6f3c15-32a8-49b6-b552-c751b993633b","name":"Edit RAG Scope","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Second Scope\",\r\n    \"rag_type\": 1,\r\n    \"default_choice\": 1,\r\n    \"allow_undefined\": true,\r\n    \"is_financial\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/rag_scopes/{{rag_scope_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"6dd95b8858484d28827ec794eac12158\",\n    \"text\": \"Second Scope\",\n    \"rag_type\": 1,\n    \"default_choice\": 1,\n    \"allow_undefined\": true,\n    \"order\": 1,\n    \"is_financial\": true\n}"}],"_postman_id":"77d1cbf8-1a6a-4555-8890-98248e1c1c08"},{"name":"Remove RAG Scope","id":"bfa49995-d567-4791-a08a-02f765fb71ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/organization/rag_scopes/{rag_scope_id}/","description":"<p>When RAG Scope is removed. Order field in some RAG Scopes can be reduced</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","rag_scopes","{rag_scope_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"bfa49995-d567-4791-a08a-02f765fb71ac"}],"id":"ade4f7f0-5afe-464d-a882-af0752d8b812","_postman_id":"ade4f7f0-5afe-464d-a882-af0752d8b812","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Roles","item":[{"name":"List roles","id":"90df0033-783a-442a-a665-402d13450507","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/roles","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","roles"],"host":["https://api.primetric.com/beta"],"query":[{"disabled":true,"key":"id","value":""},{"disabled":true,"description":{"content":"<p> filter is case insensitve</p>\n","type":"text/plain"},"key":"text","value":""},{"disabled":true,"key":"default_hour_rate","value":""}],"variable":[]}},"response":[{"id":"367f11ba-f8aa-47a0-a08b-2c5a7b9950da","name":"List roles","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/roles/"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"uuid\": \"5e5d5a61442c4d4eaa8804b1b7993b82\",\n            \"text\": \"Role A\",\n            \"default_hour_rate\": 42.01\n        }\n    ]\n}"}],"_postman_id":"90df0033-783a-442a-a665-402d13450507"},{"name":"Get role","id":"9c7a2967-558c-47cd-8349-a8b78b919884","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/roles/{role_id}","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","roles","{role_id}"],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"ec8303b8-da2a-415a-a806-92401b3b4b44","name":"Get role","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/roles/{{role_id}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"5e5d5a61442c4d4eaa8804b1b7993b82\",\n    \"text\": \"Changed Role\",\n    \"default_hour_rate\": 43.11\n}"}],"_postman_id":"9c7a2967-558c-47cd-8349-a8b78b919884"},{"name":"Add role","id":"7693f90a-774c-4188-9f95-16b7b6aea35a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"New Role\",\r\n    \"default_hour_rate\": 42.01\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/roles/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","roles",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"547d0e67-00ab-4e59-8ae8-f9d1d02cf736","name":"Add role","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Role A\",\r\n    \"default_hour_rate\": 42.01\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/roles/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"5e5d5a61442c4d4eaa8804b1b7993b82\",\n    \"text\": \"Role A\",\n    \"default_hour_rate\": 42.01\n}"}],"_postman_id":"7693f90a-774c-4188-9f95-16b7b6aea35a"},{"name":"Edit role","id":"fa447291-ef8a-47f7-88dc-1f48ae7beefb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Changed Role\",\r\n    \"default_hour_rate\": 43.11\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/roles/{role_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","roles","{role_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"41eb6b9e-c5fd-48d4-9e71-7845632bb0d3","name":"Edit role","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Changed Role\",\r\n    \"default_hour_rate\": 43.11\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/roles/{{role_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"5e5d5a61442c4d4eaa8804b1b7993b82\",\n    \"text\": \"Changed Role\",\n    \"default_hour_rate\": 43.11\n}"}],"_postman_id":"fa447291-ef8a-47f7-88dc-1f48ae7beefb"},{"name":"Remove role","id":"2f40b11a-1166-4b34-a2de-c4cff3941df7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/organization/roles/{role_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","roles","{role_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f40b11a-1166-4b34-a2de-c4cff3941df7"}],"id":"dbd3780e-a0bd-49ba-b55c-df2ac34cc59f","event":[{"listen":"prerequest","script":{"id":"e3da855c-b880-4ec3-96b0-c30b311996df","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1db85a42-6f1c-49cd-9d69-0101269835fb","type":"text/javascript","exec":[""]}}],"_postman_id":"dbd3780e-a0bd-49ba-b55c-df2ac34cc59f","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Seniorities","item":[{"name":"List seniorities","id":"ffba06e5-c559-4ab3-9b12-ef33e4cd059b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/seniorities/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","seniorities",""],"host":["https://api.primetric.com/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":"e6745e35-e613-4018-b5a3-ea65db1636e6","name":"List seniorities","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/seniorities/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"count\": 1,\r\n    \"next\": null,\r\n    \"previous\": null,\r\n    \"results\": [\r\n        {\r\n            \"uuid\": \"4d20a252782a42feb04e67262176cec2\",\r\n            \"text\": \"Ninja\",\r\n            \"level\": 5\r\n        }\r\n    ]\r\n}"}],"_postman_id":"ffba06e5-c559-4ab3-9b12-ef33e4cd059b"},{"name":"Get seniority","id":"bffcbcff-c718-481d-a73a-19ad6a740490","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/seniorities/{seniority_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","seniorities","{seniority_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"71119a00-45e4-43b6-893e-01ff1c08933f","name":"Get seniority","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/seniorities/{{seniority_id}}/"},"_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":"bffcbcff-c718-481d-a73a-19ad6a740490"},{"name":"Add seniority","id":"b3d2b570-1657-4906-bc9c-a8c2562f32bd","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://api.primetric.com/beta/organization/seniorities/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","seniorities",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"04780140-8f52-4a0e-a389-c5edf278ae1c","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://api.primetric.com/beta/organization/seniorities/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"4d20a252782a42feb04e67262176cec2\",\n    \"text\": \"Ninja\",\n    \"level\": 5\n}"}],"_postman_id":"b3d2b570-1657-4906-bc9c-a8c2562f32bd"},{"name":"Edit seniority","id":"5018ec15-e321-4bb9-ad6f-8ea8686da82f","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://api.primetric.com/beta/organization/seniorities/{seniority_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","seniorities","{seniority_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"ef76b33a-b4b5-4963-87aa-4070f8b47fe0","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://api.primetric.com/beta/organization/seniorities/{{seniority_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"4d20a252782a42feb04e67262176cec2\",\n    \"text\": \"Master\",\n    \"level\": 30\n}"}],"_postman_id":"5018ec15-e321-4bb9-ad6f-8ea8686da82f"},{"name":"Remove seniority","id":"11069cca-5a44-4f9e-b7f1-0cbd5ba3e02a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/organization/seniorities/{seniority_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","seniorities","{seniority_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"11069cca-5a44-4f9e-b7f1-0cbd5ba3e02a"}],"id":"d87953ac-a26d-419f-8b68-290551acab66","_postman_id":"d87953ac-a26d-419f-8b68-290551acab66","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Skills","item":[{"name":"Search skills","id":"6da597f8-0faf-4122-b6a6-0b755ef2cb48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/skills/search/?name=&abstract=&parent_id=","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["skills","search",""],"host":["https://api.primetric.com/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":"a6e82238-fdbf-4cfb-b042-e3b3e26b84c6","name":"Search skills","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/skills/search/?name=python&parent_id=&abstract","host":["https://api.primetric.com/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    \"count\": 2,\r\n    \"next\": null,\r\n    \"previous\": null,\r\n    \"results\": [\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":"6da597f8-0faf-4122-b6a6-0b755ef2cb48"},{"name":"Get skill","id":"29a07ece-a4b2-4f35-b8cf-682e560f1b6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/skills/{skill_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["skills","{skill_id}",""],"host":["https://api.primetric.com/beta"],"query":[{"disabled":true,"description":{"content":"<p>name, icontains</p>\n","type":"text/plain"},"key":"name","value":null},{"disabled":true,"description":{"content":"<p>bool</p>\n","type":"text/plain"},"key":"abstract","value":null},{"disabled":true,"description":{"content":"<p>uuid</p>\n","type":"text/plain"},"key":"parent_uuid","value":null}],"variable":[]}},"response":[{"id":"2d03e1b5-d968-4574-9d73-4e6a2b6abf8c","name":"Get skill","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/skills/{{skill_id}}/","host":["https://api.primetric.com/beta"],"path":["skills","{{skill_id}}",""],"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":"29a07ece-a4b2-4f35-b8cf-682e560f1b6f"},{"name":"Create skill","id":"6f9b3878-036c-43de-a242-5e85dfc0488d","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://api.primetric.com/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":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["skills",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"4b86623b-d6b2-4459-9c8c-54c36b2537be","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://api.primetric.com/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":"6f9b3878-036c-43de-a242-5e85dfc0488d"},{"name":"Edit skill","id":"f22f589b-776f-43f8-ad7f-5596e8170382","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://api.primetric.com/beta/skills/{skill_id}/","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":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["skills","{skill_id}",""],"host":["https://api.primetric.com/beta"],"query":[{"disabled":true,"description":{"content":"<p>name, icontains</p>\n","type":"text/plain"},"key":"name","value":null},{"disabled":true,"description":{"content":"<p>bool</p>\n","type":"text/plain"},"key":"abstract","value":null},{"disabled":true,"description":{"content":"<p>uuid</p>\n","type":"text/plain"},"key":"parent_uuid","value":null}],"variable":[]}},"response":[{"id":"d0879322-0637-4dcb-9f3d-4956115dcfe3","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://api.primetric.com/beta/skills/{{skill_id}}/","host":["https://api.primetric.com/beta"],"path":["skills","{{skill_id}}",""],"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":"f22f589b-776f-43f8-ad7f-5596e8170382"},{"name":"Delete skill","id":"fd6faf75-2d4e-4e6f-be9b-e4f6d072bff3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/skills/{skill_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["skills","{skill_id}",""],"host":["https://api.primetric.com/beta"],"query":[{"disabled":true,"description":{"content":"<p>name, icontains</p>\n","type":"text/plain"},"key":"name","value":null},{"disabled":true,"description":{"content":"<p>bool</p>\n","type":"text/plain"},"key":"abstract","value":null},{"disabled":true,"description":{"content":"<p>uuid</p>\n","type":"text/plain"},"key":"parent_uuid","value":null}],"variable":[]}},"response":[],"_postman_id":"fd6faf75-2d4e-4e6f-be9b-e4f6d072bff3"},{"name":"Traverse skills tree","id":"05a85a46-9225-4a7e-bb9d-19a1b34b5412","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/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":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["skills",""],"host":["https://api.primetric.com/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":"a4ea9975-1755-4b46-bad7-c8812e8a0be7","name":"Traverse skills tree","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/skills/?name=&abstract=&parent_id=","host":["https://api.primetric.com/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    \"count\": 3,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\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":"05a85a46-9225-4a7e-bb9d-19a1b34b5412"}],"id":"f60a6ff4-b301-4bff-9a7d-a7694572bfb4","_postman_id":"f60a6ff4-b301-4bff-9a7d-a7694572bfb4","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Tags","item":[{"name":"List tags","id":"5cdcf427-4e68-4ad8-8d0b-6b534526abb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/tags?id=&text","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","tags"],"host":["https://api.primetric.com/beta"],"query":[{"key":"id","value":""},{"description":{"content":"<p> filter is case insensitve</p>\n","type":"text/plain"},"key":"text","value":null}],"variable":[]}},"response":[{"id":"27dacb33-a75d-40cf-92d5-089e1b00b5df","name":"List tags","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"uuid\": \"c5beac4bd383402c8107168c73876f31\",\n            \"text\": \"Urgent\"\n        }\n    ]\n}"}],"_postman_id":"5cdcf427-4e68-4ad8-8d0b-6b534526abb2"},{"name":"Get tag","id":"8bc9bdd9-26fd-4f68-a20d-d1326e1f9160","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/tags/{tag_id}","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","tags","{tag_id}"],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"bc8509e1-9119-46e1-bd07-116251c3369e","name":"Get tag","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/tags/{{tag_id}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"50011bd11b034526bd248477b251aca6\",\n    \"text\": \"Can wait\"\n}"}],"_postman_id":"8bc9bdd9-26fd-4f68-a20d-d1326e1f9160"},{"name":"Add tag","id":"d968f1dd-cc7a-4faa-8feb-c481b62a56bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"New Tag\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/tags/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","tags",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"15a300e8-3afb-4523-a5a8-82af8d6169de","name":"Add tag","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Urgent\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/tags/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"c5beac4bd383402c8107168c73876f31\",\n    \"text\": \"Urgent\"\n}"}],"_postman_id":"d968f1dd-cc7a-4faa-8feb-c481b62a56bc"},{"name":"Edit tag","id":"2a49c0b1-4b21-44c6-ba29-532c7056e6b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Changed Tag\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/tags/{tag_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","tags","{tag_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"29774ff3-0cb9-44af-98ef-dc65f2fe042c","name":"Edit tag","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Can wait\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/tags/{{tag_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"50011bd11b034526bd248477b251aca6\",\n    \"text\": \"Can wait\"\n}"}],"_postman_id":"2a49c0b1-4b21-44c6-ba29-532c7056e6b5"},{"name":"Remove tag","id":"44be34b4-88e5-45a7-8a46-a0d7ba37d47d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/organization/tags/{tag_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","tags","{tag_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"44be34b4-88e5-45a7-8a46-a0d7ba37d47d"}],"id":"04573d40-054e-480b-9b4d-af61152a8a80","_postman_id":"04573d40-054e-480b-9b4d-af61152a8a80","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Teams","item":[{"name":"List teams","id":"bced4cc0-e40b-4fe3-8ad3-c76b4e5b0163","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/teams?id=&text","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","teams"],"host":["https://api.primetric.com/beta"],"query":[{"key":"id","value":""},{"description":{"content":"<p> filter is case insensitve</p>\n","type":"text/plain"},"key":"text","value":null}],"variable":[]}},"response":[{"id":"f47e7b3b-da90-4031-8c45-c5658d138d5e","name":"List teams","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/organization/teams","host":["https://api.primetric.com/beta"],"path":["organization","teams"],"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    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"uuid\": \"e856e98ed4384b509e805dacb1ec27c5\",\n            \"text\": \"Team A\"\n        }\n    ]\n}"}],"_postman_id":"bced4cc0-e40b-4fe3-8ad3-c76b4e5b0163"},{"name":"Get team","id":"2c72f65c-a1b8-46f2-b1ec-5bedc125424f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/teams/{team_id}","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","teams","{team_id}"],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"2d2d9322-1d7e-4852-8ae9-e9d9dab74fa7","name":"Get team","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/teams/{team_id}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"e856e98ed4384b509e805dacb1ec27c5\",\n    \"text\": \"Team B\"\n}"}],"_postman_id":"2c72f65c-a1b8-46f2-b1ec-5bedc125424f"},{"name":"Add team","id":"872fa52e-0947-49be-a8e0-f07ee2897469","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"New Team\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/teams/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","teams",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"08b0da74-8148-46f0-9bf6-535580a45c0a","name":"Add team","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Team A\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/teams/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"e856e98ed4384b509e805dacb1ec27c5\",\n    \"text\": \"Team A\"\n}"}],"_postman_id":"872fa52e-0947-49be-a8e0-f07ee2897469"},{"name":"Edit team","id":"a5b5eff6-69cc-4632-a567-5e2d82db465b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Changed Team\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/teams/{team_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","teams","{team_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"7d770351-d741-44a5-8e0f-f686e700a59f","name":"Edit team","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"text\": \"Team B\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/organization/teams/{team_id}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"e856e98ed4384b509e805dacb1ec27c5\",\n    \"text\": \"Team B\"\n}"}],"_postman_id":"a5b5eff6-69cc-4632-a567-5e2d82db465b"},{"name":"Remove team","id":"d860c0e0-e979-4bea-a949-c8d5565da768","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/organization/teams/{team_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","teams","{team_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"d860c0e0-e979-4bea-a949-c8d5565da768"}],"id":"1fa80784-7955-41bb-b0cd-7ea0a2791936","_postman_id":"1fa80784-7955-41bb-b0cd-7ea0a2791936","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Time Off Types","item":[{"name":"List time off types","id":"557d3643-27d0-4b5b-8be1-31a37bc9f86a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/timeoff_types?id=&text","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","timeoff_types"],"host":["https://api.primetric.com/beta"],"query":[{"key":"id","value":""},{"description":{"content":"<p> filter is case insensitve</p>\n","type":"text/plain"},"key":"text","value":null}],"variable":[]}},"response":[{"id":"9a9cad27-b6dc-4ce7-be32-f3badb5ef638","name":"List time off types","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/organization/timeoff_types","host":["https://api.primetric.com/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    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"uuid\": \"e443a6e1dd014b60b7b49a6a0f24cbfb\",\n            \"text\": \"Sick leave\"\n        }\n    ]\n}"}],"_postman_id":"557d3643-27d0-4b5b-8be1-31a37bc9f86a"},{"name":"Get time off type","id":"afab87e3-62f7-4ee2-8bac-f67c78584fbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/timeoff_types/{timeoff_type_id}","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","timeoff_types","{timeoff_type_id}"],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"0bcc5354-e971-4bc7-8dee-31ddc1ec77c0","name":"Get time off type","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/timeoff_types/{{timeoff_type_id}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"e4ba6c9937664572a85c33221f72dac7\",\n    \"text\": \"Changed Time Off Type\"\n}"}],"_postman_id":"afab87e3-62f7-4ee2-8bac-f67c78584fbe"},{"name":"Add time off type","id":"2978469e-aea2-4525-9afb-cfcfd0a86310","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://api.primetric.com/beta/organization/timeoff_types/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","timeoff_types",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"8e1fa0ca-868f-4503-94a0-1fd476822600","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://api.primetric.com/beta/organization/timeoff_types/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"e4ba6c9937664572a85c33221f72dac7\",\n    \"text\": \"Sick leave\"\n}"}],"_postman_id":"2978469e-aea2-4525-9afb-cfcfd0a86310"},{"name":"Edit time off type","id":"d4803eb2-0168-49d2-bc9a-0988cb1e2245","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://api.primetric.com/beta/organization/timeoff_types/{timeoff_type_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","timeoff_types","{timeoff_type_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"fa1b0b3c-5bcf-4192-831f-e573a5a9d9a9","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://api.primetric.com/beta/organization/timeoff_types/{{timeoff_type_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"e4ba6c9937664572a85c33221f72dac7\",\n    \"text\": \"Changed Time Off Type\"\n}"}],"_postman_id":"d4803eb2-0168-49d2-bc9a-0988cb1e2245"},{"name":"Remove time off type","id":"22bf4964-3f1a-48fd-8b61-2db7a4ea7339","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/organization/timeoff_types/{timeoff_type_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","timeoff_types","{timeoff_type_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"22bf4964-3f1a-48fd-8b61-2db7a4ea7339"}],"id":"e6dd9b98-66ec-4854-9a25-6f6f6f34399c","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":"e6dd9b98-66ec-4854-9a25-6f6f6f34399c","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Identity Providers","item":[{"name":"List","id":"5bc463a1-fae0-45f9-b0d6-2aa8de900274","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/organization/identity_providers/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["organization","identity_providers",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bc463a1-fae0-45f9-b0d6-2aa8de900274"}],"id":"6194d5dd-a461-48ca-a98c-b43e22a8eaf9","_postman_id":"6194d5dd-a461-48ca-a98c-b43e22a8eaf9","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}}],"id":"e95ea75c-5b8d-4111-a10f-08ed1d8939a6","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":"e95ea75c-5b8d-4111-a10f-08ed1d8939a6","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Custom Attributes","item":[{"name":"List Employees custom attributes meta data","id":"7e1c6678-767f-4971-a6bf-0f6dacb343b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/custom_attributes/employee/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["custom_attributes","employee",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"c810986c-899d-405e-9f84-5c96e68ba5b0","name":"Get Custom attributes meta data","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/custom_attributes/employee/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"uuid\": \"44565e62f40648c481de78e4375b1b46\",\r\n        \"label\": \"Birthday\",\r\n        \"slug\": \"birthday\",\r\n        \"field_type\": \"date\",\r\n        \"default_value\": null,\r\n        \"required\": false,\r\n        \"description\": \"\",\r\n        \"readonly\": false,\r\n        \"allow_many\": false,\r\n        \"is_choices_based\": false\r\n    },\r\n    {\r\n        \"uuid\": \"44565e62f40648c481de78e4375b1b46\",\r\n        \"label\": \"Preferred contact method\",\r\n        \"slug\": \"preferred_contact_method\",\r\n        \"type\": \"text\",\r\n        \"default_value\": null,\r\n        \"required\": false,\r\n        \"description\": \"Preferred contact method. In this case text and value are similar but option can be used to distinguish different text and value, for example importance weight\",\r\n        \"readonly\": false,\r\n        \"allow_many\": false,\r\n        \"is_choices_based\": true,\r\n        \"choices\": [\r\n            {\r\n                \"text\": \"SMS\",\r\n                \"value\": \"sms\",\r\n                \"is_default\": false\r\n            },\r\n            {\r\n                \"text\": \"Phone call\",\r\n                \"value\": \"phone call\",\r\n                \"is_default\": false\r\n            },\r\n            {\r\n                \"text\": \"Email\",\r\n                \"value\": \"email\",\r\n                \"is_default\": false\r\n            }\r\n        ],\r\n        \"is_financial\": false\r\n    }\r\n]\r\n"}],"_postman_id":"7e1c6678-767f-4971-a6bf-0f6dacb343b0"},{"name":"List Projects custom attributes meta data","id":"5ad55420-e0ee-454d-9b1b-8208e6b9fbbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/custom_attributes/project/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["custom_attributes","project",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ad55420-e0ee-454d-9b1b-8208e6b9fbbc"},{"name":"List Assigments custom attributes meta data","id":"f33b534e-513c-4fd4-a1f2-37b638fac7d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/custom_attributes/assignment/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["custom_attributes","assignment",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"f33b534e-513c-4fd4-a1f2-37b638fac7d1"},{"name":"List Project Phases custom attributes meta data","id":"56b82411-06cc-42f7-8077-1bb8f85957f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/custom_attributes/project_phase/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["custom_attributes","project_phase",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"56b82411-06cc-42f7-8077-1bb8f85957f9"},{"name":"List Worklogs custom attributes meta data","id":"c23b6d87-30f8-495a-870d-4d6c4f6a7da8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/custom_attributes/worklog/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["custom_attributes","worklog",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"c23b6d87-30f8-495a-870d-4d6c4f6a7da8"},{"name":"List Capacities custom attributes meta data","id":"93ffd386-1cf3-4267-aef1-b2bee9462619","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/custom_attributes/capacity/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["custom_attributes","capacity",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"93ffd386-1cf3-4267-aef1-b2bee9462619"},{"name":"List Timeoffs custom attributes meta data","id":"0b188feb-40fd-4768-ab8d-a62f257d66ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/custom_attributes/timeoff/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["custom_attributes","timeoff",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b188feb-40fd-4768-ab8d-a62f257d66ab"},{"name":"List Vacancies custom attributes meta data","id":"396fa433-ead9-4d7b-9e1c-eccd729dd6af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/custom_attributes/vacancy/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["custom_attributes","vacancy",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"396fa433-ead9-4d7b-9e1c-eccd729dd6af"}],"id":"056a351f-1bc4-435b-85ad-1dda2177f027","_postman_id":"056a351f-1bc4-435b-85ad-1dda2177f027","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Incomes","item":[{"name":"Scheduled","item":[{"name":"List incomes scheduled","id":"8957b1bb-0eab-46f5-8180-da2141201b40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/scheduled/?project_id=&title=&min_income=&max_income=&currency=&min_date=&max_date=","description":"<p>Lists scheduled incomes in organizationan filter results with optional query params. Results are paginated</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of income  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />project_id  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of project in which income will be created  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />title  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br />Label of income  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />date  <br />  <br /></td>\n<td><br />  <br />date type  <br />  <br /></td>\n<td><br />  <br />Income schedul date  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />income  <br />  <br /></td>\n<td><br />  <br />decimal  <br />  <br /></td>\n<td><br />  <br />income value  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />custom_attributes  <br />  <br /></td>\n<td><br />  <br />dict  <br />  <br /></td>\n<td><br />  <br />  <br /></td>\n</tr>\n<tr>\n<td>committed_id</td>\n<td>uuid</td>\n<td>UUID of committed income  <br /></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_incomes","scheduled",""],"host":["https://api.primetric.com/beta"],"query":[{"key":"project_id","value":""},{"key":"title","value":""},{"key":"min_income","value":""},{"key":"max_income","value":""},{"key":"currency","value":""},{"key":"min_date","value":""},{"key":"max_date","value":""}],"variable":[]}},"response":[{"id":"f7decba3-6bbb-43b1-8b1a-aeb3b95d9003","name":"List incomes","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.primetric.com/beta/projects_incomes/scheduled/","host":["https://api.primetric.com/beta"],"path":["projects_incomes","scheduled",""],"query":[{"key":"project_id","value":null,"disabled":true},{"key":"title","value":null,"disabled":true},{"key":"min_income","value":null,"disabled":true},{"key":"max_income","value":null,"disabled":true},{"key":"currency","value":null,"disabled":true},{"key":"min_date","value":null,"disabled":true},{"key":"max_date","value":null,"disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        [\n            {\n                \"project_id\": \"105d648b504d4bf1a79f1488a55a32b5\",\n                \"uuid\": \"105d648b504d4bf1a79f1488a55a32b5\",\n                \"title\": \"title\",\n                \"date\": \"2022-09-20\",\n                \"money\": {\n                    \"amount\": 2000.00,\n                    \"currency\": \"PLN\",\n                    \"exchange_rate\": 1.0\n                },\n                \"committed_id\": null\n            }\n\n        ]\n    ]\n}"}],"_postman_id":"8957b1bb-0eab-46f5-8180-da2141201b40"},{"name":"GET income scheduled","id":"5916af3e-1713-432b-8fa1-75c4a9167dc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/scheduled/{{income_id}}/","description":"<p>Get specific scheduled income from organization.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of income  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />project_id  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of project in which income will be created  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />title  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br />Label of income  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />date  <br />  <br /></td>\n<td><br />  <br />date type  <br />  <br /></td>\n<td><br />  <br />Income schedul date  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />income  <br />  <br /></td>\n<td><br />  <br />decimal  <br />  <br /></td>\n<td><br />  <br />income value  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />custom_attributes  <br />  <br /></td>\n<td><br />  <br />dict  <br />  <br /></td>\n<td><br />  <br />  <br /></td>\n</tr>\n<tr>\n<td>committed_id</td>\n<td>uuid</td>\n<td>UUID of committed income  <br /></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_incomes","scheduled","{{income_id}}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"22a0cc59-839f-4362-82c9-21f4ea63f15a","name":"GET income","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/scheduled/{{income_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"project_id\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"uuid\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"title\": \"title\",\n    \"date\": \"2022-09-20\",\n    \"money\": {\n        \"amount\": 2000.00,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1.0\n    },\n    \"committed_id\": null\n}"},{"id":"de80c999-c0a2-4202-bd82-623fff13e0d9","name":"GET income with commited","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/scheduled/{{income_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"project_id\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"uuid\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"title\": \"title\",\n    \"date\": \"2022-09-20\",\n    \"money\": {\n        \"amount\": 2000.00,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1.0\n    },\n    \"committed_id\": \"321d648b504d4bf1a79f1488a55a43z4\"\n}"}],"_postman_id":"5916af3e-1713-432b-8fa1-75c4a9167dc3"},{"name":"Create Income","id":"f0f7ad3a-e02e-45a8-95fc-ab58feea8160","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"income\": \"200.00\",\n    \"title\": \"title\",\n    \"date\": \"2022-09-20\",\n    \"project_id\": \"<uuid>\",\n    \"commited\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/scheduled/","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Characteristic</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of income  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />project_id  <br />  <br /></td>\n<td><br />  <br />Required  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of project in which income will be created  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />title  <br />  <br /></td>\n<td><br />  <br />Required  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br />Label of income  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />date  <br />  <br /></td>\n<td><br />  <br />Required  <br />  <br /></td>\n<td><br />  <br />date type  <br />  <br /></td>\n<td><br />  <br />Income schedul date  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />income  <br />  <br /></td>\n<td><br />  <br />Required  <br />  <br /></td>\n<td><br />  <br />decimal  <br />  <br /></td>\n<td><br />  <br />income value  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />custom_attributes  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />dict  <br />  <br /></td>\n<td><br />  <br />  <br /></td>\n</tr>\n<tr>\n<td>committed</td>\n<td>Optional</td>\n<td>committed object</td>\n<td>required fields:  <br />- money  <br />- date  <br />optional fields:  <br />- note  <br />- settled</td>\n</tr>\n<tr>\n<td><br />  <br />money  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />money object  <br />  <br /></td>\n<td><br />  <br />In incomes all properties of money can be changed (amount, exchange_rate, currency)</td>\n</tr>\n<tr>\n<td>committed_id</td>\n<td>Readonly</td>\n<td>uuid</td>\n<td>committed income uuid</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_incomes","scheduled",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"f2e7ec04-fa1d-457f-9f92-3896b44e3ad8","name":"Create Income","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"income\": \"200.00\",\n    \"title\": \"title\",\n    \"date\": \"2022-09-20\",\n    \"project_id\": \"105d648b504d4bf1a79f1488a55a32b5\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/scheduled/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"project_id\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"uuid\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"title\": \"title\",\n    \"date\": \"2022-09-20\",\n    \"money\": {\n        \"amount\": 2000.00,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1.0\n    },\n    \"committed_id\": null\n}"},{"id":"2cac0015-6453-4bea-9944-f143b6cd7ac2","name":"Create Income commited","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"income\": \"200.00\",\n    \"title\": \"title\",\n    \"date\": \"2022-09-20\",\n    \"project_id\": \"<uuid>\",\n    \"committed\": {\n        \"money\": {\n            \"amount\": \"2000.00\",\n            \"currency\": \"PLN\",\n            \"exchange_rate\": 1\n        },\n        \"note\": \"note2\",\n        \"date\": \"2022-09-20\",\n        \"settled\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/scheduled/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"project_id\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"uuid\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"title\": \"title\",\n    \"date\": \"2022-09-20\",\n    \"money\": {\n        \"amount\": 2000.00,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1.0\n    },\n    \"committed_id\": \"105d648b504d4bf1a79f1488a55a32b5\"\n\n}"}],"_postman_id":"f0f7ad3a-e02e-45a8-95fc-ab58feea8160"},{"name":"Update Income scheduled","id":"61ac80ae-25ea-4a30-a619-9a9886001b5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"income\": \"2\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/scheduled/{{income_id}}/","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Characteristic</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of income  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />project_id  <br />  <br /></td>\n<td><br />  <br /><em>Readonly</em>  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of project in which income will be created  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />title  <br />  <br /></td>\n<td><br />  <br /><em>Optional</em>  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br />Label of income  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />date  <br />  <br /></td>\n<td><br />  <br /><em>Optional</em>  <br />  <br /></td>\n<td><br />  <br />date type  <br />  <br /></td>\n<td><br />  <br />Income schedule date  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />income  <br />  <br /></td>\n<td><br />  <br /><em>Optional</em>  <br /></td>\n<td><br />  <br />decimal  <br />  <br /></td>\n<td><br />  <br />income value  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />custom_attributes  <br />  <br /></td>\n<td><br />  <br />Optional  <br />  <br /></td>\n<td><br />  <br />dict  <br />  <br /></td>\n<td><br />  <br />  <br /></td>\n</tr>\n<tr>\n<td>committed</td>\n<td>Optional</td>\n<td>committed object</td>\n<td>required fields:  <br />- money  <br />- date  <br />optional fields:  <br />- note  <br />- settled  <br /><em>read only fields:  <br />- scheduled_id  <br /></em></td>\n</tr>\n<tr>\n<td><br />  <br />money  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />money object  <br />  <br /></td>\n<td><br />  <br />In incomes all properties of money can be changed (amount, exchange_rate, currency)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_incomes","scheduled","{{income_id}}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"694c959e-c079-42ab-8e9c-47a4f002af15","name":"Update Income","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"income\": \"100.00\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/scheduled/{{income_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"project_id\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"uuid\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"title\": \"title\",\n    \"date\": \"2022-09-20\",\n    \"money\": {\n        \"amount\": 100.00,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1.0\n    },\n    \"committed_id\": null\n}"}],"_postman_id":"61ac80ae-25ea-4a30-a619-9a9886001b5e"},{"name":"Commit Income","id":"c4e2579d-27b4-4574-bb1e-0f5a58e4d3d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"money\": {\n        \"amount\": \"2000.00\",\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"note\": \"note2\",\n    \"date\": \"2022-09-20\",\n    \"settled\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/scheduled/{{income_id}}/commit/","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Characteristic</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of income  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />date  <br />  <br /></td>\n<td><br />  <br />Required  <br />  <br /></td>\n<td><br />  <br />date type  <br />  <br /></td>\n<td><br />  <br /><em>Committed</em> date  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />money  <br />  <br /></td>\n<td><br />  <br />Required  <br />  <br /></td>\n<td><br />  <br />money object  <br />  <br /></td>\n<td><br />  <br />In incomes all properties of money can be changed (amount, exchange_rate, currency)</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>settled</td>\n<td>Optional</td>\n<td>boolean</td>\n<td>default False</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_incomes","scheduled","{{income_id}}","commit",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"6776077e-beaa-4291-9dd8-ce08c79ce930","name":"Commit Income","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"money\": {\n        \"amount\": \"2000.00\",\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1\n    },\n    \"note\": \"note2\",\n    \"date\": \"2022-09-20\",\n    \"settled\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/scheduled/{{income_id}}/commit/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"scheduled_uuid\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"project_id\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"settled\": false,\n    \"title\": \"title\",\n    \"note\": \"note2\",\n    \"date\": \"2022-09-20\",\n    \"money\": {\n        \"amount\": 2000.00,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1.0\n    }\n}"}],"_postman_id":"c4e2579d-27b4-4574-bb1e-0f5a58e4d3d1"},{"name":"Delete income","id":"9c29c4a4-b65d-4912-a0ac-54aacbf0f874","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/scheduled/{{income_id}}/","description":"<p>Delete income</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_incomes","scheduled","{{income_id}}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"7ddd2990-3640-47c3-bfa8-0db9f53bd959","name":"Reject invoice","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/incomes/projects/{{project_uuid}}/milestones/{{income_uuid}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n}"}],"_postman_id":"9c29c4a4-b65d-4912-a0ac-54aacbf0f874"}],"id":"cd074c56-a4de-448c-a42f-5d0bebfa26cc","_postman_id":"cd074c56-a4de-448c-a42f-5d0bebfa26cc","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"committed","item":[{"name":"List incomes committed","id":"ae506772-3f7b-406d-a463-2f96157c861c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/committed/","description":"<p>Lists committed incomes in organizationan filter results with optional query params. Results are paginated</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of income  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />date  <br />  <br /></td>\n<td><br />  <br />date type  <br />  <br /></td>\n<td><br />  <br />Invoice committed date  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />money  <br />  <br /></td>\n<td><br />  <br />money object  <br />  <br /></td>\n<td><br />In incomes all properties of money can be changed (amount, exchange_rate, currency)</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>settled</td>\n<td>boolean</td>\n<td>default False  <br /></td>\n</tr>\n<tr>\n<td><em>scheduled_id</em></td>\n<td>uuid</td>\n<td>scheduled income uuuid</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_incomes","committed",""],"host":["https://api.primetric.com/beta"],"query":[{"disabled":true,"key":"project_id","value":""},{"disabled":true,"key":"label","value":""},{"disabled":true,"key":"min_income","value":""},{"disabled":true,"key":"max_income","value":""},{"disabled":true,"key":"settled","value":""},{"disabled":true,"key":"currency","value":""},{"disabled":true,"key":"min_date","value":""},{"disabled":true,"key":"max_date","value":""}],"variable":[]}},"response":[{"id":"d5709f50-982e-4839-a6c9-e2476a6fb18d","name":"List incomes committed","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.primetric.com/beta/projects_incomes/committed/","host":["https://api.primetric.com/beta"],"path":["projects_incomes","committed",""],"query":[{"key":"project_id","value":null,"disabled":true},{"key":"label","value":null,"disabled":true},{"key":"min_income","value":null,"disabled":true},{"key":"max_income","value":null,"disabled":true},{"key":"settled","value":null,"disabled":true},{"key":"currency","value":null,"disabled":true},{"key":"min_date","value":null,"disabled":true},{"key":"max_date","value":null,"disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        [\n            {\n                \"uuid\": \"105d648b504d4bf1a79f1488a55a32b5\",\n                \"scheduled_uuid\": \"105d648b504d4bf1a79f1488a55a32b5\",\n                \"project_id\": \"105d648b504d4bf1a79f1488a55a32b5\",\n                \"settled\":false,\n                \"title\": \"title\",\n                \"note\": \"note\",\n                \"date\": \"2022-09-20\",\n                \"money\": {\n                    \"amount\": 2000.00,\n                    \"currency\": \"PLN\",\n                    \"exchange_rate\": 1.0\n                }\n            }\n        ]\n    ]\n}"}],"_postman_id":"ae506772-3f7b-406d-a463-2f96157c861c"},{"name":"GET income committed","id":"cbf7bca1-4334-44ae-901e-9f69ee407cee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/committed/{{invoice_id}}/","description":"<p>Get specific committed income from organization.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Characteristic</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of income  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />date  <br />  <br /></td>\n<td><br />  <br /><em>Optional</em>  <br />  <br /></td>\n<td><br />  <br />date type  <br />  <br /></td>\n<td><br />  <br />Invoice committed date  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />money  <br />  <br /></td>\n<td><br />  <br /><em>Optional</em>  <br />  <br /></td>\n<td><br />  <br />money object  <br />  <br /></td>\n<td><br />  <br />In incomes all properties of money can be changed (amount, exchange_rate, currency)</td>\n</tr>\n<tr>\n<td>note</td>\n<td><em>Optional</em></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>settled</td>\n<td><em>Optional</em></td>\n<td>boolean</td>\n<td>default False  <br /></td>\n</tr>\n<tr>\n<td><em>scheduled_id</em></td>\n<td>readonly</td>\n<td>uuid</td>\n<td>scheduled income uuuid</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_incomes","committed","{{invoice_id}}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"240cf7c6-1e2d-4527-bbca-b8c8c554139b","name":"GET income","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/committed/{{invoice_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"scheduled_uuid\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"project_id\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"settled\":false,\n    \"title\": \"title\",\n    \"note\": \"note\",\n    \"date\": \"2022-09-20\",\n    \"money\": {\n        \"amount\": 2000.00,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1.0\n    }\n}"}],"_postman_id":"cbf7bca1-4334-44ae-901e-9f69ee407cee"},{"name":"Update Income committed","id":"cf6c33fb-dd86-4e3c-b973-f866eb3e46ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"date\": \"2022-05-05\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/committed/{{invoice_id}}/","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Characteristic</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />Readonly  <br />  <br /></td>\n<td><br />  <br />uuid  <br />  <br /></td>\n<td><br />  <br />UUID of income  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />date  <br />  <br /></td>\n<td><br />  <br /><em>Optional</em>  <br />  <br /></td>\n<td><br />  <br />date type  <br />  <br /></td>\n<td><br />  <br />Invoice committment date  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />money  <br />  <br /></td>\n<td><br />  <br /><em>Optional</em>  <br />  <br /></td>\n<td><br />  <br />money object  <br />  <br /></td>\n<td><br />  <br />In incomes all properties of money can be changed (amount, exchange_rate, currency)</td>\n</tr>\n<tr>\n<td>note</td>\n<td><em>Optional</em></td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>settled</td>\n<td><em>Optional</em></td>\n<td>boolean</td>\n<td>default False  <br /></td>\n</tr>\n<tr>\n<td><em>scheduled_id</em></td>\n<td>readonly</td>\n<td>uuid</td>\n<td>scheduled income uuuid</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_incomes","committed","{{invoice_id}}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"8bca4f3a-b030-4772-ba2a-afe8672f5176","name":"Update Income","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"new title\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/committed/{{invoice_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"scheduled_uuid\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"project_id\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"settled\":false,\n    \"title\": \"new title\",\n    \"note\": \"note\",\n    \"date\": \"2022-09-20\",\n    \"money\": {\n        \"amount\": 2000.00,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1.0\n    }\n}"}],"_postman_id":"cf6c33fb-dd86-4e3c-b973-f866eb3e46ac"},{"name":"Settle Income","id":"8f93fd00-d14f-47d6-a46b-9ce9dad16f5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/committed/{{invoice_id}}/settle/","description":"<p>Settle committed income</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_incomes","committed","{{invoice_id}}","settle",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"5e1b2be6-2233-453f-b4b8-57774fff23eb","name":"Settle Income","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/committed/{{invoice_id}}/settle/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"scheduled_uuid\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"project_id\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"settled\": true,\n    \"title\": \"title\",\n    \"note\": \"note\",\n    \"date\": \"2022-09-20\",\n    \"money\": {\n        \"amount\": 2000.00,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1.0\n    }\n}"}],"_postman_id":"8f93fd00-d14f-47d6-a46b-9ce9dad16f5a"},{"name":"Withdraw income","id":"8ec0a43f-17b2-4fba-a853-b52f47a3d45b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/committed/{{invoice_id}}/","description":"<p>Withdraw committed income. Change settled to False.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_incomes","committed","{{invoice_id}}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"3dd39199-3448-4f10-b295-4ab6ef55c2ed","name":"Withdraw income","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/committed/{{invoice_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"scheduled_uuid\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"project_id\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"settled\":false,\n    \"title\": \"title\",\n    \"note\": \"note\",\n    \"date\": \"2022-09-20\",\n    \"money\": {\n        \"amount\": 2000.00,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1.0\n    }\n}"}],"_postman_id":"8ec0a43f-17b2-4fba-a853-b52f47a3d45b"},{"name":"Reject invoice","id":"4df4f7d7-c979-4c9b-8863-4fda79050846","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/committed/{{invoice_id}}/reject/","description":"<p>Reject committed income.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["projects_incomes","committed","{{invoice_id}}","reject",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"eb7e8fbd-17e6-45c7-93b0-0f8a635dcaaa","name":"Reject invoice","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/projects_incomes/committed/{{invoice_id}}/reject/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"project_id\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"uuid\": \"105d648b504d4bf1a79f1488a55a32b5\",\n    \"title\": \"title\",\n    \"date\": \"2022-09-20\",\n    \"money\": {\n        \"amount\": 2000.00,\n        \"currency\": \"PLN\",\n        \"exchange_rate\": 1.0\n    },\n    \"commited_id \": null\n}"}],"_postman_id":"4df4f7d7-c979-4c9b-8863-4fda79050846"}],"id":"b331fdba-7137-45c1-8ccd-a9237c1c6fb0","_postman_id":"b331fdba-7137-45c1-8ccd-a9237c1c6fb0","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}}],"id":"86060d76-3f66-4383-b6c9-ed6e985ae95d","description":"<p>These endpoint are only available in finance scope</p>\n","_postman_id":"86060d76-3f66-4383-b6c9-ed6e985ae95d","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"People","item":[{"name":"Account","item":[{"name":"Add platform access","id":"ecd5c185-a971-4e72-8e85-9d2ba84f5e1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"send_mail\": true}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/people/{person_id}/add_platform_access/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people","{person_id}","add_platform_access",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"7dd4ce1e-2f41-49a9-a12b-5b18fac01383","name":"Add platform access","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"send_mail\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/people/{{person_id}}/add_platform_access/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"invitation_url\": \"https://app.primetric.com/join/{{id}}/\"\n}"}],"_postman_id":"ecd5c185-a971-4e72-8e85-9d2ba84f5e1a"},{"name":"Remove platform access","id":"89b73e45-f8f2-4b01-b98a-673ea3481dad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.primetric.com/beta/people/{person_id}/remove_platform_access/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people","{person_id}","remove_platform_access",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"89b73e45-f8f2-4b01-b98a-673ea3481dad"},{"name":"Set identity provider","id":"9e20c7e5-a607-4f26-8acb-e02c56f84dc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\": \"7ec09a4e03a749ac8bcba84fb0d681b9\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/people/<person_id>/set_identity_provider/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people","<person_id>","set_identity_provider",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e20c7e5-a607-4f26-8acb-e02c56f84dc6"}],"id":"c96996ec-84cf-4a62-bb81-f74a562bfc3a","_postman_id":"c96996ec-84cf-4a62-bb81-f74a562bfc3a","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Archivization","item":[{"name":"archive","id":"c2fb907a-6c3c-412b-ab80-9b1f54d21cd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.primetric.com/beta/people/{person_id}/archive/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people","{person_id}","archive",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"10830872-fe98-496a-ae6d-9cab61b570aa","name":"archive","originalRequest":{"method":"POST","header":[],"url":"https://api.primetric.com/beta/people/{{person_id}}/archive/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"e4ba6c9937664572a85c33221f72dac7\",\r\n    \"name\": \"John Doe\",\r\n    \"mail\": \"j.doe@example.com\",\r\n    \"archived\": true,\r\n    \"roles\": {\r\n        \"manager_id\": null,\r\n        \"employee_id\": null,\r\n        \"administrator_id\": null\r\n    }\r\n}"}],"_postman_id":"c2fb907a-6c3c-412b-ab80-9b1f54d21cd5"},{"name":"reactivate","id":"c7348018-8fb3-4e03-bb83-b30ab9906125","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.primetric.com/beta/people/{person_id}/reactivate/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people","{person_id}","reactivate",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"1f63462c-e011-4672-a892-be69690fbde4","name":"reactivate","originalRequest":{"method":"POST","header":[],"url":"https://api.primetric.com/beta/people/{{person_id}}/reactivate/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"e4ba6c9937664572a85c33221f72dac7\",\n    \"name\": \"John Doe\",\n    \"mail\": \"j.doe@example.com\",\n    \"archived\": false,\n    \"roles\": {\n        \"manager_id\": null,\n        \"employee_id\": null,\n        \"administrator_id\": null\n    }\n}"}],"_postman_id":"c7348018-8fb3-4e03-bb83-b30ab9906125"}],"id":"36b3aea1-9bc5-4ac6-b5a6-1e5231f876b4","_postman_id":"36b3aea1-9bc5-4ac6-b5a6-1e5231f876b4","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Roles","item":[{"name":"Employee","item":[{"name":"Get employee permissions","id":"b8bc9441-642c-4818-9255-f1af0a4d6ab1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/people/{person_id}/roles/employee/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people","{person_id}","roles","employee",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"3559c36e-7c54-4912-aaaa-6b193ba6db6c","name":"Get employee permissions","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/people/{{person_id}}/roles/employee/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"4d67da2998a648e9857d930c0237e21a\",\r\n    \"permissions\": {\r\n        \"timesheet\": true,\r\n        \"profile\": true\r\n    }\r\n}"}],"_postman_id":"b8bc9441-642c-4818-9255-f1af0a4d6ab1"},{"name":"Create employee permissions","id":"80962e00-6de1-4320-abff-3ae8cb15fbd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"permissions\": {\r\n        \"profile\": true,\r\n        \"timesheet\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/people/{person_id}/roles/employee/","description":"<h2 id=\"creating-employee-role-for-specified-person\">Creating Employee role for specified person.</h2>\n<h3 id=\"parameters\">Parameters</h3>\n<p>Parameters are needed to specify additional employee permissions, parameters are true by default</p>\n<ul>\n<li>profile</li>\n<li>timesheet</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people","{person_id}","roles","employee",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"af840a36-6c11-4edd-b5a6-5e1090b9c36e","name":"Create employee permissions","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"permissions\": {\r\n        \"profile\": true,\r\n        \"timesheet\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/people/{{person_id}}/roles/employee/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"5e5d5a61442c4d4eaa8804b1b7993b82\",\n    \"permissions\": {\n        \"timesheet\": true,\n        \"profile\": true\n    }\n}"}],"_postman_id":"80962e00-6de1-4320-abff-3ae8cb15fbd9"},{"name":"Edit employee permissions","id":"35cd418b-563e-4154-bef7-0480b2173524","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"permissions\": {\r\n        \"profile\": true,\r\n        \"timesheet\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/people/{person_id}/roles/employee/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people","{person_id}","roles","employee",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"71ed2277-35bf-4cf6-b503-210f40cc590f","name":"Edit employee permissions","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"permissions\": {\r\n        \"profile\": true,\r\n        \"timesheet\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/people/{{person_id}}/roles/employee/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"5e5d5a61442c4d4eaa8804b1b7993b82\",\n    \"permissions\": {\n        \"timesheet\": true,\n        \"profile\": true\n    }\n}"}],"_postman_id":"35cd418b-563e-4154-bef7-0480b2173524"},{"name":"Remove employee permissions","id":"77eef596-6d2d-4caf-a426-7b542dbed62c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/people/{person_id}/roles/employee/","description":"<p>Removes Employee role for specified person.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people","{person_id}","roles","employee",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"77eef596-6d2d-4caf-a426-7b542dbed62c"}],"id":"90ed2374-16cf-4615-8a3c-bc1b2487fc03","_postman_id":"90ed2374-16cf-4615-8a3c-bc1b2487fc03","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Manager","item":[{"name":"Get manager permissions","id":"1efa5e39-625b-446d-b829-63fe9736176d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/people/{person_id}/roles/manager/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people","{person_id}","roles","manager",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"80743115-375f-4f51-ac34-aa7cc60e571a","name":"Get manager permissions","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/people/{{person_id}}/roles/manager/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"permissions\": {\n            \"finance\": false,\n            \"organization\": false,\n            \"human_resources\": false,\n            \"projects_person_default_rate\": false\n        }\n    }\n]"}],"_postman_id":"1efa5e39-625b-446d-b829-63fe9736176d"},{"name":"Create manager permissions","id":"a0ac2957-e3bc-4727-a19a-d88902700bb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"permissions\": {\r\n        \"finance\": true,\r\n        \"organization\": true,\r\n        \"human_resources\": true,\r\n        \"projects_person_default_rate\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/people/{person_id}/roles/manager/","description":"<h2 id=\"creating-manager-role-for-specified-person\">Creating Manager role for specified person.</h2>\n<h3 id=\"parameters\">PARAMETERS</h3>\n<p>Parameters are needed to specify additional manager permissions, parameters are false by default</p>\n<ul>\n<li>finance</li>\n<li>organization</li>\n<li>human_resources</li>\n<li>projects_person_default_rate</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people","{person_id}","roles","manager",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"4c09fcb8-fbc5-4025-8552-fe38fae5701a","name":"Create manager permissions","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"permissions\": {\r\n        \"finance\": true,\r\n        \"organization\": true,\r\n        \"human_resources\": true,\r\n        \"projects_person_default_rate\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/people/{{person_id}}/roles/manager/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"permissions\": {\n        \"finance\": true,\n        \"organization\": true,\n        \"human_resources\": true,\n        \"projects_person_default_rate\": true\n    }\n}"}],"_postman_id":"a0ac2957-e3bc-4727-a19a-d88902700bb6"},{"name":"Edit manager permissions","id":"b5f130ed-f376-4361-a1eb-f90806c33bd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"permissions\": {\r\n        \"finance\": true,\r\n        \"organization\": true,\r\n        \"human_resources\": true,\r\n        \"projects_person_default_rate\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/people/{person_id}/roles/manager/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people","{person_id}","roles","manager",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"14e2b531-df52-4692-9038-3915af9676a8","name":"Edit manager permissions","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"permissions\": {\r\n        \"finance\": false,\r\n        \"organization\": false,\r\n        \"human_resources\": false,\r\n        \"projects_person_default_rate\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/people/{{person_id}}/roles/manager/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"permissions\": {\n        \"finance\": false,\n        \"organization\": false,\n        \"human_resources\": false,\n        \"projects_person_default_rate\": false\n    }\n}"}],"_postman_id":"b5f130ed-f376-4361-a1eb-f90806c33bd1"},{"name":"Remove manager permissions","id":"ca9b588c-d2eb-4841-a096-41b96b7b3545","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/people/{person_id}/roles/manager/","description":"<p>Removes Manager role for specified person.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people","{person_id}","roles","manager",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca9b588c-d2eb-4841-a096-41b96b7b3545"}],"id":"56e6d13c-60a8-466d-ac32-4848bdfd9fef","_postman_id":"56e6d13c-60a8-466d-ac32-4848bdfd9fef","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Administrator","item":[{"name":"Create administrator permissions","id":"8cda74c2-bb8f-417f-a1fa-d2faf3687faa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.primetric.com/beta/people/{person_id}/roles/administrator/","description":"<p>Creating Administration role adds all <strong>Administrator</strong> permissions. There are no additional parameteres.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people","{person_id}","roles","administrator",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"d52fae1d-9d2e-49a5-942b-bdcad8fabffc","name":"Create administrator permissions","originalRequest":{"method":"POST","header":[],"url":"https://api.primetric.com/beta/people/{{person_id}}/roles/administrator/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"permissions\": {}\n}"}],"_postman_id":"8cda74c2-bb8f-417f-a1fa-d2faf3687faa"},{"name":"Remove administrator permissions","id":"9a71829d-3d9e-4ce1-9281-940f46bc2769","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/people/{person_id}/roles/administrator/","description":"<p>Removes Administration role for specified person.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people","{person_id}","roles","administrator",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a71829d-3d9e-4ce1-9281-940f46bc2769"}],"id":"e5495dee-ead4-47dd-9b08-6c6debac009b","_postman_id":"e5495dee-ead4-47dd-9b08-6c6debac009b","description":"","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}}],"id":"0db5bcd9-f8eb-4fc8-969d-e154eac8ff44","description":"<p>Managing roles such as Employee, Manager or Administrator</p>\n","event":[{"listen":"prerequest","script":{"id":"4fdf97ae-b179-4b3a-8ae9-22914ee1a590","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"57fee027-99ec-4fcd-851b-1eaee56a5c16","type":"text/javascript","exec":[""]}}],"_postman_id":"0db5bcd9-f8eb-4fc8-969d-e154eac8ff44","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Avatar","item":[{"name":"Get Avatar","id":"dddf852b-bb64-4574-8f0c-b9789aec9b60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/people/{person_id}/avatar/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people","{person_id}","avatar",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"dddf852b-bb64-4574-8f0c-b9789aec9b60"},{"name":"Create Avatar","id":"5df9cea2-a965-4241-af62-98771706aacc","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://api.primetric.com/beta/people/{person_id}/avatar/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people","{person_id}","avatar",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"5df9cea2-a965-4241-af62-98771706aacc"},{"name":"Remove Avatar","id":"e48c38de-a481-45ed-b360-226c22d5bf4e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/people/{person_id}/avatar/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people","{person_id}","avatar",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"e48c38de-a481-45ed-b360-226c22d5bf4e"}],"id":"19a63574-81ec-4070-acda-3ce57e51596b","description":"<p>Maximum image size is 2048x2048px which is converted to 256x256px and saved in png format.</p>\n","_postman_id":"19a63574-81ec-4070-acda-3ce57e51596b","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}},{"name":"Edit Person","id":"9ab7604a-245b-427c-aa92-295f88fe4820","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\"name\": \"Changed Jane Doe\", \"mail\": \"changed_example@email.com\"}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/people/{person_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people","{person_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"99eb11f3-f8a8-47b6-a93b-70eed4005496","name":"Edit Person","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\"name\": \"Changed Jane Doe\", \r\n\"mail\": \"changed_example@email.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/people/{{person_id}}/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"{{person_id}}\",\n    \"name\": \"Changed Jane Doe\", \n    \"mail\": \"changed_example@email.com\"\n}"}],"_postman_id":"9ab7604a-245b-427c-aa92-295f88fe4820"},{"name":"Remove Person","id":"21ad71aa-4fa1-4b9f-84d1-fae282bd14ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.primetric.com/beta/people/{person_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people","{person_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[],"_postman_id":"21ad71aa-4fa1-4b9f-84d1-fae282bd14ae"},{"name":"List people","id":"553624a3-aa60-447f-8796-043e643362bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/people/?name=&mail=","description":"<p>Get a list of people. Results are paginated.</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people",""],"host":["https://api.primetric.com/beta"],"query":[{"description":{"content":"<p>str: filter is case insensitve</p>\n","type":"text/plain"},"key":"name","value":""},{"description":{"content":"<p>str: filter is case insensitve</p>\n","type":"text/plain"},"key":"mail","value":""}],"variable":[]}},"response":[{"id":"5331a904-b090-487f-bc6f-e87363656cc9","name":"List people","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.primetric.com/beta/people?name=&mail=","host":["https://api.primetric.com/beta"],"path":["people"],"query":[{"key":"name","value":"","description":"str: filter is case insensitve"},{"key":"mail","value":"","description":"str: filter is case insensitve"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 4,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"uuid\": \"8c434be0144b4202ac3525fd1b1b58fd\",\n            \"name\": \"Admin\",\n            \"mail\": \"admin@example.com\",\n            \"archived\": false,\n            \"roles\": {\n                \"manager_id\": \"6b1cfb58b5c241b38ae14d44f74f117e\",\n                \"employee_id\": \"00e045cc6c2647619ed408696141da17\",\n                \"administrator_id\": \"2da6415a48904e13b827a516e6b2499e\"\n            }\n        },\n        {\n            \"uuid\": \"6d0ab59e1348426d8d85746d452438cb\",\n            \"name\": \"Employee\",\n            \"mail\": \"\",\n            \"archived\": false,\n            \"roles\": {\n                \"manager_id\": null,\n                \"employee_id\": \"165100162d6f4423bd49e0382859fe88\",\n                \"administrator_id\": null\n            }\n        }...\n    \n    ]\n}"}],"_postman_id":"553624a3-aa60-447f-8796-043e643362bf"},{"name":"Get Person","id":"865db5a3-d0d3-404e-908b-74381b73e3d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/people/{person_id}/","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people","{person_id}",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"63829bde-4a71-4588-97c0-d97c67a0aac7","name":"Get Person","originalRequest":{"method":"GET","header":[],"url":"https://api.primetric.com/beta/people/{person_id}/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"865db5a3-d0d3-404e-908b-74381b73e3d0"},{"name":"Add Person","id":"8b7ab55c-d6ab-4b91-b6f6-7a40a3e4ea1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Beta Doe\",\r\n    \"mail\": \"example.mail@email.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/people/","description":"<p>Add new person to organization</p>\n","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}},"urlObject":{"path":["people",""],"host":["https://api.primetric.com/beta"],"query":[],"variable":[]}},"response":[{"id":"daa2d324-000d-4db2-8284-3310502d84c8","name":"Add Person","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Beta Doe\",\r\n    \"mail\": \"example.mail@email.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.primetric.com/beta/people/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"23bdd9a0c6cd446886ede7253bcaf165\",\n    \"name\": \"Beta Doe\",\n    \"mail\": \"example.mail@email.com\"\n}"}],"_postman_id":"8b7ab55c-d6ab-4b91-b6f6-7a40a3e4ea1f"}],"id":"21d5b65a-2f0d-464a-a6c3-8026f0096b83","description":"<p>Operations regarding people in organization, activation and deactivation of profiles and person roles management</p>\n","event":[{"listen":"prerequest","script":{"id":"2a27129e-5a6e-4a0d-b3bb-ff8cf322401a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e734799c-a39a-41b8-9264-3b74df26102b","type":"text/javascript","exec":[""]}}],"_postman_id":"21d5b65a-2f0d-464a-a6c3-8026f0096b83","auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"},"isInherited":true,"source":{"_postman_id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","id":"3f97ae20-a664-4ae6-a1ef-f30bda8c2a8f","name":"Primetric API","type":"collection"}}}],"auth":{"type":"oauth2","oauth2":{"accessTokenUrl":"<access-token-url>","client_authentication":"<client_authentication>","grant_type":"<grant_type>","authUrl":"<auth-url>","useBrowser":"<use-browser>","tokenName":"<token-name>","clientSecret":"","clientId":"","scope":"<scope>","tokenType":"<token-type>","accessToken":"<access-token>"}},"event":[{"listen":"prerequest","script":{"id":"2b4699a9-a17a-4fdd-9bf2-3443546ea275","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"76f42705-3a1f-40b2-a5c6-6536a6df69ee","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"latest_version","value":"beta"},{"key":"base_url","value":"https://api.primetric.com/"},{"key":"client_id","value":""},{"key":"client_secret","value":""}]}