{"info":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","description":"<html><head></head><body><h1 id=\"preamble\">Preamble</h1>\n<p>The purpose of this API is to provide developers with tools to<br>integrate WiseTeam with third party business solutions. This API is available as a RESTful HTTP service on any host running WiseTeam backend software.</p>\n<p>Resposne format JSON.</p>\n<h1 id=\"api-keys\">API Keys</h1>\n<p>To authorize API requests you need to provide API key as a query parameter with each request. Do not expose API keys for security reasons.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://example.com/api/v1/[entity]?apikey=[apikey]\n\n</code></pre><p>You can issue or revoke API keys in WiseTeam <strong>Settings / API Keys</strong> section.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Preamble","slug":"preamble"},{"content":"API Keys","slug":"api-keys"}],"owner":"1046558","collectionId":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","publishedId":"TVYGcddy","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-10-27T11:15:04.000Z"},"item":[{"name":"Contact","item":[{"name":"Single contact","item":[{"name":"Read","event":[{"listen":"test","script":{"id":"072ba526-1250-4bd3-a920-d9710b06b759","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"type":"text/javascript"}}],"id":"9b2e5b3b-de35-4527-b9ec-82d0a112f7ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/contact/:id","description":"<p>Get existing contact.</p>\n","urlObject":{"path":["contact",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"description":{"content":"<p>Contact ID.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"8d605bb7-cdc1-481d-bb28-13d3f72abc28","name":"404","originalRequest":{"auth":{"type":"oauth2","oauth2":{}},"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/contact/:id","host":["http://localhost:8080/api/v1"],"path":["contact",":id"],"variable":[{"key":"id","value":"<string>"}]},"description":"Get existing contact."},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ac4dc130-62a9-47e7-80e6-e60465586507","name":"200","originalRequest":{"auth":{"type":"oauth2","oauth2":{}},"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/contact/:id","host":["http://localhost:8080/api/v1"],"path":["contact",":id"],"variable":[{"key":"id","value":"<string>"}]},"description":"Get existing contact."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"owner_id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"code\": \"<string>\",\n  \"country\": \"<string>\",\n  \"city\": \"<string>\",\n  \"address\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"mobile\": \"<string>\",\n  \"email\": \"<string>\"\n}"},{"id":"cd2f1d51-63df-4f46-8cf7-5b4e7d7fc783","name":"403","originalRequest":{"auth":{"type":"oauth2","oauth2":{}},"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/contact/:id","host":["http://localhost:8080/api/v1"],"path":["contact",":id"],"variable":[{"key":"id","value":"<string>"}]},"description":"Get existing contact."},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9b2e5b3b-de35-4527-b9ec-82d0a112f7ac"},{"name":"Update","event":[{"listen":"test","script":{"id":"7000b0f2-7d17-4937-a69c-4faf7a6ce8d4","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"f080ce39-0592-4ece-b5af-ff93d3c96378","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Administrator\"\n}"},"url":"http://localhost:8080/api/v1/contact/:id","description":"<p>Update existing contact.</p>\n","urlObject":{"path":["contact",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"description":{"content":"<p>Contact ID.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"03a036b9-445d-42f8-a93f-8310dba96437","name":"200","originalRequest":{"auth":{"type":"oauth2","oauth2":{}},"method":"PUT","header":[],"url":{"raw":"http://localhost:8080/api/v1/contact/:id","host":["http://localhost:8080/api/v1"],"path":["contact",":id"],"variable":[{"key":"id","value":"<string>"}]},"description":"Update existing contact."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"owner_id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"code\": \"<string>\",\n  \"country\": \"<string>\",\n  \"city\": \"<string>\",\n  \"address\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"mobile\": \"<string>\",\n  \"email\": \"<string>\"\n}"}],"_postman_id":"f080ce39-0592-4ece-b5af-ff93d3c96378"}],"id":"158d5dc1-ae8f-4af2-9ddf-fc3356e6d12d","description":"<p>Create or update existing contacts in WiseTeam.</p>\n","event":[{"listen":"prerequest","script":{"id":"60f61d2a-99db-4b4b-872f-0f93597b6a93","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a19125b3-a28c-4783-8e1b-2e233421f704","type":"text/javascript","exec":[""]}}],"_postman_id":"158d5dc1-ae8f-4af2-9ddf-fc3356e6d12d","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"List","event":[{"listen":"test","script":{"id":"e3b4970a-ea47-4761-899b-0ed5108dd2ae","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test('...', function() {","    const contacts = pm.response.json();","    pm.expect(contacts.data).to.be.an('array');","});",""],"type":"text/javascript"}}],"id":"36707de8-0dc7-4a82-80f3-830e916ece44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8080/api/v1/contact","description":"<p>Get list of all contacts in WiseTeam.</p>\n","urlObject":{"path":["contact"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[]}},"response":[{"id":"9d1969d6-dc5d-4cd3-818e-02dbea69b6c4","name":"401","originalRequest":{"auth":{"type":"oauth2","oauth2":{}},"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/contact?account_id=<integer>&code=<string>&search=<string>","host":["http://localhost:8080/api/v1"],"path":["contact"],"query":[{"key":"account_id","value":"<integer>","description":"Account ID in WiseTeam\n"},{"key":"code","value":"<string>","description":"Account code in WiseTeam\n"},{"key":"search","value":"<string>","description":"Search by keyword (?)\n"}]},"description":"Get list of contacts in WiseTeam by specified parameters. Full list is returned if no parameters specified.\n"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dc08df04-1b6f-4d1a-8733-915e0050ca19","name":"200","originalRequest":{"auth":{"type":"oauth2","oauth2":{}},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/contact","description":"Get list of contacts in WiseTeam by specified parameters. Full list is returned if no parameters specified.\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"1\",\n    \"name\": \"Tom\",\n    \"owner_id\": 10\n  }\n]"}],"_postman_id":"36707de8-0dc7-4a82-80f3-830e916ece44"},{"name":"Create","event":[{"listen":"prerequest","script":{"id":"e07c152a-b717-40fc-89b0-0ebde6c0ecdc","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"fe732cb3-370a-4738-8f76-1af88be9c9e6","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Response has no error\", function() {","    pm.response.to.not.have.jsonBody(\"error\");","});","pm.test(\"Returns valid object\", function() {","    const response = pm.response.json();","    pm.expect(response).to.be.an('object');","    pm.expect(response).to.have.property('id');","    pm.expect(response).to.have.property('name');","    pm.expect(response).to.have.property('owner');","});",""],"type":"text/javascript"}}],"id":"0d8004fb-d5fe-441d-9771-49efb5320f12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Bob\",\n  \"owner_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/contact","description":"<p>Create new contact.</p>\n","urlObject":{"path":["contact"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[]}},"response":[{"id":"6a782c67-afe0-4d40-a0b9-26126f43ff56","name":"200","originalRequest":{"auth":{"type":"oauth2","oauth2":{}},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Bob\",\n  \"owner_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/contact","description":"Create new contact. If contact ID is provided, existing contact will be updated."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"owner_id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"code\": \"<string>\",\n  \"country\": \"<string>\",\n  \"city\": \"<string>\",\n  \"address\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"mobile\": \"<string>\",\n  \"email\": \"<string>\"\n}"}],"_postman_id":"0d8004fb-d5fe-441d-9771-49efb5320f12"}],"id":"32af3761-f1a8-456d-8aa7-e1594cb4d1dc","description":"<p>Create, update or list contacts in WiseTeam.</p>\n","_postman_id":"32af3761-f1a8-456d-8aa7-e1594cb4d1dc","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"Account","item":[{"name":"Single","item":[{"name":"Read","event":[{"listen":"test","script":{"id":"3cf1520c-919e-4b5d-be02-b9ee7924959e","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Returns valid object\", function() {","    const response = pm.response.json();","    pm.expect(response).to.be.an('object');","    pm.expect(response.data).to.have.property('id');","    pm.expect(response.data).to.have.property('account_name');","});",""],"type":"text/javascript"}}],"id":"7c27a9b5-ddb0-443a-bddd-10550ade84f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/account/:id","urlObject":{"path":["account",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"a77188b4-d4da-4d4a-afd8-a3fcd04739ef","name":"200","originalRequest":{"auth":{"type":"oauth2","oauth2":{}},"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/account/:id","host":["http://localhost:8080/api/v1"],"path":["account",":id"],"variable":[{"key":"id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": 1,\n    \"account_name\": \"Account\",\n    \"company_code\": \"0001\"\n  }\n}"}],"_postman_id":"7c27a9b5-ddb0-443a-bddd-10550ade84f5"},{"name":"Update","event":[{"listen":"test","script":{"id":"b2565361-c971-40de-8e37-dd4d2ac5211a","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Returns valid object\", function() {","    const response = pm.response.json();","    pm.expect(response).to.be.an('object');","    pm.expect(response.data).to.have.property('id');","    pm.expect(response.data).to.have.property('account_name');","});"],"type":"text/javascript"}}],"id":"32b39667-1577-4223-8895-16955a338668","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 100,\n    \"account_name\": \"Account #1\",\n    \"code\": 100,\n    \"acronym_of_account\": \"ACR/01\"\n}"},"url":"http://localhost:8080/api/v1/account/:id","description":"<p>Update existing account.</p>\n","urlObject":{"path":["account",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"type":"string","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"32b39667-1577-4223-8895-16955a338668"}],"id":"92944a3b-c8d2-4014-aaf1-8c59b7619ab6","event":[{"listen":"prerequest","script":{"id":"0435fdd5-a667-47b1-94ce-50ec2188b965","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dd75c39b-25fb-4e2c-9ad4-6fae87061961","type":"text/javascript","exec":[""]}}],"_postman_id":"92944a3b-c8d2-4014-aaf1-8c59b7619ab6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"Account contact","item":[{"name":"Single","item":[{"name":"Read","id":"61aa2870-86de-44ab-9626-56c983c4c418","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/accountcontact/:id","description":"<p>Get existing account contact.</p>\n","urlObject":{"path":["accountcontact",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"id":"985f9126-7a45-45de-a4ea-b54451be2aeb","description":{"content":"<p>Account contact ID.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"aeec6ec6-a466-428d-aef4-81b887097ecd","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/accountcontact/:id","host":["http://localhost:8080/api/v1"],"path":["accountcontact",":id"],"variable":[{"id":"985f9126-7a45-45de-a4ea-b54451be2aeb","key":"id","value":"<integer>","description":"Account contact ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"error\": null,\r\n    \"data\": {\r\n        \"id\": 401,\r\n        \"position\": \"CEO\",\r\n        \"primary_contact\": false,\r\n        \"main_company\": true,\r\n        \"send_invoice_email\": false,\r\n        \"status\": \"status_in_company_active\",\r\n        \"start\": null,\r\n        \"finish\": null,\r\n        \"account\": {\r\n            \"id\": 1191,\r\n            \"account_name\": \"Testavimas T1\",\r\n            \"code\": \"ACC01187\"\r\n        },\r\n        \"contact\": {\r\n            \"id\": 798,\r\n            \"code\": \"CT00767\",\r\n            \"name\": \"Vida Avietė\"\r\n        }\r\n    }\r\n}"}],"_postman_id":"61aa2870-86de-44ab-9626-56c983c4c418"},{"name":"Update","id":"4f5e710e-904c-4705-ba81-4403b8ae3422","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"account_id\": 2,\r\n    \"contact_id\": 3,\r\n    \"main_company\": false,\r\n    \"primary_contact\": true,\r\n    \"position\": \"Programuotojas\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/accountcontact/:id","description":"<p>Update existing account contact.</p>\n","urlObject":{"path":["accountcontact",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"id":"faff4a9e-c217-403e-9dee-a3b6db91c1ac","description":{"content":"<p>Account contact ID.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"4f5e710e-904c-4705-ba81-4403b8ae3422"}],"id":"8c60eb37-5e6f-4036-aeaa-2cbc49e50360","_postman_id":"8c60eb37-5e6f-4036-aeaa-2cbc49e50360","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"List","id":"0375a0f1-fde1-4417-82d8-f41f82c20c66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/accountcontact","description":"<p>Get list of all account contacts in WiseTeam.</p>\n","urlObject":{"path":["accountcontact"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[]}},"response":[{"id":"bd254237-9412-411d-b2f5-44c251a6a74c","name":"200","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/accountcontact"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"error\": null,\r\n    \"data\": [\r\n        {\r\n            \"id\": 2,\r\n            \"position\": \"Pardavimų sk.\",\r\n            \"primary_contact\": false,\r\n            \"main_company\": true,\r\n            \"send_invoice_email\": false,\r\n            \"status\": \"status_in_company_active\",\r\n            \"start\": null,\r\n            \"finish\": null,\r\n            \"account\": {\r\n                \"id\": 1,\r\n                \"account_name\": \"APB \\\"Apranga\\\"\",\r\n                \"code\": \"ACC00001\"\r\n            },\r\n            \"contact\": {\r\n                \"id\": 2,\r\n                \"code\": \"CT00002\",\r\n                \"name\": \"Vytautas Ozolinš\"\r\n            }\r\n        },\r\n        {\r\n            \"id\": 3,\r\n            \"position\": \"Logistikos sk.\",\r\n            \"primary_contact\": false,\r\n            \"main_company\": false,\r\n            \"send_invoice_email\": false,\r\n            \"status\": \"status_in_company_not_active\",\r\n            \"start\": null,\r\n            \"finish\": null,\r\n            \"account\": {\r\n                \"id\": 1,\r\n                \"account_name\": \"APB \\\"Apranga\\\"\",\r\n                \"code\": \"ACC00001\"\r\n            },\r\n            \"contact\": {\r\n                \"id\": 3,\r\n                \"code\": \"CT00003\",\r\n                \"name\": \"Laurynas Gerbutavičius\"\r\n            }\r\n        },\r\n        {\r\n            \"id\": 4,\r\n            \"position\": \"Head of the Operations department\",\r\n            \"primary_contact\": true,\r\n            \"main_company\": true,\r\n            \"send_invoice_email\": false,\r\n            \"status\": \"status_in_company_active\",\r\n            \"start\": null,\r\n            \"finish\": null,\r\n            \"account\": {\r\n                \"id\": 1,\r\n                \"account_name\": \"APB \\\"Apranga\\\"\",\r\n                \"code\": \"ACC00001\"\r\n            },\r\n            \"contact\": {\r\n                \"id\": 15,\r\n                \"code\": \"CT00015\",\r\n                \"name\": \"Milda Matilda\"\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"0375a0f1-fde1-4417-82d8-f41f82c20c66"},{"name":"Create","id":"83615c73-eaed-47f7-8978-0bf0e8974b16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"account_id\": 1,\r\n  \"contact_id\": 1,\r\n  \"primary_contact\": false,\r\n  \"main_company\": true,\r\n  \"position\": \"Naujokas\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/accountcontact","description":"<p>Create new account contact association. An account and contact is needed to create this relation.</p>\n","urlObject":{"path":["accountcontact"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"83615c73-eaed-47f7-8978-0bf0e8974b16"},{"name":"Delete","id":"9331ec56-44ec-49df-a731-6d00a1656c6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/accountcontact/:id","description":"<p>Delete an account contact instance.</p>\n","urlObject":{"path":["accountcontact",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"description":{"content":"<p>Account contact ID.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"9331ec56-44ec-49df-a731-6d00a1656c6e"}],"id":"374e227a-7072-408f-bde1-c37f7966eff3","_postman_id":"374e227a-7072-408f-bde1-c37f7966eff3","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"List","event":[{"listen":"test","script":{"id":"878f649d-abe5-47e2-b068-a4ffa444ddee","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Returns valid object\", function() {","    const response = pm.response.json();","    pm.expect(response).to.be.an('object');","    pm.expect(response).to.have.property('error').and.eq(null);","    pm.expect(response.data).to.be.an('array').but.not.an('object');","    pm.expect(response.data[0]).to.have.property('id');","    pm.expect(response.data[1]).to.have.property('account_name');","});"],"type":"text/javascript"}}],"id":"03fffcd5-6396-4673-a549-8fc211b17cfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/account","description":"<p>Get list of all accounts</p>\n","urlObject":{"path":["account"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[]}},"response":[{"id":"629a058c-b8c1-4a70-9c48-6b2ef8c7eec6","name":"200","originalRequest":{"auth":{"type":"oauth2","oauth2":{}},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/account","description":"Get list of all accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"account_name\": \"<string>\",\n    \"code\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"account_name\": \"<string>\",\n    \"code\": \"<string>\"\n  }\n]"}],"_postman_id":"03fffcd5-6396-4673-a549-8fc211b17cfc"},{"name":"Create","event":[{"listen":"test","script":{"id":"6b456cd5-7521-4d10-8338-4db4c2a0710f","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Returns valid object\", function() {","    const response = pm.response.json();","    pm.expect(response).to.be.an('object');","    pm.expect(response.data).to.have.property('id');","    pm.expect(response.data).to.have.property('account_name');","    pm.expect(response.data).to.have.property('code');","});",""],"type":"text/javascript"}}],"id":"d229141e-3bba-497e-8c08-d64d8bcd562f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"account_name\": \"WiseTeam Sales #6\",\n    \"city\": \"Vilnius\",\n    \"acronym_of_account\": \"ACC6\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/account","description":"<p>Create account.</p>\n<p>You can find all account properties by examining response from GET request.</p>\n","urlObject":{"path":["account"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d229141e-3bba-497e-8c08-d64d8bcd562f"},{"name":"Delete","event":[{"listen":"test","script":{"id":"d4773eb4-72d6-4427-bcae-b7a473b489c0","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Returns deleted object\", function() {","    const response = pm.response.json();","    pm.expect(response).to.be.an('object');","    pm.expect(response.data).to.have.property('created');","});",""],"type":"text/javascript"}}],"id":"a914ebab-416a-42b4-93df-72dc72fe3990","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/account/:id","description":"<p>Delete an account.</p>\n","urlObject":{"path":["account",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"type":"string","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"a914ebab-416a-42b4-93df-72dc72fe3990"}],"id":"e7b28744-7e9a-4ec6-a7e6-8ffc87c29875","description":"<p>List, create, read, update and delete accounts.</p>\n","event":[{"listen":"prerequest","script":{"id":"6f524726-19ae-45bb-9db5-e7e9150233cf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cbfbe216-8c03-40c5-9561-4c3918efe9dc","type":"text/javascript","exec":[""]}}],"_postman_id":"e7b28744-7e9a-4ec6-a7e6-8ffc87c29875","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"Lead","item":[{"name":"Single lead","item":[{"name":"Read","event":[{"listen":"test","script":{"id":"e90ffeda-c718-4913-9d37-c83f7cb88d30","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Returns valid object\", function() {","    const response = pm.response.json();","    pm.expect(response).to.be.an('object');","    pm.expect(response.data).to.have.property('id');","    pm.expect(response.data).to.have.property('topic');","    pm.expect(response.data).to.have.property('code');","});",""],"type":"text/javascript"}}],"id":"15b1ba20-24fa-490b-a74a-709fa7372864","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/lead/:id","description":"<p>Get single lead by record ID.</p>\n","urlObject":{"path":["lead",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"type":"string","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"15b1ba20-24fa-490b-a74a-709fa7372864"}],"id":"586741bb-d837-49c8-be91-7c694d0c4859","event":[{"listen":"prerequest","script":{"id":"21ee39f5-e9ad-48fe-8bef-2865eb7ef48a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6ac9aba7-cb6b-482d-a82f-102bd4584ee5","type":"text/javascript","exec":[""]}}],"_postman_id":"586741bb-d837-49c8-be91-7c694d0c4859","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"List","id":"d05e95ed-dc45-4f99-a7a6-ea5bb62ee6b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/lead","urlObject":{"path":["lead"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[]}},"response":[{"id":"8f0741ee-10de-4b66-a32f-7794e38c47f0","name":"200","originalRequest":{"auth":{"type":"oauth2","oauth2":{}},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/lead"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\"\n  }\n]"}],"_postman_id":"d05e95ed-dc45-4f99-a7a6-ea5bb62ee6b8"},{"name":"Create","id":"080e4c1c-d07e-4726-ad7e-6dfec453fb89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"topic\": \"Lead Title\",\n    \"contact_id\": 468,\n    \"account_id\": 2,\n    \"company_name\": \"Company\",\n    \"name\": \"John Smith\"\n}"},"url":"http://localhost:8080/api/v1/lead","description":"<p>Create lead.</p>\n<p>No new account or contact is created if <code>company_name</code> or <code>name</code> (contact name) parameters are provided. Values will be stored as lead properties of string type. To create account or contact make calls to corresponding endpoints covered in this document. Use IDs from response as <code>account_id</code> and <code>contact_id</code> respectively.</p>\n<p>Use communication endpoint if you want to add phone number, email address, etc. Example below:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request POST '{{baseUri}}/communication' \\\n--data-raw '{\n    \"title\": \"example@example.com\",\n    \"type\": \"communication_type_email\",\n    \"entity_name\": \"lead\",\n    \"entity_id\": [Lead ID],\n    \"lead_id\": [Lead ID]\n}'\n\n</code></pre>\n","urlObject":{"path":["lead"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"080e4c1c-d07e-4726-ad7e-6dfec453fb89"},{"name":"Delete","event":[{"listen":"test","script":{"id":"b7194d34-8b92-4bf9-b8c8-5c17cb794d13","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"259df4de-344a-4537-83ea-648d8d0ace8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/lead/:id","description":"<p>Delete lead.</p>\n","urlObject":{"path":["lead",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"type":"string","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"259df4de-344a-4537-83ea-648d8d0ace8a"}],"id":"8c3da0f6-899f-47f4-a0e4-85ac4e822061","event":[{"listen":"prerequest","script":{"id":"85b71ab2-5b56-4873-a46a-988e8510dc96","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f13d1528-57ec-4594-a58f-efb1d822bda2","type":"text/javascript","exec":[""]}}],"_postman_id":"8c3da0f6-899f-47f4-a0e4-85ac4e822061","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"Opportunity","item":[{"name":"Single","item":[{"name":"Read","id":"033064e0-61e7-4a55-af4b-eca4dc2dd97c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/opportunity/:id","description":"<p>Retrieves a single opportunity by its unique identifier.</p>\n<ul>\n<li>Method: GET</li>\n<li>URL: http://localhost:8080/api/v1/opportunity/:id</li>\n<li>Path variable:<ul>\n<li>id (integer, required) — The ID of the opportunity to fetch.</li>\n</ul>\n</li>\n<li>Authentication/variables: This request relies on environment variables. Set http://localhost:8080/api/v1 to your API host. Provide API credentials using {{apiKeyName}} and {{apiKey}} (for example via an API Key auth scheme configured on the request, folder, or collection).</li>\n</ul>\n<p>Use this endpoint to look up details for a specific opportunity. Ensure the id is a valid integer and that your active environment contains the required variables before sending.</p>\n","urlObject":{"path":["opportunity",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"b77e92ed-e041-48d0-818b-882b07b3869f","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/opportunity/:id","host":["http://localhost:8080/api/v1"],"path":["opportunity",":id"],"variable":[{"key":"id","value":"<integer>","type":"string"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"error\": null,\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"uid\": null,\r\n            \"title\": \"Opportunity\",\r\n            \"code\": \"OPP00001\",\r\n            \"rating\": null,\r\n            \"type\": null,\r\n            \"segment\": null,\r\n            \"status\": \"opportunity_status_30_done\",\r\n            \"priority\": null,\r\n            \"source\": null,\r\n            \"revenue\": null,\r\n            \"probability\": \"5\",\r\n            \"potential\": \"0.0000\",\r\n            \"customer_whishes\": null,\r\n            \"start\": {\r\n                \"date\": \"2025-07-22 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"finish\": {\r\n                \"date\": \"2025-08-18 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"duration\": null,\r\n            \"work\": null,\r\n            \"calculated_work\": null,\r\n            \"baseline_work\": null,\r\n            \"tender_id\": null,\r\n            \"tender_description\": null,\r\n            \"description\": null,\r\n            \"last_stage\": \"1_Qualification\",\r\n            \"last_stage_status\": \"stage_status_30_done\",\r\n            \"standart_rate\": null,\r\n            \"target\": null,\r\n            \"our_strength\": null,\r\n            \"our_weak\": null,\r\n            \"opportunity_number\": null,\r\n            \"billing_type\": null,\r\n            \"waiting_task_count\": 0,\r\n            \"not_started_task_count\": 0,\r\n            \"in_progress_task_count\": 0,\r\n            \"done_task_count\": 0,\r\n            \"canceled_task_count\": 0,\r\n            \"is_public\": null,\r\n            \"created\": {\r\n                \"date\": \"2025-07-22 08:08:39.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"last_action\": {\r\n                \"date\": \"2025-07-24 13:28:57.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"last_action_description\": \"Task status changed\",\r\n            \"media_count\": 0,\r\n            \"notes_count\": 0,\r\n            \"add_to_pipeline\": true,\r\n            \"disqualified_reason\": null,\r\n            \"disqualified_reason_choices\": null,\r\n            \"disqualified_date\": null,\r\n            \"disqualified\": null,\r\n            \"project_duration\": null,\r\n            \"search_group_ids\": [],\r\n            \"cached_groups_path\": \"\",\r\n            \"costs\": null,\r\n            \"origin\": null,\r\n            \"reopen_date\": null,\r\n            \"currency\": \"EUR\",\r\n            \"active_stage\": null,\r\n            \"sales_pipeline\": {\r\n                \"id\": 1,\r\n                \"title\": \"Sales Pipeline\",\r\n                \"created\": {\r\n                    \"date\": \"2025-07-21 12:04:23.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"updated\": {\r\n                    \"date\": \"2025-07-21 12:04:23.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"is_public\": null,\r\n                \"is_default\": true,\r\n                \"is_active\": true\r\n            },\r\n            \"account\": {\r\n                \"id\": 1,\r\n                \"account_name\": \"Primary Account\",\r\n                \"code\": \"ACC00001\",\r\n                \"company_code\": null,\r\n                \"vat_code\": null,\r\n                \"number_of_employees\": null,\r\n                \"bank_account\": null,\r\n                \"acronym_of_account\": null,\r\n                \"client_code\": null,\r\n                \"language\": \"lt\",\r\n                \"no_email\": false,\r\n                \"waiting_task_count\": 0,\r\n                \"not_started_task_count\": 15,\r\n                \"in_progress_task_count\": 11,\r\n                \"done_task_count\": 8,\r\n                \"canceled_task_count\": 0,\r\n                \"created\": {\r\n                    \"date\": \"2018-05-24 11:43:36.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"updated\": {\r\n                    \"date\": \"2025-08-04 12:23:09.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"media_count\": 0,\r\n                \"notes_count\": 0,\r\n                \"import_date\": null,\r\n                \"last_action\": {\r\n                    \"date\": \"2025-10-24 14:37:33.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"last_action_description\": \"New Task\",\r\n                \"status\": null,\r\n                \"cached_groups_path\": \"All Accounts; Test; Test/Test2; Test/Test2/Test3; Test/Test4;\",\r\n                \"incorporation_date\": null,\r\n                \"project_currency\": \"EUR\",\r\n                \"invoice_currency\": \"EUR\"\r\n            },\r\n            \"stages\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"uid\": null,\r\n                    \"name\": \"1_Qualification\",\r\n                    \"planned_start_date\": {\r\n                        \"date\": \"2025-07-22 00:00:00.000000\",\r\n                        \"timezone_type\": 3,\r\n                        \"timezone\": \"Europe/Vilnius\"\r\n                    },\r\n                    \"planned_finish_date\": {\r\n                        \"date\": \"2025-07-22 00:00:00.000000\",\r\n                        \"timezone_type\": 3,\r\n                        \"timezone\": \"Europe/Vilnius\"\r\n                    },\r\n                    \"actual_start_date\": {\r\n                        \"date\": \"2025-07-22 00:00:00.000000\",\r\n                        \"timezone_type\": 3,\r\n                        \"timezone\": \"Europe/Vilnius\"\r\n                    },\r\n                    \"actual_finish_date\": {\r\n                        \"date\": \"2025-08-18 00:00:00.000000\",\r\n                        \"timezone_type\": 3,\r\n                        \"timezone\": \"Europe/Vilnius\"\r\n                    },\r\n                    \"description\": null,\r\n                    \"status\": \"stage_status_30_done\",\r\n                    \"potencial_revenue\": \"0.0000\",\r\n                    \"revenue\": null,\r\n                    \"created\": {\r\n                        \"date\": \"2025-07-22 08:08:39.000000\",\r\n                        \"timezone_type\": 3,\r\n                        \"timezone\": \"Europe/Vilnius\"\r\n                    },\r\n                    \"costs\": null\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"}],"_postman_id":"033064e0-61e7-4a55-af4b-eca4dc2dd97c"},{"name":"Update","id":"6a54e74f-1d40-47ee-ab42-291408b4941b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[],"url":"http://localhost:8080/api/v1/opportunity/:id","urlObject":{"path":["opportunity",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"type":"string","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"6a54e74f-1d40-47ee-ab42-291408b4941b"}],"id":"fc10330f-8680-472a-b182-97b257998b9f","event":[{"listen":"prerequest","script":{"id":"cefe2b27-cf78-477f-bf9c-a87ec2f9e75f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bbfd7029-e336-4bc4-a5d8-f569d888e491","type":"text/javascript","exec":[""]}}],"_postman_id":"fc10330f-8680-472a-b182-97b257998b9f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"List","event":[{"listen":"test","script":{"id":"534ec78a-c50a-4843-aeb1-a45f2db1fa50","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Response is valid\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData).to.be.an('object');","    pm.expect(jsonData.data).to.be.an('array');","});"],"type":"text/javascript"}}],"id":"67ac9d41-e754-4ec2-8869-b2401e84dba5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/opportunity","description":"<p>This GET request lists all opportunities in WiseTeam. It retrieves an array of opportunity objects from the API endpoint at http://localhost:8080/api/v1/opportunity. Use this endpoint to fetch the current opportunities available in the system.</p>\n","urlObject":{"path":["opportunity"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[]}},"response":[{"id":"844f7018-f667-47da-9822-3ecdafc1b8ad","name":"200","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/opportunity"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"error\": null,\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"uid\": null,\r\n            \"title\": \"Opportunity\",\r\n            \"code\": \"OPP00001\",\r\n            \"rating\": null,\r\n            \"type\": null,\r\n            \"segment\": null,\r\n            \"status\": \"opportunity_status_30_done\",\r\n            \"priority\": null,\r\n            \"source\": null,\r\n            \"revenue\": null,\r\n            \"probability\": \"5\",\r\n            \"potential\": \"0.0000\",\r\n            \"customer_whishes\": null,\r\n            \"start\": {\r\n                \"date\": \"2025-07-22 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"finish\": {\r\n                \"date\": \"2025-08-18 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"duration\": null,\r\n            \"work\": null,\r\n            \"calculated_work\": null,\r\n            \"baseline_work\": null,\r\n            \"tender_id\": null,\r\n            \"tender_description\": null,\r\n            \"description\": null,\r\n            \"last_stage\": \"1_Qualification\",\r\n            \"last_stage_status\": \"stage_status_30_done\",\r\n            \"standart_rate\": null,\r\n            \"target\": null,\r\n            \"our_strength\": null,\r\n            \"our_weak\": null,\r\n            \"opportunity_number\": null,\r\n            \"billing_type\": null,\r\n            \"waiting_task_count\": 0,\r\n            \"not_started_task_count\": 0,\r\n            \"in_progress_task_count\": 0,\r\n            \"done_task_count\": 0,\r\n            \"canceled_task_count\": 0,\r\n            \"is_public\": null,\r\n            \"created\": {\r\n                \"date\": \"2025-07-22 08:08:39.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"last_action\": {\r\n                \"date\": \"2025-07-24 13:28:57.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"last_action_description\": \"Task status changed\",\r\n            \"media_count\": 0,\r\n            \"notes_count\": 0,\r\n            \"add_to_pipeline\": true,\r\n            \"disqualified_reason\": null,\r\n            \"disqualified_reason_choices\": null,\r\n            \"disqualified_date\": null,\r\n            \"disqualified\": null,\r\n            \"project_duration\": null,\r\n            \"search_group_ids\": [],\r\n            \"cached_groups_path\": \"\",\r\n            \"costs\": null,\r\n            \"origin\": null,\r\n            \"reopen_date\": null,\r\n            \"currency\": \"EUR\",\r\n            \"active_stage\": null,\r\n            \"sales_pipeline\": {\r\n                \"id\": 1,\r\n                \"title\": \"Sales Pipeline\",\r\n                \"created\": {\r\n                    \"date\": \"2025-07-21 12:04:23.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"updated\": {\r\n                    \"date\": \"2025-07-21 12:04:23.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"is_public\": null,\r\n                \"is_default\": true,\r\n                \"is_active\": true\r\n            },\r\n            \"account\": {\r\n                \"id\": 1,\r\n                \"account_name\": \"Primary Account\",\r\n                \"code\": \"ACC00001\",\r\n                \"company_code\": null,\r\n                \"vat_code\": null,\r\n                \"number_of_employees\": null,\r\n                \"bank_account\": null,\r\n                \"acronym_of_account\": null,\r\n                \"client_code\": null,\r\n                \"language\": \"lt\",\r\n                \"no_email\": false,\r\n                \"waiting_task_count\": 0,\r\n                \"not_started_task_count\": 15,\r\n                \"in_progress_task_count\": 11,\r\n                \"done_task_count\": 8,\r\n                \"canceled_task_count\": 0,\r\n                \"created\": {\r\n                    \"date\": \"2018-05-24 11:43:36.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"updated\": {\r\n                    \"date\": \"2025-08-04 12:23:09.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"media_count\": 0,\r\n                \"notes_count\": 0,\r\n                \"import_date\": null,\r\n                \"last_action\": {\r\n                    \"date\": \"2025-10-24 14:37:33.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"last_action_description\": \"New Task\",\r\n                \"status\": null,\r\n                \"cached_groups_path\": \"All Accounts; Test; Test/Test2; Test/Test2/Test3; Test/Test4;\",\r\n                \"incorporation_date\": null,\r\n                \"project_currency\": \"EUR\",\r\n                \"invoice_currency\": \"EUR\"\r\n            },\r\n            \"stages\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"uid\": null,\r\n                    \"name\": \"1_Qualification\",\r\n                    \"planned_start_date\": {\r\n                        \"date\": \"2025-07-22 00:00:00.000000\",\r\n                        \"timezone_type\": 3,\r\n                        \"timezone\": \"Europe/Vilnius\"\r\n                    },\r\n                    \"planned_finish_date\": {\r\n                        \"date\": \"2025-07-22 00:00:00.000000\",\r\n                        \"timezone_type\": 3,\r\n                        \"timezone\": \"Europe/Vilnius\"\r\n                    },\r\n                    \"actual_start_date\": {\r\n                        \"date\": \"2025-07-22 00:00:00.000000\",\r\n                        \"timezone_type\": 3,\r\n                        \"timezone\": \"Europe/Vilnius\"\r\n                    },\r\n                    \"actual_finish_date\": {\r\n                        \"date\": \"2025-08-18 00:00:00.000000\",\r\n                        \"timezone_type\": 3,\r\n                        \"timezone\": \"Europe/Vilnius\"\r\n                    },\r\n                    \"description\": null,\r\n                    \"status\": \"stage_status_30_done\",\r\n                    \"potencial_revenue\": \"0.0000\",\r\n                    \"revenue\": null,\r\n                    \"created\": {\r\n                        \"date\": \"2025-07-22 08:08:39.000000\",\r\n                        \"timezone_type\": 3,\r\n                        \"timezone\": \"Europe/Vilnius\"\r\n                    },\r\n                    \"costs\": null\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"uid\": null,\r\n            \"title\": \"Opportunity2\",\r\n            \"code\": \"OPP00002\",\r\n            \"rating\": null,\r\n            \"type\": null,\r\n            \"segment\": null,\r\n            \"status\": \"opportunity_status_30_done\",\r\n            \"priority\": null,\r\n            \"source\": null,\r\n            \"revenue\": null,\r\n            \"probability\": \"5\",\r\n            \"potential\": \"0.0000\",\r\n            \"customer_whishes\": null,\r\n            \"start\": {\r\n                \"date\": \"2025-08-18 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"finish\": {\r\n                \"date\": \"2025-08-18 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"duration\": null,\r\n            \"work\": null,\r\n            \"calculated_work\": null,\r\n            \"baseline_work\": null,\r\n            \"tender_id\": null,\r\n            \"tender_description\": null,\r\n            \"description\": null,\r\n            \"last_stage\": \"1_Qualification\",\r\n            \"last_stage_status\": \"stage_status_30_done\",\r\n            \"standart_rate\": null,\r\n            \"target\": null,\r\n            \"our_strength\": null,\r\n            \"our_weak\": null,\r\n            \"opportunity_number\": null,\r\n            \"billing_type\": null,\r\n            \"waiting_task_count\": 0,\r\n            \"not_started_task_count\": 0,\r\n            \"in_progress_task_count\": 0,\r\n            \"done_task_count\": 0,\r\n            \"canceled_task_count\": 0,\r\n            \"is_public\": null,\r\n            \"created\": {\r\n                \"date\": \"2025-08-18 06:34:23.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"last_action\": {\r\n                \"date\": \"2025-08-18 09:34:23.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"last_action_description\": \"New Stage\",\r\n            \"media_count\": 0,\r\n            \"notes_count\": 0,\r\n            \"add_to_pipeline\": true,\r\n            \"disqualified_reason\": null,\r\n            \"disqualified_reason_choices\": null,\r\n            \"disqualified_date\": null,\r\n            \"disqualified\": null,\r\n            \"project_duration\": null,\r\n            \"search_group_ids\": [],\r\n            \"cached_groups_path\": \"\",\r\n            \"costs\": null,\r\n            \"origin\": null,\r\n            \"reopen_date\": null,\r\n            \"currency\": \"EUR\",\r\n            \"active_stage\": null,\r\n            \"sales_pipeline\": {\r\n                \"id\": 1,\r\n                \"title\": \"Sales Pipeline\",\r\n                \"created\": {\r\n                    \"date\": \"2025-07-21 12:04:23.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"updated\": {\r\n                    \"date\": \"2025-07-21 12:04:23.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"is_public\": null,\r\n                \"is_default\": true,\r\n                \"is_active\": true\r\n            },\r\n            \"account\": {\r\n                \"id\": 1,\r\n                \"account_name\": \"Primary Account\",\r\n                \"code\": \"ACC00001\",\r\n                \"company_code\": null,\r\n                \"vat_code\": null,\r\n                \"number_of_employees\": null,\r\n                \"bank_account\": null,\r\n                \"acronym_of_account\": null,\r\n                \"client_code\": null,\r\n                \"language\": \"lt\",\r\n                \"no_email\": false,\r\n                \"waiting_task_count\": 0,\r\n                \"not_started_task_count\": 15,\r\n                \"in_progress_task_count\": 11,\r\n                \"done_task_count\": 8,\r\n                \"canceled_task_count\": 0,\r\n                \"created\": {\r\n                    \"date\": \"2018-05-24 11:43:36.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"updated\": {\r\n                    \"date\": \"2025-08-04 12:23:09.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"media_count\": 0,\r\n                \"notes_count\": 0,\r\n                \"import_date\": null,\r\n                \"last_action\": {\r\n                    \"date\": \"2025-10-24 14:37:33.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"last_action_description\": \"New Task\",\r\n                \"status\": null,\r\n                \"cached_groups_path\": \"All Accounts; Test; Test/Test2; Test/Test2/Test3; Test/Test4;\",\r\n                \"incorporation_date\": null,\r\n                \"project_currency\": \"EUR\",\r\n                \"invoice_currency\": \"EUR\"\r\n            },\r\n            \"stages\": [\r\n                {\r\n                    \"id\": 2,\r\n                    \"uid\": null,\r\n                    \"name\": \"1_Qualification\",\r\n                    \"planned_start_date\": {\r\n                        \"date\": \"2025-08-18 00:00:00.000000\",\r\n                        \"timezone_type\": 3,\r\n                        \"timezone\": \"Europe/Vilnius\"\r\n                    },\r\n                    \"planned_finish_date\": {\r\n                        \"date\": \"2025-08-18 00:00:00.000000\",\r\n                        \"timezone_type\": 3,\r\n                        \"timezone\": \"Europe/Vilnius\"\r\n                    },\r\n                    \"actual_start_date\": {\r\n                        \"date\": \"2025-08-18 00:00:00.000000\",\r\n                        \"timezone_type\": 3,\r\n                        \"timezone\": \"Europe/Vilnius\"\r\n                    },\r\n                    \"actual_finish_date\": {\r\n                        \"date\": \"2025-08-18 00:00:00.000000\",\r\n                        \"timezone_type\": 3,\r\n                        \"timezone\": \"Europe/Vilnius\"\r\n                    },\r\n                    \"description\": null,\r\n                    \"status\": \"stage_status_30_done\",\r\n                    \"potencial_revenue\": \"0.0000\",\r\n                    \"revenue\": null,\r\n                    \"created\": {\r\n                        \"date\": \"2025-08-18 06:34:23.000000\",\r\n                        \"timezone_type\": 3,\r\n                        \"timezone\": \"Europe/Vilnius\"\r\n                    },\r\n                    \"costs\": null\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"}],"_postman_id":"67ac9d41-e754-4ec2-8869-b2401e84dba5"},{"name":"Create","id":"20bf2bd4-8a17-4506-aea2-7ae5a4b3e914","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Business Opportunity #1\",\n    \"account_id\": 828,\n    \"status\": \"opportunity_status_20_in_progress\",\n    \"last_stage\": \"3_Pasiūlymas\",\n    \"last_stage_status\": \"stage_status_30_done\",\n    \"start\": {\n        \"date\": \"2015-05-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Vilnius\"\n    },\n    \"finish\": {\n        \"date\": \"2015-08-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Vilnius\"\n    }\n}"},"url":"http://localhost:8080/api/v1/opportunity","urlObject":{"path":["opportunity"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"20bf2bd4-8a17-4506-aea2-7ae5a4b3e914"},{"name":"Delete","id":"c8ac802e-0b00-464f-8bd1-8fdf5a167b1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/opportunity/:id","description":"<p>Delete single opprotunity by ID.</p>\n","urlObject":{"path":["opportunity",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"type":"string","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"c8ac802e-0b00-464f-8bd1-8fdf5a167b1c"}],"id":"cafd77da-3a4c-45b8-8977-d47fdaf36f53","event":[{"listen":"prerequest","script":{"id":"c0cd8067-5179-479a-919a-316fc4692485","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a95194aa-8b9e-4978-87fd-6aec2fe90c8a","type":"text/javascript","exec":[""]}}],"_postman_id":"cafd77da-3a4c-45b8-8977-d47fdaf36f53","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"Communication","item":[{"name":"Create","id":"ba48a9e6-b410-4332-ba40-e319c7ddbe4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"communication_type_address\",\n    \"entity_name\": \"lead\",\n    \"street_address\": \"Baker Street\",\n    \"post_code\": \"1000\",\n    \"entity_id\": 4\n}"},"url":"{{baseUri}}/communication","description":"<p>Possible communication types:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>communication_type_mobile</td>\n<td>Mobile phone number</td>\n</tr>\n<tr>\n<td>communication_type_phone</td>\n<td>Phone number</td>\n</tr>\n<tr>\n<td>communication_type_email</td>\n<td>Email address</td>\n</tr>\n<tr>\n<td>communication_type_web</td>\n<td>Web address</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["communication"],"host":["{{baseUri}}"],"query":[],"variable":[]}},"response":[{"id":"c0fab646-528f-42b0-99e8-7b95f988af83","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"+370 321 010203\",\n    \"type\": \"communication_type_address\",\n    \"entity_name\": \"lead\",\n    \"address\": \"Baker Street\",\n    \"post_code\": \"1000\",\n    \"city\": \"London\",\n    \"country\": \"GB\",\n    \"entity_id\": 4\n}"},"url":"{{baseUri}}/communication"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.11"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 22 Dec 2020 14:45:16 GMT"},{"key":"X-Debug-Token","value":"cf46a3"},{"key":"X-Debug-Token-Link","value":"http://localhost:8080/_profiler/cf46a3"},{"key":"Expires","value":"Tue, 22 Dec 2020 14:45:16 GMT"},{"key":"X-Symfony-Cache","value":"POST /api/v1/communication?apikey=qwer: pass, invalidate"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"data\": [\n        {\n            \"id\": 2388,\n            \"title\": \"+370 321 010203\",\n            \"type\": \"communication_type_address\",\n            \"entity_name\": \"lead\",\n            \"entity_id\": 4,\n            \"created\": {\n                \"date\": \"2020-12-22 16:45:16.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"Europe/Vilnius\"\n            }\n        }\n    ]\n}"}],"_postman_id":"ba48a9e6-b410-4332-ba40-e319c7ddbe4a"}],"id":"b63edca4-3e4e-450e-85c9-6be8976efa6b","_postman_id":"b63edca4-3e4e-450e-85c9-6be8976efa6b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"Note","item":[{"name":"Create","id":"f8923825-d7cd-43f3-a09d-a66850fcc89a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"entity_name\": \"lead\",\n    \"entity_id\": \"1\",\n    \"text\": \"<h1>Some HTML</h1>\"\n}"},"url":"{{baseUri}}/note","urlObject":{"path":["note"],"host":["{{baseUri}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8923825-d7cd-43f3-a09d-a66850fcc89a"},{"name":"List","id":"a3dfab81-5839-4e0d-8df4-8fd163b858cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/note?entity_name=task&entity_id=<integer>","urlObject":{"path":["note"],"host":["http://localhost:8080/api/v1"],"query":[{"key":"entity_name","value":"task"},{"key":"entity_id","value":"<integer>"},{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"65d92f14-44aa-48d9-8810-12860505babb","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/note?entity_name=task&entity_id=<integer>","host":["http://localhost:8080/api/v1"],"path":["note"],"query":[{"key":"entity_name","value":"task"},{"key":"entity_id","value":"<integer>"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"error\": null,\r\n    \"data\": [\r\n        {\r\n            \"id\": 9,\r\n            \"uid\": null,\r\n            \"entity_id\": 13,\r\n            \"entity_name\": \"task\",\r\n            \"title\": null,\r\n            \"text\": \"<p><span></span>Noutas</p>\",\r\n            \"personal\": false,\r\n            \"for_reporting\": false,\r\n            \"pinned_note\": false,\r\n            \"name\": \"Administrator\",\r\n            \"owner\": 1,\r\n            \"date\": {\r\n                \"date\": \"2021-12-01 17:30:19.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"mentioned_users\": \"\",\r\n            \"updated\": {\r\n                \"date\": \"2021-12-01 17:30:19.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"updated_by\": null\r\n        },\r\n        {\r\n            \"id\": 10,\r\n            \"uid\": null,\r\n            \"entity_id\": 13,\r\n            \"entity_name\": \"task\",\r\n            \"title\": null,\r\n            \"text\": \"<p><span class=\\\"mention-user\\\" data-mention-user-id=\\\"1\\\" data-content=\\\"<div class=&quot;hint-inline&quot;><div class=&quot;hint-user&quot;><img src=&quot;/bundles/invetaadmin/images/wiseteam_profile.png&quot; width=&quot;25&quot; height=&quot;auto&quot; /></div><span>Administrator</span></div>\\\" data-html=\\\"true\\\" data-placement=\\\"top\\\" image-path=\\\"/bundles/invetaadmin/images/wiseteam_profile.png\\\">@Administrator</span><span>&nbsp; Labas</span><span></span></p>\",\r\n            \"personal\": false,\r\n            \"for_reporting\": false,\r\n            \"pinned_note\": false,\r\n            \"name\": \"Administrator\",\r\n            \"owner\": 1,\r\n            \"date\": {\r\n                \"date\": \"2021-12-01 17:30:47.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"mentioned_users\": \"1\",\r\n            \"updated\": {\r\n                \"date\": \"2021-12-01 17:30:47.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"updated_by\": null\r\n        }\r\n    ]\r\n}"}],"_postman_id":"a3dfab81-5839-4e0d-8df4-8fd163b858cf"}],"id":"9eff2e1f-2588-4094-8abb-b3bcad7258e0","_postman_id":"9eff2e1f-2588-4094-8abb-b3bcad7258e0","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"Project","item":[{"name":"Single","item":[{"name":"Read","event":[{"listen":"test","script":{"id":"21b0f54a-2cc6-4bc1-baa3-893884b896e3","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Returns valid object\", function() {\r","    const response = pm.response.json();\r","    pm.expect(response).to.be.an('object');\r","    pm.expect(response).to.have.property('error').and.eq(null);\r","    pm.expect(response.data).to.be.an('array').but.not.an('object');\r","    pm.expect(response.data[0]).to.have.property('id');\r","    pm.expect(response.data[1]).to.have.property('title');\r","});"],"type":"text/javascript"}}],"id":"c91ba89f-ce4a-4afd-bc15-7382656db618","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/project/:id","description":"<p>Get project data.</p>\n","urlObject":{"path":["project",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"4b6ae065-ecba-4ec5-81b4-f75442b6779a","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/project/:id","host":["http://localhost:8080/api/v1"],"path":["project",":id"],"variable":[{"key":"id","value":"<integer>"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"error\": null,\r\n    \"data\": [\r\n        {\r\n            \"id\": 70,\r\n            \"uid\": null,\r\n            \"code\": \"PR00087\",\r\n            \"number\": null,\r\n            \"project_id_code\": null,\r\n            \"title\": \"Projektas\",\r\n            \"type\": \"project_type_fix\",\r\n            \"category\": null,\r\n            \"status\": \"project_status_10_initiation\",\r\n            \"priority\": null,\r\n            \"segment\": null,\r\n            \"description\": null,\r\n            \"start_date\": {\r\n                \"date\": \"2025-12-15 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"finish_date\": {\r\n                \"date\": \"2025-12-16 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"actual_start_date\": {\r\n                \"date\": \"2025-12-15 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"actual_finish_date\": null,\r\n            \"budget_cost\": null,\r\n            \"baseline_cost\": null,\r\n            \"amount_excl_taxes\": null,\r\n            \"amount_incl_taxes\": \"0.0000\",\r\n            \"taxes_amount\": \"0.0000\",\r\n            \"taxes_value\": \"0\",\r\n            \"project_number\": null,\r\n            \"import_code\": null,\r\n            \"baseline\": null,\r\n            \"baseline_start\": null,\r\n            \"baseline_finish\": null,\r\n            \"budget_amount\": null,\r\n            \"standard_rate\": null,\r\n            \"created\": {\r\n                \"date\": \"2025-12-15 10:06:25.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"updated\": {\r\n                \"date\": \"2026-01-19 08:24:44.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"waiting_task_count\": 0,\r\n            \"not_started_task_count\": 9,\r\n            \"in_progress_task_count\": 0,\r\n            \"done_task_count\": 0,\r\n            \"canceled_task_count\": 0,\r\n            \"is_public\": null,\r\n            \"calculate_actual_budget_from_purchases\": false,\r\n            \"media_count\": 0,\r\n            \"notes_count\": 0,\r\n            \"estimated_revenue_percentage\": null,\r\n            \"import_date\": null,\r\n            \"payment_period\": 5,\r\n            \"calendar_updated\": null,\r\n            \"project_recalculated\": null,\r\n            \"price_type\": \"price_type_standard_rate\",\r\n            \"billable\": \"\",\r\n            \"search_group_ids\": [],\r\n            \"cached_groups_path\": \"\",\r\n            \"first_execution_baseline_start\": null,\r\n            \"first_execution_baseline_finish\": null,\r\n            \"fixed_dates\": true,\r\n            \"support_amount\": null,\r\n            \"locked_for_editing\": false,\r\n            \"project_currency\": \"EUR\",\r\n            \"invoice_currency\": \"EUR\",\r\n            \"budget_buffer\": null,\r\n            \"actual_work\": null,\r\n            \"billable_actual_work\": null,\r\n            \"advance_percentage\": null,\r\n            \"is_template\": false,\r\n            \"service_group\": {\r\n                \"id\": 2,\r\n                \"title\": \"Kitos pajamos\",\r\n                \"code_a\": \"B1\",\r\n                \"code_b\": null,\r\n                \"use_as_service_group\": true,\r\n                \"type\": \"budget_line_type_income\",\r\n                \"expense_type\": null,\r\n                \"enabled\": true,\r\n                \"color\": null,\r\n                \"lft\": 1,\r\n                \"rgt\": 2,\r\n                \"root\": 2,\r\n                \"lvl\": 0\r\n            },\r\n            \"owner\": {\r\n                \"email\": \"admin@gmail.com\",\r\n                \"roles\": [\r\n                    \"ROLE_TASK_LIST\",\r\n                    \"ROLE_TIMESHEET\",\r\n                    \"ROLE_TASK_VIEW\",\r\n                    \"ROLE_INVOICE_PROFORMA_VIEW_ALL\",\r\n                    \"ROLE_PURCHASE_ACCEPTANCE_CERTIFICATE_VIEW\",\r\n                    \"ROLE_PROJECT_LIST\",\r\n                    \"ROLE_TASK_EDIT\",\r\n                    \"ROLE_SETTINGS\",\r\n                    \"ROLE_TASK_RELATIONSTAB\",\r\n                    \"ROLE_ACCOUNT\",\r\n                    \"ROLE_CHANGE_VIEW_ALL\",\r\n                    \"ROLE_ACTIVITY_VIEW\",\r\n                    \"ROLE_ACTIVITY_VIEW_ALL\",\r\n                    \"ROLE_PROJECT_VIEW\",\r\n                    \"ROLE_PROJECT_VIEW_ALL\",\r\n                    \"ROLE_PROJECT_EDIT\",\r\n                    \"ROLE_CONTACT_VIEW\",\r\n                    \"ROLE_GROUP_2\"\r\n                ],\r\n                \"id\": 6,\r\n                \"name\": \"admin\",\r\n                \"status\": null,\r\n                \"code\": null\r\n            },\r\n            \"account\": {\r\n                \"id\": 2,\r\n                \"account_name\": \"Įmonė testavmui\",\r\n                \"code\": \"ACC00002\",\r\n                \"company_code\": \"15\",\r\n                \"vat_code\": \"16\",\r\n                \"number_of_employees\": 20,\r\n                \"bank_account\": null,\r\n                \"acronym_of_account\": null,\r\n                \"client_code\": null,\r\n                \"language\": \"lt\",\r\n                \"no_email\": false,\r\n                \"waiting_task_count\": 0,\r\n                \"not_started_task_count\": 347,\r\n                \"in_progress_task_count\": 11,\r\n                \"done_task_count\": 56,\r\n                \"canceled_task_count\": 0,\r\n                \"created\": {\r\n                    \"date\": \"2025-07-24 07:39:21.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"updated\": {\r\n                    \"date\": \"2026-01-19 08:34:21.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"media_count\": 0,\r\n                \"notes_count\": 0,\r\n                \"import_date\": null,\r\n                \"last_action\": {\r\n                    \"date\": \"2025-10-24 14:34:20.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"last_action_description\": \"New Task\",\r\n                \"status\": \"account_status_10_active\",\r\n                \"cached_groups_path\": \"Test/Test4;\",\r\n                \"incorporation_date\": null,\r\n                \"project_currency\": \"EUR\",\r\n                \"invoice_currency\": \"EUR\"\r\n            },\r\n            \"executive\": {\r\n                \"username\": \"admin\",\r\n                \"enabled\": true,\r\n                \"id\": 1,\r\n                \"name\": \"Administrator\",\r\n                \"status\": \"Active\"\r\n            },\r\n            \"custom_properties\": [\r\n                {\r\n                    \"id\": 1612,\r\n                    \"name\": \"cp_project_694aa8d837a12\",\r\n                    \"type\": \"dictionary\",\r\n                    \"value\": \"cp_project_694aa8d837cb6_2\",\r\n                    \"dictionary_code\": \"cp_project_694aa8d837cb6\"\r\n                },\r\n                {\r\n                    \"id\": 1613,\r\n                    \"name\": \"cp_project_694ab02fca816\",\r\n                    \"type\": \"text\",\r\n                    \"value\": \"Praba\",\r\n                    \"dictionary_code\": \"\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"}],"_postman_id":"c91ba89f-ce4a-4afd-bc15-7382656db618"},{"name":"Update","id":"63f85d2d-3784-49a8-9256-ba8179b44c5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Project Update\",\r\n    \"status\": \"project_status_60_closed\",\r\n    \"priority\": \"project_priority_50_medium\",\r\n    \"type\": \"project_type_tm\",\r\n    \"service_group_id\": 2,\r\n    \"project_currency\": 4,\r\n    \"invoice_currency\": 5,\r\n    \"standard_rate\": 3500,\r\n    \"budget_amount\": 320,\r\n    \"support_amount\": 1500,\r\n    \"budget_buffer\": 80,\r\n    \"billable\": \"project_billable_default\",\r\n    \"taxes_value\": 0,\r\n    \"number\": 17,\r\n    \"project_id_code\": 8,\r\n    \"payment_period\": 2,\r\n    \"calendar_id\": 0,\r\n    \"fixed_dates\": 0,\r\n    \"price_type\": \"price_type_standard_rate\",\r\n    \"calculate_actual_budget_from_purchases\": 0,\r\n    \"primary_account_id\": 2,\r\n    \"account_id\": 3,\r\n    \"contact_id\": 4,\r\n    \"decision_contact\": 5,\r\n    \"opportunity_id\": 3,\r\n    \"owner_id\": 3,\r\n    \"executive_id\": 2,\r\n    \"account_owner_id\": 3,\r\n    \"country_id\": 2,\r\n    \"city_id\": 2,\r\n    \"location_id\": 10\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/project/:id","description":"<h3 id=\"update-project-details\">Update Project Details</h3>\n<p>This endpoint allows the user to update the details of a specific project.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>title</code> (string): The title of the project.</p>\n</li>\n<li><p><code>status</code> (string): The status of the project. String has to be a dictionary value.</p>\n</li>\n<li><p><code>priority</code> (string): The priority of the project. String has to be a dictionary value.</p>\n</li>\n<li><p><code>type</code> (string): The type of the project. String has to be a dictionary value.</p>\n</li>\n<li><p><code>service_group_id</code> (integer): The ID of the service group associated with the project.</p>\n</li>\n<li><p><code>project_currency</code> (integer): The currency used for the project.</p>\n</li>\n<li><p><code>invoice_currency</code> (integer): The currency used for invoicing.</p>\n</li>\n<li><p><code>standard_rate</code> (integer): The standard rate for the project.</p>\n</li>\n<li><p><code>budget_amount</code> (integer): The budgeted amount for the project.</p>\n</li>\n<li><p><code>support_amount</code> (integer): The support amount for the project.</p>\n</li>\n<li><p><code>budget_buffer</code> (integer): The buffer amount for the project budget.</p>\n</li>\n<li><p><code>billable</code> (string): Indicates if the project is billable. String has to be a dictionary value.</p>\n</li>\n<li><p><code>taxes_value</code> (integer): The value of taxes for the project. Default ones are [0,9,21] more can be created.</p>\n</li>\n<li><p><code>number</code> (integer): The project number.</p>\n</li>\n<li><p><code>project_id_code</code> (integer): The project ID code.</p>\n</li>\n<li><p><code>payment_period</code> (integer): The payment period for the project.</p>\n</li>\n<li><p><code>calendar_id</code> (integer): The ID of the calendar associated with the project.</p>\n</li>\n<li><p><code>fixed_dates</code> (boolean): Indicates if the project has fixed dates.</p>\n</li>\n<li><p><code>price_type</code> (string): The type of pricing for the project. Available price types: [''price_type_budget', 'price_type_pricing', 'price_type_standard_rate']</p>\n</li>\n<li><p><code>calculate_actual_budget_from_purchases</code> (boolean): Indicates if the actual budget is calculated from purchases.</p>\n</li>\n<li><p><code>primary_account_id</code> (integer): The ID of the primary account associated with the project.</p>\n</li>\n<li><p><code>account_id</code> (integer): The ID of the account associated with the project.</p>\n</li>\n<li><p><code>contact_id</code> (integer): The ID of the contact associated with the project.</p>\n</li>\n<li><p><code>decision_contact</code> (integer): The ID of the decision contact associated with the project.</p>\n</li>\n<li><p><code>opportunity_id</code> (integer): The ID of the opportunity associated with the project.</p>\n</li>\n<li><p><code>owner_id</code> (integer): The ID of the owner of the project.</p>\n</li>\n<li><p><code>executive_id</code> (integer): The ID of the executive associated with the project.</p>\n</li>\n<li><p><code>account_owner_id</code> (integer): The ID of the account owner associated with the project.</p>\n</li>\n<li><p><code>country_id</code> (integer): The ID of the country associated with the project.</p>\n</li>\n<li><p><code>city_id</code> (integer): The ID of the city associated with the project.</p>\n</li>\n<li><p><code>location_id</code> (integer): The ID of the location associated with the project.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response of this request will be a JSON object conforming to the schema defined for the project details.</p>\n","urlObject":{"path":["project",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"description":{"content":"<p>Project ID.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"63f85d2d-3784-49a8-9256-ba8179b44c5c"}],"id":"e03e3366-cf92-47cf-8bf4-b130992d2ef6","_postman_id":"e03e3366-cf92-47cf-8bf4-b130992d2ef6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"List","event":[{"listen":"test","script":{"id":"5630e47a-726d-4f05-8346-e6e21fe59617","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Returns valid object\", function() {\r","    const response = pm.response.json();\r","    pm.expect(response).to.be.an('object');\r","    pm.expect(response).to.have.property('error').and.eq(null);\r","    pm.expect(response.data).to.be.an('array').but.not.an('object');\r","    pm.expect(response.data[0]).to.have.property('id');\r","    pm.expect(response.data[1]).to.have.property('title');\r","});"],"type":"text/javascript"}}],"id":"ee67d0df-4567-4fa0-9596-957888ff686a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/project","description":"<p>Get project list.</p>\n<p>You can filter the list by project code by adding a query parameter project_code with project code value</p>\n","urlObject":{"path":["project"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[]}},"response":[{"id":"10e95788-05cc-4e2c-b1d1-34945047855d","name":"200","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/project"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"error\": null,\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"uid\": null,\r\n            \"code\": \"PR00001\",\r\n            \"number\": null,\r\n            \"project_id_code\": null,\r\n            \"title\": \"Projektas\",\r\n            \"type\": \"project_type_fix\",\r\n            \"category\": null,\r\n            \"status\": \"project_status_20_in_progress\",\r\n            \"priority\": \"\",\r\n            \"segment\": null,\r\n            \"description\": null,\r\n            \"start_date\": {\r\n                \"date\": \"2025-04-03 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"finish_date\": {\r\n                \"date\": \"2025-07-25 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"actual_start_date\": {\r\n                \"date\": \"2025-07-24 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"actual_finish_date\": null,\r\n            \"budget_cost\": null,\r\n            \"baseline_cost\": null,\r\n            \"amount_excl_taxes\": null,\r\n            \"amount_incl_taxes\": \"0.0000\",\r\n            \"taxes_amount\": \"0.0000\",\r\n            \"taxes_value\": \"21\",\r\n            \"project_number\": null,\r\n            \"import_code\": null,\r\n            \"baseline\": null,\r\n            \"baseline_start\": {\r\n                \"date\": \"2025-07-22 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"baseline_finish\": {\r\n                \"date\": \"2025-07-25 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"budget_amount\": \"5000.0000\",\r\n            \"standard_rate\": null,\r\n            \"created\": {\r\n                \"date\": \"2025-07-21 12:25:29.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"updated\": {\r\n                \"date\": \"2025-11-26 10:08:25.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"waiting_task_count\": 0,\r\n            \"not_started_task_count\": 5,\r\n            \"in_progress_task_count\": 2,\r\n            \"done_task_count\": 25,\r\n            \"canceled_task_count\": 0,\r\n            \"is_public\": null,\r\n            \"calculate_actual_budget_from_purchases\": false,\r\n            \"media_count\": 0,\r\n            \"notes_count\": 0,\r\n            \"estimated_revenue_percentage\": null,\r\n            \"import_date\": null,\r\n            \"payment_period\": 5,\r\n            \"calendar_updated\": null,\r\n            \"project_recalculated\": null,\r\n            \"price_type\": \"price_type_standard_rate\",\r\n            \"billable\": null,\r\n            \"search_group_ids\": [],\r\n            \"cached_groups_path\": \"\",\r\n            \"first_execution_baseline_start\": null,\r\n            \"first_execution_baseline_finish\": null,\r\n            \"fixed_dates\": true,\r\n            \"support_amount\": null,\r\n            \"locked_for_editing\": false,\r\n            \"project_currency\": \"EUR\",\r\n            \"invoice_currency\": \"EUR\",\r\n            \"budget_buffer\": null,\r\n            \"actual_work\": null,\r\n            \"billable_actual_work\": null,\r\n            \"advance_percentage\": 15,\r\n            \"is_template\": true,\r\n            \"account\": {\r\n                \"id\": 2,\r\n                \"account_name\": \"Įmonė testavmui\",\r\n                \"code\": \"ACC00002\",\r\n                \"company_code\": \"15\",\r\n                \"vat_code\": \"16\",\r\n                \"number_of_employees\": 20,\r\n                \"bank_account\": null,\r\n                \"acronym_of_account\": null,\r\n                \"client_code\": null,\r\n                \"language\": \"lt\",\r\n                \"no_email\": false,\r\n                \"waiting_task_count\": 0,\r\n                \"not_started_task_count\": 347,\r\n                \"in_progress_task_count\": 11,\r\n                \"done_task_count\": 56,\r\n                \"canceled_task_count\": 0,\r\n                \"created\": {\r\n                    \"date\": \"2025-07-24 07:39:21.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"updated\": {\r\n                    \"date\": \"2026-01-19 08:34:21.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"media_count\": 0,\r\n                \"notes_count\": 0,\r\n                \"import_date\": null,\r\n                \"last_action\": {\r\n                    \"date\": \"2025-10-24 14:34:20.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"last_action_description\": \"New Task\",\r\n                \"status\": \"account_status_10_active\",\r\n                \"cached_groups_path\": \"Test/Test4;\",\r\n                \"incorporation_date\": null,\r\n                \"project_currency\": \"EUR\",\r\n                \"invoice_currency\": \"EUR\"\r\n            },\r\n            \"executive\": {\r\n                \"username\": \"Admin\",\r\n                \"enabled\": true,\r\n                \"id\": 1,\r\n                \"name\": \"admin\",\r\n                \"status\": null\r\n            },\r\n            \"service_group\": {\r\n                \"id\": 2,\r\n                \"title\": \"Kitos pajamos\",\r\n                \"code_a\": \"B1\",\r\n                \"code_b\": null,\r\n                \"use_as_service_group\": true,\r\n                \"type\": \"budget_line_type_income\",\r\n                \"expense_type\": null,\r\n                \"enabled\": true,\r\n                \"color\": null,\r\n                \"lft\": 1,\r\n                \"rgt\": 2,\r\n                \"root\": 2,\r\n                \"lvl\": 0\r\n            },\r\n            \"owner\": {\r\n                \"email\": \"info@wiseteam.eu\",\r\n                \"roles\": [\r\n                    \"ROLE_SUPER_ADMIN\",\r\n                    \"ROLE_GROUP_1\"\r\n                ],\r\n                \"id\": 1,\r\n                \"name\": \"Administrator\",\r\n                \"status\": \"Active\",\r\n                \"code\": null\r\n            },\r\n            \"custom_properties\": []\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"uid\": null,\r\n            \"code\": \"PR00002\",\r\n            \"number\": null,\r\n            \"project_id_code\": null,\r\n            \"title\": \"Projektas 2\",\r\n            \"type\": \"project_type_fix\",\r\n            \"category\": null,\r\n            \"status\": \"project_status_20_in_progress\",\r\n            \"priority\": \"\",\r\n            \"segment\": null,\r\n            \"description\": null,\r\n            \"start_date\": {\r\n                \"date\": \"2025-07-21 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"finish_date\": {\r\n                \"date\": \"2025-10-09 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"actual_start_date\": {\r\n                \"date\": \"2025-10-06 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"actual_finish_date\": null,\r\n            \"budget_cost\": null,\r\n            \"baseline_cost\": null,\r\n            \"amount_excl_taxes\": null,\r\n            \"amount_incl_taxes\": \"0.0000\",\r\n            \"taxes_amount\": \"0.0000\",\r\n            \"taxes_value\": \"21\",\r\n            \"project_number\": null,\r\n            \"import_code\": null,\r\n            \"baseline\": null,\r\n            \"baseline_start\": null,\r\n            \"baseline_finish\": null,\r\n            \"budget_amount\": \"5000.0000\",\r\n            \"standard_rate\": null,\r\n            \"created\": {\r\n                \"date\": \"2025-07-21 20:09:17.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"updated\": {\r\n                \"date\": \"2025-11-26 10:04:48.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"waiting_task_count\": 0,\r\n            \"not_started_task_count\": 5,\r\n            \"in_progress_task_count\": 11,\r\n            \"done_task_count\": 8,\r\n            \"canceled_task_count\": 0,\r\n            \"is_public\": null,\r\n            \"calculate_actual_budget_from_purchases\": false,\r\n            \"media_count\": 0,\r\n            \"notes_count\": 0,\r\n            \"estimated_revenue_percentage\": null,\r\n            \"import_date\": null,\r\n            \"payment_period\": 5,\r\n            \"calendar_updated\": null,\r\n            \"project_recalculated\": null,\r\n            \"price_type\": \"price_type_standard_rate\",\r\n            \"billable\": null,\r\n            \"search_group_ids\": [\r\n                \"1\"\r\n            ],\r\n            \"cached_groups_path\": \"Testine grupe;\",\r\n            \"first_execution_baseline_start\": null,\r\n            \"first_execution_baseline_finish\": null,\r\n            \"fixed_dates\": true,\r\n            \"support_amount\": null,\r\n            \"locked_for_editing\": false,\r\n            \"project_currency\": \"EUR\",\r\n            \"invoice_currency\": \"EUR\",\r\n            \"budget_buffer\": null,\r\n            \"actual_work\": null,\r\n            \"billable_actual_work\": null,\r\n            \"advance_percentage\": 2,\r\n            \"is_template\": false,\r\n            \"account\": {\r\n                \"id\": 2,\r\n                \"account_name\": \"Įmonė testavmui\",\r\n                \"code\": \"ACC00002\",\r\n                \"company_code\": \"15\",\r\n                \"vat_code\": \"16\",\r\n                \"number_of_employees\": 20,\r\n                \"bank_account\": null,\r\n                \"acronym_of_account\": null,\r\n                \"client_code\": null,\r\n                \"language\": \"lt\",\r\n                \"no_email\": false,\r\n                \"waiting_task_count\": 0,\r\n                \"not_started_task_count\": 347,\r\n                \"in_progress_task_count\": 11,\r\n                \"done_task_count\": 56,\r\n                \"canceled_task_count\": 0,\r\n                \"created\": {\r\n                    \"date\": \"2025-07-24 07:39:21.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"updated\": {\r\n                    \"date\": \"2026-01-19 08:34:21.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"media_count\": 0,\r\n                \"notes_count\": 0,\r\n                \"import_date\": null,\r\n                \"last_action\": {\r\n                    \"date\": \"2025-10-24 14:34:20.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"last_action_description\": \"New Task\",\r\n                \"status\": \"account_status_10_active\",\r\n                \"cached_groups_path\": \"Test/Test4;\",\r\n                \"incorporation_date\": null,\r\n                \"project_currency\": \"EUR\",\r\n                \"invoice_currency\": \"EUR\"\r\n            },\r\n            \"service_group\": {\r\n                \"id\": 2,\r\n                \"title\": \"Kitos pajamos\",\r\n                \"code_a\": \"B1\",\r\n                \"code_b\": null,\r\n                \"use_as_service_group\": true,\r\n                \"type\": \"budget_line_type_income\",\r\n                \"expense_type\": null,\r\n                \"enabled\": true,\r\n                \"color\": null,\r\n                \"lft\": 1,\r\n                \"rgt\": 2,\r\n                \"root\": 2,\r\n                \"lvl\": 0\r\n            },\r\n            \"owner\": {\r\n                \"email\": \"info@wiseteam.eu\",\r\n                \"roles\": [\r\n                    \"ROLE_SUPER_ADMIN\",\r\n                    \"ROLE_GROUP_1\"\r\n                ],\r\n                \"id\": 1,\r\n                \"name\": \"Administrator\",\r\n                \"status\": \"Active\",\r\n                \"code\": null\r\n            },\r\n            \"custom_properties\": []\r\n        }\r\n    ]\r\n}"}],"_postman_id":"ee67d0df-4567-4fa0-9596-957888ff686a"},{"name":"Create","id":"3de78fff-7f09-474b-a07f-708dab2b3025","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Create project\",\r\n    \"status\": \"project_status_20_in_progress\",\r\n    \"priority\": \"project_priority_20_low\",\r\n    \"type\": \"project_type_not_billable\",\r\n    \"service_group_id\": 3,\r\n    \"project_currency\": 2,\r\n    \"invoice_currency\": 2,\r\n    \"standard_rate\": 5000,\r\n    \"budget_amount\": 3000,\r\n    \"support_amount\": 2000,\r\n    \"budget_buffer\": 1000,\r\n    \"billable\": \"project_billable_when_done\",\r\n    \"taxes_value\": 21,\r\n    \"number\": 14,\r\n    \"project_id_code\": 4,\r\n    \"payment_period\": 1,\r\n    \"start_date\": \"2024-11-14\",\r\n    \"finish_date\": \"2024-11-15\",\r\n    \"calendar_id\": 1,\r\n    \"fixed_dates\": 1,\r\n    \"price_type\": \"price_type_pricing\",\r\n    \"calculate_actual_budget_from_purchases\": 1,\r\n    \"primary_account_id\": 1,\r\n    \"account_id\": 2,\r\n    \"contact_id\": 2,\r\n    \"decision_contact\": 2,\r\n    \"opportunity_id\": 1,\r\n    \"owner_id\": 2,\r\n    \"executive_id\": 1,\r\n    \"account_owner_id\": 2,\r\n    \"country_id\": 1,\r\n    \"city_id\": 1,\r\n    \"location_id\": 9\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/project/","description":"<h3 id=\"create-project\">Create Project</h3>\n<p>This endpoint allows the creation of a new project.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>title</code> (string, required): The title of the project.</p>\n</li>\n<li><p><code>status</code> (string, required): The status of the project. String has to be a dictionary value.</p>\n</li>\n<li><p><code>priority</code> (string): The priority of the project.String has to be a dictionary value.</p>\n</li>\n<li><p><code>type</code> (string, required): The type of the project.String has to be a dictionary value.</p>\n</li>\n<li><p><code>service_group_id</code> (integer): The ID of the service group associated with the project.</p>\n</li>\n<li><p><code>project_currency</code> (integer): The currency used for the project.</p>\n</li>\n<li><p><code>invoice_currency</code> (integer): The currency used for invoicing.</p>\n</li>\n<li><p><code>standard_rate</code> (integer): The standard rate for the project.</p>\n</li>\n<li><p><code>budget_amount</code> (integer): The budget amount for the project.</p>\n</li>\n<li><p><code>support_amount</code> (integer): The support amount for the project.</p>\n</li>\n<li><p><code>budget_buffer</code> (integer): The budget buffer for the project.</p>\n</li>\n<li><p><code>billable</code> (string): Indicates if the project is billable.String has to be a dictionary value.</p>\n</li>\n<li><p><code>taxes_value</code> (integer): The value of taxes for the project.</p>\n</li>\n<li><p><code>number</code> (integer): The project number.</p>\n</li>\n<li><p><code>project_id_code</code> (integer): The project ID code.</p>\n</li>\n<li><p><code>payment_period</code> (integer): The payment period for the project.</p>\n</li>\n<li><p>start_date (string): Starting date of the project.</p>\n</li>\n<li><p>finish_date (string: Finish date of the project.</p>\n</li>\n<li><p><code>calendar_id</code> (integer): The ID of the calendar associated with the project.</p>\n</li>\n<li><p><code>fixed_dates</code> (boolean): Indicates if the project has fixed dates.</p>\n</li>\n<li><p><code>price_type</code> (string): The price type for the project.Available price types: ['price_type_budget', 'price_type_pricing', 'price_type_standard_rate']</p>\n</li>\n<li><p><code>calculate_actual_budget_from_purchases</code> (boolean): Indicates if the actual budget is calculated from purchases.</p>\n</li>\n<li><p><code>primary_account_id</code> (integer, required): The ID of the primary account associated with the project.</p>\n</li>\n<li><p><code>account_id</code> (integer, required): The ID of the account associated with the project.</p>\n</li>\n<li><p><code>contact_id</code> (integer): The ID of the contact associated with the project.This should have accountcontact relationship in the database to be valid.</p>\n</li>\n<li><p><code>decision_contact</code> (integer): The ID of the decision contact associated with the project.</p>\n</li>\n<li><p><code>opportunity_id</code> (integer): The ID of the opportunity associated with the project.</p>\n</li>\n<li><p><code>owner_id</code> (integer, required): The ID of the owner associated with the project.</p>\n</li>\n<li><p><code>executive_id</code> (integer): The ID of the executive associated with the project.</p>\n</li>\n<li><p><code>account_owner_id</code> (integer): The ID of the account owner associated with the project.</p>\n</li>\n<li><p><code>country_id</code> (integer): The ID of the country associated with the project.</p>\n</li>\n<li><p><code>city_id</code> (integer): The ID of the city associated with the project.</p>\n</li>\n<li><p><code>location_id</code> (integer): The ID of the location associated with the project. Location won't be set without a valid country and city.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will contain the details of the newly created project.</p>\n<h4 id=\"headers\">Headers</h4>\n<ul>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n","urlObject":{"path":["project",""],"host":["http://localhost:8080/api/v1"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"3de78fff-7f09-474b-a07f-708dab2b3025"}],"id":"0eb3d688-7c0c-4b0e-9979-e13dd41f1a7d","_postman_id":"0eb3d688-7c0c-4b0e-9979-e13dd41f1a7d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"Activity","item":[{"name":"Single","item":[{"name":"Read","id":"b73b20cc-877f-4eb8-bc27-8c3c96d3ca3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/activity/:id","description":"<p>Get activity data.</p>\n","urlObject":{"path":["activity",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"1647335a-cb11-4136-9d9f-ba60e7f3b429","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/activity/:id","host":["http://localhost:8080/api/v1"],"path":["activity",":id"],"variable":[{"key":"id","value":"<integer>"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n \"data\": {\r\n        \"id\": 307,\r\n        \"uid\": null,\r\n        \"code\": null,\r\n        \"wbs_code\": \"2\",\r\n        \"row_number\": 2,\r\n        \"title\": \"Su activity update finish\",\r\n        \"line_type\": null,\r\n        \"last_line\": true,\r\n        \"status\": \"activity_status_10_planned\",\r\n        \"priority\": \"\",\r\n        \"language\": \"activity_language_lithuanian\",\r\n        \"city_code\": null,\r\n        \"country_code\": null,\r\n        \"type\": \"activity_type_fix\",\r\n        \"description\": null,\r\n        \"start_date\": {\r\n            \"date\": \"2023-01-13 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"Europe/Vilnius\"\r\n        },\r\n        \"finish_date\": {\r\n            \"date\": \"2023-01-25 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"Europe/Vilnius\"\r\n        },\r\n        \"real_finish_date\": {\r\n            \"date\": \"2023-01-26 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"Europe/Vilnius\"\r\n        },\r\n        \"date_constraint\": null,\r\n        \"date_constraint_type\": null,\r\n        \"actual_start_date\": null,\r\n        \"actual_finish_date\": null,\r\n        \"baseline_start\": null,\r\n        \"baseline_finish\": null,\r\n        \"budget_amount\": \"0.0000\",\r\n        \"price\": null,\r\n        \"work_per_resource\": null,\r\n        \"planned_duration\": 9,\r\n        \"duration\": null,\r\n        \"baseline_duration\": null,\r\n        \"billable\": \"activity_billable\",\r\n        \"is_summary_activity\": null,\r\n        \"is_autoscheduled\": false,\r\n        \"is_periodic\": false,\r\n        \"number\": null,\r\n        \"lft\": 4,\r\n        \"rgt\": 5,\r\n        \"root\": 305,\r\n        \"lvl\": 1,\r\n        \"relation_type\": null,\r\n        \"waiting_task_count\": 0,\r\n        \"not_started_task_count\": 10,\r\n        \"in_progress_task_count\": 0,\r\n        \"done_task_count\": 0,\r\n        \"canceled_task_count\": 0,\r\n        \"created\": {\r\n            \"date\": \"2022-12-05 15:39:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"Europe/Vilnius\"\r\n        },\r\n        \"media_count\": 0,\r\n        \"notes_count\": 0,\r\n        \"participants_count\": 0,\r\n        \"progress\": 0,\r\n        \"standard_rate\": null,\r\n        \"import_date\": null,\r\n        \"subactivity_title\": null,\r\n        \"price_type\": \"price_type_standard_rate\",\r\n        \"search_group_ids\": [],\r\n        \"cached_groups_path\": \"\",\r\n        \"resources_count_direct\": 1,\r\n        \"resources_count_all\": 1,\r\n        \"parent\": {\r\n            \"id\": 305,\r\n            \"uid\": null,\r\n            \"code\": null,\r\n            \"wbs_code\": \"0\",\r\n            \"row_number\": 0,\r\n            \"title\": \"Procesai update dates veikimas\",\r\n            \"line_type\": null,\r\n            \"last_line\": false,\r\n            \"status\": \"activity_status_10_planned\",\r\n            \"priority\": null,\r\n            \"language\": null,\r\n            \"city_code\": null,\r\n            \"country_code\": null,\r\n            \"type\": \"activity_type_fix\",\r\n            \"description\": null,\r\n            \"start_date\": {\r\n                \"date\": \"2022-12-30 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"finish_date\": {\r\n                \"date\": \"2023-01-25 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"real_finish_date\": {\r\n                \"date\": \"2023-01-26 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"date_constraint\": null,\r\n            \"date_constraint_type\": null,\r\n            \"actual_start_date\": null,\r\n            \"actual_finish_date\": null,\r\n            \"baseline_start\": null,\r\n            \"baseline_finish\": null,\r\n            \"budget_amount\": \"0.0000\",\r\n            \"price\": null,\r\n            \"work_per_resource\": null,\r\n            \"planned_duration\": 19,\r\n            \"duration\": null,\r\n            \"baseline_duration\": null,\r\n            \"billable\": null,\r\n            \"is_summary_activity\": true,\r\n            \"is_autoscheduled\": true,\r\n            \"is_periodic\": false,\r\n            \"number\": null,\r\n            \"lft\": 1,\r\n            \"rgt\": 6,\r\n            \"root\": 305,\r\n            \"lvl\": 0,\r\n            \"relation_type\": null,\r\n            \"waiting_task_count\": null,\r\n            \"not_started_task_count\": null,\r\n            \"in_progress_task_count\": null,\r\n            \"done_task_count\": null,\r\n            \"canceled_task_count\": null,\r\n            \"created\": {\r\n                \"date\": \"2022-11-29 09:47:16.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"media_count\": 0,\r\n            \"notes_count\": 0,\r\n            \"participants_count\": 0,\r\n            \"progress\": 0,\r\n            \"standard_rate\": \"0.0000\",\r\n            \"import_date\": null,\r\n            \"subactivity_title\": null,\r\n            \"price_type\": \"price_type_standard_rate\",\r\n            \"search_group_ids\": [],\r\n            \"cached_groups_path\": \"\",\r\n            \"resources_count_direct\": 0,\r\n            \"resources_count_all\": 1\r\n        },\r\n        \"owner\": {\r\n            \"email\": \"email@email.lt\",\r\n            \"roles\": [\r\n                \"ROLE_SUPER_ADMIN\",\r\n                \"ROLE_GROUP_1\"\r\n            ],\r\n            \"id\": 1,\r\n            \"name\": \"Administrator\",\r\n            \"status\": \"Active\",\r\n            \"code\": null\r\n        },\r\n        \"revenue_category\": {\r\n            \"id\": 2,\r\n            \"title\": \"Other income\",\r\n            \"code_a\": \"B1\",\r\n            \"code_b\": null,\r\n            \"use_as_service_group\": true,\r\n            \"type\": \"budget_line_type_income\",\r\n            \"expense_type\": null,\r\n            \"enabled\": true,\r\n            \"color\": null,\r\n            \"lft\": 1,\r\n            \"rgt\": 2,\r\n            \"root\": 2,\r\n            \"lvl\": 0\r\n        },\r\n        \"country\": {\r\n            \"id\": 75,\r\n            \"title\": \"Finland\",\r\n            \"alpha2code\": \"FI\",\r\n            \"alpha3code\": \"FIN\",\r\n            \"dictionary_code\": \"country_finland\"\r\n        },\r\n        \"location\": {\r\n            \"id\": 2,\r\n            \"title\": \"Yrasas\",\r\n            \"city_code\": null,\r\n            \"country_code\": null,\r\n            \"street_address\": null,\r\n            \"post_code\": null\r\n        },\r\n        \"city\": {\r\n            \"id\": 120,\r\n            \"title\": \"Helsinki\",\r\n            \"dictionary_code\": \"country_finland_helsinki\"\r\n        },\r\n        \"room\": {\r\n            \"id\": 1,\r\n            \"title\": \"Kambarys\"\r\n        }\r\n    }\r\n}"}],"_postman_id":"b73b20cc-877f-4eb8-bc27-8c3c96d3ca3c"}],"id":"1c72cf2c-ea2c-47de-ad68-c61b6f255d3c","_postman_id":"1c72cf2c-ea2c-47de-ad68-c61b6f255d3c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"List","event":[{"listen":"test","script":{"id":"cf328740-24ff-43e2-9ddf-300f09291e19","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Returns valid object\", function() {\r","    const response = pm.response.json();\r","    pm.expect(response).to.be.an('object');\r","    pm.expect(response).to.have.property('error').and.eq(null);\r","    pm.expect(response.data).to.be.an('array').but.not.an('object');\r","    pm.expect(response.data[0]).to.have.property('id');\r","    pm.expect(response.data[1]).to.have.property('title');\r","});"],"type":"text/javascript"}}],"id":"566157cf-8eea-4923-9e05-8c78c8a228a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/activity?project_id=<integer>","description":"<p>Get list of project activities.</p>\n","urlObject":{"path":["activity"],"host":["http://localhost:8080/api/v1"],"query":[{"key":"project_id","value":"<integer>"}],"variable":[]}},"response":[{"id":"7864ee6f-b08a-4f52-b69a-6fbc06b9b64a","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/activity?{{apiKeyName}}={{apiKey}}&project_id=<integer>","host":["http://localhost:8080/api/v1"],"path":["activity"],"query":[{"key":"{{apiKeyName}}","value":"{{apiKey}}"},{"key":"project_id","value":"<integer>"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":" {\r\n    {\r\n        \"id\": 148,\r\n        \"uid\": null,\r\n        \"code\": null,\r\n        \"wbs_code\": \"0\",\r\n        \"row_number\": 0,\r\n        \"title\": \"Procesu projektas\",\r\n        \"line_type\": null,\r\n        \"last_line\": false,\r\n        \"status\": \"activity_status_10_planned\",\r\n        \"priority\": null,\r\n        \"language\": null,\r\n        \"city_code\": null,\r\n        \"country_code\": null,\r\n        \"type\": \"activity_type_fix\",\r\n        \"description\": null,\r\n        \"start_date\": {\r\n            \"date\": \"2022-06-22 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"Europe/Vilnius\"\r\n        },\r\n        \"finish_date\": {\r\n            \"date\": \"2022-12-12 23:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"Europe/Vilnius\"\r\n        },\r\n        \"real_finish_date\": {\r\n            \"date\": \"2022-12-12 23:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"Europe/Vilnius\"\r\n        },\r\n        \"date_constraint\": null,\r\n        \"date_constraint_type\": null,\r\n        \"actual_start_date\": null,\r\n        \"actual_finish_date\": null,\r\n        \"baseline_start\": null,\r\n        \"baseline_finish\": null,\r\n        \"budget_amount\": \"0.0000\",\r\n        \"price\": null,\r\n        \"work_per_resource\": null,\r\n        \"planned_duration\": 120,\r\n        \"duration\": null,\r\n        \"baseline_duration\": null,\r\n        \"billable\": null,\r\n        \"is_summary_activity\": true,\r\n        \"is_autoscheduled\": true,\r\n        \"is_periodic\": false,\r\n        \"number\": null,\r\n        \"lft\": 1,\r\n        \"rgt\": 26,\r\n        \"root\": 148,\r\n        \"lvl\": 0,\r\n        \"relation_type\": null,\r\n        \"waiting_task_count\": null,\r\n        \"not_started_task_count\": null,\r\n        \"in_progress_task_count\": null,\r\n        \"done_task_count\": null,\r\n        \"canceled_task_count\": null,\r\n        \"created\": {\r\n            \"date\": \"2022-06-29 10:27:59.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"Europe/Vilnius\"\r\n        },\r\n        \"media_count\": 0,\r\n        \"notes_count\": 0,\r\n        \"participants_count\": 0,\r\n        \"progress\": 0,\r\n        \"standard_rate\": \"0.0000\",\r\n        \"import_date\": null,\r\n        \"subactivity_title\": null,\r\n        \"price_type\": \"price_type_standard_rate\",\r\n        \"search_group_ids\": [],\r\n        \"cached_groups_path\": \"\",\r\n        \"resources_count_direct\": 0,\r\n        \"resources_count_all\": 0,\r\n        \"revenue_category\": {\r\n            \"id\": 2,\r\n            \"title\": \"Other income\",\r\n            \"code_a\": \"B1\",\r\n            \"code_b\": null,\r\n            \"use_as_service_group\": true,\r\n            \"type\": \"budget_line_type_income\",\r\n            \"expense_type\": null,\r\n            \"enabled\": true,\r\n            \"color\": null,\r\n            \"lft\": 1,\r\n            \"rgt\": 2,\r\n            \"root\": 2,\r\n            \"lvl\": 0\r\n        },\r\n        \"owner\": {\r\n            \"email\": \"email@email.lt\",\r\n            \"roles\": [\r\n                \"ROLE_SUPER_ADMIN\",\r\n                \"ROLE_GROUP_1\"\r\n            ],\r\n            \"id\": 1,\r\n            \"name\": \"Administrator\",\r\n            \"status\": \"Active\",\r\n            \"code\": null\r\n        },\r\n        \"parent\": null,\r\n        \"country\": null,\r\n        \"location\": null,\r\n        \"city\": null,\r\n        \"room\": null\r\n    },\r\n    {\r\n        \"id\": 150,\r\n        \"uid\": null,\r\n        \"code\": null,\r\n        \"wbs_code\": \"1\",\r\n        \"row_number\": 1,\r\n        \"title\": \"Procesas #1\",\r\n        \"line_type\": null,\r\n        \"last_line\": true,\r\n        \"status\": \"activity_status_10_planned\",\r\n        \"priority\": \"\",\r\n        \"language\": \"activity_language_lithuanian\",\r\n        \"city_code\": null,\r\n        \"country_code\": null,\r\n        \"type\": \"activity_type_fix\",\r\n        \"description\": null,\r\n        \"start_date\": {\r\n            \"date\": \"2022-06-29 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"Europe/Vilnius\"\r\n        },\r\n        \"finish_date\": {\r\n            \"date\": \"2022-07-01 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"Europe/Vilnius\"\r\n        },\r\n        \"real_finish_date\": {\r\n            \"date\": \"2022-07-02 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"Europe/Vilnius\"\r\n        },\r\n        \"date_constraint\": null,\r\n        \"date_constraint_type\": null,\r\n        \"actual_start_date\": {\r\n            \"date\": \"2022-06-22 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"Europe/Vilnius\"\r\n        },\r\n        \"actual_finish_date\": {\r\n            \"date\": \"2022-06-29 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"Europe/Vilnius\"\r\n        },\r\n        \"baseline_start\": null,\r\n        \"baseline_finish\": null,\r\n        \"budget_amount\": \"0.0000\",\r\n        \"price\": null,\r\n        \"work_per_resource\": null,\r\n        \"planned_duration\": 3,\r\n        \"duration\": null,\r\n        \"baseline_duration\": null,\r\n        \"billable\": \"activity_billable\",\r\n        \"is_summary_activity\": null,\r\n        \"is_autoscheduled\": false,\r\n        \"is_periodic\": false,\r\n        \"number\": null,\r\n        \"lft\": 2,\r\n        \"rgt\": 3,\r\n        \"root\": 148,\r\n        \"lvl\": 1,\r\n        \"relation_type\": null,\r\n        \"waiting_task_count\": 0,\r\n        \"not_started_task_count\": 3,\r\n        \"in_progress_task_count\": 0,\r\n        \"done_task_count\": 0,\r\n        \"canceled_task_count\": 8,\r\n        \"created\": {\r\n            \"date\": \"2022-06-29 10:29:46.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"Europe/Vilnius\"\r\n        },\r\n        \"media_count\": 0,\r\n        \"notes_count\": 0,\r\n        \"participants_count\": 0,\r\n        \"progress\": 0,\r\n        \"standard_rate\": null,\r\n        \"import_date\": null,\r\n        \"subactivity_title\": null,\r\n        \"price_type\": \"price_type_standard_rate\",\r\n        \"search_group_ids\": [],\r\n        \"cached_groups_path\": \"\",\r\n        \"resources_count_direct\": 0,\r\n        \"resources_count_all\": 0,\r\n        \"revenue_category\": {\r\n            \"id\": 2,\r\n            \"title\": \"Other income\",\r\n            \"code_a\": \"B1\",\r\n            \"code_b\": null,\r\n            \"use_as_service_group\": true,\r\n            \"type\": \"budget_line_type_income\",\r\n            \"expense_type\": null,\r\n            \"enabled\": true,\r\n            \"color\": null,\r\n            \"lft\": 1,\r\n            \"rgt\": 2,\r\n            \"root\": 2,\r\n            \"lvl\": 0\r\n        },\r\n        \"owner\": {\r\n            \"email\": \"email@email.lt\",\r\n            \"roles\": [\r\n                \"ROLE_SUPER_ADMIN\",\r\n                \"ROLE_GROUP_1\"\r\n            ],\r\n            \"id\": 1,\r\n            \"name\": \"Administrator\",\r\n            \"status\": \"Active\",\r\n            \"code\": null\r\n        },\r\n        \"parent\": {\r\n            \"id\": 148,\r\n            \"uid\": null,\r\n            \"code\": null,\r\n            \"wbs_code\": \"0\",\r\n            \"row_number\": 0,\r\n            \"title\": \"Procesu projektas\",\r\n            \"line_type\": null,\r\n            \"last_line\": false,\r\n            \"status\": \"activity_status_10_planned\",\r\n            \"priority\": null,\r\n            \"language\": null,\r\n            \"city_code\": null,\r\n            \"country_code\": null,\r\n            \"type\": \"activity_type_fix\",\r\n            \"description\": null,\r\n            \"start_date\": {\r\n                \"date\": \"2022-06-22 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"finish_date\": {\r\n                \"date\": \"2022-12-12 23:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"real_finish_date\": {\r\n                \"date\": \"2022-12-12 23:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"date_constraint\": null,\r\n            \"date_constraint_type\": null,\r\n            \"actual_start_date\": null,\r\n            \"actual_finish_date\": null,\r\n            \"baseline_start\": null,\r\n            \"baseline_finish\": null,\r\n            \"budget_amount\": \"0.0000\",\r\n            \"price\": null,\r\n            \"work_per_resource\": null,\r\n            \"planned_duration\": 120,\r\n            \"duration\": null,\r\n            \"baseline_duration\": null,\r\n            \"billable\": null,\r\n            \"is_summary_activity\": true,\r\n            \"is_autoscheduled\": true,\r\n            \"is_periodic\": false,\r\n            \"number\": null,\r\n            \"lft\": 1,\r\n            \"rgt\": 26,\r\n            \"root\": 148,\r\n            \"lvl\": 0,\r\n            \"relation_type\": null,\r\n            \"waiting_task_count\": null,\r\n            \"not_started_task_count\": null,\r\n            \"in_progress_task_count\": null,\r\n            \"done_task_count\": null,\r\n            \"canceled_task_count\": null,\r\n            \"created\": {\r\n                \"date\": \"2022-06-29 10:27:59.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"media_count\": 0,\r\n            \"notes_count\": 0,\r\n            \"participants_count\": 0,\r\n            \"progress\": 0,\r\n            \"standard_rate\": \"0.0000\",\r\n            \"import_date\": null,\r\n            \"subactivity_title\": null,\r\n            \"price_type\": \"price_type_standard_rate\",\r\n            \"search_group_ids\": [],\r\n            \"cached_groups_path\": \"\",\r\n            \"resources_count_direct\": 0,\r\n            \"resources_count_all\": 0\r\n        },\r\n        \"country\": {\r\n            \"id\": 129,\r\n            \"title\": \"Lithuania\",\r\n            \"alpha2code\": \"LT\",\r\n            \"alpha3code\": \"LTU\",\r\n            \"dictionary_code\": \"country_lithuania\"\r\n        },\r\n        \"location\": null,\r\n        \"city\": null,\r\n        \"room\": null\r\n    }\r\n}"}],"_postman_id":"566157cf-8eea-4923-9e05-8c78c8a228a2"}],"id":"8d0eaa23-d528-4463-8b95-ed994dd5aecf","_postman_id":"8d0eaa23-d528-4463-8b95-ed994dd5aecf","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"Activity participant","item":[{"name":"Single","item":[{"name":"Read","event":[{"listen":"test","script":{"id":"94fea6c4-6baa-4fb0-a449-2e47f7a76463","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Returns valid object\", function() {\r","    const response = pm.response.json();\r","    pm.expect(response).to.be.an('object');\r","    pm.expect(response).to.have.property('error').and.eq(null);\r","    pm.expect(response.data).to.be.an('array').but.not.an('object');\r","    pm.expect(response.data[0]).to.have.property('id');\r","});"],"type":"text/javascript"}}],"id":"ab72aa0c-ad89-4798-bbe2-455c03ea4105","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/activityparticipant/:id","description":"<p>Get activity participant data.</p>\n","urlObject":{"path":["activityparticipant",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"e956d5ad-2f81-4e74-86b6-60a6de6867c9","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/activityparticipant/:id","host":["http://localhost:8080/api/v1"],"path":["activityparticipant",":id"],"variable":[{"key":"id","value":"<integer>"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": 5,\r\n        \"uid\": null,\r\n        \"price\": \"50.0000\",\r\n        \"status\": \"activity_participant_status_registered\",\r\n        \"discount\": null,\r\n        \"diploma_number\": null,\r\n        \"diploma_date\": null,\r\n        \"hours\": null,\r\n        \"import_date\": null,\r\n        \"media_count\": 0\r\n    }\r\n}"}],"_postman_id":"ab72aa0c-ad89-4798-bbe2-455c03ea4105"},{"name":"Update","event":[{"listen":"test","script":{"id":"463cb45d-98d8-4874-bec0-adbf777ee2a3","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Returns valid object\", function() {\r","    const response = pm.response.json();\r","    pm.expect(response).to.be.an('object');\r","});"],"type":"text/javascript"}}],"id":"67d81635-4e56-44c2-852c-49324afafa8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"activity_participant_status_registered\",\r\n    \"hours\": 20,\r\n    \"price\": 1500,\r\n    \"discount\": 20\r\n}\r\n"},"url":"http://localhost:8080/api/v1/activityparticipant/:id","description":"<p>Update existing activity participant</p>\n","urlObject":{"path":["activityparticipant",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"67d81635-4e56-44c2-852c-49324afafa8b"}],"id":"bb9d41ff-ef0d-4575-b08d-d4d2ff5a93d6","_postman_id":"bb9d41ff-ef0d-4575-b08d-d4d2ff5a93d6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"List","event":[{"listen":"test","script":{"id":"393981c1-73a1-4bf3-a95e-c35b39c1d51b","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Returns valid object\", function() {\r","    const response = pm.response.json();\r","    pm.expect(response).to.be.an('object');\r","    pm.expect(response).to.have.property('error').and.eq(null);\r","    pm.expect(response.data).to.be.an('array').but.not.an('object');\r","    pm.expect(response.data[0]).to.have.property('id');\r","});"],"type":"text/javascript"}}],"id":"d92daf6f-bd8c-4764-8b74-31ad98f23c11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/activityparticipant?activity_id=<integer>","description":"<p>Get list of activity participants.</p>\n","urlObject":{"path":["activityparticipant"],"host":["http://localhost:8080/api/v1"],"query":[{"key":"activity_id","value":"<integer>"}],"variable":[]}},"response":[{"id":"9bdf3f3f-0189-471c-9b5b-68b45ccc1fc0","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/activityparticipant?{{apiKeyName}}={{apiKey}}&activity_id=<integer>","host":["http://localhost:8080/api/v1"],"path":["activityparticipant"],"query":[{"key":"{{apiKeyName}}","value":"{{apiKey}}","type":"text"},{"key":"activity_id","value":"<integer>","type":"text"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        {\r\n        \"id\": 5,\r\n        \"uid\": null,\r\n        \"price\": \"50.0000\",\r\n        \"status\": \"activity_participant_status_registered\",\r\n        \"discount\": null,\r\n        \"diploma_number\": null,\r\n        \"diploma_date\": null,\r\n        \"hours\": null,\r\n        \"import_date\": null,\r\n        \"media_count\": 0\r\n        },\r\n        {\r\n        \"id\": 6,\r\n        \"uid\": null,\r\n        \"price\": \"40.0000\",\r\n        \"status\": \"activity_participant_status_registered\",\r\n        \"discount\": null,\r\n        \"diploma_number\": null,\r\n        \"diploma_date\": null,\r\n        \"hours\": null,\r\n        \"import_date\": null,\r\n        \"media_count\": 0\r\n        }\r\n    }\r\n}"}],"_postman_id":"d92daf6f-bd8c-4764-8b74-31ad98f23c11"},{"name":"Create","id":"4abaa77e-1f0c-4c7c-8bb8-f71a9d6da01e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"account_id\": 1,\r\n    \"contact_id\": 79,\r\n    \"activity_id\": 56,\r\n    \"price\": 300,\r\n    \"hours\": 3,\r\n    \"discount\": 30,\r\n    \"status\": \"activity_participant_status_registered\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/activityparticipant","description":"<p>Add activity participant. Use code from Activity Participant status dictionary for status value.</p>\n","urlObject":{"path":["activityparticipant"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"4abaa77e-1f0c-4c7c-8bb8-f71a9d6da01e"},{"name":"Delete","event":[{"listen":"test","script":{"id":"bed77e7b-1ff9-4531-9f8d-2c9bde9b5ca9","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Returns deleted object\", function() {\r","    const response = pm.response.json();\r","    pm.expect(response).to.be.an('object');\r","});\r",""],"type":"text/javascript"}}],"id":"db31c0cf-b3b6-42cf-859c-2c1fea87d492","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/activityparticipant/:id","description":"<p>Delete activity participant</p>\n","urlObject":{"path":["activityparticipant",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"db31c0cf-b3b6-42cf-859c-2c1fea87d492"}],"id":"c84eeef0-e301-4b3b-8372-bf7376a6cc9b","_postman_id":"c84eeef0-e301-4b3b-8372-bf7376a6cc9b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"Media","item":[{"name":"List","id":"5cbaa1c4-4860-4981-8923-b18a0e74b11d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/media?entity_name=project&entity_id=<integer>","description":"<p>List project media files.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}},"urlObject":{"path":["media"],"host":["http://localhost:8080/api/v1"],"query":[{"key":"entity_name","value":"project"},{"description":{"content":"<p>Project ID</p>\n","type":"text/plain"},"key":"entity_id","value":"<integer>"}],"variable":[]}},"response":[{"id":"28e97285-3f19-4b25-b199-e8a3936a0873","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/api/v1/media/?entity_name=project&entity_id=47","host":["http://localhost:8080/api/v1"],"path":["api","v1","media",""],"query":[{"key":"entity_name","value":"project"},{"key":"entity_id","value":"47"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"error\": null,\r\n    \"data\": [\r\n        {\r\n            \"id\": 211,\r\n            \"name\": \"file_name1.pdf\",\r\n            \"description\": \"Description\",\r\n            \"sort_id\": 1,\r\n            \"type\": \"pdf\",\r\n            \"is_locked\": false,\r\n            \"is_default\": false,\r\n            \"size\": 412599,\r\n            \"date\": {\r\n                \"date\": \"2022-11-08 14:56:27.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe\\/Vilnius\"\r\n            },\r\n            \"groups\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"name\": \"Root\",\r\n                    \"lft\": 1,\r\n                    \"rgt\": 4,\r\n                    \"root\": 1,\r\n                    \"lvl\": 0,\r\n                    \"search_group_ids\": [\r\n                        \"1\",\r\n                        \"2\"\r\n                    ],\r\n                    \"cached_groups_path\": \"Root\"\r\n                },\r\n                {\r\n                    \"id\": 2,\r\n                    \"name\": \"G1\",\r\n                    \"lft\": 2,\r\n                    \"rgt\": 3,\r\n                    \"root\": 1,\r\n                    \"lvl\": 1,\r\n                    \"search_group_ids\": [\r\n                        \"2\"\r\n                    ],\r\n                    \"cached_groups_path\": \"Root\\/G1\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": 212,\r\n            \"name\": \"file_name2.pdf\",\r\n            \"description\": null,\r\n            \"sort_id\": 2,\r\n            \"type\": \"pdf\",\r\n            \"is_locked\": false,\r\n            \"is_default\": false,\r\n            \"size\": 27507,\r\n            \"date\": {\r\n                \"date\": \"2022-11-08 15:08:24.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe\\/Vilnius\"\r\n            },\r\n            \"groups\": []\r\n        }\r\n    ]\r\n}"}],"_postman_id":"5cbaa1c4-4860-4981-8923-b18a0e74b11d"},{"name":"Download","id":"b27b96d4-1f10-4010-b5d0-5db33704f2f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/media/:id","description":"<p>Binary file download.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}},"urlObject":{"path":["media",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"description":{"content":"<p>Media file ID</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"b27b96d4-1f10-4010-b5d0-5db33704f2f0"}],"id":"9fad377f-5076-47ae-bb52-9539e5d98399","_postman_id":"9fad377f-5076-47ae-bb52-9539e5d98399","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"Custom property","item":[{"name":"Single","item":[{"name":"Read","id":"195a31f0-f323-4658-a6c7-872e6e11bace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/custom_field/:id","description":"<h3 id=\"retrieve-custom-field-details\">Retrieve Custom Field Details</h3>\n<p>This endpoint retrieves the details of a specific custom field identified by its unique ID.</p>\n<p>Parameters:</p>\n<p>id</p>\n<h4 id=\"response\">Response</h4>\n<p>The response will include the details of the custom field, such as its name, type, and any other relevant information.</p>\n","urlObject":{"path":["custom_field",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"195a31f0-f323-4658-a6c7-872e6e11bace"},{"name":"Update","id":"e4d3c1e5-71f5-435d-8f3f-505115575d16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"entityName\": \"activity\",\r\n    \"entityId\": 1115,\r\n    \"value\": \"Updated value\",\r\n    \"name\": \"cp_activity_66695137ba537\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/custom_field/:id","description":"<p>This endpoint allows you to update a custom field with the specified ID. The request should be a PUT method to the specified URL.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>entityName</code> (string): The name of the entity.</p>\n</li>\n<li><p><code>entityId</code> (number): The ID of the entity.</p>\n</li>\n<li><p><code>value</code> (string): The value to be updated.</p>\n</li>\n<li><p><code>name</code> (string): The name of the custom field. This needs to be name property from ExtendedProperty table.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response of this request can be documented as a JSON schema.</p>\n","urlObject":{"path":["custom_field",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"e4d3c1e5-71f5-435d-8f3f-505115575d16"}],"id":"b3d91561-5905-44bf-a18b-16b9e2e83682","_postman_id":"b3d91561-5905-44bf-a18b-16b9e2e83682","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"Create","id":"04121034-e113-4285-ba55-55a52788de5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"entityName\": \"project\",\r\n    \"entityId\": 1115,\r\n    \"value\": \"Created value\",\r\n    \"name\": \"cp_project_66695137ba537\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/custom_field","description":"<p>This API endpoint allows you to create a custom field value. An existing ExtendedProperty (field) is needed to add a property value</p>\n<ul>\n<li><p><code>entityName</code>: (string) The name of the entity associated with the custom field.</p>\n</li>\n<li><p><code>entityId</code>: (number) The ID of the entity.</p>\n</li>\n<li><p><code>value</code>: (string) The value of the custom field.</p>\n</li>\n<li><p><code>name</code>: (string) The name of the custom field.This needs to be name property from ExtendedProperty table.</p>\n</li>\n</ul>\n<p>Upon successful creation, the response will include the details of the newly created custom field.</p>\n","urlObject":{"path":["custom_field"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"04121034-e113-4285-ba55-55a52788de5d"},{"name":"List","id":"9f110b3a-d42f-4623-b345-89e66b2434b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKeyName}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/custom_field?page=<integer>&size=<integer max=10000>&entity_name=<string>&entity_id=<integer>","description":"<p>Title: List - GET /custom_field</p>\n<p>Description:<br />Retrieve a paginated list of custom fields. Supports paging via 'page' (integer, 1-based) and 'size' (integer, max 10000) query parameters. Optionally filter by 'entity_name' to return custom fields related to a specific entity type.</p>\n<p>Request</p>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: http://localhost:8080/api/v1/custom_field</p>\n</li>\n</ul>\n<p>Query parameters</p>\n<ul>\n<li><p>page (integer): Page number to fetch. Default: 1. Must be &gt;= 1.</p>\n</li>\n<li><p>size (integer, max=10000): Number of items per page. Default: 20. Maximum allowed: 10000.</p>\n</li>\n<li><p>entity_name (string, optional): Filter custom fields for this entity type.</p>\n</li>\n<li><p>entity_id (integer, optional): Filter which entity to get fields from by id.</p>\n</li>\n</ul>\n<p>Authentication<br />This API uses an API key passed as a query parameter. Ensure the environment has the variables 'apiKey' and 'apiKeyName' defined. The final request URL will include &amp;{{apiKeyName}}={{apiKey}}.</p>\n<p>Variables used</p>\n<ul>\n<li><p>http://localhost:8080/api/v1: Base URL for the API.</p>\n</li>\n<li><p>{{apiKey}} and {{apiKeyName}}: API key value and the query parameter name.</p>\n</li>\n</ul>\n<p>Examples<br />Example request:<br />GET http://localhost:8080/api/v1/custom_field?page=1&amp;size=5&amp;{{apiKeyName}}={{apiKey}}</p>\n<p>Notes</p>\n<ul>\n<li><p>If the server responds with 405 Method Not Allowed for GET, verify that the correct endpoint path and HTTP method are supported by your deployment. Some deployments may expose this resource under a different path or only allow POST for listing.</p>\n</li>\n<li><p>Maximum page size is 10,000. Large page sizes may impact performance.</p>\n</li>\n</ul>\n","urlObject":{"path":["custom_field"],"host":["http://localhost:8080/api/v1"],"query":[{"key":"page","value":"<integer>"},{"key":"size","value":"<integer max=10000>"},{"key":"entity_name","value":"<string>"},{"key":"entity_id","value":"<integer>"}],"variable":[]}},"response":[],"_postman_id":"9f110b3a-d42f-4623-b345-89e66b2434b5"}],"id":"b0c434ee-165c-48f6-b618-a2d79855acfa","_postman_id":"b0c434ee-165c-48f6-b618-a2d79855acfa","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"Dictionary value","item":[{"name":"Single","item":[{"name":"Read","id":"d8da84b9-4e1e-4cb4-9806-6b4139f1997c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/dictionary_value/:id","description":"<p>This endpoint retrieves the dictionary value for the specified ID.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response for this request is a JSON object representing the dictionary value.</p>\n","urlObject":{"path":["dictionary_value",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"d8da84b9-4e1e-4cb4-9806-6b4139f1997c"}],"id":"5a8e2378-3709-4c13-acc0-c96a618ed2b5","_postman_id":"5a8e2378-3709-4c13-acc0-c96a618ed2b5","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"Create","id":"0c64381d-478f-4acc-a7e2-975575b8b669","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"dictionary_id\": 41,\r\n   \"name\": \"10_Testing\",\r\n   \"code\": \"project_status_100_Testing\",\r\n   \"active\": 1,\r\n   \"is_default\": 0,\r\n   \"is_base_value\": 1,\r\n   \"color\": \"color-fe3b1e\",\r\n   \"marker_type\": \"marker_type_dot\",\r\n   \"hidden\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/dictionary_value/","description":"<p>The POST request is used to create a new dictionary value. The request should include the following parameters in the raw request body:</p>\n<ul>\n<li><p><code>dictionary_id</code> (number): The ID of the dictionary.</p>\n</li>\n<li><p><code>name</code> (string): The name of the dictionary value.</p>\n</li>\n<li><p><code>code</code> (string): The code of the dictionary value. Has to have dictionary code as an affix as in example request : project_status....</p>\n</li>\n<li><p><code>active</code> (boolean): The status of the dictionary value.</p>\n</li>\n<li><p><code>is_default</code> (boolean): Indicates if the dictionary value is the default value.</p>\n</li>\n<li><p><code>is_base_value</code> (boolean): Indicates if the dictionary value is a base value.</p>\n</li>\n<li><p><code>color</code> (string): The color associated with the dictionary value.</p>\n</li>\n<li><p><code>marker_type</code> (string): The type of marker associated with the dictionary value.</p>\n</li>\n<li><p><code>hidden</code> (boolean): Indicates if the dictionary value is hidden.</p>\n</li>\n</ul>\n<p>The response to this request will be in the form of a JSON schema.</p>\n","urlObject":{"path":["dictionary_value",""],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c64381d-478f-4acc-a7e2-975575b8b669"}],"id":"2b5ae057-0206-4c4a-b7dc-c04b8d920e04","_postman_id":"2b5ae057-0206-4c4a-b7dc-c04b8d920e04","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"Task","item":[{"name":"Single","item":[{"name":"Read","id":"792854e3-eaa1-468c-abfc-f3164c3fda2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/task/:id","description":"<p>Retrieves a task by its unique integer ID. Requires an API key for authentication. Returns the task details if found.</p>\n","urlObject":{"path":["task",":id"],"host":["http://localhost:8080/api/v1"],"query":[{"disabled":true,"key":"","value":""}],"variable":[{"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"ba14b473-afe3-4edc-8f9d-54887fc3717b","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/task/:id","host":["http://localhost:8080/api/v1"],"path":["task",":id"],"variable":[{"key":"id","value":"<integer>"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"error\": null,\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Task #1\",\r\n            \"code\": \"TS00001\",\r\n            \"status\": \"1\",\r\n            \"status_type\": \"planned\",\r\n            \"type\": \"task_type_task\",\r\n            \"planned_start\": {\r\n                \"date\": \"2025-07-21 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"planned_finish\": {\r\n                \"date\": \"2025-07-21 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"planned_duration\": \"0.00\",\r\n            \"start\": {\r\n                \"date\": \"2025-07-21 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"finish\": null,\r\n            \"planned_work\": \"1.00\",\r\n            \"description\": null,\r\n            \"entity_name\": \"activity\",\r\n            \"entity_id\": 3,\r\n            \"health\": -1,\r\n            \"start_time\": null,\r\n            \"is_pending\": false,\r\n            \"is_private\": false,\r\n            \"owner_id\": 1,\r\n            \"username\": \"admin\",\r\n            \"task_type_readable\": \"Task\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"792854e3-eaa1-468c-abfc-f3164c3fda2d"}],"id":"4e243d72-98e1-415d-b473-b632cb41633a","_postman_id":"4e243d72-98e1-415d-b473-b632cb41633a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"List","id":"e3756974-55a6-4240-9db2-5859f4cc6755","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/task?page=<integer>&size=<integer max=10000>&entity_name=<string>","description":"<p>Title: List - GET /task</p>\n<p>Description:<br />Retrieve a paginated list of tasks. Supports paging via 'page' (integer, 1-based) and 'size' (integer, max 10000) query parameters. The endpoint requires the workspace baseUrl variable and an API key passed as a query parameter.</p>\n<p>The size and the page is offset for example:</p>\n<p>page=2 and size=10, would return items 10-20;</p>\n<p>page=3 and size=10000, would return items 30000-40000</p>\n<p>Query parameters:</p>\n<ul>\n<li><p>page (integer): Page number to fetch. Default: 1. Must be &gt;=1.</p>\n</li>\n<li><p>size (integer, max=10000): Number of items per page. Default: 20. Maximum allowed: 10000.</p>\n</li>\n<li><p>entity_name (string): To get tasks related to this entity.</p>\n</li>\n<li><p>entity_id (id): To get tasks related to specific entity</p>\n</li>\n</ul>\n<p>URL variables used:</p>\n<ul>\n<li><p>http://localhost:8080/api/v1: base URL for the API.</p>\n</li>\n<li><p>{{apiKey}} and {{apiKeyName}}: API key value and the query parameter name used to send it. The final request URL will look like: http://localhost:8080/api/v1/task?page=1&amp;size=20&amp;{{apiKeyName}}={{apiKey}}</p>\n</li>\n</ul>\n<p>Authentication:<br />This endpoint uses an API key passed as a query parameter. Ensure the environment 'Puratos' has the apiKey and apiKeyName variables set.</p>\n<p>Example request:<br />GET http://localhost:8080/api/v1/task?page=1&amp;size=5&amp;{{apiKeyName}}={{apiKey}}</p>\n","urlObject":{"path":["task"],"host":["http://localhost:8080/api/v1"],"query":[{"key":"page","value":"<integer>"},{"key":"size","value":"<integer max=10000>"},{"key":"entity_name","value":"<string>"}],"variable":[]}},"response":[{"id":"e0f07c0b-e435-40b6-a33a-5f04d2745f2e","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/task?page=<integer>&size=<integer max=10000>","host":["http://localhost:8080/api/v1"],"path":["task"],"query":[{"key":"page","value":"<integer>"},{"key":"size","value":"<integer max=10000>"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"error\": null,\r\n    \"data\": [\r\n        {\r\n            \"id\": 247,\r\n            \"name\": \"Task #1\",\r\n            \"code\": \"TS00247\",\r\n            \"status\": \"1\",\r\n            \"status_type\": \"planned\",\r\n            \"type\": \"task_type_task\",\r\n            \"planned_start\": {\r\n                \"date\": \"2025-07-23 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"planned_finish\": {\r\n                \"date\": \"2025-07-23 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"planned_duration\": \"0.00\",\r\n            \"start\": null,\r\n            \"finish\": null,\r\n            \"planned_work\": \"0.00\",\r\n            \"description\": null,\r\n            \"entity_name\": \"activity\",\r\n            \"entity_id\": 180,\r\n            \"health\": -97,\r\n            \"start_time\": null,\r\n            \"is_pending\": false,\r\n            \"is_private\": false,\r\n            \"owner_id\": 1,\r\n            \"created\": {\r\n                \"date\": \"2025-10-28 14:27:27.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"username\": \"admin\",\r\n            \"task_type_readable\": \"Task\"\r\n        },\r\n        {\r\n            \"id\": 248,\r\n            \"name\": \"Task #2\",\r\n            \"code\": \"TS00248\",\r\n            \"status\": \"3\",\r\n            \"status_type\": \"done\",\r\n            \"type\": \"task_type_task\",\r\n            \"planned_start\": {\r\n                \"date\": \"2025-10-08 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"planned_finish\": {\r\n                \"date\": \"2025-10-09 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"planned_duration\": \"1.00\",\r\n            \"start\": {\r\n                \"date\": \"2025-10-08 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"finish\": {\r\n                \"date\": \"2025-10-09 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"planned_work\": \"0.00\",\r\n            \"description\": null,\r\n            \"entity_name\": \"activity\",\r\n            \"entity_id\": 182,\r\n            \"health\": 0,\r\n            \"start_time\": null,\r\n            \"is_pending\": false,\r\n            \"is_private\": false,\r\n            \"owner_id\": 1,\r\n            \"created\": {\r\n                \"date\": \"2025-10-28 14:27:27.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"username\": \"admin\",\r\n            \"task_type_readable\": \"Task\"\r\n        },\r\n        {\r\n            \"id\": 245,\r\n            \"name\": \"Taskas #3\",\r\n            \"code\": \"TS00245\",\r\n            \"status\": \"1\",\r\n            \"status_type\": \"planned\",\r\n            \"type\": null,\r\n            \"planned_start\": {\r\n                \"date\": \"2025-10-01 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"planned_finish\": {\r\n                \"date\": \"2025-10-01 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"planned_duration\": null,\r\n            \"start\": null,\r\n            \"finish\": null,\r\n            \"planned_work\": \"0.00\",\r\n            \"description\": null,\r\n            \"entity_name\": \"activity\",\r\n            \"entity_id\": 180,\r\n            \"health\": -27,\r\n            \"start_time\": null,\r\n            \"is_pending\": false,\r\n            \"is_private\": false,\r\n            \"owner_id\": 1,\r\n            \"created\": {\r\n                \"date\": \"2025-10-28 14:27:26.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"username\": \"admin\",\r\n            \"task_type_readable\": null\r\n        },\r\n        {\r\n            \"id\": 246,\r\n            \"name\": \"Taskas #4\",\r\n            \"code\": \"TS00246\",\r\n            \"status\": \"3\",\r\n            \"status_type\": \"done\",\r\n            \"type\": \"task_type_task\",\r\n            \"planned_start\": {\r\n                \"date\": \"2025-07-28 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"planned_finish\": {\r\n                \"date\": \"2025-07-28 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"planned_duration\": null,\r\n            \"start\": {\r\n                \"date\": \"2025-07-28 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"finish\": {\r\n                \"date\": \"2025-07-28 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"planned_work\": \"2.00\",\r\n            \"description\": null,\r\n            \"entity_name\": \"activity\",\r\n            \"entity_id\": 180,\r\n            \"health\": 0,\r\n            \"start_time\": null,\r\n            \"is_pending\": false,\r\n            \"is_private\": false,\r\n            \"owner_id\": 1,\r\n            \"created\": {\r\n                \"date\": \"2025-10-28 14:27:26.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"username\": \"admin\",\r\n            \"task_type_readable\": \"Task\"\r\n        },\r\n        {\r\n            \"id\": 189,\r\n            \"name\": \"Taskas #5\",\r\n            \"code\": \"TS00189\",\r\n            \"status\": \"1\",\r\n            \"status_type\": \"planned\",\r\n            \"type\": \"task_type_task\",\r\n            \"planned_start\": {\r\n                \"date\": \"2025-10-28 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"planned_finish\": {\r\n                \"date\": \"2025-10-28 00:00:00.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"planned_duration\": null,\r\n            \"start\": null,\r\n            \"finish\": null,\r\n            \"planned_work\": \"0.00\",\r\n            \"description\": null,\r\n            \"entity_name\": \"project\",\r\n            \"entity_id\": 24,\r\n            \"health\": 0,\r\n            \"start_time\": null,\r\n            \"is_pending\": false,\r\n            \"is_private\": false,\r\n            \"owner_id\": 1,\r\n            \"created\": {\r\n                \"date\": \"2025-10-28 09:34:53.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"username\": \"admin\",\r\n            \"task_type_readable\": \"Task\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"e3756974-55a6-4240-9db2-5859f4cc6755"}],"id":"3e11997d-7066-4355-857d-6b37fa24180a","_postman_id":"3e11997d-7066-4355-857d-6b37fa24180a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"Asset","item":[{"name":"Single","item":[{"name":"Read","id":"06bc25e2-9355-4d7a-895f-95f7efdb6411","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/asset/:id","description":"<p>GET /asset/:id</p>\n<p>Purpose:<br />Retrieve a single asset by its unique identifier</p>\n<p>Path parameters:</p>\n<ul>\n<li>id (required, string|integer): The unique identifier of the asset. Example: 1 or 2</li>\n</ul>\n<p>Authentication/Query:</p>\n<ul>\n<li>This endpoint requires an API key. Use the environment variable {{apiKey}}. The parameter name is {{apiKeyName}}. You can send it as a query parameter or a header named {{apiKeyName}}. Example query: ?{{apiKeyName}}={{apiKey}}</li>\n</ul>\n","urlObject":{"path":["asset",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"f84ba8c6-93a4-4b26-af07-6dc62b04a596","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/asset/:id","host":["http://localhost:8080/api/v1"],"path":["asset",":id"],"variable":[{"key":"id","value":""}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"error\": null,\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"title\": \"Asset #1\",\r\n            \"uid\": null,\r\n            \"status\": \"asset_status_under_construction\",\r\n            \"number\": null,\r\n            \"year_of_construction\": \"1996\",\r\n            \"number_of_apartments\": \"15\",\r\n            \"useful_area_of_apartments\": \"30.000\",\r\n            \"number_of_other_premises\": \"3\",\r\n            \"area_of_other_premises\": \"40.000\",\r\n            \"total_useful_area\": \"30.000\",\r\n            \"type\": \"asset_type_flat\",\r\n            \"area\": \"50.000\",\r\n            \"floor\": \"5\",\r\n            \"rooms\": null,\r\n            \"progress\": null,\r\n            \"code\": \"AS00001\",\r\n            \"media_count\": 0,\r\n            \"notes_count\": 0,\r\n            \"created\": {\r\n                \"date\": \"2025-07-21 14:32:15.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"updated\": {\r\n                \"date\": \"2025-10-28 12:43:32.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"search_group_ids\": [],\r\n            \"cached_groups_path\": \"\",\r\n            \"account\": null,\r\n            \"opportunity\": \"opportunity\": {\r\n                \"id\": 4,\r\n                \"uid\": null,\r\n                \"title\": \"Allow it\",\r\n                \"code\": \"OPP00004\",\r\n                \"rating\": null,\r\n                \"type\": null,\r\n                \"segment\": null,\r\n                \"status\": \"opportunity_status_30_done\",\r\n                \"priority\": null,\r\n                \"source\": null,\r\n                \"revenue\": null,\r\n                \"probability\": \"5\",\r\n                \"potential\": \"0.0000\",\r\n                \"customer_whishes\": null,\r\n                \"start\": {\r\n                    \"date\": \"2025-08-18 00:00:00.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"finish\": {\r\n                    \"date\": \"2025-08-18 00:00:00.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"duration\": null,\r\n                \"work\": null,\r\n                \"calculated_work\": null,\r\n                \"baseline_work\": null,\r\n                \"tender_id\": null,\r\n                \"tender_description\": null,\r\n                \"description\": null,\r\n                \"last_stage\": \"1_Qualification\",\r\n                \"last_stage_status\": \"stage_status_30_done\",\r\n                \"standart_rate\": null,\r\n                \"target\": null,\r\n                \"our_strength\": null,\r\n                \"our_weak\": null,\r\n                \"opportunity_number\": null,\r\n                \"billing_type\": null,\r\n                \"waiting_task_count\": 0,\r\n                \"not_started_task_count\": 0,\r\n                \"in_progress_task_count\": 0,\r\n                \"done_task_count\": 0,\r\n                \"canceled_task_count\": 0,\r\n                \"is_public\": null,\r\n                \"created\": {\r\n                    \"date\": \"2025-08-18 11:13:28.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"last_action\": {\r\n                    \"date\": \"2025-11-21 11:20:45.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"last_action_description\": \"New Offering\",\r\n                \"media_count\": 0,\r\n                \"notes_count\": 0,\r\n                \"add_to_pipeline\": true,\r\n                \"disqualified_reason\": null,\r\n                \"disqualified_reason_choices\": null,\r\n                \"disqualified_date\": null,\r\n                \"disqualified\": null,\r\n                \"project_duration\": null,\r\n                \"search_group_ids\": [],\r\n                \"cached_groups_path\": \"\",\r\n                \"costs\": null,\r\n                \"origin\": null,\r\n                \"reopen_date\": null,\r\n                \"currency\": \"EUR\",\r\n                \"sales_pipeline\": {\r\n                    \"id\": 1,\r\n                    \"title\": \"Sales Pipeline\",\r\n                    \"created\": {\r\n                        \"date\": \"2025-07-21 12:04:23.000000\",\r\n                        \"timezone_type\": 3,\r\n                        \"timezone\": \"Europe/Vilnius\"\r\n                    },\r\n                    \"updated\": {\r\n                        \"date\": \"2025-07-21 12:04:23.000000\",\r\n                        \"timezone_type\": 3,\r\n                        \"timezone\": \"Europe/Vilnius\"\r\n                    },\r\n                    \"is_public\": null,\r\n                    \"is_default\": true,\r\n                    \"is_active\": true\r\n                }\r\n            },\r\n            \"owner\": {\r\n                \"id\": 1,\r\n                \"name\": \"Administrator\"\r\n            },\r\n            \"project\": {\r\n                \"id\": 13,\r\n                \"uid\": null,\r\n                \"code\": \"PR00013\",\r\n                \"number\": null,\r\n                \"project_id_code\": null,\r\n                \"title\": \"Budget category patikrinimui\",\r\n                \"type\": \"project_type_fix\",\r\n                \"category\": null,\r\n                \"status\": \"project_status_20_in_progress\",\r\n                \"priority\": null,\r\n                \"segment\": null,\r\n                \"description\": null,\r\n                \"start_date\": {\r\n                    \"date\": \"2025-09-22 00:00:00.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"finish_date\": {\r\n                    \"date\": \"2025-09-22 00:00:00.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"actual_start_date\": null,\r\n                \"actual_finish_date\": null,\r\n                \"budget_cost\": null,\r\n                \"baseline_cost\": null,\r\n                \"amount_excl_taxes\": null,\r\n                \"amount_incl_taxes\": \"0.0000\",\r\n                \"taxes_amount\": \"0.0000\",\r\n                \"taxes_value\": \"21\",\r\n                \"project_number\": null,\r\n                \"import_code\": null,\r\n                \"baseline\": null,\r\n                \"baseline_start\": null,\r\n                \"baseline_finish\": null,\r\n                \"budget_amount\": null,\r\n                \"standard_rate\": null,\r\n                \"created\": {\r\n                    \"date\": \"2025-09-22 07:29:05.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"updated\": {\r\n                    \"date\": \"2025-12-02 08:22:54.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"waiting_task_count\": 0,\r\n                \"not_started_task_count\": 4,\r\n                \"in_progress_task_count\": 1,\r\n                \"done_task_count\": 0,\r\n                \"canceled_task_count\": 0,\r\n                \"is_public\": null,\r\n                \"calculate_actual_budget_from_purchases\": false,\r\n                \"media_count\": 0,\r\n                \"notes_count\": 0,\r\n                \"estimated_revenue_percentage\": null,\r\n                \"import_date\": null,\r\n                \"payment_period\": 5,\r\n                \"calendar_updated\": null,\r\n                \"project_recalculated\": null,\r\n                \"price_type\": \"price_type_standard_rate\",\r\n                \"billable\": null,\r\n                \"search_group_ids\": [],\r\n                \"cached_groups_path\": \"\",\r\n                \"first_execution_baseline_start\": null,\r\n                \"first_execution_baseline_finish\": null,\r\n                \"fixed_dates\": true,\r\n                \"support_amount\": null,\r\n                \"locked_for_editing\": false,\r\n                \"project_currency\": \"EUR\",\r\n                \"invoice_currency\": \"EUR\",\r\n                \"budget_buffer\": null,\r\n                \"actual_work\": null,\r\n                \"billable_actual_work\": null,\r\n                \"advance_percentage\": null,\r\n                \"is_template\": false,\r\n                \"owner\": {\r\n                    \"username\": \"Administrator\",\r\n                    \"enabled\": true,\r\n                    \"id\": 6,\r\n                    \"name\": \"admin\",\r\n                    \"status\": null\r\n                }\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"06bc25e2-9355-4d7a-895f-95f7efdb6411"}],"id":"cea245de-be3f-4277-90c7-dadc75546d04","_postman_id":"cea245de-be3f-4277-90c7-dadc75546d04","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"List","id":"10ce52a8-9ca9-40a3-8db2-5586e7a4f49c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/asset","description":"<p>Purpose: Retrieves a list of assets.</p>\n<p>Request</p>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: http://localhost:8080/api/v1/asset</p>\n</li>\n</ul>\n<p>Variables</p>\n<ul>\n<li><p>http://localhost:8080/api/v1: The API server base URL</p>\n</li>\n<li><p>{{apiKeyName}} and {{apiKey}}: Used for API key authentication. Configure these in your environment so the key is added to requests (commonly as a query param or header, depending on your auth setup).</p>\n</li>\n</ul>\n","urlObject":{"path":["asset"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[]}},"response":[{"id":"12f7e650-0dae-4928-a324-2f6f4d08a0ae","name":"200","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"error\": null,\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"title\": \"Turtas\",\r\n            \"uid\": null,\r\n            \"status\": \"asset_status_under_construction\",\r\n            \"number\": null,\r\n            \"year_of_construction\": \"1996\",\r\n            \"number_of_apartments\": \"15\",\r\n            \"useful_area_of_apartments\": \"30.000\",\r\n            \"number_of_other_premises\": \"3\",\r\n            \"area_of_other_premises\": \"40.000\",\r\n            \"total_useful_area\": \"30.000\",\r\n            \"type\": \"asset_type_flat\",\r\n            \"area\": \"50.000\",\r\n            \"floor\": \"5\",\r\n            \"rooms\": null,\r\n            \"progress\": null,\r\n            \"code\": \"AS00001\",\r\n            \"media_count\": 0,\r\n            \"notes_count\": 0,\r\n            \"created\": {\r\n                \"date\": \"2025-07-21 14:32:15.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"updated\": {\r\n                \"date\": \"2025-12-02 08:05:56.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"search_group_ids\": [],\r\n            \"cached_groups_path\": \"\",\r\n            \"account\": null,\r\n            \"owner\": {\r\n                \"id\": 1,\r\n                \"name\": \"Administrator\"\r\n            },\r\n            \"opportunity\": {\r\n                \"id\": 4,\r\n                \"uid\": null,\r\n                \"title\": \"Allow it\",\r\n                \"code\": \"OPP00004\",\r\n                \"rating\": null,\r\n                \"type\": null,\r\n                \"segment\": null,\r\n                \"status\": \"opportunity_status_30_done\",\r\n                \"priority\": null,\r\n                \"source\": null,\r\n                \"revenue\": null,\r\n                \"probability\": \"5\",\r\n                \"potential\": \"0.0000\",\r\n                \"customer_whishes\": null,\r\n                \"start\": {\r\n                    \"date\": \"2025-08-18 00:00:00.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"finish\": {\r\n                    \"date\": \"2025-08-18 00:00:00.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"duration\": null,\r\n                \"work\": null,\r\n                \"calculated_work\": null,\r\n                \"baseline_work\": null,\r\n                \"tender_id\": null,\r\n                \"tender_description\": null,\r\n                \"description\": null,\r\n                \"last_stage\": \"1_Qualification\",\r\n                \"last_stage_status\": \"stage_status_30_done\",\r\n                \"standart_rate\": null,\r\n                \"target\": null,\r\n                \"our_strength\": null,\r\n                \"our_weak\": null,\r\n                \"opportunity_number\": null,\r\n                \"billing_type\": null,\r\n                \"waiting_task_count\": 0,\r\n                \"not_started_task_count\": 0,\r\n                \"in_progress_task_count\": 0,\r\n                \"done_task_count\": 0,\r\n                \"canceled_task_count\": 0,\r\n                \"is_public\": null,\r\n                \"created\": {\r\n                    \"date\": \"2025-08-18 11:13:28.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"last_action\": {\r\n                    \"date\": \"2025-11-21 11:20:45.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"last_action_description\": \"New Offering\",\r\n                \"media_count\": 0,\r\n                \"notes_count\": 0,\r\n                \"add_to_pipeline\": true,\r\n                \"disqualified_reason\": null,\r\n                \"disqualified_reason_choices\": null,\r\n                \"disqualified_date\": null,\r\n                \"disqualified\": null,\r\n                \"project_duration\": null,\r\n                \"search_group_ids\": [],\r\n                \"cached_groups_path\": \"\",\r\n                \"costs\": null,\r\n                \"origin\": null,\r\n                \"reopen_date\": null,\r\n                \"currency\": \"EUR\",\r\n                \"sales_pipeline\": {\r\n                    \"id\": 1,\r\n                    \"title\": \"Sales Pipeline\",\r\n                    \"created\": {\r\n                        \"date\": \"2025-07-21 12:04:23.000000\",\r\n                        \"timezone_type\": 3,\r\n                        \"timezone\": \"Europe/Vilnius\"\r\n                    },\r\n                    \"updated\": {\r\n                        \"date\": \"2025-07-21 12:04:23.000000\",\r\n                        \"timezone_type\": 3,\r\n                        \"timezone\": \"Europe/Vilnius\"\r\n                    },\r\n                    \"is_public\": null,\r\n                    \"is_default\": true,\r\n                    \"is_active\": true\r\n                }\r\n            },\r\n            \"project\": {\r\n                \"id\": 13,\r\n                \"uid\": null,\r\n                \"code\": \"PR00013\",\r\n                \"number\": null,\r\n                \"project_id_code\": null,\r\n                \"title\": \"Budget category patikrinimui\",\r\n                \"type\": \"project_type_fix\",\r\n                \"category\": null,\r\n                \"status\": \"project_status_20_in_progress\",\r\n                \"priority\": null,\r\n                \"segment\": null,\r\n                \"description\": null,\r\n                \"start_date\": {\r\n                    \"date\": \"2025-09-22 00:00:00.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"finish_date\": {\r\n                    \"date\": \"2025-09-22 00:00:00.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"actual_start_date\": null,\r\n                \"actual_finish_date\": null,\r\n                \"budget_cost\": null,\r\n                \"baseline_cost\": null,\r\n                \"amount_excl_taxes\": null,\r\n                \"amount_incl_taxes\": \"0.0000\",\r\n                \"taxes_amount\": \"0.0000\",\r\n                \"taxes_value\": \"21\",\r\n                \"project_number\": null,\r\n                \"import_code\": null,\r\n                \"baseline\": null,\r\n                \"baseline_start\": null,\r\n                \"baseline_finish\": null,\r\n                \"budget_amount\": null,\r\n                \"standard_rate\": null,\r\n                \"created\": {\r\n                    \"date\": \"2025-09-22 07:29:05.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"updated\": {\r\n                    \"date\": \"2025-12-02 08:22:54.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"waiting_task_count\": 0,\r\n                \"not_started_task_count\": 4,\r\n                \"in_progress_task_count\": 1,\r\n                \"done_task_count\": 0,\r\n                \"canceled_task_count\": 0,\r\n                \"is_public\": null,\r\n                \"calculate_actual_budget_from_purchases\": false,\r\n                \"media_count\": 0,\r\n                \"notes_count\": 0,\r\n                \"estimated_revenue_percentage\": null,\r\n                \"import_date\": null,\r\n                \"payment_period\": 5,\r\n                \"calendar_updated\": null,\r\n                \"project_recalculated\": null,\r\n                \"price_type\": \"price_type_standard_rate\",\r\n                \"billable\": null,\r\n                \"search_group_ids\": [],\r\n                \"cached_groups_path\": \"\",\r\n                \"first_execution_baseline_start\": null,\r\n                \"first_execution_baseline_finish\": null,\r\n                \"fixed_dates\": true,\r\n                \"support_amount\": null,\r\n                \"locked_for_editing\": false,\r\n                \"project_currency\": \"EUR\",\r\n                \"invoice_currency\": \"EUR\",\r\n                \"budget_buffer\": null,\r\n                \"actual_work\": null,\r\n                \"billable_actual_work\": null,\r\n                \"advance_percentage\": null,\r\n                \"is_template\": false,\r\n                \"owner\": {\r\n                    \"username\": \"Administrator\",\r\n                    \"enabled\": true,\r\n                    \"id\": 6,\r\n                    \"name\": \"admin\",\r\n                    \"status\": null\r\n                }\r\n            }\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"title\": \"Turtas #2\",\r\n            \"uid\": null,\r\n            \"status\": null,\r\n            \"number\": null,\r\n            \"year_of_construction\": null,\r\n            \"number_of_apartments\": null,\r\n            \"useful_area_of_apartments\": null,\r\n            \"number_of_other_premises\": null,\r\n            \"area_of_other_premises\": null,\r\n            \"total_useful_area\": null,\r\n            \"type\": null,\r\n            \"area\": null,\r\n            \"floor\": null,\r\n            \"rooms\": null,\r\n            \"progress\": null,\r\n            \"code\": \"AS00002\",\r\n            \"media_count\": 0,\r\n            \"notes_count\": 0,\r\n            \"created\": {\r\n                \"date\": \"2025-10-28 11:57:46.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"updated\": {\r\n                \"date\": \"2025-10-28 12:09:11.000000\",\r\n                \"timezone_type\": 3,\r\n                \"timezone\": \"Europe/Vilnius\"\r\n            },\r\n            \"search_group_ids\": [],\r\n            \"cached_groups_path\": \"\",\r\n            \"account\": {\r\n                \"id\": 5,\r\n                \"uid\": null,\r\n                \"lead_id\": null,\r\n                \"account_name\": \"Accountas for sales seperated\",\r\n                \"code\": \"ACC00005\",\r\n                \"company_code\": null,\r\n                \"vat_code\": null,\r\n                \"industry\": null,\r\n                \"country\": null,\r\n                \"city\": null,\r\n                \"address\": null,\r\n                \"post_code\": null,\r\n                \"phone\": null,\r\n                \"fax\": null,\r\n                \"web\": null,\r\n                \"email\": null,\r\n                \"mobile\": null,\r\n                \"skype\": null,\r\n                \"twitter\": null,\r\n                \"facebook\": null,\r\n                \"google_plus\": null,\r\n                \"linked_in\": null,\r\n                \"annual_revenue\": null,\r\n                \"number_of_employees\": null,\r\n                \"our_partner\": null,\r\n                \"mass_mail\": null,\r\n                \"type\": null,\r\n                \"bank_account\": null,\r\n                \"acronym_of_account\": null,\r\n                \"client_code\": null,\r\n                \"primary_psp\": null,\r\n                \"rate\": null,\r\n                \"language\": \"lt\",\r\n                \"no_email\": false,\r\n                \"waiting_task_count\": 0,\r\n                \"not_started_task_count\": 31,\r\n                \"in_progress_task_count\": 0,\r\n                \"done_task_count\": 1,\r\n                \"canceled_task_count\": 0,\r\n                \"created\": {\r\n                    \"date\": \"2025-10-23 11:16:54.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"updated\": {\r\n                    \"date\": \"2025-11-17 06:47:26.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"media_count\": 0,\r\n                \"notes_count\": 0,\r\n                \"import_date\": null,\r\n                \"last_action\": null,\r\n                \"last_action_description\": null,\r\n                \"status\": null,\r\n                \"search_group_ids\": [\r\n                    \"1\",\r\n                    \"2\",\r\n                    \"3\",\r\n                    \"4\",\r\n                    \"5\"\r\n                ],\r\n                \"cached_groups_path\": \"All Accounts; Test; Test/Test2; Test/Test2/Test3; Test/Test4;\",\r\n                \"incorporation_date\": null,\r\n                \"project_currency\": \"EUR\",\r\n                \"invoice_currency\": \"EUR\",\r\n                \"opportunity_count_in_progress\": 0\r\n            },\r\n            \"owner\": {\r\n                \"id\": 1,\r\n                \"name\": \"Administrator\"\r\n            },\r\n            \"opportunity\": null,\r\n            \"project\": null\r\n        }\r\n    ]\r\n}"}],"_postman_id":"10ce52a8-9ca9-40a3-8db2-5586e7a4f49c"}],"id":"4ab5a19e-aa77-4acc-a537-eaa2b622a678","_postman_id":"4ab5a19e-aa77-4acc-a537-eaa2b622a678","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"Stakeholder","item":[{"name":"Single","item":[{"name":"Read","id":"56b59acc-542b-4893-b44a-71749f493cc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/stakeholder/:id","description":"<p>Retrieves detailed information about a specific stakeholder by their unique identifier.</p>\n<p>Path Variable:</p>\n<ul>\n<li>id (required): The unique identifier of the stakeholder to retrieve.</li>\n</ul>\n<p>Usage Notes:</p>\n<ul>\n<li><p>Use this endpoint to fetch all available data for a single stakeholder.</p>\n</li>\n<li><p>Ensure that the 'id' path variable is provided; otherwise, the request will not return a valid stakeholder.</p>\n</li>\n<li><p>The response will contain stakeholder details if the 'id' exists, or an error if not found.</p>\n</li>\n</ul>\n","urlObject":{"path":["stakeholder",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"14938772-e831-4c2d-8aa8-fa432cf27f71","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/stakeholder/:id","host":["http://localhost:8080/api/v1"],"path":["stakeholder",":id"],"variable":[{"key":"id","value":""}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"error\": null,\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"type\": \"stakeholder_type_investors\",\r\n            \"influence\": \"stakeholder_influence_low\",\r\n            \"interest\": null,\r\n            \"comment\": null,\r\n            \"account\": {\r\n                \"id\": 2,\r\n                \"uid\": null,\r\n                \"lead_id\": null,\r\n                \"account_name\": \"Įmonė testavmui\",\r\n                \"code\": \"ACC00002\",\r\n                \"company_code\": null,\r\n                \"vat_code\": null,\r\n                \"industry\": null,\r\n                \"country\": null,\r\n                \"city\": null,\r\n                \"address\": null,\r\n                \"post_code\": null,\r\n                \"phone\": null,\r\n                \"fax\": null,\r\n                \"web\": null,\r\n                \"email\": null,\r\n                \"mobile\": null,\r\n                \"skype\": null,\r\n                \"twitter\": null,\r\n                \"facebook\": null,\r\n                \"google_plus\": null,\r\n                \"linked_in\": null,\r\n                \"annual_revenue\": null,\r\n                \"number_of_employees\": null,\r\n                \"our_partner\": null,\r\n                \"mass_mail\": null,\r\n                \"type\": null,\r\n                \"bank_account\": null,\r\n                \"acronym_of_account\": null,\r\n                \"client_code\": null,\r\n                \"primary_psp\": null,\r\n                \"rate\": null,\r\n                \"language\": \"lt\",\r\n                \"no_email\": false,\r\n                \"waiting_task_count\": 0,\r\n                \"not_started_task_count\": 97,\r\n                \"in_progress_task_count\": 8,\r\n                \"done_task_count\": 32,\r\n                \"canceled_task_count\": 0,\r\n                \"created\": {\r\n                    \"date\": \"2025-07-24 07:39:21.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"updated\": {\r\n                    \"date\": \"2025-09-25 12:53:30.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"media_count\": 0,\r\n                \"notes_count\": 0,\r\n                \"import_date\": null,\r\n                \"last_action\": {\r\n                    \"date\": \"2025-10-24 14:34:20.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"last_action_description\": \"New Task\",\r\n                \"status\": \"account_status_10_active\",\r\n                \"search_group_ids\": [\r\n                    \"5\"\r\n                ],\r\n                \"cached_groups_path\": \"Test/Test4;\",\r\n                \"incorporation_date\": null,\r\n                \"project_currency\": \"EUR\",\r\n                \"invoice_currency\": \"EUR\",\r\n                \"opportunity_count_in_progress\": 2\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"56b59acc-542b-4893-b44a-71749f493cc8"}],"id":"004bf281-d942-4eb5-92e3-cd2a46f20eae","_postman_id":"004bf281-d942-4eb5-92e3-cd2a46f20eae","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}},{"name":"List","id":"badc3e64-9755-400e-ae46-5d94f7b308e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"{{apiKeyName}}"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/stakeholder","description":"<p>This endpoint retrieves a list of all stakeholders. It supports an optional filter to retrieve stakeholders associated with a specific project.</p>\n<p>Query parameters:</p>\n<ul>\n<li>project_id(integer) <strong>(Optional)</strong> The unique identifier of the project to filter the stakeholders by.EndFragment</li>\n</ul>\n<p>Usage</p>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: http://localhost:8080/api/v1/stakeholder</p>\n</li>\n<li><p>FILTERED: http://localhost:8080/api/v1/stakeholder?project_id=42&amp;</p>\n</li>\n</ul>\n","urlObject":{"path":["stakeholder"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[]}},"response":[{"id":"f6c626ad-7a17-4dd4-90c7-835bdc3c7652","name":"200","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/stakeholder"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"error\": null,\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"type\": \"stakeholder_type_investors\",\r\n            \"influence\": \"stakeholder_influence_low\",\r\n            \"interest\": null,\r\n            \"comment\": null,\r\n            \"account\": {\r\n                \"id\": 2,\r\n                \"uid\": null,\r\n                \"lead_id\": null,\r\n                \"account_name\": \"Įmonė testavmui\",\r\n                \"code\": \"ACC00002\",\r\n                \"company_code\": null,\r\n                \"vat_code\": null,\r\n                \"industry\": null,\r\n                \"country\": null,\r\n                \"city\": null,\r\n                \"address\": null,\r\n                \"post_code\": null,\r\n                \"phone\": null,\r\n                \"fax\": null,\r\n                \"web\": null,\r\n                \"email\": null,\r\n                \"mobile\": null,\r\n                \"skype\": null,\r\n                \"twitter\": null,\r\n                \"facebook\": null,\r\n                \"google_plus\": null,\r\n                \"linked_in\": null,\r\n                \"annual_revenue\": null,\r\n                \"number_of_employees\": null,\r\n                \"our_partner\": null,\r\n                \"mass_mail\": null,\r\n                \"type\": null,\r\n                \"bank_account\": null,\r\n                \"acronym_of_account\": null,\r\n                \"client_code\": null,\r\n                \"primary_psp\": null,\r\n                \"rate\": null,\r\n                \"language\": \"lt\",\r\n                \"no_email\": false,\r\n                \"waiting_task_count\": 0,\r\n                \"not_started_task_count\": 97,\r\n                \"in_progress_task_count\": 8,\r\n                \"done_task_count\": 32,\r\n                \"canceled_task_count\": 0,\r\n                \"created\": {\r\n                    \"date\": \"2025-07-24 07:39:21.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"updated\": {\r\n                    \"date\": \"2025-09-25 12:53:30.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"media_count\": 0,\r\n                \"notes_count\": 0,\r\n                \"import_date\": null,\r\n                \"last_action\": {\r\n                    \"date\": \"2025-10-24 14:34:20.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"last_action_description\": \"New Task\",\r\n                \"status\": \"account_status_10_active\",\r\n                \"search_group_ids\": [\r\n                    \"5\"\r\n                ],\r\n                \"cached_groups_path\": \"Test/Test4;\",\r\n                \"incorporation_date\": null,\r\n                \"project_currency\": \"EUR\",\r\n                \"invoice_currency\": \"EUR\",\r\n                \"opportunity_count_in_progress\": 2\r\n            }\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"type\": \"stakeholder_type_employees\",\r\n            \"influence\": null,\r\n            \"interest\": null,\r\n            \"comment\": null,\r\n            \"account\": {\r\n                \"id\": 1,\r\n                \"uid\": null,\r\n                \"lead_id\": null,\r\n                \"account_name\": \"Primary Account\",\r\n                \"code\": \"ACC00001\",\r\n                \"company_code\": null,\r\n                \"vat_code\": null,\r\n                \"industry\": null,\r\n                \"country\": null,\r\n                \"city\": null,\r\n                \"address\": null,\r\n                \"post_code\": null,\r\n                \"phone\": null,\r\n                \"fax\": null,\r\n                \"web\": null,\r\n                \"email\": null,\r\n                \"mobile\": null,\r\n                \"skype\": null,\r\n                \"twitter\": null,\r\n                \"facebook\": null,\r\n                \"google_plus\": null,\r\n                \"linked_in\": null,\r\n                \"annual_revenue\": null,\r\n                \"number_of_employees\": null,\r\n                \"our_partner\": null,\r\n                \"mass_mail\": null,\r\n                \"type\": null,\r\n                \"bank_account\": null,\r\n                \"acronym_of_account\": null,\r\n                \"client_code\": null,\r\n                \"primary_psp\": null,\r\n                \"rate\": null,\r\n                \"language\": \"lt\",\r\n                \"no_email\": false,\r\n                \"waiting_task_count\": 0,\r\n                \"not_started_task_count\": 18,\r\n                \"in_progress_task_count\": 8,\r\n                \"done_task_count\": 8,\r\n                \"canceled_task_count\": 0,\r\n                \"created\": {\r\n                    \"date\": \"2018-05-24 11:43:36.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"updated\": {\r\n                    \"date\": \"2025-08-04 12:23:09.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"media_count\": 0,\r\n                \"notes_count\": 0,\r\n                \"import_date\": null,\r\n                \"last_action\": {\r\n                    \"date\": \"2025-10-24 14:37:33.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"Europe/Vilnius\"\r\n                },\r\n                \"last_action_description\": \"New Task\",\r\n                \"status\": null,\r\n                \"search_group_ids\": [\r\n                    \"1\",\r\n                    \"2\",\r\n                    \"3\",\r\n                    \"4\",\r\n                    \"5\"\r\n                ],\r\n                \"cached_groups_path\": \"All Accounts; Test; Test/Test2; Test/Test2/Test3; Test/Test4;\",\r\n                \"incorporation_date\": null,\r\n                \"project_currency\": \"EUR\",\r\n                \"invoice_currency\": \"EUR\",\r\n                \"opportunity_count_in_progress\": 1\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"badc3e64-9755-400e-ae46-5d94f7b308e6"}],"id":"a1e0fb50-a026-4ff6-8662-f123b72c20dc","_postman_id":"a1e0fb50-a026-4ff6-8662-f123b72c20dc","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","id":"ca726813-dfd4-4f9b-8688-ee6a0dc06247","name":"WiseTeam API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[]}},"event":[{"listen":"prerequest","script":{"id":"1609baf0-2e11-4743-8684-b3c0fc8e9f83","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fe4598b0-d063-4a03-b3db-8778e11cd524","type":"text/javascript","exec":[""]}}],"variable":[{"key":"version","value":"v1"},{"key":"baseUrl","value":"http://localhost:8080/api/v1"}]}