{"info":{"_postman_id":"ed1b8f0c-14de-43bf-aaa3-0208f8a73a2c","name":"Livespace API","description":"<html><head></head><body><h2 id=\"livespace-crm-external-api-collection-with-examples\">Livespace CRM external API collection with examples.</h2>\n<h3 id=\"authorization\">Authorization</h3>\n<p>To authorize requestes you are going to need 4 values: <em>API Key, API Secret, API Auth Token and Session ID.</em></p>\n<p>The <em>API Key and API Secret</em> of a selected user can be found in <code>Account settings &gt; API &gt; Users.</code></p>\n<p>In order to get the Token and Session ID use the <a href=\"https://api-docs.livespace.io/#bf3dd626-f140-4aeb-9301-a790706a9a54\">Get auth token </a> request.</p>\n<p>With those values you can authorize further requests using the following parameters:</p>\n<ul>\n<li><p>_<em>api_auth</em> - with value \"key\"</p>\n</li>\n<li><p>_<em>api_key</em> - <em>API key</em> of the selected user</p>\n</li>\n<li><p>_<em>api_sha -</em> SHA1 hash of the concatenated <em>API Key + Auth Token + API Secret</em></p>\n</li>\n<li><p>_<em>api_session -</em> <em>Session ID</em></p>\n</li>\n</ul>\n<p><strong>The</strong> <em><strong>Token</strong></em> <strong>and</strong> <em><strong>Session ID</strong></em> <strong>need to be fetched each time before sending a request.</strong></p>\n<p>The collection does those things automatically before each request, just remember to set the API_KEY, API_SECRET and SUBDOMAIN in collection variables.</p>\n<h3 id=\"responses\">Responses</h3>\n<p>All API calls return status code 200 with the actual status in the response like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"data\": [],\n    \"error\": null,\n    \"result\": 561,\n    \"status\": false\n}\n\n</code></pre>\n<h4 id=\"correct\">Correct:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status code</strong></th>\n<th><strong>Meaning</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>OK</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"method-errors\">Method errors:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status code</strong></th>\n<th><strong>Meaning</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>General method error</td>\n</tr>\n<tr>\n<td>420</td>\n<td>Validation error</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"api-handling-errors\">API handling errors:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status code</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>500</td>\n<td>General API error</td>\n</tr>\n<tr>\n<td>514</td>\n<td>Incorrect module</td>\n</tr>\n<tr>\n<td>515</td>\n<td>Incorrect method</td>\n</tr>\n<tr>\n<td>516</td>\n<td>Incorrect output format</td>\n</tr>\n<tr>\n<td>520</td>\n<td>Database communication error</td>\n</tr>\n<tr>\n<td>530</td>\n<td>User not logged in</td>\n</tr>\n<tr>\n<td>540</td>\n<td>No permission</td>\n</tr>\n<tr>\n<td>550</td>\n<td>Parameter handling error</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"authorization-method-errors\">Authorization method errors:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status code</strong></th>\n<th><strong>Meaning</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>560</td>\n<td>Incorrect method</td>\n</tr>\n<tr>\n<td>561</td>\n<td>Incorrect parameters</td>\n</tr>\n<tr>\n<td>562</td>\n<td>Incorrect key</td>\n</tr>\n<tr>\n<td>563</td>\n<td>No authorization</td>\n</tr>\n<tr>\n<td>564</td>\n<td>General error</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"api-ids\">API IDs</h3>\n<p>API uses dedicated IDs. To be able to see them in the application they must first be enabled in <code>Account settings &gt; API &gt; Settings</code>.</p>\n<img src=\"https://content.pstmn.io/33853656-ece6-4ff7-b8c0-5e095a889cae/aW1hZ2UucG5n\" width=\"884\" height=\"156\"></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"18953771","collectionId":"ed1b8f0c-14de-43bf-aaa3-0208f8a73a2c","publishedId":"2sB2xEC9T5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"24293b","highlight":"00760D"},"publishDate":"2025-11-24T13:11:28.000Z"},"item":[{"name":"Person","item":[{"name":"Get person","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"92ede805-d74f-47a0-87d2-87d533f692b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"contact\", // required\n    \"id\": \"a8baec1b-bfff-a45d-fd1a-93330af07e29\" // required\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/get","description":"<p>Get a single person object by its ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","get"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"e0d3412e-bd62-4507-ad21-27cd31babdc9","name":"Get person","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"contact\",\n    \"id\": \"ef17a003-b53e-7f4a-8b01-680fc4cc6789\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jul 2025 06:59:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"server","value":"istio-envoy"},{"key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"cache-control","value":"no-store, no-cache, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"set-cookie","value":"i18next=pl_PL; path=/"},{"key":"set-cookie","value":"SESSIONID=01ba21a12e033cfb70b63308bdc6e1670c3162d04ec8cf03300d81b82cc1bf2708a5b628e1fffbfc8123aec166f9965b0e12d67b69e2f07011143d203900d0d8; expires=Tue, 08-Jul-2025 06:59:07 GMT; Max-Age=604800; path=/; domain=demo-pl-kwo-2.livespace.io; secure; HttpOnly"},{"key":"set-cookie","value":"SESSIONID=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; domain=demo-pl-kwo-2.livespace.io; secure; HttpOnly"},{"key":"x-backend-server","value":"livespace-app-api-master-74f5c88d64-tcpw9"},{"key":"x-envoy-upstream-service-time","value":"479"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"contact\": {\n            \"id\": \"ef17a003-b53e-7f4a-8b01-680fc4cc6789\",\n            \"contact_id\": \"ef17a003-b53e-7f4a-8b01-680fc4cc6789\",\n            \"type\": \"contact\",\n            \"url\": \"https://example.livespace.io/Contact/contact/details/api_id/ef17a003-b53e-7f4a-8b01-680fc4cc6789\",\n            \"firstname\": \"Chris\",\n            \"lastname\": \"Waterfield\",\n            \"company_name\": \"Windu Space Ltd.\",\n            \"note\": null,\n            \"created\": \"2025-06-30 17:04:22+02\",\n            \"modified\": \"2025-06-30 17:04:22+02\",\n            \"email\": \"c.wisniewski@winduspace.com.pl\",\n            \"phone\": \"566-705-809\",\n            \"cell\": null,\n            \"fax\": null,\n            \"www\": null,\n            \"last_active_date\": \"2021-12-03 06:30:57+01\",\n            \"addressurl\": null,\n            \"name\": \"Chris Waterfield\",\n            \"role\": \"Sales director\",\n            \"address_name\": null,\n            \"address_street\": null,\n            \"address_street2\": null,\n            \"address_city\": null,\n            \"address_postcode\": null,\n            \"address_region\": null,\n            \"address_country\": null,\n            \"address_province_name\": null,\n            \"phones\": [\n                {\n                    \"number\": \"566-705-809\",\n                    \"type\": \"phone\",\n                    \"id\": 2991\n                }\n            ],\n            \"emails\": [\n                {\n                    \"value\": \"c.wisniewski@winduspace.com.pl\",\n                    \"type\": \"\",\n                    \"id\": 2990\n                },\n                {\n                    \"value\": \"c.waterfield@winduspacenet.eu\",\n                    \"type\": \"\",\n                    \"id\": 3300\n                }\n            ],\n            \"instant_messengers\": [],\n            \"addresses\": [],\n            \"groups\": [],\n            \"groups_id\": [],\n            \"invited\": [\n                {\n                    \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                    \"structure_name\": \"Entire company\",\n                    \"roles\": [\n                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                    ]\n                },\n                {\n                    \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"user_name\": \"John Smith\",\n                    \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                    \"roles\": [\n                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                        \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                    ]\n                }\n            ],\n            \"is_admin\": true,\n            \"owner_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n            \"owner_name\": \"John Smith\",\n            \"owner_email\": \"manager@livespace.io\",\n            \"owner_phone\": \"\",\n            \"tags\": [],\n            \"source_id\": 0,\n            \"source_name\": null,\n            \"dataset\": {\n                \"214ca289-e9c0-fd69-324e-cfb568ae3490\": null,\n                \"9bb618f4-0468-f2ab-fd31-7214e678a7bd\": null,\n                \"9200f621-27d4-a25f-f301-650b82a5cc9c\": null,\n                \"214ca289-e9c0-fd69-324e-cfb568ae3491\": null,\n                \"214ca289-e9c0-fd69-324e-cfb568ae3492\": null,\n                \"ab487018-abaf-220b-11c9-d6cf9878125d\": null,\n                \"214ca289-e9c0-fd69-324e-cfb568ae3493\": null,\n                \"214ca289-e9c0-fd69-324e-cfb568ae3495\": null,\n                \"f4ca48f3-0049-24c2-a2b5-592e479194d8\": null,\n                \"bc3f21c1-4cb4-5194-29d0-bc73499ee79d\": null,\n                \"59901694-8913-0bf6-3827-2dc9d1000aa9\": null,\n                \"7b713029-44ac-bfd9-fecd-8c3a9a1d3026\": null\n            },\n            \"dataset_field_name\": {\n                \"214ca289-e9c0-fd69-324e-cfb568ae3490\": \"facebook\",\n                \"9bb618f4-0468-f2ab-fd31-7214e678a7bd\": \"SALESmanago id\",\n                \"9200f621-27d4-a25f-f301-650b82a5cc9c\": \"SALESmanago scoring\",\n                \"214ca289-e9c0-fd69-324e-cfb568ae3491\": \"linkedin\",\n                \"214ca289-e9c0-fd69-324e-cfb568ae3492\": \"goldenline\",\n                \"ab487018-abaf-220b-11c9-d6cf9878125d\": \"SALESmanago tag\",\n                \"214ca289-e9c0-fd69-324e-cfb568ae3493\": \"twitter\",\n                \"214ca289-e9c0-fd69-324e-cfb568ae3495\": \"instagram\",\n                \"f4ca48f3-0049-24c2-a2b5-592e479194d8\": \"funnel\",\n                \"bc3f21c1-4cb4-5194-29d0-bc73499ee79d\": \"properties\",\n                \"59901694-8913-0bf6-3827-2dc9d1000aa9\": \"note\",\n                \"7b713029-44ac-bfd9-fecd-8c3a9a1d3026\": \"event\"\n            },\n            \"salesmanago_id\": null,\n            \"company\": {\n                \"id\": \"a5df48cd-0aab-4eed-45ff-c03492a1031d\",\n                \"company_id\": \"a5df48cd-0aab-4eed-45ff-c03492a1031d\",\n                \"type\": \"company\",\n                \"url\": \"https://example.livespace.io/Contact/company/details/api_id/a5df48cd-0aab-4eed-45ff-c03492a1031d\",\n                \"note\": null,\n                \"name\": \"Windu Space Ltd.\",\n                \"nip\": null,\n                \"regon\": null,\n                \"phone\": \"(81) 791-74-97\",\n                \"cell\": null,\n                \"fax\": null,\n                \"email\": \"office@winduspace.com.pl\",\n                \"created\": \"2025-06-30 14:40:05+02\",\n                \"modified\": \"2025-06-30 14:40:05+02\",\n                \"www\": \"http://www.winduspace.com\",\n                \"last_active_date\": \"2021-12-07 15:12:09+01\",\n                \"client_status\": \"not set\",\n                \"addressurl\": null,\n                \"address_name\": null,\n                \"address_street\": \"Krótka 68\",\n                \"address_street2\": null,\n                \"address_city\": \"Lublin\",\n                \"address_postcode\": \"20-012\",\n                \"address_region\": \"\",\n                \"address_country\": \"Polska\",\n                \"address_province_name\": \"lubelskie\",\n                \"phones\": [\n                    {\n                        \"number\": \"(81) 791-74-97\",\n                        \"type\": \"phone\",\n                        \"id\": 3654\n                    }\n                ],\n                \"emails\": [\n                    {\n                        \"value\": \"office@winduspace.com.pl\",\n                        \"type\": \"\",\n                        \"id\": 3655\n                    },\n                    {\n                        \"value\": \"office@winduspace.com\",\n                        \"type\": \"\",\n                        \"id\": 4620\n                    }\n                ],\n                \"instant_messengers\": [\n                    {\n                        \"value\": \"http://www.winduspace.com.pl\",\n                        \"type\": \"website\",\n                        \"id\": 4085\n                    },\n                    {\n                        \"value\": \"http://www.winduspace.com\",\n                        \"type\": \"website\",\n                        \"id\": 4619\n                    }\n                ],\n                \"addresses\": [\n                    {\n                        \"datasets\": [],\n                        \"address_extra_fields\": [],\n                        \"name\": null,\n                        \"street\": \"Krótka 68\",\n                        \"street2\": null,\n                        \"city\": \"Lublin\",\n                        \"postcode\": \"20-012\",\n                        \"region\": \"\",\n                        \"country\": \"Polska\",\n                        \"province_name\": \"lubelskie\"\n                    },\n                    {\n                        \"datasets\": [],\n                        \"address_extra_fields\": [],\n                        \"name\": null,\n                        \"street\": \"06 Sugar Plaza\",\n                        \"street2\": null,\n                        \"city\": \"Santa Paz\",\n                        \"postcode\": \"6526\",\n                        \"region\": \"\",\n                        \"country\": \"Philippines\",\n                        \"province_name\": null\n                    }\n                ],\n                \"address_datasets\": [],\n                \"address_address_extra_fields\": [],\n                \"groups\": [],\n                \"groups_id\": [],\n                \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"creator_name\": \"John Smith\",\n                \"creator_email\": \"manager@livespace.io\",\n                \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"modifier_name\": \"John Smith\",\n                \"modifier_email\": \"manager@livespace.io\",\n                \"invited\": [\n                    {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"structure_name\": \"Entire company\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                        ]\n                    },\n                    {\n                        \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"user_name\": \"John Smith\",\n                        \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                            \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                        ]\n                    }\n                ],\n                \"is_admin\": true,\n                \"owner_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"owner_name\": \"John Smith\",\n                \"owner_email\": \"manager@livespace.io\",\n                \"owner_phone\": \"\",\n                \"tags\": [],\n                \"dataset\": {\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3490\": null,\n                    \"4405f609-2ee4-0476-6987-477e58ee1aeb\": null,\n                    \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \"Full\",\n                    \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"Three to five\",\n                    \"a323497e-9a97-df8c-791b-a9306c83fd7b\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3491\": null,\n                    \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"3400000\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3492\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3493\": null,\n                    \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"65\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3495\": null\n                },\n                \"dataset_field_name\": {\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3490\": \"facebook\",\n                    \"4405f609-2ee4-0476-6987-477e58ee1aeb\": \"Source\",\n                    \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \" The level of decision-making in the country\",\n                    \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"The number of brands in the porfolio\",\n                    \"a323497e-9a97-df8c-791b-a9306c83fd7b\": \"SALESmanago scoring\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3491\": \"linkedin\",\n                    \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"The annual budget for advertising\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3492\": \"goldenline\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3493\": \"twitter\",\n                    \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"Number of people\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3495\": \"instagram\"\n                },\n                \"dataset_field_type\": {\n                    \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": 3,\n                    \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": 8,\n                    \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": 3,\n                    \"48765b00-bf38-ae09-0219-2f34c19a159e\": 8\n                },\n                \"source_id\": 2003,\n                \"source_name\": \"Direct sales\",\n                \"addressess\": [\n                    {\n                        \"datasets\": [],\n                        \"address_extra_fields\": [],\n                        \"name\": null,\n                        \"street\": \"Krótka 68\",\n                        \"street2\": null,\n                        \"city\": \"Lublin\",\n                        \"postcode\": \"20-012\",\n                        \"region\": \"\",\n                        \"country\": \"Polska\",\n                        \"province_name\": \"lubelskie\"\n                    },\n                    {\n                        \"datasets\": [],\n                        \"address_extra_fields\": [],\n                        \"name\": null,\n                        \"street\": \"06 Sugar Plaza\",\n                        \"street2\": null,\n                        \"city\": \"Santa Paz\",\n                        \"postcode\": \"6526\",\n                        \"region\": \"\",\n                        \"country\": \"Philippines\",\n                        \"province_name\": null\n                    }\n                ]\n            },\n            \"company_id\": \"a5df48cd-0aab-4eed-45ff-c03492a1031d\",\n            \"company_nip\": null,\n            \"relations\": {\n                \"has_project_contact\": 0,\n                \"has_not_project_contact\": 1\n            },\n            \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n            \"creator_name\": \"John Smith\",\n            \"creator_email\": \"manager@livespace.io\",\n            \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n            \"modifier_name\": \"John Smith\",\n            \"modifier_email\": \"manager@livespace.io\",\n            \"addressess\": []\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"92ede805-d74f-47a0-87d2-87d533f692b9"},{"name":"Get multiple persons - simple","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"67224264-c30c-4f71-8a0a-877aea68d69e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"contact\", // required\n    \"limit\": 10, // defaults to all\n    \"offset\": 0 // defaults to 0\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/getAllSimple","description":"<p>Get multiple person objects in simplified version.</p>\n<p>You can set the number of results and the offset.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","getAllSimple"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"3f6fb5df-2f7e-47d8-98df-c07ce7a60900","name":"Get multiple persons - simple","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"contact\",\n    \"limit\": 10,\n    \"offset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/getAllSimple"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jul 2025 07:10:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"server","value":"istio-envoy"},{"key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"cache-control","value":"no-store, no-cache, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"set-cookie","value":"i18next=pl_PL; path=/"},{"key":"set-cookie","value":"SESSIONID=40f9751d2148375ffd83fcf28ba2b2be22515f687cb2278f185568aff5b971ffd832f7f74f7b557f4fff0ab2894c239717540a47bd6938810ae79b23e3ad5e41; expires=Tue, 08-Jul-2025 07:10:55 GMT; Max-Age=604800; path=/; domain=demo-pl-kwo-2.livespace.io; secure; HttpOnly"},{"key":"set-cookie","value":"SESSIONID=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; domain=demo-pl-kwo-2.livespace.io; secure; HttpOnly"},{"key":"x-backend-server","value":"livespace-app-api-master-74f5c88d64-rc87k"},{"key":"x-envoy-upstream-service-time","value":"325"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"contact\": [\n            {\n                \"firstname\": \"Chris\",\n                \"lastname\": \"Waterfield\",\n                \"company_name\": \"Windu Space Ltd.\",\n                \"created\": \"2025-06-30 17:04:22+02\",\n                \"modified\": \"2025-06-30 17:04:22+02\",\n                \"email\": \"c.wisniewski@winduspace.com.pl\",\n                \"phone\": \"566-705-809\",\n                \"cell\": null,\n                \"fax\": null,\n                \"address_street\": null,\n                \"address_city\": null,\n                \"address_postcode\": null,\n                \"address_country_name\": null,\n                \"address_province_name\": null,\n                \"id\": \"ef17a003-b53e-7f4a-8b01-680fc4cc6789\",\n                \"name\": \"Chris Waterfield\",\n                \"role\": \"Sales director\",\n                \"deal_count\": {\n                    \"all\": 0,\n                    \"open\": 0,\n                    \"won\": 0,\n                    \"lost\": 0,\n                    \"outdated\": 0\n                },\n                \"tags\": [],\n                \"contact_id\": \"ef17a003-b53e-7f4a-8b01-680fc4cc6789\",\n                \"url\": \"https://example.livespace.io/Contact/contact/details/api_id/ef17a003-b53e-7f4a-8b01-680fc4cc6789\"\n            },\n            {\n                \"firstname\": \"Bart\",\n                \"lastname\": \"Wingham\",\n                \"company_name\": \"Polar Media International\",\n                \"created\": \"2025-06-30 17:04:22+02\",\n                \"modified\": \"2025-06-30 17:04:22+02\",\n                \"email\": \"b.wisniewski@polarmedia.com\",\n                \"phone\": \"671-224-560\",\n                \"cell\": null,\n                \"fax\": null,\n                \"address_street\": null,\n                \"address_city\": null,\n                \"address_postcode\": null,\n                \"address_country_name\": null,\n                \"address_province_name\": null,\n                \"id\": \"a7b08b33-8873-f1df-0c93-a756c22b788d\",\n                \"name\": \"Bart Wingham\",\n                \"role\": \"Regional director\",\n                \"deal_count\": {\n                    \"all\": 0,\n                    \"open\": 0,\n                    \"won\": 0,\n                    \"lost\": 0,\n                    \"outdated\": 0\n                },\n                \"tags\": [],\n                \"contact_id\": \"a7b08b33-8873-f1df-0c93-a756c22b788d\",\n                \"url\": \"https://example.livespace.io/Contact/contact/details/api_id/a7b08b33-8873-f1df-0c93-a756c22b788d\"\n            },\n            {\n                \"firstname\": \"Ralf\",\n                \"lastname\": \"Warburton\",\n                \"company_name\": \"Argo Financial EU\",\n                \"created\": \"2025-06-30 17:04:22+02\",\n                \"modified\": \"2025-06-30 17:04:22+02\",\n                \"email\": \"r.wisniewski@argofinancial.pl\",\n                \"phone\": \"621-071-788\",\n                \"cell\": null,\n                \"fax\": null,\n                \"address_street\": null,\n                \"address_city\": null,\n                \"address_postcode\": null,\n                \"address_country_name\": null,\n                \"address_province_name\": null,\n                \"id\": \"aca1f503-2855-2fa7-ca9e-71d3eb524885\",\n                \"name\": \"Ralf Warburton\",\n                \"role\": \"Trader\",\n                \"deal_count\": {\n                    \"all\": 0,\n                    \"open\": 0,\n                    \"won\": 0,\n                    \"lost\": 0,\n                    \"outdated\": 0\n                },\n                \"tags\": [],\n                \"contact_id\": \"aca1f503-2855-2fa7-ca9e-71d3eb524885\",\n                \"url\": \"https://example.livespace.io/Contact/contact/details/api_id/aca1f503-2855-2fa7-ca9e-71d3eb524885\"\n            },\n            {\n                \"firstname\": \"Tobias\",\n                \"lastname\": \"Winter\",\n                \"company_name\": \"Electro Financial\",\n                \"created\": \"2025-06-30 17:04:22+02\",\n                \"modified\": \"2025-06-30 17:04:22+02\",\n                \"email\": \"t.wisniewski@electrofinancial.waw.pl\",\n                \"phone\": \"521-188-547\",\n                \"cell\": null,\n                \"fax\": null,\n                \"address_street\": null,\n                \"address_city\": null,\n                \"address_postcode\": null,\n                \"address_country_name\": null,\n                \"address_province_name\": null,\n                \"id\": \"86b3cfe4-d551-85b3-68a1-d3740a4eb160\",\n                \"name\": \"Tobias Winter\",\n                \"role\": \"Project Manager\",\n                \"deal_count\": {\n                    \"all\": 0,\n                    \"open\": 0,\n                    \"won\": 0,\n                    \"lost\": 0,\n                    \"outdated\": 0\n                },\n                \"tags\": [],\n                \"contact_id\": \"86b3cfe4-d551-85b3-68a1-d3740a4eb160\",\n                \"url\": \"https://example.livespace.io/Contact/contact/details/api_id/86b3cfe4-d551-85b3-68a1-d3740a4eb160\"\n            },\n            {\n                \"firstname\": \"Alfred\",\n                \"lastname\": \"Wiśniewski\",\n                \"company_name\": \"ITX Top Ltd.\",\n                \"created\": \"2025-06-30 17:04:22+02\",\n                \"modified\": \"2025-06-30 17:04:22+02\",\n                \"email\": \"a.wisniewski@itxtop.eu\",\n                \"phone\": \"662-911-815\",\n                \"cell\": null,\n                \"fax\": null,\n                \"address_street\": null,\n                \"address_city\": null,\n                \"address_postcode\": null,\n                \"address_country_name\": null,\n                \"address_province_name\": null,\n                \"id\": \"c67aa2e6-be3b-652e-0d91-645c5230b624\",\n                \"name\": \"Alfred Wiśniewski\",\n                \"role\": \"Owner\",\n                \"deal_count\": {\n                    \"all\": 0,\n                    \"open\": 0,\n                    \"won\": 0,\n                    \"lost\": 0,\n                    \"outdated\": 0\n                },\n                \"tags\": [],\n                \"contact_id\": \"c67aa2e6-be3b-652e-0d91-645c5230b624\",\n                \"url\": \"https://example.livespace.io/Contact/contact/details/api_id/c67aa2e6-be3b-652e-0d91-645c5230b624\"\n            },\n            {\n                \"firstname\": \"Brian\",\n                \"lastname\": \"Warwick\",\n                \"company_name\": \"Ansi House\",\n                \"created\": \"2025-06-30 17:04:22+02\",\n                \"modified\": \"2025-06-30 17:04:22+02\",\n                \"email\": \"b.wisniewski@ansihouse.waw.pl\",\n                \"phone\": \"501-289-679\",\n                \"cell\": null,\n                \"fax\": null,\n                \"address_street\": null,\n                \"address_city\": null,\n                \"address_postcode\": null,\n                \"address_country_name\": null,\n                \"address_province_name\": null,\n                \"id\": \"0051ef91-590b-3df0-1ed8-d1a926ebd3d7\",\n                \"name\": \"Brian Warwick\",\n                \"role\": \"sales manager\",\n                \"deal_count\": {\n                    \"all\": 0,\n                    \"open\": 0,\n                    \"won\": 0,\n                    \"lost\": 0,\n                    \"outdated\": 0\n                },\n                \"tags\": [],\n                \"contact_id\": \"0051ef91-590b-3df0-1ed8-d1a926ebd3d7\",\n                \"url\": \"https://example.livespace.io/Contact/contact/details/api_id/0051ef91-590b-3df0-1ed8-d1a926ebd3d7\"\n            },\n            {\n                \"firstname\": \"Craig\",\n                \"lastname\": \"Walcott\",\n                \"company_name\": \"Gamma Med U.K\",\n                \"created\": \"2025-06-30 17:04:22+02\",\n                \"modified\": \"2025-06-30 17:04:22+02\",\n                \"email\": \"c.witkowski@gamma.med.com.pl\",\n                \"phone\": \"639-591-017\",\n                \"cell\": null,\n                \"fax\": null,\n                \"address_street\": null,\n                \"address_city\": null,\n                \"address_postcode\": null,\n                \"address_country_name\": null,\n                \"address_province_name\": null,\n                \"id\": \"2b29bc0c-ac96-ae67-0309-ba55cd98c1d7\",\n                \"name\": \"Craig Walcott\",\n                \"role\": \"Project Manager\",\n                \"deal_count\": {\n                    \"all\": 0,\n                    \"open\": 0,\n                    \"won\": 0,\n                    \"lost\": 0,\n                    \"outdated\": 0\n                },\n                \"tags\": [],\n                \"contact_id\": \"2b29bc0c-ac96-ae67-0309-ba55cd98c1d7\",\n                \"url\": \"https://example.livespace.io/Contact/contact/details/api_id/2b29bc0c-ac96-ae67-0309-ba55cd98c1d7\"\n            },\n            {\n                \"firstname\": \"Artur\",\n                \"lastname\": \"Weston\",\n                \"company_name\": \"General Tel Polska\",\n                \"created\": \"2025-06-30 17:04:22+02\",\n                \"modified\": \"2025-06-30 17:04:22+02\",\n                \"email\": \"a.witkowski@generaltel.pl\",\n                \"phone\": \"505-225-755\",\n                \"cell\": null,\n                \"fax\": null,\n                \"address_street\": null,\n                \"address_city\": null,\n                \"address_postcode\": null,\n                \"address_country_name\": null,\n                \"address_province_name\": null,\n                \"id\": \"66eb1542-eb55-df75-0330-aeda8dcf4516\",\n                \"name\": \"Artur Weston\",\n                \"role\": \"Regional director\",\n                \"deal_count\": {\n                    \"all\": 0,\n                    \"open\": 0,\n                    \"won\": 0,\n                    \"lost\": 0,\n                    \"outdated\": 0\n                },\n                \"tags\": [],\n                \"contact_id\": \"66eb1542-eb55-df75-0330-aeda8dcf4516\",\n                \"url\": \"https://example.livespace.io/Contact/contact/details/api_id/66eb1542-eb55-df75-0330-aeda8dcf4516\"\n            },\n            {\n                \"firstname\": \"Bruce\",\n                \"lastname\": \"Waldon\",\n                \"company_name\": \"Kappa House EU\",\n                \"created\": \"2025-06-30 17:04:22+02\",\n                \"modified\": \"2025-06-30 17:04:22+02\",\n                \"email\": \"b.witkowski@kappahouse.\",\n                \"phone\": \"528-612-224\",\n                \"cell\": null,\n                \"fax\": null,\n                \"address_street\": null,\n                \"address_city\": null,\n                \"address_postcode\": null,\n                \"address_country_name\": null,\n                \"address_province_name\": null,\n                \"id\": \"1cfb4c06-8991-debf-fb74-83dc00600b1e\",\n                \"name\": \"Bruce Waldon\",\n                \"role\": \"chairman of the board\",\n                \"deal_count\": {\n                    \"all\": 0,\n                    \"open\": 0,\n                    \"won\": 0,\n                    \"lost\": 0,\n                    \"outdated\": 0\n                },\n                \"tags\": [],\n                \"contact_id\": \"1cfb4c06-8991-debf-fb74-83dc00600b1e\",\n                \"url\": \"https://example.livespace.io/Contact/contact/details/api_id/1cfb4c06-8991-debf-fb74-83dc00600b1e\"\n            },\n            {\n                \"firstname\": \"Norman\",\n                \"lastname\": \"Weekly\",\n                \"company_name\": \"Look House & Co.\",\n                \"created\": \"2025-06-30 17:04:22+02\",\n                \"modified\": \"2025-06-30 17:04:22+02\",\n                \"email\": \"n.wojciechowski@lookhouse.waw.pl\",\n                \"phone\": \"574-686-839\",\n                \"cell\": null,\n                \"fax\": null,\n                \"address_street\": null,\n                \"address_city\": null,\n                \"address_postcode\": null,\n                \"address_country_name\": null,\n                \"address_province_name\": null,\n                \"id\": \"71da1205-e2ae-fb58-2f7a-a65ebe1317ea\",\n                \"name\": \"Norman Weekly\",\n                \"role\": \"manager\",\n                \"deal_count\": {\n                    \"all\": 0,\n                    \"open\": 0,\n                    \"won\": 0,\n                    \"lost\": 0,\n                    \"outdated\": 0\n                },\n                \"tags\": [],\n                \"contact_id\": \"71da1205-e2ae-fb58-2f7a-a65ebe1317ea\",\n                \"url\": \"https://example.livespace.io/Contact/contact/details/api_id/71da1205-e2ae-fb58-2f7a-a65ebe1317ea\"\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"67224264-c30c-4f71-8a0a-877aea68d69e"},{"name":"Get multiple persons - full","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"02f0ddde-3453-4ba7-b817-367031f58a30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"contact\", // required\n    \"firstnames\": \"\",\n    \"lastnames\": \"\",\n    \"companies\":\"\",\n    \"emails\": \"\",\n    \"phones\":\"\",\n    \"created\": {\n        \"from\": \"\",\n        \"to\": \"\"\n    },\n    \"modified\": \"\",\n    \"last_active\": \"\",\n    \"owner_login\": \"\",\n    \"condition\": \"\", // \"like\"(default) or \"equal\" - strict or loose first and last name comparison\n    \"tags\": \"\",\n    \"tags_condition\": \"\", // \"or\"(default) or \"and\"\n    \"limit\": 1000, // defaults to all\n    \"offset\": 0 // defaults to 0\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/getAll","description":"<p>Get multiple persons meeting set conditions.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","getAll"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"f6cce533-3ba7-495f-ab97-9783f0f8081f","name":"Get multiple persons - full","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"contact\",\n    \"firstnames\": \"barry, arthur\",\n    \"created\": {\n        \"from\": \"2000-01-01\",\n        \"to\": \"2100-12-31\"\n    },\n    \"owner_login\": \"manager@livespace.io\",\n    \"tags\": \"tag1, tag2\",\n    \"tags_condition\": \"or\",\n    \"limit\": 10,\n    \"offset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/getAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"contact\": [\n            {\n                \"id\": \"e543333f-21f6-db83-001a-43e0faea521a\",\n                \"contact_id\": \"e543333f-21f6-db83-001a-43e0faea521a\",\n                \"type\": \"contact\",\n                \"url\": \"https://example.livespace.io/Contact/contact/details/api_id/e543333f-21f6-db83-001a-43e0faea521a\",\n                \"firstname\": \"Barry\",\n                \"lastname\": \"Wildman\",\n                \"company_name\": \"Polar Adventure EU\",\n                \"note\": null,\n                \"created\": \"2025-06-30 17:04:22+02\",\n                \"modified\": \"2025-06-30 17:04:22+02\",\n                \"email\": \"b.zajac@polaradv.info\",\n                \"phone\": \"668-364-611\",\n                \"cell\": null,\n                \"fax\": null,\n                \"www\": null,\n                \"last_active_date\": \"2021-12-03 06:30:57+01\",\n                \"addressurl\": null,\n                \"name\": \"Barry Wildman\",\n                \"role\": \"Marketing specialist\",\n                \"address_name\": null,\n                \"address_street\": null,\n                \"address_street2\": null,\n                \"address_city\": null,\n                \"address_postcode\": null,\n                \"address_region\": null,\n                \"address_country\": null,\n                \"address_province_name\": null,\n                \"phones\": [\n                    {\n                        \"number\": \"668-364-611\",\n                        \"type\": \"phone\",\n                        \"id\": 3015\n                    }\n                ],\n                \"emails\": [\n                    {\n                        \"value\": \"b.zajac@polaradv.info\",\n                        \"type\": \"\",\n                        \"id\": 3014\n                    },\n                    {\n                        \"value\": \"b.wildman@polaradv.info\",\n                        \"type\": \"\",\n                        \"id\": 3312\n                    }\n                ],\n                \"instant_messengers\": [],\n                \"addresses\": [],\n                \"groups\": [],\n                \"groups_id\": [],\n                \"invited\": [\n                    {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"structure_name\": \"Entire company\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                        ]\n                    },\n                    {\n                        \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"user_name\": \"John Smith\",\n                        \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                            \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                        ]\n                    }\n                ],\n                \"is_admin\": true,\n                \"owner_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"owner_name\": \"John Smith\",\n                \"owner_email\": \"manager@livespace.io\",\n                \"owner_phone\": \"\",\n                \"tags\": [],\n                \"source_id\": 0,\n                \"source_name\": null,\n                \"dataset\": {\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3490\": null,\n                    \"9bb618f4-0468-f2ab-fd31-7214e678a7bd\": null,\n                    \"9200f621-27d4-a25f-f301-650b82a5cc9c\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3491\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3492\": null,\n                    \"ab487018-abaf-220b-11c9-d6cf9878125d\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3493\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3495\": null,\n                    \"f4ca48f3-0049-24c2-a2b5-592e479194d8\": null,\n                    \"bc3f21c1-4cb4-5194-29d0-bc73499ee79d\": null,\n                    \"59901694-8913-0bf6-3827-2dc9d1000aa9\": null,\n                    \"7b713029-44ac-bfd9-fecd-8c3a9a1d3026\": null\n                },\n                \"dataset_field_name\": {\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3490\": \"facebook\",\n                    \"9bb618f4-0468-f2ab-fd31-7214e678a7bd\": \"SALESmanago id\",\n                    \"9200f621-27d4-a25f-f301-650b82a5cc9c\": \"SALESmanago scoring\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3491\": \"linkedin\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3492\": \"goldenline\",\n                    \"ab487018-abaf-220b-11c9-d6cf9878125d\": \"SALESmanago tag\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3493\": \"twitter\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3495\": \"instagram\",\n                    \"f4ca48f3-0049-24c2-a2b5-592e479194d8\": \"funnel\",\n                    \"bc3f21c1-4cb4-5194-29d0-bc73499ee79d\": \"properties\",\n                    \"59901694-8913-0bf6-3827-2dc9d1000aa9\": \"note\",\n                    \"7b713029-44ac-bfd9-fecd-8c3a9a1d3026\": \"event\"\n                },\n                \"salesmanago_id\": null,\n                \"company\": {\n                    \"id\": \"48ce131b-20bb-b7cf-ffe6-f8a93132fd6c\",\n                    \"company_id\": \"48ce131b-20bb-b7cf-ffe6-f8a93132fd6c\",\n                    \"type\": \"company\",\n                    \"url\": \"https://example.livespace.io/Contact/company/details/api_id/48ce131b-20bb-b7cf-ffe6-f8a93132fd6c\",\n                    \"note\": null,\n                    \"name\": \"Polar Adventure EU\",\n                    \"nip\": null,\n                    \"regon\": null,\n                    \"phone\": \"(89) 413-29-99\",\n                    \"cell\": null,\n                    \"fax\": null,\n                    \"email\": \"info@polaradv.info\",\n                    \"created\": \"2025-06-30 14:40:01+02\",\n                    \"modified\": \"2025-06-30 14:40:01+02\",\n                    \"www\": \"http://www.polaradv.info\",\n                    \"last_active_date\": \"2021-12-07 14:51:18+01\",\n                    \"client_status\": \"not set\",\n                    \"addressurl\": null,\n                    \"address_name\": null,\n                    \"address_street\": \"Mickiewicza 29\",\n                    \"address_street2\": null,\n                    \"address_city\": \"Olsztyn\",\n                    \"address_postcode\": \"10-009\",\n                    \"address_region\": \"\",\n                    \"address_country\": \"Polska\",\n                    \"address_province_name\": \"warmińsko-mazurskie\",\n                    \"phones\": [\n                        {\n                            \"number\": \"(89) 413-29-99\",\n                            \"type\": \"phone\",\n                            \"id\": 3560\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"value\": \"info@polaradv.info\",\n                            \"type\": \"\",\n                            \"id\": 3561\n                        }\n                    ],\n                    \"instant_messengers\": [\n                        {\n                            \"value\": \"http://www.polaradv.info\",\n                            \"type\": \"website\",\n                            \"id\": 4084\n                        }\n                    ],\n                    \"addresses\": [\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"Mickiewicza 29\",\n                            \"street2\": null,\n                            \"city\": \"Olsztyn\",\n                            \"postcode\": \"10-009\",\n                            \"region\": \"\",\n                            \"country\": \"Polska\",\n                            \"province_name\": \"warmińsko-mazurskie\"\n                        },\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"4464 Maryland Terrace\",\n                            \"street2\": null,\n                            \"city\": \"Futian\",\n                            \"postcode\": \"\",\n                            \"region\": \"\",\n                            \"country\": \"China\",\n                            \"province_name\": null\n                        }\n                    ],\n                    \"address_datasets\": [],\n                    \"address_address_extra_fields\": [],\n                    \"groups\": [],\n                    \"groups_id\": [],\n                    \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"creator_name\": \"John Smith\",\n                    \"creator_email\": \"manager@livespace.io\",\n                    \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"modifier_name\": \"John Smith\",\n                    \"modifier_email\": \"manager@livespace.io\",\n                    \"invited\": [\n                        {\n                            \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                            \"structure_name\": \"Entire company\",\n                            \"roles\": [\n                                \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                            ]\n                        },\n                        {\n                            \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                            \"user_name\": \"John Smith\",\n                            \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                            \"roles\": [\n                                \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                                \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                            ]\n                        }\n                    ],\n                    \"is_admin\": true,\n                    \"owner_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"owner_name\": \"John Smith\",\n                    \"owner_email\": \"manager@livespace.io\",\n                    \"owner_phone\": \"\",\n                    \"tags\": [],\n                    \"dataset\": {\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3490\": null,\n                        \"4405f609-2ee4-0476-6987-477e58ee1aeb\": null,\n                        \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \"Full\",\n                        \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"More then five\",\n                        \"a323497e-9a97-df8c-791b-a9306c83fd7b\": null,\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3491\": null,\n                        \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"1000000\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3492\": null,\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3493\": null,\n                        \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"78\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3495\": null\n                    },\n                    \"dataset_field_name\": {\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3490\": \"facebook\",\n                        \"4405f609-2ee4-0476-6987-477e58ee1aeb\": \"Source\",\n                        \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \" The level of decision-making in the country\",\n                        \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"The number of brands in the porfolio\",\n                        \"a323497e-9a97-df8c-791b-a9306c83fd7b\": \"SALESmanago scoring\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3491\": \"linkedin\",\n                        \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"The annual budget for advertising\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3492\": \"goldenline\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3493\": \"twitter\",\n                        \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"Number of people\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3495\": \"instagram\"\n                    },\n                    \"dataset_field_type\": {\n                        \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": 3,\n                        \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": 3,\n                        \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": 8,\n                        \"48765b00-bf38-ae09-0219-2f34c19a159e\": 8\n                    },\n                    \"source_id\": 1,\n                    \"source_name\": \"Unknown\",\n                    \"addressess\": [\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"Mickiewicza 29\",\n                            \"street2\": null,\n                            \"city\": \"Olsztyn\",\n                            \"postcode\": \"10-009\",\n                            \"region\": \"\",\n                            \"country\": \"Polska\",\n                            \"province_name\": \"warmińsko-mazurskie\"\n                        },\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"4464 Maryland Terrace\",\n                            \"street2\": null,\n                            \"city\": \"Futian\",\n                            \"postcode\": \"\",\n                            \"region\": \"\",\n                            \"country\": \"China\",\n                            \"province_name\": null\n                        }\n                    ]\n                },\n                \"company_id\": \"48ce131b-20bb-b7cf-ffe6-f8a93132fd6c\",\n                \"company_nip\": null,\n                \"relations\": {\n                    \"has_project_contact\": 0,\n                    \"has_not_project_contact\": 1\n                },\n                \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"creator_name\": \"John Smith\",\n                \"creator_email\": \"manager@livespace.io\",\n                \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"modifier_name\": \"John Smith\",\n                \"modifier_email\": \"manager@livespace.io\",\n                \"addressess\": []\n            },\n            {\n                \"id\": \"5068984d-f3f8-fab5-514f-67436a0c6326\",\n                \"contact_id\": \"5068984d-f3f8-fab5-514f-67436a0c6326\",\n                \"type\": \"contact\",\n                \"url\": \"https://example.livespace.io/Contact/contact/details/api_id/5068984d-f3f8-fab5-514f-67436a0c6326\",\n                \"firstname\": \"Barry\",\n                \"lastname\": \"Zieliński\",\n                \"company_name\": \"Beta Service s.c.\",\n                \"note\": null,\n                \"created\": \"2025-06-30 17:04:22+02\",\n                \"modified\": \"2025-06-30 17:04:22+02\",\n                \"email\": \"b.zielinski@betaservice.waw.pl\",\n                \"phone\": \"595-605-835\",\n                \"cell\": null,\n                \"fax\": null,\n                \"www\": null,\n                \"last_active_date\": \"2021-12-03 06:30:57+01\",\n                \"addressurl\": null,\n                \"name\": \"Barry Zieliński\",\n                \"role\": \"Sales director\",\n                \"address_name\": null,\n                \"address_street\": null,\n                \"address_street2\": null,\n                \"address_city\": null,\n                \"address_postcode\": null,\n                \"address_region\": null,\n                \"address_country\": null,\n                \"address_province_name\": null,\n                \"phones\": [\n                    {\n                        \"number\": \"595-605-835\",\n                        \"type\": \"phone\",\n                        \"id\": 3031\n                    }\n                ],\n                \"emails\": [\n                    {\n                        \"value\": \"b.zielinski@betaservice.waw.pl\",\n                        \"type\": \"\",\n                        \"id\": 3030\n                    },\n                    {\n                        \"value\": \"b.zielinski@betaservicenet.io\",\n                        \"type\": \"\",\n                        \"id\": 3314\n                    }\n                ],\n                \"instant_messengers\": [],\n                \"addresses\": [],\n                \"groups\": [],\n                \"groups_id\": [],\n                \"invited\": [\n                    {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"structure_name\": \"Entire company\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                        ]\n                    },\n                    {\n                        \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"user_name\": \"John Smith\",\n                        \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                            \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                        ]\n                    }\n                ],\n                \"is_admin\": true,\n                \"owner_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"owner_name\": \"John Smith\",\n                \"owner_email\": \"manager@livespace.io\",\n                \"owner_phone\": \"\",\n                \"tags\": [],\n                \"source_id\": 0,\n                \"source_name\": null,\n                \"dataset\": {\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3490\": null,\n                    \"9bb618f4-0468-f2ab-fd31-7214e678a7bd\": null,\n                    \"9200f621-27d4-a25f-f301-650b82a5cc9c\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3491\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3492\": null,\n                    \"ab487018-abaf-220b-11c9-d6cf9878125d\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3493\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3495\": null,\n                    \"f4ca48f3-0049-24c2-a2b5-592e479194d8\": null,\n                    \"bc3f21c1-4cb4-5194-29d0-bc73499ee79d\": null,\n                    \"59901694-8913-0bf6-3827-2dc9d1000aa9\": null,\n                    \"7b713029-44ac-bfd9-fecd-8c3a9a1d3026\": null\n                },\n                \"dataset_field_name\": {\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3490\": \"facebook\",\n                    \"9bb618f4-0468-f2ab-fd31-7214e678a7bd\": \"SALESmanago id\",\n                    \"9200f621-27d4-a25f-f301-650b82a5cc9c\": \"SALESmanago scoring\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3491\": \"linkedin\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3492\": \"goldenline\",\n                    \"ab487018-abaf-220b-11c9-d6cf9878125d\": \"SALESmanago tag\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3493\": \"twitter\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3495\": \"instagram\",\n                    \"f4ca48f3-0049-24c2-a2b5-592e479194d8\": \"funnel\",\n                    \"bc3f21c1-4cb4-5194-29d0-bc73499ee79d\": \"properties\",\n                    \"59901694-8913-0bf6-3827-2dc9d1000aa9\": \"note\",\n                    \"7b713029-44ac-bfd9-fecd-8c3a9a1d3026\": \"event\"\n                },\n                \"salesmanago_id\": null,\n                \"company\": {\n                    \"id\": \"0c62788c-64c4-7671-a47d-8221e41f8077\",\n                    \"company_id\": \"0c62788c-64c4-7671-a47d-8221e41f8077\",\n                    \"type\": \"company\",\n                    \"url\": \"https://example.livespace.io/Contact/company/details/api_id/0c62788c-64c4-7671-a47d-8221e41f8077\",\n                    \"note\": null,\n                    \"name\": \"Beta Service s.c.\",\n                    \"nip\": null,\n                    \"regon\": null,\n                    \"phone\": \"(42) 232-76-82\",\n                    \"cell\": null,\n                    \"fax\": null,\n                    \"email\": \"firma@betaservice.waw.pl\",\n                    \"created\": \"2025-06-30 14:39:51+02\",\n                    \"modified\": \"2025-06-30 14:39:51+02\",\n                    \"www\": \"http://www.betaservice.io\",\n                    \"last_active_date\": \"2021-12-07 12:29:19+01\",\n                    \"client_status\": \"not set\",\n                    \"addressurl\": null,\n                    \"address_name\": null,\n                    \"address_street\": \"Ukośna 54\",\n                    \"address_street2\": null,\n                    \"address_city\": \"Łódź\",\n                    \"address_postcode\": \"90-010\",\n                    \"address_region\": \"\",\n                    \"address_country\": \"Polska\",\n                    \"address_province_name\": \"łódzkie\",\n                    \"phones\": [\n                        {\n                            \"number\": \"(42) 232-76-82\",\n                            \"type\": \"phone\",\n                            \"id\": 3296\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"value\": \"firma@betaservice.waw.pl\",\n                            \"type\": \"\",\n                            \"id\": 3297\n                        },\n                        {\n                            \"value\": \"info@betaservice.io\",\n                            \"type\": \"\",\n                            \"id\": 4349\n                        }\n                    ],\n                    \"instant_messengers\": [\n                        {\n                            \"value\": \"http://www.betaservice.waw.pl\",\n                            \"type\": \"website\",\n                            \"id\": 4099\n                        },\n                        {\n                            \"value\": \"http://www.betaservice.io\",\n                            \"type\": \"website\",\n                            \"id\": 4348\n                        }\n                    ],\n                    \"addresses\": [\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"Ukośna 54\",\n                            \"street2\": null,\n                            \"city\": \"Łódź\",\n                            \"postcode\": \"90-010\",\n                            \"region\": \"\",\n                            \"country\": \"Polska\",\n                            \"province_name\": \"łódzkie\"\n                        },\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"56034 Scofield Circle\",\n                            \"street2\": null,\n                            \"city\": \"Guarujá\",\n                            \"postcode\": \"11400-000\",\n                            \"region\": \"\",\n                            \"country\": \"Brazil\",\n                            \"province_name\": null\n                        }\n                    ],\n                    \"address_datasets\": [],\n                    \"address_address_extra_fields\": [],\n                    \"groups\": [],\n                    \"groups_id\": [],\n                    \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"creator_name\": \"John Smith\",\n                    \"creator_email\": \"manager@livespace.io\",\n                    \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"modifier_name\": \"John Smith\",\n                    \"modifier_email\": \"manager@livespace.io\",\n                    \"invited\": [\n                        {\n                            \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                            \"structure_name\": \"Entire company\",\n                            \"roles\": [\n                                \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                            ]\n                        },\n                        {\n                            \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                            \"user_name\": \"John Smith\",\n                            \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                            \"roles\": [\n                                \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                                \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                            ]\n                        }\n                    ],\n                    \"is_admin\": true,\n                    \"owner_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"owner_name\": \"John Smith\",\n                    \"owner_email\": \"manager@livespace.io\",\n                    \"owner_phone\": \"\",\n                    \"tags\": [],\n                    \"dataset\": {\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3490\": null,\n                        \"4405f609-2ee4-0476-6987-477e58ee1aeb\": null,\n                        \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \"Only to the certain amount\",\n                        \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"Two\",\n                        \"a323497e-9a97-df8c-791b-a9306c83fd7b\": null,\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3491\": null,\n                        \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"200000\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3492\": null,\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3493\": null,\n                        \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"90\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3495\": null\n                    },\n                    \"dataset_field_name\": {\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3490\": \"facebook\",\n                        \"4405f609-2ee4-0476-6987-477e58ee1aeb\": \"Source\",\n                        \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \" The level of decision-making in the country\",\n                        \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"The number of brands in the porfolio\",\n                        \"a323497e-9a97-df8c-791b-a9306c83fd7b\": \"SALESmanago scoring\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3491\": \"linkedin\",\n                        \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"The annual budget for advertising\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3492\": \"goldenline\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3493\": \"twitter\",\n                        \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"Number of people\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3495\": \"instagram\"\n                    },\n                    \"dataset_field_type\": {\n                        \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": 3,\n                        \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": 3,\n                        \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": 8,\n                        \"48765b00-bf38-ae09-0219-2f34c19a159e\": 8\n                    },\n                    \"source_id\": 1,\n                    \"source_name\": \"Unknown\",\n                    \"addressess\": [\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"Ukośna 54\",\n                            \"street2\": null,\n                            \"city\": \"Łódź\",\n                            \"postcode\": \"90-010\",\n                            \"region\": \"\",\n                            \"country\": \"Polska\",\n                            \"province_name\": \"łódzkie\"\n                        },\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"56034 Scofield Circle\",\n                            \"street2\": null,\n                            \"city\": \"Guarujá\",\n                            \"postcode\": \"11400-000\",\n                            \"region\": \"\",\n                            \"country\": \"Brazil\",\n                            \"province_name\": null\n                        }\n                    ]\n                },\n                \"company_id\": \"0c62788c-64c4-7671-a47d-8221e41f8077\",\n                \"company_nip\": null,\n                \"relations\": {\n                    \"has_project_contact\": 0,\n                    \"has_not_project_contact\": 1\n                },\n                \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"creator_name\": \"John Smith\",\n                \"creator_email\": \"manager@livespace.io\",\n                \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"modifier_name\": \"John Smith\",\n                \"modifier_email\": \"manager@livespace.io\",\n                \"addressess\": []\n            },\n            {\n                \"id\": \"cfe26b36-996e-df68-a70e-4768f59f6068\",\n                \"contact_id\": \"cfe26b36-996e-df68-a70e-4768f59f6068\",\n                \"type\": \"contact\",\n                \"url\": \"https://example.livespace.io/Contact/contact/details/api_id/cfe26b36-996e-df68-a70e-4768f59f6068\",\n                \"firstname\": \"Barry\",\n                \"lastname\": \"Klien\",\n                \"company_name\": \"Indo Software Int\",\n                \"note\": null,\n                \"created\": \"2025-06-30 17:04:20+02\",\n                \"modified\": \"2025-06-30 17:04:20+02\",\n                \"email\": \"b.kwiatkowski@indosoftware.com\",\n                \"phone\": \"561-747-743\",\n                \"cell\": null,\n                \"fax\": null,\n                \"www\": null,\n                \"last_active_date\": \"2021-12-03 06:30:56+01\",\n                \"addressurl\": null,\n                \"name\": \"Barry Klien\",\n                \"role\": \"Trader\",\n                \"address_name\": null,\n                \"address_street\": null,\n                \"address_street2\": null,\n                \"address_city\": null,\n                \"address_postcode\": null,\n                \"address_region\": null,\n                \"address_country\": null,\n                \"address_province_name\": null,\n                \"phones\": [\n                    {\n                        \"number\": \"561-747-743\",\n                        \"type\": \"phone\",\n                        \"id\": 2897\n                    }\n                ],\n                \"emails\": [\n                    {\n                        \"value\": \"b.kwiatkowski@indosoftware.com\",\n                        \"type\": \"\",\n                        \"id\": 2896\n                    },\n                    {\n                        \"value\": \"b.klien@indosoftware.com\",\n                        \"type\": \"\",\n                        \"id\": 3255\n                    }\n                ],\n                \"instant_messengers\": [],\n                \"addresses\": [],\n                \"groups\": [],\n                \"groups_id\": [],\n                \"invited\": [\n                    {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"structure_name\": \"Entire company\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                        ]\n                    },\n                    {\n                        \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"user_name\": \"John Smith\",\n                        \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                            \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                        ]\n                    }\n                ],\n                \"is_admin\": true,\n                \"owner_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"owner_name\": \"John Smith\",\n                \"owner_email\": \"manager@livespace.io\",\n                \"owner_phone\": \"\",\n                \"tags\": [],\n                \"source_id\": 0,\n                \"source_name\": null,\n                \"dataset\": {\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3490\": null,\n                    \"9bb618f4-0468-f2ab-fd31-7214e678a7bd\": null,\n                    \"9200f621-27d4-a25f-f301-650b82a5cc9c\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3491\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3492\": null,\n                    \"ab487018-abaf-220b-11c9-d6cf9878125d\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3493\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3495\": null,\n                    \"f4ca48f3-0049-24c2-a2b5-592e479194d8\": null,\n                    \"bc3f21c1-4cb4-5194-29d0-bc73499ee79d\": null,\n                    \"59901694-8913-0bf6-3827-2dc9d1000aa9\": null,\n                    \"7b713029-44ac-bfd9-fecd-8c3a9a1d3026\": null\n                },\n                \"dataset_field_name\": {\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3490\": \"facebook\",\n                    \"9bb618f4-0468-f2ab-fd31-7214e678a7bd\": \"SALESmanago id\",\n                    \"9200f621-27d4-a25f-f301-650b82a5cc9c\": \"SALESmanago scoring\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3491\": \"linkedin\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3492\": \"goldenline\",\n                    \"ab487018-abaf-220b-11c9-d6cf9878125d\": \"SALESmanago tag\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3493\": \"twitter\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3495\": \"instagram\",\n                    \"f4ca48f3-0049-24c2-a2b5-592e479194d8\": \"funnel\",\n                    \"bc3f21c1-4cb4-5194-29d0-bc73499ee79d\": \"properties\",\n                    \"59901694-8913-0bf6-3827-2dc9d1000aa9\": \"note\",\n                    \"7b713029-44ac-bfd9-fecd-8c3a9a1d3026\": \"event\"\n                },\n                \"salesmanago_id\": null,\n                \"company\": {\n                    \"id\": \"42805b8a-7f82-4639-6ca2-7bb1237fda26\",\n                    \"company_id\": \"42805b8a-7f82-4639-6ca2-7bb1237fda26\",\n                    \"type\": \"company\",\n                    \"url\": \"https://example.livespace.io/Contact/company/details/api_id/42805b8a-7f82-4639-6ca2-7bb1237fda26\",\n                    \"note\": null,\n                    \"name\": \"Indo Software Int\",\n                    \"nip\": null,\n                    \"regon\": null,\n                    \"phone\": \"(71) 326-40-43\",\n                    \"cell\": null,\n                    \"fax\": null,\n                    \"email\": \"office@indosoftware.com\",\n                    \"created\": \"2025-06-30 14:39:56+02\",\n                    \"modified\": \"2025-06-30 14:39:56+02\",\n                    \"www\": \"http://www.indosoftware.com\",\n                    \"last_active_date\": \"2021-12-07 13:16:49+01\",\n                    \"client_status\": \"not set\",\n                    \"addressurl\": null,\n                    \"address_name\": null,\n                    \"address_street\": \"Słoneczna 65\",\n                    \"address_street2\": null,\n                    \"address_city\": \"Wrocław\",\n                    \"address_postcode\": \"50-013\",\n                    \"address_region\": \"\",\n                    \"address_country\": \"Polska\",\n                    \"address_province_name\": \"dolnośląskie\",\n                    \"phones\": [\n                        {\n                            \"number\": \"(71) 326-40-43\",\n                            \"type\": \"phone\",\n                            \"id\": 3408\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"value\": \"office@indosoftware.com\",\n                            \"type\": \"\",\n                            \"id\": 3409\n                        },\n                        {\n                            \"value\": \"info@indosoftware.com\",\n                            \"type\": \"\",\n                            \"id\": 4456\n                        }\n                    ],\n                    \"instant_messengers\": [\n                        {\n                            \"value\": \"http://www.indosoftware.com\",\n                            \"type\": \"website\",\n                            \"id\": 4054\n                        }\n                    ],\n                    \"addresses\": [\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"Słoneczna 65\",\n                            \"street2\": null,\n                            \"city\": \"Wrocław\",\n                            \"postcode\": \"50-013\",\n                            \"region\": \"\",\n                            \"country\": \"Polska\",\n                            \"province_name\": \"dolnośląskie\"\n                        },\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"148 Clemons Drive\",\n                            \"street2\": null,\n                            \"city\": \"Cimuncang\",\n                            \"postcode\": \"\",\n                            \"region\": \"\",\n                            \"country\": \"Indonesia\",\n                            \"province_name\": null\n                        }\n                    ],\n                    \"address_datasets\": [],\n                    \"address_address_extra_fields\": [],\n                    \"groups\": [],\n                    \"groups_id\": [],\n                    \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"creator_name\": \"John Smith\",\n                    \"creator_email\": \"manager@livespace.io\",\n                    \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"modifier_name\": \"John Smith\",\n                    \"modifier_email\": \"manager@livespace.io\",\n                    \"invited\": [\n                        {\n                            \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                            \"structure_name\": \"Entire company\",\n                            \"roles\": [\n                                \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                            ]\n                        },\n                        {\n                            \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                            \"user_name\": \"John Smith\",\n                            \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                            \"roles\": [\n                                \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                                \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                            ]\n                        }\n                    ],\n                    \"is_admin\": true,\n                    \"owner_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"owner_name\": \"John Smith\",\n                    \"owner_email\": \"manager@livespace.io\",\n                    \"owner_phone\": \"\",\n                    \"tags\": [],\n                    \"dataset\": {\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3490\": null,\n                        \"4405f609-2ee4-0476-6987-477e58ee1aeb\": null,\n                        \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \"Low - headquarter decide\",\n                        \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"Three to five\",\n                        \"a323497e-9a97-df8c-791b-a9306c83fd7b\": null,\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3491\": null,\n                        \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"2800000\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3492\": null,\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3493\": null,\n                        \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"20\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3495\": null\n                    },\n                    \"dataset_field_name\": {\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3490\": \"facebook\",\n                        \"4405f609-2ee4-0476-6987-477e58ee1aeb\": \"Source\",\n                        \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \" The level of decision-making in the country\",\n                        \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"The number of brands in the porfolio\",\n                        \"a323497e-9a97-df8c-791b-a9306c83fd7b\": \"SALESmanago scoring\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3491\": \"linkedin\",\n                        \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"The annual budget for advertising\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3492\": \"goldenline\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3493\": \"twitter\",\n                        \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"Number of people\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3495\": \"instagram\"\n                    },\n                    \"dataset_field_type\": {\n                        \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": 3,\n                        \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": 3,\n                        \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": 8,\n                        \"48765b00-bf38-ae09-0219-2f34c19a159e\": 8\n                    },\n                    \"source_id\": 2001,\n                    \"source_name\": \"Website\",\n                    \"addressess\": [\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"Słoneczna 65\",\n                            \"street2\": null,\n                            \"city\": \"Wrocław\",\n                            \"postcode\": \"50-013\",\n                            \"region\": \"\",\n                            \"country\": \"Polska\",\n                            \"province_name\": \"dolnośląskie\"\n                        },\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"148 Clemons Drive\",\n                            \"street2\": null,\n                            \"city\": \"Cimuncang\",\n                            \"postcode\": \"\",\n                            \"region\": \"\",\n                            \"country\": \"Indonesia\",\n                            \"province_name\": null\n                        }\n                    ]\n                },\n                \"company_id\": \"42805b8a-7f82-4639-6ca2-7bb1237fda26\",\n                \"company_nip\": null,\n                \"relations\": {\n                    \"has_project_contact\": 0,\n                    \"has_not_project_contact\": 1\n                },\n                \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"creator_name\": \"John Smith\",\n                \"creator_email\": \"manager@livespace.io\",\n                \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"modifier_name\": \"John Smith\",\n                \"modifier_email\": \"manager@livespace.io\",\n                \"addressess\": []\n            },\n            {\n                \"id\": \"8a2d965a-69ca-4ff3-12e8-dd39f30dca73\",\n                \"contact_id\": \"8a2d965a-69ca-4ff3-12e8-dd39f30dca73\",\n                \"type\": \"contact\",\n                \"url\": \"https://example.livespace.io/Contact/contact/details/api_id/8a2d965a-69ca-4ff3-12e8-dd39f30dca73\",\n                \"firstname\": \"Barry\",\n                \"lastname\": \"Grange\",\n                \"company_name\": \"Tera Global\",\n                \"note\": null,\n                \"created\": \"2025-06-30 17:04:19+02\",\n                \"modified\": \"2025-06-30 17:04:19+02\",\n                \"email\": \"b.goralczyk@teraglobal.com.pl\",\n                \"phone\": \"616-685-572\",\n                \"cell\": null,\n                \"fax\": null,\n                \"www\": null,\n                \"last_active_date\": \"2021-12-03 06:30:56+01\",\n                \"addressurl\": null,\n                \"name\": \"Barry Grange\",\n                \"role\": \"Trader\",\n                \"address_name\": null,\n                \"address_street\": null,\n                \"address_street2\": null,\n                \"address_city\": null,\n                \"address_postcode\": null,\n                \"address_region\": null,\n                \"address_country\": null,\n                \"address_province_name\": null,\n                \"phones\": [\n                    {\n                        \"number\": \"616-685-572\",\n                        \"type\": \"phone\",\n                        \"id\": 2833\n                    }\n                ],\n                \"emails\": [\n                    {\n                        \"value\": \"b.goralczyk@teraglobal.com.pl\",\n                        \"type\": \"\",\n                        \"id\": 2832\n                    },\n                    {\n                        \"value\": \"b.grange@teraglobalnet.eu\",\n                        \"type\": \"\",\n                        \"id\": 3223\n                    }\n                ],\n                \"instant_messengers\": [],\n                \"addresses\": [],\n                \"groups\": [],\n                \"groups_id\": [],\n                \"invited\": [\n                    {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"structure_name\": \"Entire company\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                        ]\n                    },\n                    {\n                        \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"user_name\": \"John Smith\",\n                        \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                            \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                        ]\n                    }\n                ],\n                \"is_admin\": true,\n                \"owner_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"owner_name\": \"John Smith\",\n                \"owner_email\": \"manager@livespace.io\",\n                \"owner_phone\": \"\",\n                \"tags\": [],\n                \"source_id\": 0,\n                \"source_name\": null,\n                \"dataset\": {\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3490\": null,\n                    \"9bb618f4-0468-f2ab-fd31-7214e678a7bd\": null,\n                    \"9200f621-27d4-a25f-f301-650b82a5cc9c\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3491\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3492\": null,\n                    \"ab487018-abaf-220b-11c9-d6cf9878125d\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3493\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3495\": null,\n                    \"f4ca48f3-0049-24c2-a2b5-592e479194d8\": null,\n                    \"bc3f21c1-4cb4-5194-29d0-bc73499ee79d\": null,\n                    \"59901694-8913-0bf6-3827-2dc9d1000aa9\": null,\n                    \"7b713029-44ac-bfd9-fecd-8c3a9a1d3026\": null\n                },\n                \"dataset_field_name\": {\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3490\": \"facebook\",\n                    \"9bb618f4-0468-f2ab-fd31-7214e678a7bd\": \"SALESmanago id\",\n                    \"9200f621-27d4-a25f-f301-650b82a5cc9c\": \"SALESmanago scoring\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3491\": \"linkedin\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3492\": \"goldenline\",\n                    \"ab487018-abaf-220b-11c9-d6cf9878125d\": \"SALESmanago tag\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3493\": \"twitter\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3495\": \"instagram\",\n                    \"f4ca48f3-0049-24c2-a2b5-592e479194d8\": \"funnel\",\n                    \"bc3f21c1-4cb4-5194-29d0-bc73499ee79d\": \"properties\",\n                    \"59901694-8913-0bf6-3827-2dc9d1000aa9\": \"note\",\n                    \"7b713029-44ac-bfd9-fecd-8c3a9a1d3026\": \"event\"\n                },\n                \"salesmanago_id\": null,\n                \"company\": {\n                    \"id\": \"35eb9f9f-89f9-17d2-88d1-9d37cb2a1b7e\",\n                    \"company_id\": \"35eb9f9f-89f9-17d2-88d1-9d37cb2a1b7e\",\n                    \"type\": \"company\",\n                    \"url\": \"https://example.livespace.io/Contact/company/details/api_id/35eb9f9f-89f9-17d2-88d1-9d37cb2a1b7e\",\n                    \"note\": null,\n                    \"name\": \"Tera Global\",\n                    \"nip\": null,\n                    \"regon\": null,\n                    \"phone\": \"(22) 738-88-34\",\n                    \"cell\": null,\n                    \"fax\": null,\n                    \"email\": \"info@teraglobal.com.pl\",\n                    \"created\": \"2025-06-30 14:40:03+02\",\n                    \"modified\": \"2025-06-30 14:40:03+02\",\n                    \"www\": \"http://www.teraglobal.com\",\n                    \"last_active_date\": \"2021-12-07 15:04:36+01\",\n                    \"client_status\": \"not set\",\n                    \"addressurl\": null,\n                    \"address_name\": null,\n                    \"address_street\": \"Pochyła 44\",\n                    \"address_street2\": null,\n                    \"address_city\": \"Warszawa\",\n                    \"address_postcode\": \"00-021\",\n                    \"address_region\": \"\",\n                    \"address_country\": \"Polska\",\n                    \"address_province_name\": \"mazowieckie\",\n                    \"phones\": [\n                        {\n                            \"number\": \"(22) 738-88-34\",\n                            \"type\": \"phone\",\n                            \"id\": 3618\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"value\": \"info@teraglobal.com.pl\",\n                            \"type\": \"\",\n                            \"id\": 3619\n                        },\n                        {\n                            \"value\": \"info@teraglobal.com\",\n                            \"type\": \"\",\n                            \"id\": 4595\n                        }\n                    ],\n                    \"instant_messengers\": [\n                        {\n                            \"value\": \"http://www.teraglobal.com.pl\",\n                            \"type\": \"website\",\n                            \"id\": 4037\n                        },\n                        {\n                            \"value\": \"http://www.teraglobal.com\",\n                            \"type\": \"website\",\n                            \"id\": 4594\n                        }\n                    ],\n                    \"addresses\": [\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"Pochyła 44\",\n                            \"street2\": null,\n                            \"city\": \"Warszawa\",\n                            \"postcode\": \"00-021\",\n                            \"region\": \"\",\n                            \"country\": \"Polska\",\n                            \"province_name\": \"mazowieckie\"\n                        },\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"1812 Norway Maple Drive\",\n                            \"street2\": null,\n                            \"city\": \"Winseler\",\n                            \"postcode\": \"L-9696\",\n                            \"region\": \"\",\n                            \"country\": \"Luxembourg\",\n                            \"province_name\": null\n                        }\n                    ],\n                    \"address_datasets\": [],\n                    \"address_address_extra_fields\": [],\n                    \"groups\": [],\n                    \"groups_id\": [],\n                    \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"creator_name\": \"John Smith\",\n                    \"creator_email\": \"manager@livespace.io\",\n                    \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"modifier_name\": \"John Smith\",\n                    \"modifier_email\": \"manager@livespace.io\",\n                    \"invited\": [\n                        {\n                            \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                            \"structure_name\": \"Entire company\",\n                            \"roles\": [\n                                \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                            ]\n                        },\n                        {\n                            \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                            \"user_name\": \"John Smith\",\n                            \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                            \"roles\": [\n                                \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                                \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                            ]\n                        }\n                    ],\n                    \"is_admin\": true,\n                    \"owner_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"owner_name\": \"John Smith\",\n                    \"owner_email\": \"manager@livespace.io\",\n                    \"owner_phone\": \"\",\n                    \"tags\": [],\n                    \"dataset\": {\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3490\": null,\n                        \"4405f609-2ee4-0476-6987-477e58ee1aeb\": null,\n                        \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \"Full\",\n                        \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"Two\",\n                        \"a323497e-9a97-df8c-791b-a9306c83fd7b\": null,\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3491\": null,\n                        \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"4000000\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3492\": null,\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3493\": null,\n                        \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"42\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3495\": null\n                    },\n                    \"dataset_field_name\": {\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3490\": \"facebook\",\n                        \"4405f609-2ee4-0476-6987-477e58ee1aeb\": \"Source\",\n                        \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \" The level of decision-making in the country\",\n                        \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"The number of brands in the porfolio\",\n                        \"a323497e-9a97-df8c-791b-a9306c83fd7b\": \"SALESmanago scoring\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3491\": \"linkedin\",\n                        \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"The annual budget for advertising\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3492\": \"goldenline\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3493\": \"twitter\",\n                        \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"Number of people\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3495\": \"instagram\"\n                    },\n                    \"dataset_field_type\": {\n                        \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": 3,\n                        \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": 8,\n                        \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": 3,\n                        \"48765b00-bf38-ae09-0219-2f34c19a159e\": 8\n                    },\n                    \"source_id\": 2001,\n                    \"source_name\": \"Website\",\n                    \"addressess\": [\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"Pochyła 44\",\n                            \"street2\": null,\n                            \"city\": \"Warszawa\",\n                            \"postcode\": \"00-021\",\n                            \"region\": \"\",\n                            \"country\": \"Polska\",\n                            \"province_name\": \"mazowieckie\"\n                        },\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"1812 Norway Maple Drive\",\n                            \"street2\": null,\n                            \"city\": \"Winseler\",\n                            \"postcode\": \"L-9696\",\n                            \"region\": \"\",\n                            \"country\": \"Luxembourg\",\n                            \"province_name\": null\n                        }\n                    ]\n                },\n                \"company_id\": \"35eb9f9f-89f9-17d2-88d1-9d37cb2a1b7e\",\n                \"company_nip\": null,\n                \"relations\": {\n                    \"has_project_contact\": 0,\n                    \"has_not_project_contact\": 1\n                },\n                \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"creator_name\": \"John Smith\",\n                \"creator_email\": \"manager@livespace.io\",\n                \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"modifier_name\": \"John Smith\",\n                \"modifier_email\": \"manager@livespace.io\",\n                \"addressess\": []\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"02f0ddde-3453-4ba7-b817-367031f58a30"},{"name":"Add person","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"871a4aeb-a832-4a47-87a4-42d63a6e48b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n        \"firstname\": \"\", // required\n        \"lastname\": \"\", // required\n        \"note\": \"\", // description\n        \"position\": \"\",\n        \"contact_source\": \"\",\n        \"created\": \"\",\n        \"www\": \"\",\n        \"emails\": [\n            {\n                \"email\": \"\",\n                \"is_default\": \"\"\n            }\n        ],\n        \"phones\": [\n            {\n                \"phone_no\": \"\",\n                \"type\": \"\", // 1 - Phone, 2 - Mobile, 3 -  Fax\n                \"is_default\": \"\"\n            }\n        ],\n        \"addresses\": [\n            {\n                \"street\": \"\",\n                \"city\": \"\",\n                \"postcode\": \"\",\n                \"province\": \"\", // voivodeships assigned numbers alphabetically; 1 - dolnośląskie,..., 16- zachodniopomorskie; applicable only to Poland\n                \"country\": \"\"\n            }\n        ],\n        \"company\": {\n            \"name\": \"\", // required to set a country\n            \"nip\": \"\",\n            \"regon\": \"\"\n        },\n        \"groups\": [\n            \"\",\n            \"\"\n        ],\n        \"dataset\": {}, // custom fields - IDs can be found in Account settings > API\n        \"owner_id\": \"\",\n        \"notification\": \"\",\n        \"marketing_consents\": [\n            {\n                \"id\": \"\", // required to set a marketing consent\n                \"status_id\": \"\", // required to set a marketing consent\n                \"mode_id\": \"\",\n                \"status_change_date\": \"\" // defaults to current date\n            }\n        ],\n        \"permission\": \"\", // 0 - public, 1 - private, 2 - hidden\n        \"invited\": {\n            \"users\": {\n                \"\": {\n                    \"structure_id\": \"\",\n                    \"roles\": [\n                        \"\",\n                        \"\"\n                    ]\n                }\n            },\n            \"structures\": {\n                \"\": [\n                    \"\",\n                    \"\"\n                ]\n            }\n        },\n        \"__check_if_exists\": \"\", // true(default) or false - allows to add a duplicate with the same first and last name\n        \"__wall\": \"\" // true(default) or false - false will not show the contact creation as an activity on the wall\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/addContact","description":"<p>Add new person.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","addContact"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"89e08a29-ac6e-4ef1-a32b-92e280c43012","name":"Add person - simplest","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n        \"name\": \"John Smith\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/addContact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"contact\": {\n            \"name\": \"John Smith\",\n            \"id\": \"bbb01a21-1624-c82e-82a8-86626824f09f\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"cb473020-6e54-49e2-aa89-e2cf2dd5f692","name":"Add person - basic","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n        \"firstname\": \"John\",\n        \"lastname\": \"Smith123\",\n        \"emails\": [\n            \"john.smith@example.com\"\n        ],\n        \"phones\": [\n           \"123456789\",\n           \"999888777\"\n        ],\n        \"company\": {\n            \"name\": \"Example ltd.\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/addContact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"contact\": {\n            \"firstname\": \"John\",\n            \"lastname\": \"Smith\",\n            \"emails\": [\n                \"john.smith@example.com\"\n            ],\n            \"phones\": [\n                \"123456789\",\n                \"999888777\"\n            ],\n            \"company\": {\n                \"name\": \"Example ltd.\"\n            },\n            \"id\": \"08fb7ebe-fa56-c65c-a364-5eb190eab588\",\n            \"company_id\": \"5c65fac2-b624-a171-1f84-f54fd9a5f108\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"954b07ca-ea62-4584-8df5-533924d6028c","name":"Add person - full","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n        \"firstname\": \"John\", // required\n        \"lastname\": \"Smith\", // required\n        \"note\": \"\",\n        \"position\": \"\",\n        \"contact_source\": \"\",\n        \"created\": \"\",\n        \"www\": \"\",\n        \"emails\": [\n            {\n                \"email\": \"john.smith@gmail.com\",\n                \"is_default\": \"1\"\n            }\n        ],\n        \"phones\": [\n            {\n                \"phone_no\": \"123456789\",\n                \"type\": 1\n            },\n            {\n                \"phone_no\": \"999888777\",\n                \"type\": 2,\n                \"is_default\": 1\n            }\n        ],\n        \"addresses\": [\n            {\n                \"street\": \"\",\n                \"city\": \"\",\n                \"postcode\": \"\",\n                \"province\": \"\",\n                \"country\": \"\"\n            }\n        ],\n        \"company\": {\n            \"name\": \"Example ltd.\", //required\n            \"nip\": \"\"\n        },\n        \"groups\": [\n            \"2f427f41-6b21-412a-d9ce-de429e21360d\"\n        ],\n        \"owner_id\": \"38aa82ad-132e-fa88-d684-a1f5a6f4d216\",\n        \"notification\": \"\",\n        \"invited\": {\n            \"users\": {\n                \"5b45928d-9e94-379e-ef5d-d13830509f0e\": {\n                    \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                    \"roles\": [\n                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                    ]\n                }\n            },\n            \"structures\": {\n                \"3c660110-489e-fd0e-d879-b158601d1183\": [\n                    \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/addContact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"contact\": {\n            \"firstname\": \"John\",\n            \"lastname\": \"Smith\",\n            \"note\": \"\",\n            \"position\": \"\",\n            \"contact_source\": \"\",\n            \"created\": \"\",\n            \"www\": \"\",\n            \"emails\": [\n                {\n                    \"email\": \"john.smith@gmail.com\",\n                    \"is_default\": \"1\"\n                }\n            ],\n            \"phones\": [\n                {\n                    \"phone_no\": \"123456789\",\n                    \"type\": 1\n                },\n                {\n                    \"phone_no\": \"999888777\",\n                    \"type\": 2,\n                    \"is_default\": 1\n                }\n            ],\n            \"addresses\": [\n                {\n                    \"street\": \"\",\n                    \"city\": \"\",\n                    \"postcode\": \"\",\n                    \"province\": \"\",\n                    \"country\": \"\"\n                }\n            ],\n            \"company\": {\n                \"name\": \"Example ltd.\",\n                \"nip\": \"\"\n            },\n            \"groups\": [\n                \"2f427f41-6b21-412a-d9ce-de429e21360d\"\n            ],\n            \"owner_id\": \"38aa82ad-132e-fa88-d684-a1f5a6f4d216\",\n            \"notification\": \"\",\n            \"permission\": \"\",\n            \"invited\": {\n                \"users\": {\n                    \"11bbeabd-f2db-1824-e4d8-4263de124d7a\": {\n                        \"structure_id\": \"97dc82ea-f902-7e49-27bd-20f1a4362d2d\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                        ]\n                    }\n                },\n                \"_delete_old_members\": \"\",\n                \"_delete_old\": [\n                    \"\"\n                ],\n                \"_null_values\": [\n                    \"\",\n                    \"\"\n                ]\n            },\n            \"id\": \"bc9693d2-8434-1a76-9cfd-a82704ea7ee2\",\n            \"company_id\": \"5c65fac2-b624-a171-1f84-f54fd9a5f108\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"871a4aeb-a832-4a47-87a4-42d63a6e48b5"},{"name":"Add multiple persons","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"87039196-0236-413a-89ba-de14fcc51001","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contacts\": [\n        {\n            \"firstname\": \"\", //required\n            \"lastname\": \"\" //required\n        },\n        {\n            \"firstname\": \"\", //required\n            \"lastname\": \"\" //required\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/addContacts","description":"<p>Add multiple persons all at once.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","addContacts"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"a3b2ce42-8064-4bc7-8c13-2d92fa469426","name":"Add multiple persons","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contacts\": [\n        {\n            \"firstname\": \"James\",\n            \"lastname\": \"Newton\"\n        },\n        {\n            \"firstname\": \"Ann\",\n            \"lastname\": \"Billings\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/addContacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n       \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"contacts\": [\n            {\n                \"firstname\": \"James\",\n                \"lastname\": \"Newton\",\n                \"id\": \"f3095f55-ca5c-415b-9be7-142d13c8d50d\"\n            },\n            {\n                \"firstname\": \"Ann\",\n                \"lastname\": \"Billings\",\n                \"id\": \"ce7b052b-cec6-9c6e-9d58-97616a4590f2\"\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"87039196-0236-413a-89ba-de14fcc51001"},{"name":"Edit person","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"f881acb0-f75d-4893-b393-66396bbca026","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n        \"id\": \"\", //required\n        \"firstname\": \"\", // required\n        \"lastname\": \"\", // required\n        \"note\": \"\", // description\n        \"position\": \"\",\n        \"contact_source\": \"\",\n        \"created\": \"\",\n        \"www\": \"\",\n        \"emails\": [\n            {\n                \"email\": \"\",\n                \"is_default\": \"\"\n            }\n        ],\n        \"phones\": [\n            {\n                \"phone_no\": \"\",\n                \"type\": \"\", // 1 - Phone, 2 - Mobile, 3 -  Fax\n                \"is_default\": \"\"\n            }\n        ],\n        \"addresses\": [\n            {\n                \"street\": \"\",\n                \"city\": \"\",\n                \"postcode\": \"\",\n                \"province\": \"\", // voivodeships assigned numbers alphabetically; 1 - dolnośląskie,..., 16- zachodniopomorskie; applicable only to Poland\n                \"country\": \"\"\n            }\n        ],\n        \"company\": {\n            \"name\": \"\", // required to set a country\n            \"nip\": \"\",\n            \"regon\": \"\"\n        },\n        \"groups\": [\n            \"\",\n            \"\"\n        ],\n        \"dataset\": {}, // custom fields - IDs can be found in Account settings > API\n        \"owner_id\": \"\",\n        \"notification\": \"\",\n        \"marketing_consents\": [\n            {\n                \"id\": \"\", // required to set a marketing consent\n                \"status_id\": \"\", // required to set a marketing consent\n                \"mode_id\": \"\",\n                \"status_change_date\": \"\" // defaults to current date\n            }\n        ],\n        \"permission\": \"\", // 0 - public, 1 - private, 2 - hidden\n        \"invited\": {\n            \"users\": {\n                \"\": {\n                    \"structure_id\": \"\",\n                    \"roles\": [\n                        \"\",\n                        \"\"\n                    ]\n                }\n            },\n            \"structures\": {\n                \"\": [\n                    \"\",\n                    \"\"\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/editContact","description":"<p>Edit a person by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","editContact"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"29ec2853-33db-4978-95ac-27eb9e631d5e","name":"Edit last name and add email address","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n        \"id\": \"e377efce-8695-49a0-553a-0d5c64ae35a5\", //required\n        \"lastname\": \"Watson\",\n        \"emails\": [\n            \"e.watson@company.com\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/editContact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"contact\": {\n            \"id\": \"e377efce-8695-49a0-553a-0d5c64ae35a5\",\n            \"lastname\": \"Watson\",\n            \"emails\": [\n                \"e.watson@company.com\"\n            ]\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"22a78f90-cbcc-4be4-bb33-5b999cb31a7f","name":"Assign company","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n        \"id\": \"e377efce-8695-49a0-553a-0d5c64ae35a5\", //required\n        \"company\": {\n            \"id\": \"7d0e5548-88c9-e676-ffb4-fbb11bec903d\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/editContact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"contact\": {\n            \"id\": \"e377efce-8695-49a0-553a-0d5c64ae35a5\",\n            \"company\": {\n                \"id\": \"7d0e5548-88c9-e676-ffb4-fbb11bec903d\"\n            },\n            \"company_id\": \"7d0e5548-88c9-e676-ffb4-fbb11bec903d\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"766774c9-ced7-404c-a281-0d789adbeef9","name":"Remove company assignment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n        \"id\": \"e377efce-8695-49a0-553a-0d5c64ae35a5\", //required\n        \"company\": \"__no_company\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/editContact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"contact\": {\n            \"id\": \"e377efce-8695-49a0-553a-0d5c64ae35a5\",\n            \"company\": \"__no_company\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"2b39182b-1c72-4056-874b-4f973777dc5b","name":"Replace phone numbers, emails and addresses","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n        \"id\": \"e377efce-8695-49a0-553a-0d5c64ae35a5\", //required\n        \"phones\": {\n            \"0\": {\n                \"phone_no\": \"8877554421\",\n                \"type\": 2,\n                \"is_default\": 1\n            },\n            \"_delete_old\": true\n        },\n        \"emails\": {\n            \"0\": {\n                \"email\": \"new@email.com\"\n            },\n            \"_delete_old\": true\n        },\n        \"addresses\": {\n            \"0\": {\n                \"street\": \"New street\",\n                \"city\": \"New city\"\n            },\n            \"_delete_old\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/editContact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"ehs8b3ywrkfo2jz8n0syyjim29rbqn\",\n        \"_api_sha\": \"8393223213b874e40b0bc295ceb99b2789e2f182\",\n        \"_api_session\": \"1c5181db40ee5cf0da3317313c6c1a6d6a62fb1c\",\n        \"company\": {\n            \"id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n            \"phones\": {\n                \"0\": {\n                    \"phone_no\": \"8877554421\",\n                    \"type\": 2,\n                    \"is_default\": 1\n                },\n                \"_delete_old\": true\n            },\n            \"emails\": {\n                \"0\": {\n                    \"email\": \"new@email.com\"\n                },\n                \"_delete_old\": true\n            },\n            \"addresses\": {\n                \"0\": {\n                    \"street\": \"New street\",\n                    \"city\": \"New city\"\n                },\n                \"_delete_old\": true\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"f6d0134e-8f7d-4603-a895-80b475604679","name":"Edit tags","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n        \"id\": \"e377efce-8695-49a0-553a-0d5c64ae35a5\", //required\n        \"tag_add\": \"tag1, tag2\",\n        \"tag_remove\": \"tag0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/editContact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"contact\": {\n            \"id\": \"e377efce-8695-49a0-553a-0d5c64ae35a5\",\n            \"tag_add\": \"tag1, tag2\",\n            \"tag_remove\": \"tag0\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"524dcab1-0f2a-43d3-9606-d9c2923aefbc","name":"Add task","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n        \"id\": \"e377efce-8695-49a0-553a-0d5c64ae35a5\", //required\n        \"todo\": {\n            \"title\": \"New task\",\n            \"date\": \"2025-12-31\",\n            \"description\": \"Task desc\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/editContact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"contact\": {\n            \"id\": \"e377efce-8695-49a0-553a-0d5c64ae35a5\",\n            \"todo\": {\n                \"title\": \"New task\",\n                \"date\": \"2025-12-31\",\n                \"description\": \"Task desc\"\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"369a939f-9d97-4e87-a777-be3fd86bc296","name":"Add file","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n        \"id\": \"e377efce-8695-49a0-553a-0d5c64ae35a5\", //required\n        \"file\": {\n            \"url\": \"https://www.livespace.io/wp-content/uploads/2022/06/Livespace-Logo-Brandmark-1.png\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/editContact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"contact\": {\n            \"id\": \"e377efce-8695-49a0-553a-0d5c64ae35a5\",\n            \"file\": {\n                \"url\": \"https://www.livespace.io/wp-content/uploads/2022/06/Livespace-Logo-Brandmark-1.png\"\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"9249a355-096d-4108-ac76-892d531709d4","name":"Remove owner","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n        \"id\": \"ca0eb367-4c10-a93c-1212-68e99adfa580\", //required\n        \"invited\": {\n            \"_null_values\": [ // permission's id to be removed - e.g. owner\n                \"5c196183-8397-1168-b811-c31dc8c919bb\" // permission cant be required\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/editContact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"ehs8b3ywrkfo2jz8n0syyjim29rbqn\",\n        \"_api_sha\": \"25be4ad8127822dfa309c1215a3356c08428c12d\",\n        \"_api_session\": \"815a80ce0fa5354f19119da7cbf4c7d0f4ab5be6\",\n        \"contact\": {\n            \"id\": \"ca0eb367-4c10-a93c-1212-68e99adfa580\",\n            \"invited\": {\n                \"_null_values\": [\n                    \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                ]\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"c2ee3d39-d1a4-4fa2-ae6e-7ca7cfeb0c30","name":"Replace owners","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n        \"id\": \"ca0eb367-4c10-a93c-1212-68e99adfa580\", //required\n        \"invited\": {\n            \"users\": {\n                \"25bfaec1-4479-23e7-362b-ef26e3943f17\": { // id of one of users that will become the new owners\n                    \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\", // user's team id\n                    \"roles\": [\n                        \"5c196183-8397-1168-b811-c31dc8c919bb\" // id of permissions for the user - e.g. owner\n                    ]\n                },\n                \"9eb957af-3607-f319-30cd-6ae2b43824ab\": { // id of one of users that will become the new owners\n                    \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\", // user's team id\n                    \"roles\": [\n                        \"5c196183-8397-1168-b811-c31dc8c919bb\" // id of permissions for the user - e.g. owner\n                    ]\n                }\n            },\n            \"_delete_old\": [ // permission's id to be replaced with new values\n                \"5c196183-8397-1168-b811-c31dc8c919bb\" // otherwise previous owners would remain along with new ones\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/editContact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"ehs8b3ywrkfo2jz8n0syyjim29rbqn\",\n        \"_api_sha\": \"1bb4274ed27ebca84e67c3086f693f3c2f50eea7\",\n        \"_api_session\": \"3c4c3b1a18a77b42b9ffd8199c7fb4517efa1e45\",\n        \"contact\": {\n            \"id\": \"ca0eb367-4c10-a93c-1212-68e99adfa580\",\n            \"invited\": {\n                \"users\": {\n                    \"25bfaec1-4479-23e7-362b-ef26e3943f17\": {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"roles\": [\n                            \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                        ]\n                    },\n                    \"9eb957af-3607-f319-30cd-6ae2b43824ab\": {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"roles\": [\n                            \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                        ]\n                    }\n                },\n                \"_delete_old\": [\n                    \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                ]\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"9c4cf4f3-18c7-4a5a-ace9-9c730e220f49","name":"Edit without note on the wall","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n        \"id\": \"ca0eb367-4c10-a93c-1212-68e99adfa580\", //required\n        \"firstname\": \"John\",\n        \"_wall\": false // edit info won't appear on wall, it still will appear in changelog\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/editContact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"ehs8b3ywrkfo2jz8n0syyjim29rbqn\",\n        \"_api_sha\": \"566d6c827cbded2817d646f377c77c2ca3a54c19\",\n        \"_api_session\": \"2d509916d74b56b36dbfcd593d44049f0856658b\",\n        \"contact\": {\n            \"id\": \"ca0eb367-4c10-a93c-1212-68e99adfa580\",\n            \"firstname\": \"John\",\n            \"_wall\": false\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"f881acb0-f75d-4893-b393-66396bbca026"},{"name":"Delete person","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ec715f2b-495d-4b8a-a3d5-5b2f9e6898f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n       \"id\": \"\" //required\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/deleteContact","description":"<p>Delete a person by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","deleteContact"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"b2a234f3-091a-4754-8123-a45db43010fa","name":"Delete person","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n       \"id\": \"e377efce-8695-49a0-553a-0d5c64ae35a5\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/deleteContact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"ec715f2b-495d-4b8a-a3d5-5b2f9e6898f9"},{"name":"Merge persons","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f2783fa5-95f0-4f40-b1cb-963f762abaac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n        \"default_id\": \"\", //required\n        \"merge_ids\": [\n            \"\",\n            \"\"\n        ] //required\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/mergeContact","description":"<p>Merge multiple persons into one object.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","mergeContact"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"f4cbed1c-e8c7-4376-ab65-2e69903c3efc","name":"Merge persons","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n        \"default_id\": \"e377efce-8695-49a0-553a-0d5c64ae35a5\",\n        \"merge_ids\": [\n            \"e377efce-8695-49a0-553a-0d5c64ae35a5\",\n            \"ca0eb367-4c10-a93c-1212-68e99adfa580\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/mergeContact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"default_id\": \"e377efce-8695-49a0-553a-0d5c64ae35a5\",\n        \"merge_ids\": [\n            \"e377efce-8695-49a0-553a-0d5c64ae35a5\",\n            \"ca0eb367-4c10-a93c-1212-68e99adfa580\"\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"f2783fa5-95f0-4f40-b1cb-963f762abaac"},{"name":"Add note","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"49d9c7bd-4e0e-49dd-a0fb-bcaf03662733","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n        \"id\": \"\", // required\n        \"note\": \"\", // required\n        \"tags\": \"\",\n        \"permission\": \"\" // 0 - visible only for me, 1 - for everyone, 2 - for me and managers\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/addContactNote","description":"<p>Add a note on person's profile.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","addContactNote"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"ef102a03-1958-40a1-b497-987d6cde69d2","name":"Add note","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n        \"id\": \"ca0eb367-4c10-a93c-1212-68e99adfa580\",\n        \"note\": \"Example note\",\n        \"tags\": \"note_tag\",\n        \"permission\": \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/addContactNote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"contact\": {\n            \"id\": \"ca0eb367-4c10-a93c-1212-68e99adfa580\",\n            \"note\": \"Example note\",\n            \"tags\": \"note_tag\",\n            \"permission\": \"0\",\n            \"wall_item_id\": 4791\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"49d9c7bd-4e0e-49dd-a0fb-bcaf03662733"},{"name":"Add call","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"906df4c5-76e3-425a-bddd-a77c693b961d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n        \"id\": \"\", // required\n        \"phone\": \"\", // required\n        \"direction\": \"\", // required; 0 - incoming, 1 - outgoing\n        \"date\": \"\",\n        \"note\": \"\",\n        \"duration\": \"\", // in seconds\n        \"user_id\": \"\" // defaults to current user\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/addContactCall","description":"<p>Add a call on person's profile.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","addContactCall"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"5916708d-4afe-4af6-ac73-7736929375e1","name":"Add call","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"contact\": {\n        \"id\": \"ca0eb367-4c10-a93c-1212-68e99adfa580\",\n        \"phone\": \"789456123\",\n        \"direction\": \"1\",\n        \"date\": \"2025-12-31\",\n        \"note\": \"Call wtih someone\",\n        \"duration\": \"93\",\n        \"user_id\": \"25bfaec1-4479-23e7-362b-ef26e3943f17\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/addContactCall"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"contact\": {\n            \"id\": \"ca0eb367-4c10-a93c-1212-68e99adfa580\",\n            \"phone\": \"789456123\",\n            \"direction\": \"1\",\n            \"date\": \"2025-12-31\",\n            \"note\": \"Call wtih someone\",\n            \"duration\": \"93\",\n            \"user_id\": \"25bfaec1-4479-23e7-362b-ef26e3943f17\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"906df4c5-76e3-425a-bddd-a77c693b961d"},{"name":"Get wall","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"b1baf251-e98c-4129-8d38-67af4d467104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"contact\", // required\n    \"id\": \"\" // required\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/getWall","description":"<p>Get wall items from the person's profile.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","getWall"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"ce0164ff-a1c6-4da8-b338-9bd945aae230","name":"Get wall","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"contact\",\n    \"id\": \"bd8ea00e-9dbb-c51e-30f8-36416ab564d2\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/getWall"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"wall\": [\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"Mark, it will be good to update the presentation before the meeting.\",\n                \"created\": \"2025-06-30 13:01:26+02\",\n                \"date\": \"2025-06-30 13:01:26+02\",\n                \"comment_count\": 1,\n                \"type_name\": \"note\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-565c73ae68a0112347fc8bb20d72ae6de77b16e9\",\n                \"is_synced\": 1,\n                \"object_type_id\": 1,\n                \"context_avatar_key\": \"67055773-e418520919f7255691f63ff77fa886bdd48291a2\",\n                \"comments\": [\n                    {\n                        \"created\": \"2025-06-30 13:01:42+02\",\n                        \"status\": 1,\n                        \"text\": \"OK – will be updated. Thanks!\",\n                        \"avatar_key\": \"67055773-7c8de7e74b553ecf1b94b64104dfffdb8d3ae628\",\n                        \"like\": {\n                            \"users\": [],\n                            \"current\": false,\n                            \"text\": \"\",\n                            \"text_full\": \"\",\n                            \"text_html\": \"\"\n                        },\n                        \"user_id\": \"12673024-a09e-e398-9f01-7d5fa6ac940d\",\n                        \"user_name\": \"Andy Pollock\"\n                    }\n                ],\n                \"_params\": {\n                    \"files\": [\n                        \"67055773-ce20e69a8099bf249a731c11d39f5f5a63bf8c88\",\n                        \"67055773-f17301d90e04970d52c841f9b9ccb2df38619ba9\",\n                        \"67055773-ada5ebbd8aeeb1612b783bccffc9b287321ce12b\"\n                    ]\n                },\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"user_name\": \"John Smith\"\n            },\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"Alice, \\n\\nPerfect. I saved the date and I am with you on Monday at 10am. Attached, please find the sales deck mentioned over the phone. \\n\\nGood luck with the training!\\n\\nBest regards, \\nAndy Pollock\\n _________________________________\\n MediaBox\\n 57 Flower Street\\n W1T 1JU London\\n Tel./fax +44 870 333 55 44\\n e-mail: contact@mediabox.co.uk\\n www.mediabox.co.uk\\n\\n At 2013-08-08 11:46, Alice Brown wrote:\\n> Andy, \\n> Hi, unfortunately at those dates I’m stuck at 2 day training session. How about Monday, say 10am?\\n> Cheers,\\n> Alice Brown\\n> DaveMill \\n> \\n> At 8.08.2013 11:44  Marek Nowak wrote:\\n> \\n>> Hello Alice,\\n>> with reference to our telephone conversation, I’m writing regarding the date of the proposed meeting. Can we schedule it around Thursday / Friday?\\n>> Regards,\\n>> Andy Pollock\\n>> _________________________________\\n >> MediaBox\\n >> 57 Flower Street\\n >> W1T 1JU London\\n >> Tel./fax +44 870 333 55 44\\n >> e-mail: contact@mediabox.co.uk\\n >> www.mediabox.co.uk [http://www.mediabox.co.uk]\",\n                \"created\": \"2025-06-30 12:48:30+02\",\n                \"date\": \"2025-06-30 12:48:30+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"meeting\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-7c8de7e74b553ecf1b94b64104dfffdb8d3ae628\",\n                \"is_synced\": 1,\n                \"object_type_id\": 1,\n                \"context_avatar_key\": \"67055773-e418520919f7255691f63ff77fa886bdd48291a2\",\n                \"comments\": [],\n                \"_params\": {\n                    \"mail_id\": 42,\n                    \"is_sent\": 1,\n                    \"use_context\": 0,\n                    \"from_user_id\": 2003,\n                    \"to_user_id\": 0,\n                    \"from_user_contact_id\": 2039,\n                    \"to_user_contact_id\": 0,\n                    \"from\": \"m.nowak@demo.livespace.pl\",\n                    \"to\": \"albina.szczepanska@gmail.com\",\n                    \"cc\": \"\",\n                    \"bcc\": \"\",\n                    \"subject\": \"Re: Proposed meeting\"\n                },\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [\n                        {\n                            \"id\": 2002,\n                            \"firstname\": \"John\",\n                            \"lastname\": \"Smith\"\n                        }\n                    ],\n                    \"current\": true,\n                    \"text\": \"You  like it.\",\n                    \"text_full\": \"You \",\n                    \"text_html\": \"You  like it.\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"12673024-a09e-e398-9f01-7d5fa6ac940d\",\n                \"user_name\": \"Andy Pollock\"\n            },\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"Telephone call\",\n                \"created\": \"2025-06-30 11:41:57+02\",\n                \"date\": \"2025-06-29 13:12:00+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"call\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-7c8de7e74b553ecf1b94b64104dfffdb8d3ae628\",\n                \"is_synced\": 1,\n                \"object_type_id\": 1,\n                \"context_avatar_key\": \"67055773-e418520919f7255691f63ff77fa886bdd48291a2\",\n                \"comments\": [],\n                \"_params\": {\n                    \"call_name\": null,\n                    \"call_hash\": null,\n                    \"use_context\": 1,\n                    \"call_direction\": 0,\n                    \"call_time\": \"3 min. 53 sec.\",\n                    \"call_duration\": \"233\",\n                    \"call_date\": \"2019-02-01 12:12:00\",\n                    \"call_number\": \"78 995 55 17\"\n                },\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"12673024-a09e-e398-9f01-7d5fa6ac940d\",\n                \"user_name\": \"Andy Pollock\"\n            },\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"Andy,\\n\\nHi, unfortunately at those dates I’m stuck at 2 day training session. How about Monday, say 10am?\\n\\nCheers,\\nAlice Brown\\nDaveMill\\n\\nAt 8/82013 11:44 Mark Nowak wrote:\\n> Hello Alice,\\n> with reference to our telephone conversation, I’m writing regarding the date of the proposed meeting. Can we schedule it around Thursday / Friday?\\n> Regards,\\n> Andy Pollock\\n> _________________________________\\n> MediaBox\\n> 57 Flower Street\\n> W1T 1JU London\\n> Tel./fax +44 870 333 55 44\\n> e-mail: contact@mediabox.co.uk\\n> www.mediabox.co.uk [http://www.mediabox.co.uk]\",\n                \"created\": \"2025-06-30 12:46:21+02\",\n                \"date\": \"2025-06-29 12:46:21+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"meeting\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-7c8de7e74b553ecf1b94b64104dfffdb8d3ae628\",\n                \"is_synced\": 1,\n                \"object_type_id\": 1,\n                \"context_avatar_key\": \"67055773-e418520919f7255691f63ff77fa886bdd48291a2\",\n                \"comments\": [],\n                \"_params\": {\n                    \"mail_id\": 40,\n                    \"is_sent\": 0,\n                    \"use_context\": 1,\n                    \"from_user_id\": 0,\n                    \"to_user_id\": 2003,\n                    \"from_user_contact_id\": 0,\n                    \"to_user_contact_id\": 2039,\n                    \"from\": \"albina.szczepanska@gmail.com\",\n                    \"to\": \"m.nowak@demo.livespace.pl\",\n                    \"cc\": \"\",\n                    \"bcc\": \"\",\n                    \"subject\": \"Re: Proposed meeting\"\n                },\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"12673024-a09e-e398-9f01-7d5fa6ac940d\",\n                \"user_name\": \"Andy Pollock\"\n            },\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"Alice\\n\\nwith reference to our telephone conversation, I’m writing regarding the date of the proposed meeting. Can we schedule it around Thursday / Friday?\\n\\nRegards,\\nAndy Pollock\\n_________________________________\\n MediaBox\\n 57 Flower Street\\n W1T 1JU London\\n Tel./fax +44 870 333 55 44\\n e-mail: contact@mediabox.co.uk\\n www.mediabox.co.uk\",\n                \"created\": \"2025-06-30 12:44:56+02\",\n                \"date\": \"2025-06-29 12:44:56+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"meeting\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-7c8de7e74b553ecf1b94b64104dfffdb8d3ae628\",\n                \"is_synced\": 1,\n                \"object_type_id\": 1,\n                \"context_avatar_key\": \"67055773-e418520919f7255691f63ff77fa886bdd48291a2\",\n                \"comments\": [],\n                \"_params\": {\n                    \"mail_id\": 41,\n                    \"is_sent\": 1,\n                    \"use_context\": 0,\n                    \"from_user_id\": 2003,\n                    \"to_user_id\": 0,\n                    \"from_user_contact_id\": 2039,\n                    \"to_user_contact_id\": 0,\n                    \"from\": \"m.nowak@demo.livespace.pl\",\n                    \"to\": \"albina.szczepanska@gmail.com\",\n                    \"cc\": \"\",\n                    \"bcc\": \"\",\n                    \"subject\": \"Proposed meeting\"\n                },\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"12673024-a09e-e398-9f01-7d5fa6ac940d\",\n                \"user_name\": \"Andy Pollock\"\n            },\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"Contact over the phone. I have to get back via email next week regarding the meeting.\",\n                \"created\": \"2025-06-30 12:42:46+02\",\n                \"date\": \"2025-06-27 12:42:46+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"note\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-7c8de7e74b553ecf1b94b64104dfffdb8d3ae628\",\n                \"is_synced\": 1,\n                \"object_type_id\": 1,\n                \"context_avatar_key\": \"67055773-e418520919f7255691f63ff77fa886bdd48291a2\",\n                \"comments\": [],\n                \"_params\": null,\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"12673024-a09e-e398-9f01-7d5fa6ac940d\",\n                \"user_name\": \"Andy Pollock\"\n            },\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"Telephone call\",\n                \"created\": \"2025-06-30 11:41:27+02\",\n                \"date\": \"2025-06-26 12:10:00+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"call\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-7c8de7e74b553ecf1b94b64104dfffdb8d3ae628\",\n                \"is_synced\": 1,\n                \"object_type_id\": 1,\n                \"context_avatar_key\": \"67055773-e418520919f7255691f63ff77fa886bdd48291a2\",\n                \"comments\": [],\n                \"_params\": {\n                    \"call_name\": null,\n                    \"call_hash\": null,\n                    \"call_direction\": 1,\n                    \"call_time\": \"2 min. 39 sec.\",\n                    \"call_duration\": \"159\",\n                    \"call_date\": \"2019-01-29 11:10:00\",\n                    \"call_number\": \"78 995 55 17\"\n                },\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"12673024-a09e-e398-9f01-7d5fa6ac940d\",\n                \"user_name\": \"Andy Pollock\"\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"b1baf251-e98c-4129-8d38-67af4d467104"}],"id":"c40b9116-5f7d-419a-b8e4-5472e4322ddc","description":"<p>This folder contains requests regarding the person type contacts.</p>\n","_postman_id":"c40b9116-5f7d-419a-b8e4-5472e4322ddc"},{"name":"Company","item":[{"name":"Get company","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"65133b28-f3d2-4f48-acd8-1f5fab6fc1ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"company\", //required\n    \"id\": \"\" //required\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/get","description":"<p>Get a single company object by its ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","get"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"b69f204e-8086-4a4b-9664-a56d88e1daaa","name":"Get company","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"company\",\n    \"id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"company\": {\n            \"id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n            \"company_id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n            \"type\": \"company\",\n            \"url\": \"https://example.livespace.io/Contact/company/details/api_id/d162a996-b4fd-6a5c-973b-cee803c65731\",\n            \"note\": \"\",\n            \"name\": \"DeveMill\",\n            \"nip\": \"\",\n            \"regon\": null,\n            \"phone\": \"+44 19 2422 0012\",\n            \"cell\": null,\n            \"fax\": null,\n            \"email\": \"contact@devemill.com.io\",\n            \"created\": \"2025-06-30 14:39:54+02\",\n            \"modified\": \"2025-06-30 17:24:38+02\",\n            \"www\": \"http://www.devemill.com.io\",\n            \"last_active_date\": \"2025-06-30 13:21:03+02\",\n            \"client_status\": \"not set\",\n            \"addressurl\": null,\n            \"address_name\": null,\n            \"address_street\": \"\",\n            \"address_street2\": null,\n            \"address_city\": \"\",\n            \"address_postcode\": \"\",\n            \"address_region\": \"\",\n            \"address_country\": \"Polska\",\n            \"address_province_name\": null,\n            \"phones\": [\n                {\n                    \"number\": \"+44 19 2422 0012\",\n                    \"type\": \"phone\",\n                    \"id\": 4692\n                }\n            ],\n            \"emails\": [\n                {\n                    \"value\": \"contact@devemill.com.io\",\n                    \"type\": \"Work\",\n                    \"id\": 4693\n                }\n            ],\n            \"instant_messengers\": [\n                {\n                    \"value\": \"www.devemill.com.io\",\n                    \"type\": \"website\",\n                    \"id\": 4694\n                }\n            ],\n            \"addresses\": [\n                {\n                    \"datasets\": [],\n                    \"address_extra_fields\": [],\n                    \"name\": null,\n                    \"street\": \"\",\n                    \"street2\": null,\n                    \"city\": \"\",\n                    \"postcode\": \"\",\n                    \"region\": \"\",\n                    \"country\": \"Polska\",\n                    \"province_name\": null\n                },\n                {\n                    \"datasets\": [],\n                    \"address_extra_fields\": [],\n                    \"name\": null,\n                    \"street\": \"700 Shelley Crossing\",\n                    \"street2\": null,\n                    \"city\": \"Banjeru\",\n                    \"postcode\": \"\",\n                    \"region\": \"\",\n                    \"country\": \"Indonesia\",\n                    \"province_name\": null\n                }\n            ],\n            \"address_datasets\": [],\n            \"address_address_extra_fields\": [],\n            \"groups\": [\n                \"Referential\",\n                \"Top3\"\n            ],\n            \"groups_id\": [\n                \"e0bde951-e6a3-ac6d-3089-ca7d5b4eb975\",\n                \"2f427f41-6b21-412a-d9ce-de429e21360d\"\n            ],\n            \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n            \"creator_name\": \"John Smith\",\n            \"creator_email\": \"manager@livespace.io\",\n            \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n            \"modifier_name\": \"John Smith\",\n            \"modifier_email\": \"manager@livespace.io\",\n            \"invited\": [\n                {\n                    \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                    \"structure_name\": \"Entire company\",\n                    \"roles\": [\n                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                    ]\n                },\n                {\n                    \"user_id\": \"86276488-0519-427c-5097-a5bc87c9a2bf\",\n                    \"user_name\": \"Mark Wilson\",\n                    \"user_structure_id\": \"1b4330e9-1fe4-295b-8962-c6280cbabe8c\",\n                    \"roles\": [\n                        \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                    ]\n                }\n            ],\n            \"is_admin\": true,\n            \"owner_id\": \"86276488-0519-427c-5097-a5bc87c9a2bf\",\n            \"owner_name\": \"Mark Wilson\",\n            \"owner_email\": \"sales3@livespace.io\",\n            \"owner_phone\": \"500-000-003\",\n            \"tags\": [],\n            \"dataset\": {\n                \"214ca289-e9c0-fd69-324e-cfb568ae3490\": null,\n                \"4405f609-2ee4-0476-6987-477e58ee1aeb\": null,\n                \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \"Only to the certain amount\",\n                \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"One\",\n                \"a323497e-9a97-df8c-791b-a9306c83fd7b\": null,\n                \"214ca289-e9c0-fd69-324e-cfb568ae3491\": null,\n                \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"200000\",\n                \"214ca289-e9c0-fd69-324e-cfb568ae3492\": null,\n                \"214ca289-e9c0-fd69-324e-cfb568ae3493\": null,\n                \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"45\",\n                \"214ca289-e9c0-fd69-324e-cfb568ae3495\": null\n            },\n            \"dataset_field_name\": {\n                \"214ca289-e9c0-fd69-324e-cfb568ae3490\": \"facebook\",\n                \"4405f609-2ee4-0476-6987-477e58ee1aeb\": \"Source\",\n                \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \" The level of decision-making in the country\",\n                \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"The number of brands in the porfolio\",\n                \"a323497e-9a97-df8c-791b-a9306c83fd7b\": \"SALESmanago scoring\",\n                \"214ca289-e9c0-fd69-324e-cfb568ae3491\": \"linkedin\",\n                \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"The annual budget for advertising\",\n                \"214ca289-e9c0-fd69-324e-cfb568ae3492\": \"goldenline\",\n                \"214ca289-e9c0-fd69-324e-cfb568ae3493\": \"twitter\",\n                \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"Number of people\",\n                \"214ca289-e9c0-fd69-324e-cfb568ae3495\": \"instagram\"\n            },\n            \"dataset_field_type\": {\n                \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": 3,\n                \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": 8,\n                \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": 3,\n                \"48765b00-bf38-ae09-0219-2f34c19a159e\": 8\n            },\n            \"contacts\": [\n                {\n                    \"id\": \"bd8ea00e-9dbb-c51e-30f8-36416ab564d2\",\n                    \"contact_id\": \"bd8ea00e-9dbb-c51e-30f8-36416ab564d2\",\n                    \"type\": \"contact\",\n                    \"url\": \"https://example.livespace.io/Contact/contact/details/api_id/bd8ea00e-9dbb-c51e-30f8-36416ab564d2\",\n                    \"firstname\": \"Alice\",\n                    \"lastname\": \"Brown\",\n                    \"company_name\": \"DeveMill\",\n                    \"note\": \"\",\n                    \"created\": \"2025-06-28 16:04:15+02\",\n                    \"modified\": \"2025-06-26 18:57:26+02\",\n                    \"email\": \"albina.szczepanska@devemill.com\",\n                    \"phone\": \"78 995 55 17\",\n                    \"cell\": null,\n                    \"fax\": null,\n                    \"www\": \"http://devemill.com\",\n                    \"last_active_date\": \"2025-06-22 18:57:26+02\",\n                    \"addressurl\": null,\n                    \"name\": \"Alice Brown\",\n                    \"role\": \"Marketing Manager\",\n                    \"address_name\": null,\n                    \"address_street\": null,\n                    \"address_street2\": null,\n                    \"address_city\": null,\n                    \"address_postcode\": null,\n                    \"address_region\": null,\n                    \"address_country\": null,\n                    \"address_province_name\": null,\n                    \"phones\": [\n                        {\n                            \"number\": \"78 995 55 17\",\n                            \"type\": \"phone\",\n                            \"id\": 3443\n                        },\n                        {\n                            \"number\": \"+48789955517\",\n                            \"type\": \"phone\",\n                            \"id\": 3444\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"value\": \"albina.szczepanska@devemill.com\",\n                            \"type\": \"Work\",\n                            \"id\": 3445\n                        },\n                        {\n                            \"value\": \"alice.brown@gmail.com\",\n                            \"type\": \"Home\",\n                            \"id\": 3446\n                        }\n                    ],\n                    \"instant_messengers\": [\n                        {\n                            \"value\": \"devemill.com\",\n                            \"type\": \"website\",\n                            \"id\": 3447\n                        }\n                    ],\n                    \"addresses\": [],\n                    \"groups\": [\n                        \"Top3\"\n                    ],\n                    \"groups_id\": [\n                        \"2f427f41-6b21-412a-d9ce-de429e21360d\"\n                    ],\n                    \"invited\": [\n                        {\n                            \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                            \"structure_name\": \"Entire company\",\n                            \"roles\": [\n                                \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                            ]\n                        },\n                        {\n                            \"user_id\": \"12673024-a09e-e398-9f01-7d5fa6ac940d\",\n                            \"user_name\": \"Andy Pollock\",\n                            \"user_structure_id\": \"1b4330e9-1fe4-295b-8962-c6280cbabe8c\",\n                            \"roles\": [\n                                \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                            ]\n                        }\n                    ],\n                    \"is_admin\": true,\n                    \"owner_id\": \"12673024-a09e-e398-9f01-7d5fa6ac940d\",\n                    \"owner_name\": \"Andy Pollock\",\n                    \"owner_email\": \"sales1@livespace.io\",\n                    \"owner_phone\": \"500-000-001\",\n                    \"tags\": [],\n                    \"source_id\": 2001,\n                    \"source_name\": \"Website\",\n                    \"dataset\": {\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3490\": null,\n                        \"9bb618f4-0468-f2ab-fd31-7214e678a7bd\": null,\n                        \"9200f621-27d4-a25f-f301-650b82a5cc9c\": null,\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3491\": null,\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3492\": null,\n                        \"ab487018-abaf-220b-11c9-d6cf9878125d\": null,\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3493\": null,\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3495\": null,\n                        \"f4ca48f3-0049-24c2-a2b5-592e479194d8\": null,\n                        \"bc3f21c1-4cb4-5194-29d0-bc73499ee79d\": null,\n                        \"59901694-8913-0bf6-3827-2dc9d1000aa9\": null,\n                        \"7b713029-44ac-bfd9-fecd-8c3a9a1d3026\": null\n                    },\n                    \"dataset_field_name\": {\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3490\": \"facebook\",\n                        \"9bb618f4-0468-f2ab-fd31-7214e678a7bd\": \"SALESmanago id\",\n                        \"9200f621-27d4-a25f-f301-650b82a5cc9c\": \"SALESmanago scoring\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3491\": \"linkedin\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3492\": \"goldenline\",\n                        \"ab487018-abaf-220b-11c9-d6cf9878125d\": \"SALESmanago tag\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3493\": \"twitter\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3495\": \"instagram\",\n                        \"f4ca48f3-0049-24c2-a2b5-592e479194d8\": \"funnel\",\n                        \"bc3f21c1-4cb4-5194-29d0-bc73499ee79d\": \"properties\",\n                        \"59901694-8913-0bf6-3827-2dc9d1000aa9\": \"note\",\n                        \"7b713029-44ac-bfd9-fecd-8c3a9a1d3026\": \"event\"\n                    },\n                    \"salesmanago_id\": null,\n                    \"company\": [],\n                    \"company_id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n                    \"company_nip\": \"\",\n                    \"creator_id\": \"12673024-a09e-e398-9f01-7d5fa6ac940d\",\n                    \"creator_name\": \"Andy Pollock\",\n                    \"creator_email\": \"sales1@livespace.io\",\n                    \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"modifier_name\": \"John Smith\",\n                    \"modifier_email\": \"manager@livespace.io\",\n                    \"addressess\": []\n                }\n            ],\n            \"source_id\": 2003,\n            \"source_name\": \"Direct sales\",\n            \"relations\": {\n                \"has_project_company\": 1,\n                \"has_not_project_company\": 0,\n                \"has_company_competitor\": 0,\n                \"has_not_company_competitor\": 1,\n                \"has_company_branch\": 0,\n                \"has_not_company_branch\": 1,\n                \"project_company\": [\n                    {\n                        \"id\": \"59ee9ddd-18f0-cb1c-dbf2-1f00c386bb37\",\n                        \"space_id\": \"59ee9ddd-18f0-cb1c-dbf2-1f00c386bb37\",\n                        \"url\": \"https://example.livespace.io/Space/index/details/api_id/59ee9ddd-18f0-cb1c-dbf2-1f00c386bb37\",\n                        \"name\": \"Project: Company website\",\n                        \"description\": \"\",\n                        \"description_long\": \"\",\n                        \"created\": \"2025-06-30 11:40:42+02\",\n                        \"modified\": \"2025-06-12 19:00:27+02\",\n                        \"number\": null,\n                        \"description_html\": \"\",\n                        \"description_long_html\": \"\",\n                        \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"creator_name\": \"John Smith\",\n                        \"creator_email\": \"manager@livespace.io\",\n                        \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"modifier_name\": \"John Smith\",\n                        \"modifier_email\": \"manager@livespace.io\",\n                        \"invited\": [\n                            {\n                                \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                                \"structure_name\": \"Entire company\",\n                                \"roles\": [\n                                    \"22b76146-6b2c-73b1-c2b1-1fbb52e4fcb2\"\n                                ]\n                            },\n                            {\n                                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                                \"user_name\": \"John Smith\",\n                                \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                                \"roles\": [\n                                    \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                                ]\n                            },\n                            {\n                                \"user_id\": \"86276488-0519-427c-5097-a5bc87c9a2bf\",\n                                \"user_name\": \"Mark Wilson\",\n                                \"user_structure_id\": \"1b4330e9-1fe4-295b-8962-c6280cbabe8c\",\n                                \"roles\": [\n                                    \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                                ]\n                            }\n                        ],\n                        \"is_admin\": true,\n                        \"owner_id\": null,\n                        \"owner_name\": null,\n                        \"owner_email\": null,\n                        \"owner_phone\": null,\n                        \"tags\": [],\n                        \"dataset\": [],\n                        \"dataset_field_name\": [],\n                        \"groups\": []\n                    }\n                ]\n            },\n            \"addressess\": [\n                {\n                    \"datasets\": [],\n                    \"address_extra_fields\": [],\n                    \"name\": null,\n                    \"street\": \"\",\n                    \"street2\": null,\n                    \"city\": \"\",\n                    \"postcode\": \"\",\n                    \"region\": \"\",\n                    \"country\": \"Polska\",\n                    \"province_name\": null\n                },\n                {\n                    \"datasets\": [],\n                    \"address_extra_fields\": [],\n                    \"name\": null,\n                    \"street\": \"700 Shelley Crossing\",\n                    \"street2\": null,\n                    \"city\": \"Banjeru\",\n                    \"postcode\": \"\",\n                    \"region\": \"\",\n                    \"country\": \"Indonesia\",\n                    \"province_name\": null\n                }\n            ]\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"65133b28-f3d2-4f48-acd8-1f5fab6fc1ba"},{"name":"Get multiple companies - simple","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"090fb509-11ad-4e71-9979-d300df440821","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"company\", // required\n    \"limit\": 10, // defaults to all\n    \"offset\": 0 // defaults to 0\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/getAllSimple","description":"<p>Get multiple company objects in simplified version.</p>\n<p>You can set the number of results and the offset.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","getAllSimple"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"921e0b01-c419-499e-bf7b-30ba011c320c","name":"Get multiple companies - simple","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"company\",\n    \"limit\": 10,\n    \"offset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/getAllSimple"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"company\": [\n            {\n                \"name\": \"Example ltd.\",\n                \"nip\": \"\",\n                \"regon\": null,\n                \"phone\": null,\n                \"cell\": null,\n                \"fax\": null,\n                \"email\": null,\n                \"created\": \"2025-07-01 11:54:20+02\",\n                \"modified\": \"2025-07-01 11:59:51+02\",\n                \"id\": \"5c65fac2-b624-a171-1f84-f54fd9a5f108\",\n                \"deal_count\": {\n                    \"all\": 0,\n                    \"open\": 0,\n                    \"won\": 0,\n                    \"lost\": 0,\n                    \"outdated\": 0\n                },\n                \"tags\": [],\n                \"company_id\": \"5c65fac2-b624-a171-1f84-f54fd9a5f108\",\n                \"url\": \"https://example.livespace.io/Contact/company/details/api_id/5c65fac2-b624-a171-1f84-f54fd9a5f108\"\n            },\n            {\n                \"name\": \"Deve Mill\",\n                \"nip\": \"\",\n                \"regon\": null,\n                \"phone\": \"19-2422-0012\",\n                \"cell\": null,\n                \"fax\": null,\n                \"email\": null,\n                \"created\": \"2025-06-30 17:08:21+02\",\n                \"modified\": \"2025-06-30 17:08:21+02\",\n                \"id\": \"54a25d14-f670-a85f-20b9-2e20a4712018\",\n                \"deal_count\": {\n                    \"all\": 0,\n                    \"open\": 0,\n                    \"won\": 0,\n                    \"lost\": 0,\n                    \"outdated\": 0\n                },\n                \"tags\": [],\n                \"company_id\": \"54a25d14-f670-a85f-20b9-2e20a4712018\",\n                \"url\": \"https://example.livespace.io/Contact/company/details/api_id/54a25d14-f670-a85f-20b9-2e20a4712018\"\n            },\n            {\n                \"name\": \"Nicosc\",\n                \"nip\": \"\",\n                \"regon\": null,\n                \"phone\": null,\n                \"cell\": null,\n                \"fax\": null,\n                \"email\": null,\n                \"created\": \"2025-06-30 15:30:39+02\",\n                \"modified\": \"2025-06-30 15:30:39+02\",\n                \"id\": \"ea591d3f-ca0d-df8d-aedf-511526e861d1\",\n                \"deal_count\": {\n                    \"all\": 3,\n                    \"open\": 3,\n                    \"won\": 0,\n                    \"lost\": 0,\n                    \"outdated\": 0\n                },\n                \"tags\": [],\n                \"company_id\": \"ea591d3f-ca0d-df8d-aedf-511526e861d1\",\n                \"url\": \"https://example.livespace.io/Contact/company/details/api_id/ea591d3f-ca0d-df8d-aedf-511526e861d1\"\n            },\n            {\n                \"name\": \"Linea\",\n                \"nip\": \"\",\n                \"regon\": null,\n                \"phone\": null,\n                \"cell\": null,\n                \"fax\": null,\n                \"email\": null,\n                \"created\": \"2025-06-30 15:30:09+02\",\n                \"modified\": \"2025-06-30 15:30:09+02\",\n                \"id\": \"e1de048f-4146-b948-dd76-35d0387d774a\",\n                \"deal_count\": {\n                    \"all\": 1,\n                    \"open\": 1,\n                    \"won\": 0,\n                    \"lost\": 0,\n                    \"outdated\": 0\n                },\n                \"tags\": [],\n                \"company_id\": \"e1de048f-4146-b948-dd76-35d0387d774a\",\n                \"url\": \"https://example.livespace.io/Contact/company/details/api_id/e1de048f-4146-b948-dd76-35d0387d774a\"\n            },\n            {\n                \"name\": \"Januszex\",\n                \"nip\": \"\",\n                \"regon\": null,\n                \"phone\": null,\n                \"cell\": null,\n                \"fax\": null,\n                \"email\": null,\n                \"created\": \"2025-06-30 15:27:21+02\",\n                \"modified\": \"2025-06-30 15:27:21+02\",\n                \"id\": \"f06746d7-bb61-51ac-d482-672a39e7313b\",\n                \"deal_count\": {\n                    \"all\": 3,\n                    \"open\": 3,\n                    \"won\": 0,\n                    \"lost\": 0,\n                    \"outdated\": 0\n                },\n                \"tags\": [],\n                \"company_id\": \"f06746d7-bb61-51ac-d482-672a39e7313b\",\n                \"url\": \"https://example.livespace.io/Contact/company/details/api_id/f06746d7-bb61-51ac-d482-672a39e7313b\"\n            },\n            {\n                \"name\": \"Abeys\",\n                \"nip\": \"\",\n                \"regon\": null,\n                \"phone\": null,\n                \"cell\": null,\n                \"fax\": null,\n                \"email\": \"orders@abeys.com.info\",\n                \"created\": \"2025-06-30 14:41:15+02\",\n                \"modified\": \"2025-06-30 14:41:15+02\",\n                \"id\": \"08687e18-c9e1-569d-56a1-8daa728b0d06\",\n                \"deal_count\": {\n                    \"all\": 0,\n                    \"open\": 0,\n                    \"won\": 0,\n                    \"lost\": 0,\n                    \"outdated\": 0\n                },\n                \"tags\": [],\n                \"company_id\": \"08687e18-c9e1-569d-56a1-8daa728b0d06\",\n                \"url\": \"https://example.livespace.io/Contact/company/details/api_id/08687e18-c9e1-569d-56a1-8daa728b0d06\"\n            },\n            {\n                \"name\": \"WizzNet\",\n                \"nip\": \"\",\n                \"regon\": null,\n                \"phone\": \"44 22 642 02 39\",\n                \"cell\": null,\n                \"fax\": null,\n                \"email\": \"office@wizznet.info\",\n                \"created\": \"2025-06-30 14:40:05+02\",\n                \"modified\": \"2025-06-30 16:53:24+02\",\n                \"id\": \"b81d4148-a2c7-6a91-d84b-5e91856912e9\",\n                \"deal_count\": {\n                    \"all\": 0,\n                    \"open\": 0,\n                    \"won\": 0,\n                    \"lost\": 0,\n                    \"outdated\": 0\n                },\n                \"tags\": [],\n                \"company_id\": \"b81d4148-a2c7-6a91-d84b-5e91856912e9\",\n                \"url\": \"https://example.livespace.io/Contact/company/details/api_id/b81d4148-a2c7-6a91-d84b-5e91856912e9\"\n            },\n            {\n                \"name\": \"WK Publishing House\",\n                \"nip\": null,\n                \"regon\": null,\n                \"phone\": \"44 22 628 53 12\",\n                \"cell\": null,\n                \"fax\": null,\n                \"email\": \"office@oldbook.info\",\n                \"created\": \"2025-06-30 14:40:05+02\",\n                \"modified\": \"2025-06-30 14:40:05+02\",\n                \"id\": \"f20a6984-0261-b1e5-51a1-70c85fcfb243\",\n                \"deal_count\": {\n                    \"all\": 1,\n                    \"open\": 1,\n                    \"won\": 0,\n                    \"lost\": 0,\n                    \"outdated\": 0\n                },\n                \"tags\": [],\n                \"company_id\": \"f20a6984-0261-b1e5-51a1-70c85fcfb243\",\n                \"url\": \"https://example.livespace.io/Contact/company/details/api_id/f20a6984-0261-b1e5-51a1-70c85fcfb243\"\n            },\n            {\n                \"name\": \"Windu Import PL\",\n                \"nip\": null,\n                \"regon\": null,\n                \"phone\": \"(89) 298-77-32\",\n                \"cell\": null,\n                \"fax\": null,\n                \"email\": \"office@winduimport.eu\",\n                \"created\": \"2025-06-30 14:40:05+02\",\n                \"modified\": \"2025-06-30 14:40:05+02\",\n                \"id\": \"1e0bfb75-5991-e6b3-5190-43a2896eac34\",\n                \"deal_count\": {\n                    \"all\": 0,\n                    \"open\": 0,\n                    \"won\": 0,\n                    \"lost\": 0,\n                    \"outdated\": 0\n                },\n                \"tags\": [],\n                \"company_id\": \"1e0bfb75-5991-e6b3-5190-43a2896eac34\",\n                \"url\": \"https://example.livespace.io/Contact/company/details/api_id/1e0bfb75-5991-e6b3-5190-43a2896eac34\"\n            },\n            {\n                \"name\": \"Windy Media International\",\n                \"nip\": null,\n                \"regon\": null,\n                \"phone\": \"(91) 719-40-13\",\n                \"cell\": null,\n                \"fax\": null,\n                \"email\": \"firma@windumedia.biz\",\n                \"created\": \"2025-06-30 14:40:05+02\",\n                \"modified\": \"2025-06-30 14:40:05+02\",\n                \"id\": \"064b4180-ab2c-bc46-e083-8d2adfec1699\",\n                \"deal_count\": {\n                    \"all\": 0,\n                    \"open\": 0,\n                    \"won\": 0,\n                    \"lost\": 0,\n                    \"outdated\": 0\n                },\n                \"tags\": [],\n                \"company_id\": \"064b4180-ab2c-bc46-e083-8d2adfec1699\",\n                \"url\": \"https://example.livespace.io/Contact/company/details/api_id/064b4180-ab2c-bc46-e083-8d2adfec1699\"\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"090fb509-11ad-4e71-9979-d300df440821"},{"name":"Get multiple companies - full","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"780ca584-6b06-4cb7-beee-d3f6e950b895","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"company\", // required\n    \"names\": \"\",\n    \"nip\": \"\",\n    \"regon\":\"\",\n    \"emails\": \"\",\n    \"phones\":\"\",\n    \"created\": {\n        \"from\": \"\",\n        \"to\": \"\"\n    },\n    \"modified\": \"\",\n    \"last_active\": \"\",\n    \"owner_login\": \"\",\n    \"condition\": \"\", // \"like\"(default) or \"equal\" - strict or loose first and last name comparison\n    \"tags\": \"\",\n    \"tags_condition\": \"\", // \"or\"(default) or \"and\"\n    \"limit\": 1000, // defaults to all\n    \"offset\": 0 // defaults to 0\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/getAll","description":"<p>Get multiple companies meeting set conditions.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","getAll"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"200409aa-efdb-4c87-a71c-79f0cabca41a","name":"Get multiple companies - full","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"company\",\n    \"names\": \"yoda\",\n    \"nip\": \"\",\n    \"regon\":\"\",\n    \"emails\": \"\",\n    \"phones\":\"\",\n    \"created\": {\n        \"from\": \"2000-01-01\",\n        \"to\": \"2100-12-31\"\n    },\n    \"modified\": \"\",\n    \"last_active\": \"\",\n    \"owner_login\": \"manager@livespace.io\",\n    \"tags\": \"tag1, tag2\",\n    \"tags_condition\": \"or\",\n    \"limit\": 10,\n    \"offset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/getAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"company\": [\n            {\n                \"id\": \"a7b3013d-bf3b-2748-89f9-010d3d9e2b72\",\n                \"company_id\": \"a7b3013d-bf3b-2748-89f9-010d3d9e2b72\",\n                \"type\": \"company\",\n                \"url\": \"https://example.livespace.io/Contact/company/details/api_id/a7b3013d-bf3b-2748-89f9-010d3d9e2b72\",\n                \"note\": null,\n                \"name\": \"Yoda Corp Ltd.\",\n                \"nip\": null,\n                \"regon\": null,\n                \"phone\": \"(32) 792-32-27\",\n                \"cell\": null,\n                \"fax\": null,\n                \"email\": \"contact@yodacorp.pl\",\n                \"created\": \"2025-06-30 14:40:05+02\",\n                \"modified\": \"2025-06-30 14:40:05+02\",\n                \"www\": \"http://www.yodacorp\",\n                \"last_active_date\": \"2021-12-07 15:13:13+01\",\n                \"client_status\": \"not set\",\n                \"addressurl\": null,\n                \"address_name\": null,\n                \"address_street\": \"Słowackiego 45\",\n                \"address_street2\": null,\n                \"address_city\": \"Dąbrowa Górnicza\",\n                \"address_postcode\": \"41-300\",\n                \"address_region\": \"\",\n                \"address_country\": \"Polska\",\n                \"address_province_name\": \"śląskie\",\n                \"phones\": [\n                    {\n                        \"number\": \"(32) 792-32-27\",\n                        \"type\": \"phone\",\n                        \"id\": 3660\n                    }\n                ],\n                \"emails\": [\n                    {\n                        \"value\": \"contact@yodacorp.pl\",\n                        \"type\": \"\",\n                        \"id\": 3661\n                    },\n                    {\n                        \"value\": \"inquiries@yodacorp\",\n                        \"type\": \"\",\n                        \"id\": 4627\n                    }\n                ],\n                \"instant_messengers\": [\n                    {\n                        \"value\": \"http://www.yodacorp.pl\",\n                        \"type\": \"website\",\n                        \"id\": 4104\n                    },\n                    {\n                        \"value\": \"http://www.yodacorp\",\n                        \"type\": \"website\",\n                        \"id\": 4626\n                    }\n                ],\n                \"addresses\": [\n                    {\n                        \"datasets\": [],\n                        \"address_extra_fields\": [],\n                        \"name\": null,\n                        \"street\": \"Słowackiego 45\",\n                        \"street2\": null,\n                        \"city\": \"Dąbrowa Górnicza\",\n                        \"postcode\": \"41-300\",\n                        \"region\": \"\",\n                        \"country\": \"Polska\",\n                        \"province_name\": \"śląskie\"\n                    },\n                    {\n                        \"datasets\": [],\n                        \"address_extra_fields\": [],\n                        \"name\": null,\n                        \"street\": \"39946 Columbus Court\",\n                        \"street2\": null,\n                        \"city\": \"Rosario del Ingre\",\n                        \"postcode\": \"\",\n                        \"region\": \"\",\n                        \"country\": \"Bolivia\",\n                        \"province_name\": null\n                    }\n                ],\n                \"address_datasets\": [],\n                \"address_address_extra_fields\": [],\n                \"groups\": [],\n                \"groups_id\": [],\n                \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"creator_name\": \"John Smith\",\n                \"creator_email\": \"manager@livespace.io\",\n                \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"modifier_name\": \"John Smith\",\n                \"modifier_email\": \"manager@livespace.io\",\n                \"invited\": [\n                    {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"structure_name\": \"Entire company\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                        ]\n                    },\n                    {\n                        \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"user_name\": \"John Smith\",\n                        \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                            \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                        ]\n                    }\n                ],\n                \"is_admin\": true,\n                \"owner_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"owner_name\": \"John Smith\",\n                \"owner_email\": \"manager@livespace.io\",\n                \"owner_phone\": \"\",\n                \"tags\": [],\n                \"dataset\": {\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3490\": null,\n                    \"4405f609-2ee4-0476-6987-477e58ee1aeb\": null,\n                    \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \"Low - headquarter decide\",\n                    \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"More then five\",\n                    \"a323497e-9a97-df8c-791b-a9306c83fd7b\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3491\": null,\n                    \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"1200000\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3492\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3493\": null,\n                    \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"33\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3495\": null\n                },\n                \"dataset_field_name\": {\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3490\": \"facebook\",\n                    \"4405f609-2ee4-0476-6987-477e58ee1aeb\": \"Source\",\n                    \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \" The level of decision-making in the country\",\n                    \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"The number of brands in the porfolio\",\n                    \"a323497e-9a97-df8c-791b-a9306c83fd7b\": \"SALESmanago scoring\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3491\": \"linkedin\",\n                    \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"The annual budget for advertising\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3492\": \"goldenline\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3493\": \"twitter\",\n                    \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"Number of people\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3495\": \"instagram\"\n                },\n                \"dataset_field_type\": {\n                    \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": 3,\n                    \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": 3,\n                    \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": 8,\n                    \"48765b00-bf38-ae09-0219-2f34c19a159e\": 8\n                },\n                \"contacts\": [\n                    {\n                        \"id\": \"f597f50f-c8cb-d46e-a332-acb5f7058161\",\n                        \"contact_id\": \"f597f50f-c8cb-d46e-a332-acb5f7058161\",\n                        \"type\": \"contact\",\n                        \"url\": \"https://example.livespace.io/Contact/contact/details/api_id/f597f50f-c8cb-d46e-a332-acb5f7058161\",\n                        \"firstname\": \"Tom\",\n                        \"lastname\": \"Zieliński\",\n                        \"company_name\": \"Yoda Corp Ltd.\",\n                        \"note\": null,\n                        \"created\": \"2025-06-30 17:04:22+02\",\n                        \"modified\": \"2025-06-30 17:04:22+02\",\n                        \"email\": \"t.zielinski@yodacorp.pl\",\n                        \"phone\": \"544-678-542\",\n                        \"cell\": null,\n                        \"fax\": null,\n                        \"www\": null,\n                        \"last_active_date\": \"2021-12-03 06:30:57+01\",\n                        \"addressurl\": null,\n                        \"name\": \"Tom Zieliński\",\n                        \"role\": \"Marketing specialist\",\n                        \"address_name\": null,\n                        \"address_street\": null,\n                        \"address_street2\": null,\n                        \"address_city\": null,\n                        \"address_postcode\": null,\n                        \"address_region\": null,\n                        \"address_country\": null,\n                        \"address_province_name\": null,\n                        \"phones\": [\n                            {\n                                \"number\": \"544-678-542\",\n                                \"type\": \"phone\",\n                                \"id\": 3029\n                            }\n                        ],\n                        \"emails\": [\n                            {\n                                \"value\": \"t.zielinski@yodacorp.pl\",\n                                \"type\": \"\",\n                                \"id\": 3028\n                            },\n                            {\n                                \"value\": \"t.zielinsk@yodacorp.net.co\",\n                                \"type\": \"\",\n                                \"id\": 3313\n                            }\n                        ],\n                        \"instant_messengers\": [],\n                        \"addresses\": [],\n                        \"groups\": [],\n                        \"groups_id\": [],\n                        \"invited\": [\n                            {\n                                \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                                \"structure_name\": \"Entire company\",\n                                \"roles\": [\n                                    \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                                ]\n                            },\n                            {\n                                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                                \"user_name\": \"John Smith\",\n                                \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                                \"roles\": [\n                                    \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                                    \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                                    \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                                ]\n                            }\n                        ],\n                        \"is_admin\": true,\n                        \"owner_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"owner_name\": \"John Smith\",\n                        \"owner_email\": \"manager@livespace.io\",\n                        \"owner_phone\": \"\",\n                        \"tags\": [],\n                        \"source_id\": 0,\n                        \"source_name\": null,\n                        \"dataset\": {\n                            \"214ca289-e9c0-fd69-324e-cfb568ae3490\": null,\n                            \"9bb618f4-0468-f2ab-fd31-7214e678a7bd\": null,\n                            \"9200f621-27d4-a25f-f301-650b82a5cc9c\": null,\n                            \"214ca289-e9c0-fd69-324e-cfb568ae3491\": null,\n                            \"214ca289-e9c0-fd69-324e-cfb568ae3492\": null,\n                            \"ab487018-abaf-220b-11c9-d6cf9878125d\": null,\n                            \"214ca289-e9c0-fd69-324e-cfb568ae3493\": null,\n                            \"214ca289-e9c0-fd69-324e-cfb568ae3495\": null,\n                            \"f4ca48f3-0049-24c2-a2b5-592e479194d8\": null,\n                            \"bc3f21c1-4cb4-5194-29d0-bc73499ee79d\": null,\n                            \"59901694-8913-0bf6-3827-2dc9d1000aa9\": null,\n                            \"7b713029-44ac-bfd9-fecd-8c3a9a1d3026\": null\n                        },\n                        \"dataset_field_name\": {\n                            \"214ca289-e9c0-fd69-324e-cfb568ae3490\": \"facebook\",\n                            \"9bb618f4-0468-f2ab-fd31-7214e678a7bd\": \"SALESmanago id\",\n                            \"9200f621-27d4-a25f-f301-650b82a5cc9c\": \"SALESmanago scoring\",\n                            \"214ca289-e9c0-fd69-324e-cfb568ae3491\": \"linkedin\",\n                            \"214ca289-e9c0-fd69-324e-cfb568ae3492\": \"goldenline\",\n                            \"ab487018-abaf-220b-11c9-d6cf9878125d\": \"SALESmanago tag\",\n                            \"214ca289-e9c0-fd69-324e-cfb568ae3493\": \"twitter\",\n                            \"214ca289-e9c0-fd69-324e-cfb568ae3495\": \"instagram\",\n                            \"f4ca48f3-0049-24c2-a2b5-592e479194d8\": \"funnel\",\n                            \"bc3f21c1-4cb4-5194-29d0-bc73499ee79d\": \"properties\",\n                            \"59901694-8913-0bf6-3827-2dc9d1000aa9\": \"note\",\n                            \"7b713029-44ac-bfd9-fecd-8c3a9a1d3026\": \"event\"\n                        },\n                        \"salesmanago_id\": null,\n                        \"company\": [],\n                        \"company_id\": \"a7b3013d-bf3b-2748-89f9-010d3d9e2b72\",\n                        \"company_nip\": null,\n                        \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"creator_name\": \"John Smith\",\n                        \"creator_email\": \"manager@livespace.io\",\n                        \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"modifier_name\": \"John Smith\",\n                        \"modifier_email\": \"manager@livespace.io\",\n                        \"addressess\": []\n                    },\n                    {\n                        \"id\": \"a170c189-d37c-cb7a-803d-b72f6ba280fd\",\n                        \"contact_id\": \"a170c189-d37c-cb7a-803d-b72f6ba280fd\",\n                        \"type\": \"contact\",\n                        \"url\": \"https://example.livespace.io/Contact/contact/details/api_id/a170c189-d37c-cb7a-803d-b72f6ba280fd\",\n                        \"firstname\": \"Theo\",\n                        \"lastname\": \"Pagan\",\n                        \"company_name\": \"Yoda Corp Ltd.\",\n                        \"note\": null,\n                        \"created\": \"2025-06-30 17:04:21+02\",\n                        \"modified\": \"2025-06-30 17:04:21+02\",\n                        \"email\": \"t.pietrzynski@yodacorp.pl\",\n                        \"phone\": \"689-590-604\",\n                        \"cell\": null,\n                        \"fax\": null,\n                        \"www\": null,\n                        \"last_active_date\": \"2021-12-03 06:30:57+01\",\n                        \"addressurl\": null,\n                        \"name\": \"Theo Pagan\",\n                        \"role\": \"Trader\",\n                        \"address_name\": null,\n                        \"address_street\": null,\n                        \"address_street2\": null,\n                        \"address_city\": null,\n                        \"address_postcode\": null,\n                        \"address_region\": null,\n                        \"address_country\": null,\n                        \"address_province_name\": null,\n                        \"phones\": [\n                            {\n                                \"number\": \"689-590-604\",\n                                \"type\": \"phone\",\n                                \"id\": 2959\n                            }\n                        ],\n                        \"emails\": [\n                            {\n                                \"value\": \"t.pietrzynski@yodacorp.pl\",\n                                \"type\": \"\",\n                                \"id\": 2958\n                            },\n                            {\n                                \"value\": \"t.pagan@yodacorp.net.co\",\n                                \"type\": \"\",\n                                \"id\": 3284\n                            }\n                        ],\n                        \"instant_messengers\": [],\n                        \"addresses\": [],\n                        \"groups\": [],\n                        \"groups_id\": [],\n                        \"invited\": [\n                            {\n                                \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                                \"structure_name\": \"Entire company\",\n                                \"roles\": [\n                                    \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                                ]\n                            },\n                            {\n                                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                                \"user_name\": \"John Smith\",\n                                \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                                \"roles\": [\n                                    \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                                    \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                                    \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                                ]\n                            }\n                        ],\n                        \"is_admin\": true,\n                        \"owner_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"owner_name\": \"John Smith\",\n                        \"owner_email\": \"manager@livespace.io\",\n                        \"owner_phone\": \"\",\n                        \"tags\": [],\n                        \"source_id\": 0,\n                        \"source_name\": null,\n                        \"dataset\": {\n                            \"214ca289-e9c0-fd69-324e-cfb568ae3490\": null,\n                            \"9bb618f4-0468-f2ab-fd31-7214e678a7bd\": null,\n                            \"9200f621-27d4-a25f-f301-650b82a5cc9c\": null,\n                            \"214ca289-e9c0-fd69-324e-cfb568ae3491\": null,\n                            \"214ca289-e9c0-fd69-324e-cfb568ae3492\": null,\n                            \"ab487018-abaf-220b-11c9-d6cf9878125d\": null,\n                            \"214ca289-e9c0-fd69-324e-cfb568ae3493\": null,\n                            \"214ca289-e9c0-fd69-324e-cfb568ae3495\": null,\n                            \"f4ca48f3-0049-24c2-a2b5-592e479194d8\": null,\n                            \"bc3f21c1-4cb4-5194-29d0-bc73499ee79d\": null,\n                            \"59901694-8913-0bf6-3827-2dc9d1000aa9\": null,\n                            \"7b713029-44ac-bfd9-fecd-8c3a9a1d3026\": null\n                        },\n                        \"dataset_field_name\": {\n                            \"214ca289-e9c0-fd69-324e-cfb568ae3490\": \"facebook\",\n                            \"9bb618f4-0468-f2ab-fd31-7214e678a7bd\": \"SALESmanago id\",\n                            \"9200f621-27d4-a25f-f301-650b82a5cc9c\": \"SALESmanago scoring\",\n                            \"214ca289-e9c0-fd69-324e-cfb568ae3491\": \"linkedin\",\n                            \"214ca289-e9c0-fd69-324e-cfb568ae3492\": \"goldenline\",\n                            \"ab487018-abaf-220b-11c9-d6cf9878125d\": \"SALESmanago tag\",\n                            \"214ca289-e9c0-fd69-324e-cfb568ae3493\": \"twitter\",\n                            \"214ca289-e9c0-fd69-324e-cfb568ae3495\": \"instagram\",\n                            \"f4ca48f3-0049-24c2-a2b5-592e479194d8\": \"funnel\",\n                            \"bc3f21c1-4cb4-5194-29d0-bc73499ee79d\": \"properties\",\n                            \"59901694-8913-0bf6-3827-2dc9d1000aa9\": \"note\",\n                            \"7b713029-44ac-bfd9-fecd-8c3a9a1d3026\": \"event\"\n                        },\n                        \"salesmanago_id\": null,\n                        \"company\": [],\n                        \"company_id\": \"a7b3013d-bf3b-2748-89f9-010d3d9e2b72\",\n                        \"company_nip\": null,\n                        \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"creator_name\": \"John Smith\",\n                        \"creator_email\": \"manager@livespace.io\",\n                        \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"modifier_name\": \"John Smith\",\n                        \"modifier_email\": \"manager@livespace.io\",\n                        \"addressess\": []\n                    }\n                ],\n                \"source_id\": 1,\n                \"source_name\": \"Unknown\",\n                \"relations\": {\n                    \"has_project_company\": 0,\n                    \"has_not_project_company\": 1,\n                    \"has_company_competitor\": 0,\n                    \"has_not_company_competitor\": 1,\n                    \"has_company_branch\": 0,\n                    \"has_not_company_branch\": 1\n                },\n                \"addressess\": [\n                    {\n                        \"datasets\": [],\n                        \"address_extra_fields\": [],\n                        \"name\": null,\n                        \"street\": \"Słowackiego 45\",\n                        \"street2\": null,\n                        \"city\": \"Dąbrowa Górnicza\",\n                        \"postcode\": \"41-300\",\n                        \"region\": \"\",\n                        \"country\": \"Polska\",\n                        \"province_name\": \"śląskie\"\n                    },\n                    {\n                        \"datasets\": [],\n                        \"address_extra_fields\": [],\n                        \"name\": null,\n                        \"street\": \"39946 Columbus Court\",\n                        \"street2\": null,\n                        \"city\": \"Rosario del Ingre\",\n                        \"postcode\": \"\",\n                        \"region\": \"\",\n                        \"country\": \"Bolivia\",\n                        \"province_name\": null\n                    }\n                ]\n            },\n            {\n                \"id\": \"af90f432-260c-26c2-cab2-a9549af71faf\",\n                \"company_id\": \"af90f432-260c-26c2-cab2-a9549af71faf\",\n                \"type\": \"company\",\n                \"url\": \"https://example.livespace.io/Contact/company/details/api_id/af90f432-260c-26c2-cab2-a9549af71faf\",\n                \"note\": null,\n                \"name\": \"Yoda Global\",\n                \"nip\": null,\n                \"regon\": null,\n                \"phone\": \"(81) 843-83-61\",\n                \"cell\": null,\n                \"fax\": null,\n                \"email\": \"info@yodaglobal.com.pl\",\n                \"created\": \"2025-06-30 14:40:05+02\",\n                \"modified\": \"2025-06-30 14:40:05+02\",\n                \"www\": \"http://www.yodaglobal.com\",\n                \"last_active_date\": \"2025-06-30 13:29:54+02\",\n                \"client_status\": \"not set\",\n                \"addressurl\": null,\n                \"address_name\": null,\n                \"address_street\": \"Lubelska 6\",\n                \"address_street2\": null,\n                \"address_city\": \"Lublin\",\n                \"address_postcode\": \"20-012\",\n                \"address_region\": \"\",\n                \"address_country\": \"Polska\",\n                \"address_province_name\": \"lubelskie\",\n                \"phones\": [\n                    {\n                        \"number\": \"(81) 843-83-61\",\n                        \"type\": \"phone\",\n                        \"id\": 3662\n                    }\n                ],\n                \"emails\": [\n                    {\n                        \"value\": \"info@yodaglobal.com.pl\",\n                        \"type\": \"\",\n                        \"id\": 3663\n                    },\n                    {\n                        \"value\": \"info@yodaglobal.com\",\n                        \"type\": \"\",\n                        \"id\": 4629\n                    }\n                ],\n                \"instant_messengers\": [\n                    {\n                        \"value\": \"http://www.yodaglobal.com.pl\",\n                        \"type\": \"website\",\n                        \"id\": 4097\n                    },\n                    {\n                        \"value\": \"http://www.yodaglobal.com\",\n                        \"type\": \"website\",\n                        \"id\": 4628\n                    }\n                ],\n                \"addresses\": [\n                    {\n                        \"datasets\": [],\n                        \"address_extra_fields\": [],\n                        \"name\": null,\n                        \"street\": \"Lubelska 6\",\n                        \"street2\": null,\n                        \"city\": \"Lublin\",\n                        \"postcode\": \"20-012\",\n                        \"region\": \"\",\n                        \"country\": \"Polska\",\n                        \"province_name\": \"lubelskie\"\n                    },\n                    {\n                        \"datasets\": [],\n                        \"address_extra_fields\": [],\n                        \"name\": null,\n                        \"street\": \"37 Clemons Crossing\",\n                        \"street2\": null,\n                        \"city\": \"Fushun\",\n                        \"postcode\": \"\",\n                        \"region\": \"\",\n                        \"country\": \"China\",\n                        \"province_name\": null\n                    }\n                ],\n                \"address_datasets\": [],\n                \"address_address_extra_fields\": [],\n                \"groups\": [],\n                \"groups_id\": [],\n                \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"creator_name\": \"John Smith\",\n                \"creator_email\": \"manager@livespace.io\",\n                \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"modifier_name\": \"John Smith\",\n                \"modifier_email\": \"manager@livespace.io\",\n                \"invited\": [\n                    {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"structure_name\": \"Entire company\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                        ]\n                    },\n                    {\n                        \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"user_name\": \"John Smith\",\n                        \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                            \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                        ]\n                    }\n                ],\n                \"is_admin\": true,\n                \"owner_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"owner_name\": \"John Smith\",\n                \"owner_email\": \"manager@livespace.io\",\n                \"owner_phone\": \"\",\n                \"tags\": [],\n                \"dataset\": {\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3490\": null,\n                    \"4405f609-2ee4-0476-6987-477e58ee1aeb\": null,\n                    \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \"Full\",\n                    \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"More then five\",\n                    \"a323497e-9a97-df8c-791b-a9306c83fd7b\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3491\": null,\n                    \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"3000000\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3492\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3493\": null,\n                    \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"34\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3495\": null\n                },\n                \"dataset_field_name\": {\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3490\": \"facebook\",\n                    \"4405f609-2ee4-0476-6987-477e58ee1aeb\": \"Source\",\n                    \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \" The level of decision-making in the country\",\n                    \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"The number of brands in the porfolio\",\n                    \"a323497e-9a97-df8c-791b-a9306c83fd7b\": \"SALESmanago scoring\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3491\": \"linkedin\",\n                    \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"The annual budget for advertising\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3492\": \"goldenline\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3493\": \"twitter\",\n                    \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"Number of people\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3495\": \"instagram\"\n                },\n                \"dataset_field_type\": {\n                    \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": 3,\n                    \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": 8,\n                    \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": 3,\n                    \"48765b00-bf38-ae09-0219-2f34c19a159e\": 8\n                },\n                \"contacts\": [],\n                \"source_id\": 2003,\n                \"source_name\": \"Direct sales\",\n                \"relations\": {\n                    \"has_project_company\": 0,\n                    \"has_not_project_company\": 1,\n                    \"has_company_competitor\": 0,\n                    \"has_not_company_competitor\": 1,\n                    \"has_company_branch\": 0,\n                    \"has_not_company_branch\": 1\n                },\n                \"addressess\": [\n                    {\n                        \"datasets\": [],\n                        \"address_extra_fields\": [],\n                        \"name\": null,\n                        \"street\": \"Lubelska 6\",\n                        \"street2\": null,\n                        \"city\": \"Lublin\",\n                        \"postcode\": \"20-012\",\n                        \"region\": \"\",\n                        \"country\": \"Polska\",\n                        \"province_name\": \"lubelskie\"\n                    },\n                    {\n                        \"datasets\": [],\n                        \"address_extra_fields\": [],\n                        \"name\": null,\n                        \"street\": \"37 Clemons Crossing\",\n                        \"street2\": null,\n                        \"city\": \"Fushun\",\n                        \"postcode\": \"\",\n                        \"region\": \"\",\n                        \"country\": \"China\",\n                        \"province_name\": null\n                    }\n                ]\n            },\n            {\n                \"id\": \"d5498735-1adc-4242-3b42-7da7940dd46e\",\n                \"company_id\": \"d5498735-1adc-4242-3b42-7da7940dd46e\",\n                \"type\": \"company\",\n                \"url\": \"https://example.livespace.io/Contact/company/details/api_id/d5498735-1adc-4242-3b42-7da7940dd46e\",\n                \"note\": null,\n                \"name\": \"Yoda Laboratories LLC\",\n                \"nip\": null,\n                \"regon\": null,\n                \"phone\": \"(58) 191-41-25\",\n                \"cell\": null,\n                \"fax\": null,\n                \"email\": \"firma@yodalaboratories.info\",\n                \"created\": \"2025-06-30 14:40:05+02\",\n                \"modified\": \"2025-06-30 14:40:05+02\",\n                \"www\": \"http://www.yodalaboratories.info\",\n                \"last_active_date\": \"2021-12-07 15:13:54+01\",\n                \"client_status\": \"not set\",\n                \"addressurl\": null,\n                \"address_name\": null,\n                \"address_street\": \"Szkolna 17\",\n                \"address_street2\": null,\n                \"address_city\": \"Gdynia\",\n                \"address_postcode\": \"81-001\",\n                \"address_region\": \"\",\n                \"address_country\": \"Polska\",\n                \"address_province_name\": \"pomorskie\",\n                \"phones\": [\n                    {\n                        \"number\": \"(58) 191-41-25\",\n                        \"type\": \"phone\",\n                        \"id\": 3664\n                    }\n                ],\n                \"emails\": [\n                    {\n                        \"value\": \"firma@yodalaboratories.info\",\n                        \"type\": \"\",\n                        \"id\": 3665\n                    },\n                    {\n                        \"value\": \"inquiries@yodalaboratories.info\",\n                        \"type\": \"\",\n                        \"id\": 4630\n                    }\n                ],\n                \"instant_messengers\": [\n                    {\n                        \"value\": \"http://www.yodalaboratories.info\",\n                        \"type\": \"website\",\n                        \"id\": 4027\n                    }\n                ],\n                \"addresses\": [\n                    {\n                        \"datasets\": [],\n                        \"address_extra_fields\": [],\n                        \"name\": null,\n                        \"street\": \"Szkolna 17\",\n                        \"street2\": null,\n                        \"city\": \"Gdynia\",\n                        \"postcode\": \"81-001\",\n                        \"region\": \"\",\n                        \"country\": \"Polska\",\n                        \"province_name\": \"pomorskie\"\n                    },\n                    {\n                        \"datasets\": [],\n                        \"address_extra_fields\": [],\n                        \"name\": null,\n                        \"street\": \"2842 Bayside Junction\",\n                        \"street2\": null,\n                        \"city\": \"Leonídio\",\n                        \"postcode\": \"\",\n                        \"region\": \"\",\n                        \"country\": \"Greece\",\n                        \"province_name\": null\n                    }\n                ],\n                \"address_datasets\": [],\n                \"address_address_extra_fields\": [],\n                \"groups\": [],\n                \"groups_id\": [],\n                \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"creator_name\": \"John Smith\",\n                \"creator_email\": \"manager@livespace.io\",\n                \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"modifier_name\": \"John Smith\",\n                \"modifier_email\": \"manager@livespace.io\",\n                \"invited\": [\n                    {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"structure_name\": \"Entire company\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                        ]\n                    },\n                    {\n                        \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"user_name\": \"John Smith\",\n                        \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                            \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                        ]\n                    }\n                ],\n                \"is_admin\": true,\n                \"owner_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"owner_name\": \"John Smith\",\n                \"owner_email\": \"manager@livespace.io\",\n                \"owner_phone\": \"\",\n                \"tags\": [],\n                \"dataset\": {\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3490\": null,\n                    \"4405f609-2ee4-0476-6987-477e58ee1aeb\": null,\n                    \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \"Low - headquarter decide\",\n                    \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"Two\",\n                    \"a323497e-9a97-df8c-791b-a9306c83fd7b\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3491\": null,\n                    \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"3400000\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3492\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3493\": null,\n                    \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"88\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3495\": null\n                },\n                \"dataset_field_name\": {\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3490\": \"facebook\",\n                    \"4405f609-2ee4-0476-6987-477e58ee1aeb\": \"Source\",\n                    \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \" The level of decision-making in the country\",\n                    \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"The number of brands in the porfolio\",\n                    \"a323497e-9a97-df8c-791b-a9306c83fd7b\": \"SALESmanago scoring\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3491\": \"linkedin\",\n                    \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"The annual budget for advertising\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3492\": \"goldenline\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3493\": \"twitter\",\n                    \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"Number of people\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3495\": \"instagram\"\n                },\n                \"dataset_field_type\": {\n                    \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": 3,\n                    \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": 3,\n                    \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": 8,\n                    \"48765b00-bf38-ae09-0219-2f34c19a159e\": 8\n                },\n                \"contacts\": [],\n                \"source_id\": 2003,\n                \"source_name\": \"Direct sales\",\n                \"relations\": {\n                    \"has_project_company\": 0,\n                    \"has_not_project_company\": 1,\n                    \"has_company_competitor\": 0,\n                    \"has_not_company_competitor\": 1,\n                    \"has_company_branch\": 0,\n                    \"has_not_company_branch\": 1\n                },\n                \"addressess\": [\n                    {\n                        \"datasets\": [],\n                        \"address_extra_fields\": [],\n                        \"name\": null,\n                        \"street\": \"Szkolna 17\",\n                        \"street2\": null,\n                        \"city\": \"Gdynia\",\n                        \"postcode\": \"81-001\",\n                        \"region\": \"\",\n                        \"country\": \"Polska\",\n                        \"province_name\": \"pomorskie\"\n                    },\n                    {\n                        \"datasets\": [],\n                        \"address_extra_fields\": [],\n                        \"name\": null,\n                        \"street\": \"2842 Bayside Junction\",\n                        \"street2\": null,\n                        \"city\": \"Leonídio\",\n                        \"postcode\": \"\",\n                        \"region\": \"\",\n                        \"country\": \"Greece\",\n                        \"province_name\": null\n                    }\n                ]\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"780ca584-6b06-4cb7-beee-d3f6e950b895"},{"name":"Add company","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"acc964b2-0cd2-4f42-84be-973d7951a0bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n        \"name\": \"\", // required\n        \"nip\": \"\", // Tax ID - optional regardless of mandatory setting in app\n        \"regon\": \"\",\n        \"company_source\": \"\",\n        \"note\": \"\", // description\n        \"created\": \"\",\n        \"www\": \"\",\n        \"client_status\": \"\", // current_client, former_client, undefined\n        \"emails\": [\n            {\n                \"email\": \"\",\n                \"is_default\": \"1\"\n            }\n        ],\n        \"phones\": [\n            {\n                \"phone_no\": \"\",\n                \"type\": \"\", // 1 - Phone, 2 - Mobile, 3 -  Fax\n                \"is_default\": \"\"\n            }\n        ],\n        \"addresses\": [\n            {\n                \"street\": \"\",\n                \"city\": \"\",\n                \"postcode\": \"\",\n                \"province\": \"\", // voivodeships assigned numbers alphabetically; 1 - dolnośląskie,..., 16- zachodniopomorskie; applicable only to Poland\n                \"country\": \"\"\n            }\n        ],\n        \"groups\": [\n            \"\",\n            \"\"\n        ],\n        \"dataset\": {}, // custom fields - IDs can be found in Account settings > API\n        \"owner_id\": \"\",\n        \"notification\": \"\",\n        \"permission\": \"\", // 0 - public, 1 - private, 2 - hidden\n        \"invited\": {\n            \"users\": {\n                \"21d02b2b-2a26-4b2d-87b9-90c4b707b953\": {\n                    \"structure_id\": \"825b909d-76b1-d515-dcbc-a1b17bf1be2c\",\n                    \"roles\": [\n                        \"eee002a7-3fe4-28aa-378c-fead5de944af\"\n                    ]\n                }\n            },\n            \"structures\": {\n                \"\": [\n                    \"\",\n                    \"\"\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/addCompany","description":"<p>Add new company.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","addCompany"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"1d5d1402-1919-454e-9118-8f4ac0830624","name":"Add company - simplest","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n        \"name\": \"Example company\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/addCompany"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"company\": {\n            \"name\": \"Example company\",\n            \"id\": \"79aa1970-ab09-e1d0-dab3-aa838f621d0f\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"4fa8713a-2779-4e34-b7eb-c97d53293456","name":"Add company - basic","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n        \"name\": \"Example company name\",\n        \"emails\": [\n            \"example@email.com\",\n            \"example2@email.com\"\n        ],\n        \"phones\": [\n            \"111222333\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/addCompany"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"company\": {\n            \"name\": \"Example company name\",\n            \"emails\": [\n                \"example@email.com\",\n                \"example2@email.com\"\n            ],\n            \"phones\": [\n                \"111222333\"\n            ],\n            \"id\": \"e417d1b1-e7c9-2b2d-9f6e-f51506e26f8d\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"ceb7bd33-3c8f-4370-b648-e64d49a062d6","name":"Add company - full","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n        \"name\": \"Example Company\",\n        \"nip\": \"\",\n        \"regon\": \"142447001\",\n        \"company_source\": \"Webinar\",\n        \"note\": \"Company description\",\n        \"www\": \"\",\n        \"client_status\": \"current_client\",\n        \"emails\": [\n            {\n                \"email\": \"example@company.com\",\n                \"is_default\": \"1\"\n            }\n        ],\n        \"phones\": [\n            {\n                \"phone_no\": \"7775555333\",\n                \"type\": \"1\",\n                \"is_default\": \"1\"\n            }\n        ],\n        \"addresses\": [\n            {\n                \"street\": \"\",\n                \"city\": \"\",\n                \"postcode\": \"\",\n                \"province\": \"\",\n                \"country\": \"\"\n            }\n        ],\n        \"dataset\": {\n            \"48765b00-bf38-ae09-0219-2f34c19a159e\": 123\n        },\n        \"owner_id\": \"38aa82ad-132e-fa88-d684-a1f5a6f4d216\",\n        \"notification\": \"\",\n        \"permission\": \"\",\n        \"invited\": {\n            \"users\": {\n                \"11bbeabd-f2db-1824-e4d8-4263de124d7a\": {\n                    \"structure_id\": \"97dc82ea-f902-7e49-27bd-20f1a4362d2d\",\n                    \"roles\": [\n                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                    ]\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/addCompany"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"company\": {\n            \"name\": \"Example Company\",\n            \"nip\": \"\",\n            \"regon\": \"142447001\",\n            \"company_source\": \"Webinar\",\n            \"note\": \"Company description\",\n            \"www\": \"\",\n            \"client_status\": \"current_client\",\n            \"emails\": [\n                {\n                    \"email\": \"example@company.com\",\n                    \"is_default\": \"1\"\n                }\n            ],\n            \"phones\": [\n                {\n                    \"phone_no\": \"7775555333\",\n                    \"type\": \"1\",\n                    \"is_default\": \"1\"\n                }\n            ],\n            \"addresses\": [\n                {\n                    \"street\": \"\",\n                    \"city\": \"\",\n                    \"postcode\": \"\",\n                    \"province\": \"\",\n                    \"country\": \"\"\n                }\n            ],\n            \"dataset\": {\n                \"48765b00-bf38-ae09-0219-2f34c19a159e\": 123\n            },\n            \"owner_id\": \"38aa82ad-132e-fa88-d684-a1f5a6f4d216\",\n            \"notification\": \"\",\n            \"permission\": \"\",\n            \"invited\": {\n                \"users\": {\n                    \"11bbeabd-f2db-1824-e4d8-4263de124d7a\": {\n                        \"structure_id\": \"97dc82ea-f902-7e49-27bd-20f1a4362d2d\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                        ]\n                    }\n                },\n                \"_delete_old_members\": \"\",\n                \"_delete_old\": [\n                    \"\"\n                ],\n                \"_null_values\": [\n                    \"\",\n                    \"\"\n                ]\n            },\n            \"id\": \"79aa1970-ab09-e1d0-dab3-aa838f621d0f\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"a0eae3d2-5eb8-470a-8fe2-7e0a07d78a57","name":"Add company - without checking for duplicates","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n        \"name\": \"Example company name\",\n        \"__check_if_exists\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/addCompany"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"company\": {\n            \"name\": \"Example company name\",\n            \"__check_if_exists\": false,\n            \"id\": \"fc8d586d-e620-fd75-dd11-3ad6c786006f\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"749de941-daa3-4f1a-9581-9777805b0148","name":"Add company - without wall activity post","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n        \"name\": \"Example company name 2\",\n        \"_wall\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/addCompany"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"company\": {\n            \"name\": \"Example company name 2\",\n            \"_wall\": false,\n            \"id\": \"b5545fa8-1eb0-dd13-921d-a76d49ea76a5\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"acc964b2-0cd2-4f42-84be-973d7951a0bf"},{"name":"Add multiple companies","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"77243099-02c5-4471-b919-5b5e4d15cd50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"companies\": [\n        {\n            \"name\": \"\" //required\n        },\n        {\n            \"name\": \"\" //required\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/addCompanies","description":"<p>Add multiple companies all at once.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","addCompanies"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"a47b81a2-6525-413e-8136-ba85247bda06","name":"Add multiple companies","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"companies\": [\n        {\n            \"name\": \"Company 1\" //required\n        },\n        {\n            \"name\": \"Company 2\" //required\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/addCompanies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"companies\": [\n            {\n                \"name\": \"Company 1\",\n                \"id\": \"29416158-4a6e-b4ed-5323-7011dec4aafe\"\n            },\n            {\n                \"name\": \"Company 2\",\n                \"id\": \"46be04e9-9731-623b-1ea8-b2a04f576a34\"\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"77243099-02c5-4471-b919-5b5e4d15cd50"},{"name":"Edit company","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"dd8cd1e4-0ae5-4b28-a93e-efe60100e2a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n        \"id\": \"\", //required\n        \"name\": \"\",\n        \"nip\": \"\", // Tax ID - optional regardless of mandatory setting in app\n        \"regon\": \"\",\n        \"company_source\": \"\",\n        \"note\": \"\", // description\n        \"created\": \"\",\n        \"www\": \"\",\n        \"client_status\": \"\", // current_client, former_client, undefined\n        \"emails\": [\n            {\n                \"email\": \"\",\n                \"is_default\": \"1\"\n            }\n        ],\n        \"phones\": [\n            {\n                \"phone_no\": \"\",\n                \"type\": \"\", // 1 - Phone, 2 - Mobile, 3 -  Fax\n                \"is_default\": \"\"\n            }\n        ],\n        \"addresses\": [\n            {\n                \"street\": \"\",\n                \"city\": \"\",\n                \"postcode\": \"\",\n                \"province\": \"\", // voivodeships assigned numbers alphabetically; 1 - dolnośląskie,..., 16- zachodniopomorskie; applicable only to Poland\n                \"country\": \"\"\n            }\n        ],\n        \"groups\": [\n            \"\",\n            \"\"\n        ],\n        \"dataset\": {}, // custom fields - IDs can be found in Account settings > API\n        \"owner_id\": \"\",\n        \"notification\": \"\",\n        \"permission\": \"\", // 0 - public, 1 - private, 2 - hidden\n        \"invited\": {\n            \"users\": {\n                \"21d02b2b-2a26-4b2d-87b9-90c4b707b953\": {\n                    \"structure_id\": \"\",\n                    \"roles\": [\n                        \"\"\n                    ]\n                }\n            },\n            \"structures\": {\n                \"\": [\n                    \"\",\n                    \"\"\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/editCompany","description":"<p>Edit a company by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","editCompany"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"20ed0991-84f4-40e4-9854-d8b80cf5ac1d","name":"Edit name and add email address","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n   \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n        \"id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n        \"name\": \"Apple\",\n        \"emails\": [\n            \"apple@apple.com\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/editCompany"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"company\": {\n            \"id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n            \"name\": \"Apple\",\n            \"emails\": [\n                \"apple@apple.com\"\n            ]\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"b42e1e9f-e071-49b8-85be-816db8998bf2","name":"Replace phone numbers, emails and adresses","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n        \"id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n        \"phones\": {\n            \"0\": {\n                \"phone_no\": \"8877554421\",\n                \"type\": 2,\n                \"is_default\": 1\n            },\n            \"_delete_old\": true\n        },\n        \"emails\": {\n            \"0\": {\n                \"email\": \"new@email.com\"\n            },\n            \"_delete_old\": true\n        },\n        \"addresses\": {\n            \"0\": {\n                \"street\": \"New street\",\n                \"city\": \"New city\"\n            },\n            \"_delete_old\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/editCompany"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"company\": {\n            \"id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n            \"phones\": {\n                \"0\":\n                {\n                    \"phone_no\": \"987987987\",\n                    \"type\": 1\n                },\n                \"1\":\n                {\n                    \"phone_no\": \"8877554421\",\n                    \"type\": 2,\n                    \"is_default\": 1\n                },\n                \"_delete_old\": true\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"643644c2-4a3f-4aa2-a23b-73fda12ed92b","name":"Edit tags","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n        \"id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n        \"tag_add\": \"tag1, tag2\",\n        \"tag_remove\": \"tag0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/editCompany"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"company\": {\n            \"id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n            \"tag_add\": \"tag1, tag2\",\n            \"tag_remove\": \"tag0\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"014304d9-453c-4652-8aeb-3796c2c577d0","name":"Add task","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n        \"id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n        \"todo\": {\n            \"title\": \"New task\",\n            \"date\": \"2025-12-31\",\n            \"description\": \"Task desc\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/editCompany"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"company\": {\n            \"id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n            \"todo\": {\n                \"title\": \"New task\",\n                \"date\": \"2025-12-31\",\n                \"description\": \"Task desc\"\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"a6bff704-4462-4340-ba08-cae92813dabf","name":"Add file","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n        \"id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n        \"file\": {\n            \"url\": \"https://www.livespace.io/wp-content/uploads/2022/06/Livespace-Logo-Brandmark-1.png\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/editCompany"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"company\": {\n            \"id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n            \"file\": {\n                \"url\": \"https://www.livespace.io/wp-content/uploads/2022/06/Livespace-Logo-Brandmark-1.png\"\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"9d073f9e-fc13-4ee0-b3c5-f422c5c75f12","name":"Remove owner","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n        \"id\": \"bda99a3b-b572-7fae-a5d6-90e493712636\", //required\n        \"invited\": {\n            \"_null_values\": [ // permission's id to be removed - e.g. owner\n                \"5c196183-8397-1168-b811-c31dc8c919bb\" // permission cant be required\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/editCompany"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"ehs8b3ywrkfo2jz8n0syyjim29rbqn\",\n        \"_api_sha\": \"42aeed514e0cec2de90bf1eeeebb13c70c8c2774\",\n        \"_api_session\": \"1cf556a8af0c8337001c77ed58afe0b757d4ca23\",\n        \"company\": {\n            \"id\": \"bda99a3b-b572-7fae-a5d6-90e493712636\",\n            \"invited\": {\n                \"_null_values\": [\n                    \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                ]\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"e2cc0eb9-a908-4649-abcd-00ec6fa1224e","name":"Replace owners","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n        \"id\": \"bda99a3b-b572-7fae-a5d6-90e493712636\", //required\n        \"invited\": {\n            \"users\": {\n                \"25bfaec1-4479-23e7-362b-ef26e3943f17\": { // id of one of users that will become the new owners\n                    \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\", // user's team id\n                    \"roles\": [\n                        \"5c196183-8397-1168-b811-c31dc8c919bb\" // id of permissions for the user - e.g. owner\n                    ]\n                },\n                \"9eb957af-3607-f319-30cd-6ae2b43824ab\": { // id of one of users that will become the new owners\n                    \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\", // user's team id\n                    \"roles\": [\n                        \"5c196183-8397-1168-b811-c31dc8c919bb\" // id of permissions for the user - e.g. owner\n                    ]\n                }\n            },\n            \"_delete_old\": [ // permission's id to be replaced with new values\n                \"5c196183-8397-1168-b811-c31dc8c919bb\" // otherwise previous owners would remain along with new ones\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/editCompany"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"ehs8b3ywrkfo2jz8n0syyjim29rbqn\",\n        \"_api_sha\": \"c8d8627bb5ce87dd19cb8e7f4556a676a2ae4e23\",\n        \"_api_session\": \"c9aac188ac69fd25579fbc59dc1303d96ce7fcd7\",\n        \"company\": {\n            \"id\": \"bda99a3b-b572-7fae-a5d6-90e493712636\",\n            \"invited\": {\n                \"users\": {\n                    \"25bfaec1-4479-23e7-362b-ef26e3943f17\": {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"roles\": [\n                            \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                        ]\n                    },\n                    \"9eb957af-3607-f319-30cd-6ae2b43824ab\": {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"roles\": [\n                            \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                        ]\n                    }\n                },\n                \"_delete_old\": [\n                    \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                ]\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"48e6f7e3-97f0-4018-b480-41b20c25cd05","name":"Edit without note on wall","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n        \"id\": \"bda99a3b-b572-7fae-a5d6-90e493712636\", //required\n        \"name\": \"New company name\",\n        \"_wall\": false // edit info won't appear on wall, it still will appear in changelog\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/editCompany"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"ehs8b3ywrkfo2jz8n0syyjim29rbqn\",\n        \"_api_sha\": \"21d9d0c7fad37e59a85e58c17d83580d6b5f397a\",\n        \"_api_session\": \"9cd6892097d7ce74b7ba9455f9d75649c46dc9d8\",\n        \"company\": {\n            \"id\": \"bda99a3b-b572-7fae-a5d6-90e493712636\",\n            \"name\": \"New company name\",\n            \"_wall\": false\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"dd8cd1e4-0ae5-4b28-a93e-efe60100e2a9"},{"name":"Delete company","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"398b5c3e-4639-4368-88fd-4ca4cb2440df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n       \"id\": \"\" //required\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/deleteCompany","description":"<p>Delete a company by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","deleteCompany"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"91a86691-068c-4ded-b640-1a3ce1afeb54","name":"Delete company","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n       \"id\": \"08687e18-c9e1-569d-56a1-8daa728b0d06\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/deleteCompany"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"398b5c3e-4639-4368-88fd-4ca4cb2440df"},{"name":"Merge companies","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"42aa3492-e60e-40bb-963b-92c94410f6e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n        \"default_id\": \"\", //required\n        \"merge_ids\": [\n            \"\",\n            \"\"\n        ] //required\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/mergeCompany","description":"<p>Merge multiple companies into one object.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","mergeCompany"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"74d4e3d7-5509-486c-9940-027e91b46569","name":"Merge companies","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n        \"default_id\": \"399eaf2a-9433-a7bf-631e-61c17f9176de\",\n        \"merge_ids\": [\n            \"399eaf2a-9433-a7bf-631e-61c17f9176de\",\n            \"400b3ba5-ac90-9e02-0b37-fb25450d316b\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/mergeCompany"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"default_id\": \"399eaf2a-9433-a7bf-631e-61c17f9176de\",\n        \"merge_ids\": [\n            \"399eaf2a-9433-a7bf-631e-61c17f9176de\",\n            \"400b3ba5-ac90-9e02-0b37-fb25450d316b\"\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"42aa3492-e60e-40bb-963b-92c94410f6e8"},{"name":"Add note","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3306b265-eddb-48ab-ab72-a691f8339882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n        \"id\": \"\", //required\n        \"note\": \"\",\n        \"tags\": \"\",\n        \"permission\": \"\" // 0 - visible only for me,  1- visible for all, 2 - only for me and managers\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/addCompanyNote","description":"<p>Add a note on company's profile.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","addCompanyNote"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"059201ae-34b7-4731-8725-7eb029a21a0b","name":"Add note","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n        \"id\": \"08687e18-c9e1-569d-56a1-8daa728b0d06\",\n        \"note\": \"Example note\",\n        \"tags\": \"note_tag\",\n        \"permission\": \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/addCompanyNote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"company\": {\n            \"id\": \"08687e18-c9e1-569d-56a1-8daa728b0d06\",\n            \"note\": \"Example note\",\n            \"tags\": \"note_tag\",\n            \"permission\": \"0\",\n            \"wall_item_id\": 4809\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"3306b265-eddb-48ab-ab72-a691f8339882"},{"name":"Add call","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"aa6c3e96-6b95-4c2d-aaf4-468910389c78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n        \"id\": \"\", // required\n        \"phone\": \"\",\n        \"direction\": \"\", // 1 - outgoing, 0 - incoming\n        \"date\": \"\",\n        \"note\": \"\",\n        \"duration\": \"\", // in seconds\n        \"user_id\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/addCompanyCall","description":"<p>Add a call on company's profile.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","addCompanyCall"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"4e54e1d2-54b3-49f7-95d1-b4be030069c5","name":"Add call","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"company\": {\n        \"id\": \"399eaf2a-9433-a7bf-631e-61c17f9176de\", //required\n        \"phone\": \"789456123\",\n        \"direction\": \"1\",\n        \"date\": \"2025-12-31\",\n        \"note\": \"Call wtih someone\",\n        \"duration\": \"93\",\n        \"user_id\": \"9eb957af-3607-f319-30cd-6ae2b43824ab\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/addCompanyCall"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"company\": {\n            \"id\": \"399eaf2a-9433-a7bf-631e-61c17f9176de\",\n            \"phone\": \"789456123\",\n            \"direction\": \"1\",\n            \"date\": \"2025-12-31\",\n            \"note\": \"Call wtih someone\",\n            \"duration\": \"93\",\n            \"user_id\": \"9eb957af-3607-f319-30cd-6ae2b43824ab\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"aa6c3e96-6b95-4c2d-aaf4-468910389c78"},{"name":"Get wall","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7cf64947-ae42-4108-af07-e35ac34caca9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"company\", // required\n    \"id\": \"\" //required\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/getWall","description":"<p>Get wall items from the company's profile.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","getWall"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"256f2bdb-d509-4062-b99a-aabb5d641a7b","name":"Get wall","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"company\",\n    \"id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/getWall"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"wall\": [\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"Attached files\",\n                \"created\": \"2025-07-01 12:29:30+02\",\n                \"date\": \"2025-07-01 12:29:30+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"note\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-565c73ae68a0112347fc8bb20d72ae6de77b16e9\",\n                \"is_synced\": 1,\n                \"object_type_id\": 4,\n                \"context_avatar_key\": \"67055773-751d47961eaaf34902eee0ff6237f9d27415292d\",\n                \"comments\": [],\n                \"_params\": {\n                    \"files\": [\n                        \"cc6555b3f94c190f89a517dd83103b21a05eedeb250d7dfd5e35259e85f822430c5c9d3ef59b5b10d3caaed62ab489f615b46cbfe15e1a431a1e0023\"\n                    ]\n                },\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"user_name\": \"John Smith\"\n            },\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"edited company  <a  class=\\\"object-tooltip\\\" data-object-type=\\\"company\\\" data-object-id=\\\"2153\\\"  href=\\\"/Contact/company/details/id/2153\\\">Apple</a>\",\n                \"created\": \"2025-07-01 12:29:30+02\",\n                \"date\": \"2025-07-01 12:29:30+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"activity\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-565c73ae68a0112347fc8bb20d72ae6de77b16e9\",\n                \"is_synced\": 1,\n                \"object_type_id\": 4,\n                \"context_avatar_key\": \"67055773-751d47961eaaf34902eee0ff6237f9d27415292d\",\n                \"comments\": [],\n                \"_params\": null,\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"user_name\": \"John Smith\"\n            },\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"edited company  <a  class=\\\"object-tooltip\\\" data-object-type=\\\"company\\\" data-object-id=\\\"2153\\\"  href=\\\"/Contact/company/details/id/2153\\\">Apple</a>\",\n                \"created\": \"2025-07-01 12:28:57+02\",\n                \"date\": \"2025-07-01 12:28:57+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"activity\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-565c73ae68a0112347fc8bb20d72ae6de77b16e9\",\n                \"is_synced\": 1,\n                \"object_type_id\": 4,\n                \"context_avatar_key\": \"67055773-751d47961eaaf34902eee0ff6237f9d27415292d\",\n                \"comments\": [],\n                \"_params\": null,\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"user_name\": \"John Smith\"\n            },\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"edited company  <a  class=\\\"object-tooltip\\\" data-object-type=\\\"company\\\" data-object-id=\\\"2153\\\"  href=\\\"/Contact/company/details/id/2153\\\">Apple</a>\",\n                \"created\": \"2025-07-01 12:28:31+02\",\n                \"date\": \"2025-07-01 12:28:31+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"activity\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-565c73ae68a0112347fc8bb20d72ae6de77b16e9\",\n                \"is_synced\": 1,\n                \"object_type_id\": 4,\n                \"context_avatar_key\": \"67055773-751d47961eaaf34902eee0ff6237f9d27415292d\",\n                \"comments\": [],\n                \"_params\": null,\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"user_name\": \"John Smith\"\n            },\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"edited company  <a  class=\\\"object-tooltip\\\" data-object-type=\\\"company\\\" data-object-id=\\\"2153\\\"  href=\\\"/Contact/company/details/id/2153\\\">Apple</a>\",\n                \"created\": \"2025-07-01 12:27:27+02\",\n                \"date\": \"2025-07-01 12:27:27+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"activity\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-565c73ae68a0112347fc8bb20d72ae6de77b16e9\",\n                \"is_synced\": 1,\n                \"object_type_id\": 4,\n                \"context_avatar_key\": \"67055773-751d47961eaaf34902eee0ff6237f9d27415292d\",\n                \"comments\": [],\n                \"_params\": null,\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"user_name\": \"John Smith\"\n            },\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"edited company  <a  class=\\\"object-tooltip\\\" data-object-type=\\\"company\\\" data-object-id=\\\"2153\\\"  href=\\\"/Contact/company/details/id/2153\\\">Apple</a>\",\n                \"created\": \"2025-07-01 12:26:03+02\",\n                \"date\": \"2025-07-01 12:26:03+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"activity\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-565c73ae68a0112347fc8bb20d72ae6de77b16e9\",\n                \"is_synced\": 1,\n                \"object_type_id\": 4,\n                \"context_avatar_key\": \"67055773-751d47961eaaf34902eee0ff6237f9d27415292d\",\n                \"comments\": [],\n                \"_params\": null,\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"user_name\": \"John Smith\"\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"7cf64947-ae42-4108-af07-e35ac34caca9"}],"id":"3f12b7a6-9a7d-4272-8b92-bdcf7a532cc6","description":"<p>This folder contains requests regarding the company type contacts.</p>\n","_postman_id":"3f12b7a6-9a7d-4272-8b92-bdcf7a532cc6"},{"name":"Deal","item":[{"name":"Products","item":[{"name":"Get product","event":[{"listen":"prerequest","script":{"id":"3b274a6f-d38d-459b-a6f2-2bb848b1500e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"4892ff93-0734-4c35-87fe-2b9d0da9aaaf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a9b11f46-dab4-4d26-beb8-3298f6c0ebbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\" // required\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/product_get","description":"<p>Get a product by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","product_get"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"7760af09-0ae8-4055-bff7-508565f4d0df","name":"Get product","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/product_get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"product\": {\n            \"id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n            \"name\": \"Maintenance services\",\n            \"sku\": null,\n            \"default_price\": null,\n            \"change_price_by_user\": true\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"a9b11f46-dab4-4d26-beb8-3298f6c0ebbc"},{"name":"Get all products","event":[{"listen":"prerequest","script":{"id":"3b274a6f-d38d-459b-a6f2-2bb848b1500e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"4892ff93-0734-4c35-87fe-2b9d0da9aaaf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"dbe9ff20-061e-4496-8f4d-8dc4323284fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/product_getAll","description":"<p>Get all products.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","product_getAll"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"1b4cfe3c-09e0-4635-bafa-59ca66d2c815","name":"Get all products","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/product_getAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"product\": [\n            {\n                \"id\": \"09445374-54bd-58ce-72ad-bb774c957b9c\",\n                \"name\": \"Google AdWords campaign\",\n                \"sku\": null,\n                \"default_price\": null,\n                \"change_price_by_user\": true\n            },\n            {\n                \"id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                \"name\": \"Maintenance services\",\n                \"sku\": null,\n                \"default_price\": null,\n                \"change_price_by_user\": true\n            },\n            {\n                \"id\": \"05bcb203-c35b-84b5-f635-77bc69e4a801\",\n                \"name\": \"Multimedia presentation\",\n                \"sku\": null,\n                \"default_price\": null,\n                \"change_price_by_user\": true\n            },\n            {\n                \"id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                \"name\": \"Social media\",\n                \"sku\": null,\n                \"default_price\": null,\n                \"change_price_by_user\": true\n            },\n            {\n                \"id\": \"0c5bdcd2-0131-61f9-0489-1793683eee01\",\n                \"name\": \"Visual identity\",\n                \"sku\": null,\n                \"default_price\": null,\n                \"change_price_by_user\": true\n            },\n            {\n                \"id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                \"name\": \"Website\",\n                \"sku\": null,\n                \"default_price\": null,\n                \"change_price_by_user\": true\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"dbe9ff20-061e-4496-8f4d-8dc4323284fe"},{"name":"Add product","id":"c85224e7-0761-4ea0-87f7-c62d95b7f5f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"name\": \"\", // required\n    \"sku\": \"\",\n    \"default_price\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/product_add","description":"<p>Add a new product.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","product_add"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"6bf8a7ed-f603-4f39-b86f-35a680b1359a","name":"Add product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"name\": \"Product 1\",\n    \"default_price\": 123.45\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/product_add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"product\": {\n            \"id\": \"036b2b9e-b3a0-7fae-2819-b960a4aaeabd\",\n            \"name\": \"Product 1\",\n            \"sku\": null,\n            \"default_price\": \"123.45\",\n            \"change_price_by_user\": true\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"c85224e7-0761-4ea0-87f7-c62d95b7f5f4"},{"name":"Edit product","id":"38f522cc-d0cd-432b-b09f-a8b533fdf9d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\", // required\n    \"name\": \"\",\n    \"sku\": \"\",\n    \"default_price\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/product_edit","description":"<p>Edit a product by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","product_edit"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"229dd7e0-5564-4420-b035-2633dbc39d27","name":"Edit product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n    \"name\": \"New product name\",\n    \"default_price\": 200\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/product_edit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"product\": {\n            \"id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n            \"name\": \"New product name\",\n            \"sku\": null,\n            \"default_price\": \"200.00\",\n            \"change_price_by_user\": true\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"38f522cc-d0cd-432b-b09f-a8b533fdf9d7"},{"name":"Delete product","event":[{"listen":"prerequest","script":{"id":"3b274a6f-d38d-459b-a6f2-2bb848b1500e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"4892ff93-0734-4c35-87fe-2b9d0da9aaaf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"14219c92-80ec-49f8-8d65-36b4eba67b55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\" // required\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/product_delete","description":"<p>Delete a product by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","product_delete"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"70f0ddca-8626-48b8-955c-733a2654e937","name":"Delete product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/product_delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"14219c92-80ec-49f8-8d65-36b4eba67b55"},{"name":"Get product group","event":[{"listen":"prerequest","script":{"id":"3b274a6f-d38d-459b-a6f2-2bb848b1500e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"4892ff93-0734-4c35-87fe-2b9d0da9aaaf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"899ea218-22f0-4b1b-81f5-363cdc347b0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\" // required\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/productgroup_get","description":"<p>Get a group of products by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","productgroup_get"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"23f47ed5-9081-4802-926f-6c4e2ea11091","name":"Get product group","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/productgroup_get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"product_group\": {\n            \"id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n            \"name\": \"Product group\",\n            \"import_id\": null\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"899ea218-22f0-4b1b-81f5-363cdc347b0e"},{"name":"Get all product groups","event":[{"listen":"prerequest","script":{"id":"3b274a6f-d38d-459b-a6f2-2bb848b1500e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"4892ff93-0734-4c35-87fe-2b9d0da9aaaf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d3ded112-49b8-4969-992a-2224d52b62eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/productgroup_getAll","description":"<p>Get all product groups.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","productgroup_getAll"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"37c2a7b8-c64b-49cc-a6de-f4bdc2c387b6","name":"Get all product groups","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/productgroup_get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"product_group\": [\n            {\n                \"id\": \"d4371502-6dfd-ae15-37c6-b519889ec448\",\n                \"name\": \"Other product group\",\n                \"import_id\": null\n            },\n            {\n                \"id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n                \"name\": \"Product group\",\n                \"import_id\": null\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"d3ded112-49b8-4969-992a-2224d52b62eb"},{"name":"Add product group","event":[{"listen":"prerequest","script":{"id":"3b274a6f-d38d-459b-a6f2-2bb848b1500e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"4892ff93-0734-4c35-87fe-2b9d0da9aaaf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"824a97c1-ebac-44d9-b0ba-507e3c7c2f86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"name\": \"\" // required\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/productgroup_add","description":"<p>Add a new product group.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","productgroup_add"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"5f60044b-5240-4917-806f-5c59ff113342","name":"Add product group","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"name\": \"New group\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/productgroup_add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"product_group\": {\n            \"id\": \"c5ed63a9-ea38-cfe4-3c49-7522007bf995\",\n            \"name\": \"New group\",\n            \"import_id\": null\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"824a97c1-ebac-44d9-b0ba-507e3c7c2f86"},{"name":"Delete product group","event":[{"listen":"prerequest","script":{"id":"3b274a6f-d38d-459b-a6f2-2bb848b1500e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"4892ff93-0734-4c35-87fe-2b9d0da9aaaf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c448d0e8-b24f-428b-9275-a9d48d445c9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\" // required\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/productgroup_delete","description":"<p>Delete a product group.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","productgroup_delete"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"3605202f-d47e-44ab-89a2-ebfa6e94711d","name":"Delete product group","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"d4371502-6dfd-ae15-37c6-b519889ec448\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/productgroup_delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"c448d0e8-b24f-428b-9275-a9d48d445c9a"},{"name":"Add products to group","event":[{"listen":"prerequest","script":{"id":"3b274a6f-d38d-459b-a6f2-2bb848b1500e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"4892ff93-0734-4c35-87fe-2b9d0da9aaaf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"70696519-5818-4214-8c44-7ba153b2deca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\", // required\n    \"products_id\": [ // required\n        \"\",\n        \"\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/productgroup_addProducts","description":"<p>Add existing products to a group.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","productgroup_addProducts"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"72682be2-1beb-4ee9-bfff-9f5cf119f004","name":"Add products to group","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n    \"products_id\": [\n        \"0c5bdcd2-0131-61f9-0489-1793683eee01\",\n        \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/productgroup_addProducts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"product_group\": {\n            \"id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n            \"name\": \"Product group\",\n            \"import_id\": null\n        },\n        \"products\": {\n            \"2005\": {\n                \"id\": \"0c5bdcd2-0131-61f9-0489-1793683eee01\",\n                \"name\": \"Visual identity\",\n                \"sku\": null,\n                \"default_price\": null,\n                \"change_price_by_user\": true\n            },\n            \"2002\": {\n                \"id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                \"name\": \"Website\",\n                \"sku\": null,\n                \"default_price\": null,\n                \"change_price_by_user\": true\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"70696519-5818-4214-8c44-7ba153b2deca"},{"name":"Remove products from group","event":[{"listen":"prerequest","script":{"id":"3b274a6f-d38d-459b-a6f2-2bb848b1500e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"4892ff93-0734-4c35-87fe-2b9d0da9aaaf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0878fda5-d37b-4a53-ae21-825031843aba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\", // required\n    \"products_id\": [ //required\n        \"\",\n        \"\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/productgroup_deleteProducts","description":"<p><strong>Out of order - we're working on it.</strong></p>\n<p>Remove products from a group.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","productgroup_deleteProducts"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"0c004c06-310a-4520-acdc-57b38222a809","name":"Remove products from group","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n    \"products_id\": [\n        \"0c5bdcd2-0131-61f9-0489-1793683eee01\",\n        \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/productgroup_deleteProducts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"error\": null,\n    \"result\": 540, // no permission - doesn't work\n    \"status\": false\n}"}],"_postman_id":"0878fda5-d37b-4a53-ae21-825031843aba"}],"id":"f312b81a-e556-4a82-bd8a-23851157e1b7","description":"<p>This folder contains requests regarding products.</p>\n","_postman_id":"f312b81a-e556-4a82-bd8a-23851157e1b7"},{"name":"Costs","item":[{"name":"Get cost","event":[{"listen":"prerequest","script":{"id":"3b274a6f-d38d-459b-a6f2-2bb848b1500e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"4892ff93-0734-4c35-87fe-2b9d0da9aaaf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"35c5c68b-690f-4612-a4ca-0095b6124f40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\" // required\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/cost_get","description":"<p>Get a cost by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","cost_get"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"b142865f-4382-464e-a080-0dd7c0044f95","name":"Get cost","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"3e0ea028-f2f0-603a-7f6b-4f9d1cbbf77e\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/cost_get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"cost\": {\n            \"id\": \"3e0ea028-f2f0-603a-7f6b-4f9d1cbbf77e\",\n            \"name\": \"Commission\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"35c5c68b-690f-4612-a4ca-0095b6124f40"},{"name":"Get all costs","event":[{"listen":"prerequest","script":{"id":"3b274a6f-d38d-459b-a6f2-2bb848b1500e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"4892ff93-0734-4c35-87fe-2b9d0da9aaaf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"62b24d09-7eca-4f65-8091-3cc897da9bff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/cost_getAll","description":"<p>Get all costs.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","cost_getAll"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"e00e9d54-8a72-4028-811d-0e0d0c2e5855","name":"Get all costs","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/cost_getAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"cost\": [\n            {\n                \"id\": \"3e0ea028-f2f0-603a-7f6b-4f9d1cbbf77e\",\n                \"name\": \"Commission\"\n            },\n            {\n                \"id\": \"f3042ebd-192f-2030-ebc1-6c41ecd616e6\",\n                \"name\": \"Purchasing of materials\"\n            },\n            {\n                \"id\": \"06a899ac-ea4d-41a4-98a0-ead0299a6fd1\",\n                \"name\": \"Subcontracting\"\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"62b24d09-7eca-4f65-8091-3cc897da9bff"},{"name":"Add cost","id":"bdcd093f-5b8b-46ab-8927-f8f27c958575","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"name\": \"\", // required\n    \"sku\": \"\",\n    \"default_price\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/cost_add","description":"<p>Add a new cost.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","cost_add"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"c31829da-9dd6-453b-96f8-299ab2bc6eef","name":"Add cost","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"name\": \"Cost 1\",\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/cost_add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"cost\": {\n            \"id\": \"c6a7a669-370f-851b-c9ca-45692de39d98\",\n            \"name\": \"Cost 1\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"bdcd093f-5b8b-46ab-8927-f8f27c958575"},{"name":"Edit cost","id":"f9b06a3a-f863-4adf-b350-6c3ebcbd9913","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\", // required\n    \"name\": \"\",\n    \"sku\": \"\",\n    \"default_price\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/cost_edit","description":"<p>Edit a cost by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","cost_edit"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"24847976-2ee7-4db0-b770-041bf7654892","name":"Edit cost","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"3e0ea028-f2f0-603a-7f6b-4f9d1cbbf77e\",\n    \"name\": \"New cost name\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/cost_edit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"cost\": {\n            \"id\": \"3e0ea028-f2f0-603a-7f6b-4f9d1cbbf77e\",\n            \"name\": \"New cost name\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"f9b06a3a-f863-4adf-b350-6c3ebcbd9913"},{"name":"Delete cost","event":[{"listen":"prerequest","script":{"id":"3b274a6f-d38d-459b-a6f2-2bb848b1500e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"4892ff93-0734-4c35-87fe-2b9d0da9aaaf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f51fd463-164d-4313-bcca-760caa2b10d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\" // required\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/cost_delete","description":"<p>Delete a cost by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","cost_delete"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"f14d3dce-d04e-4e7a-a3aa-854321f5987d","name":"Delete cost","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"3e0ea028-f2f0-603a-7f6b-4f9d1cbbf77e\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/cost_delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"f51fd463-164d-4313-bcca-760caa2b10d9"},{"name":"Get cost group","event":[{"listen":"prerequest","script":{"id":"3b274a6f-d38d-459b-a6f2-2bb848b1500e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"4892ff93-0734-4c35-87fe-2b9d0da9aaaf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5e650400-812b-4e71-9d76-7d2b662394a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\" // required\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/costgroup_get","description":"<p>Get a group of costs by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","costgroup_get"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"746e5dfa-d4aa-4d9a-bc37-abd2ba4c1b2b","name":"Get cost group","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/costgroup_get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"product_group\": {\n            \"id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n            \"name\": \"Product group\",\n            \"import_id\": null\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"5e650400-812b-4e71-9d76-7d2b662394a1"},{"name":"Get all cost groups","event":[{"listen":"prerequest","script":{"id":"3b274a6f-d38d-459b-a6f2-2bb848b1500e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"4892ff93-0734-4c35-87fe-2b9d0da9aaaf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"4320d723-9707-4fd4-8887-29d639e51440","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/costgroup_getAll","description":"<p>Get all cost groups.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","costgroup_getAll"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"99ac2b98-0026-4f85-bfde-1a75e94a8229","name":"Get all cost groups","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/costgroup_getAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"cost_group\": [\n            {\n                \"id\": \"1947c0ab-92da-6e0d-0c17-a1bbc79ccf31\",\n                \"name\": \"Cost group\",\n                \"import_id\": null\n            },\n            {\n                \"id\": \"ecadcb32-a25b-04eb-ffa3-c1a1bdf33cd2\",\n                \"name\": \"Other cost group\",\n                \"import_id\": null\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"4320d723-9707-4fd4-8887-29d639e51440"},{"name":"Add cost group","event":[{"listen":"prerequest","script":{"id":"3b274a6f-d38d-459b-a6f2-2bb848b1500e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"4892ff93-0734-4c35-87fe-2b9d0da9aaaf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7b6e51a5-e154-4c2f-9891-806f534dd68a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"name\": \"\" // required\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/costgroup_add","description":"<p>Add a new cost group.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","costgroup_add"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"8b47a7e1-9dec-4292-82c6-bac6fdbaf38f","name":"Add cost group","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"name\": \"New group\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/costgroup_add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"cost_group\": {\n            \"id\": \"54d2c852-b8cb-84ed-3f5f-8a5c58b5b594\",\n            \"name\": \"New group\",\n            \"import_id\": null\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"7b6e51a5-e154-4c2f-9891-806f534dd68a"},{"name":"Delete cost group","event":[{"listen":"prerequest","script":{"id":"3b274a6f-d38d-459b-a6f2-2bb848b1500e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"4892ff93-0734-4c35-87fe-2b9d0da9aaaf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c53cd102-946f-463c-a0ed-ac100fefaf05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\" // required\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/costgroup_delete","description":"<p>Delete a cost group.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","costgroup_delete"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"0957bb6d-9686-4d82-8794-d7713a6f2acc","name":"Delete cost group","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"54d2c852-b8cb-84ed-3f5f-8a5c58b5b594\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/costgroup_delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"c53cd102-946f-463c-a0ed-ac100fefaf05"},{"name":"Add costs to group","event":[{"listen":"prerequest","script":{"id":"3b274a6f-d38d-459b-a6f2-2bb848b1500e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"4892ff93-0734-4c35-87fe-2b9d0da9aaaf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3ae2636e-eb2a-46a5-9b9a-1b6f8543b950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\", // required\n    \"products_id\": [ // required\n        \"\",\n        \"\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/costgroup_addProducts","description":"<p>Add existing costs to a group.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","costgroup_addProducts"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"c49240ca-dc69-4cc2-8fc1-9f8e51eca280","name":"Add costs to group","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"1947c0ab-92da-6e0d-0c17-a1bbc79ccf31\",\n    \"products_id\": [\n        \"f3042ebd-192f-2030-ebc1-6c41ecd616e6\",\n        \"06a899ac-ea4d-41a4-98a0-ead0299a6fd1\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/costgroup_addProducts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"cost_group\": {\n            \"id\": \"1947c0ab-92da-6e0d-0c17-a1bbc79ccf31\",\n            \"name\": \"Cost group\",\n            \"import_id\": null\n        },\n        \"products\": {\n            \"2014\": {\n                \"id\": \"06a899ac-ea4d-41a4-98a0-ead0299a6fd1\",\n                \"name\": \"Subcontracting\",\n                \"sku\": null,\n                \"default_price\": null,\n                \"change_price_by_user\": true\n            },\n            \"2015\": {\n                \"id\": \"f3042ebd-192f-2030-ebc1-6c41ecd616e6\",\n                \"name\": \"Purchasing of materials\",\n                \"sku\": null,\n                \"default_price\": null,\n                \"change_price_by_user\": true\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"3ae2636e-eb2a-46a5-9b9a-1b6f8543b950"},{"name":"Remove costs from group","event":[{"listen":"prerequest","script":{"id":"3b274a6f-d38d-459b-a6f2-2bb848b1500e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"4892ff93-0734-4c35-87fe-2b9d0da9aaaf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a655a970-831d-4e00-b09c-c77848ff6687","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\", // required\n    \"products_id\": [ // required\n        \"\",\n        \"\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/costgroup_deleteProducts","description":"<p><strong>Out of order - we're working on it.</strong></p>\n<p>Remove costs from a group.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","costgroup_deleteProducts"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"ca783b5f-7101-4ac6-bbc9-b03ddf87684e","name":"Remove costs from group","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"1947c0ab-92da-6e0d-0c17-a1bbc79ccf31\",\n    \"products_id\": [\n        \"f3042ebd-192f-2030-ebc1-6c41ecd616e6\",\n        \"06a899ac-ea4d-41a4-98a0-ead0299a6fd1\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/costgroup_deleteProducts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"error\": null,\n    \"result\": 540, // no permission - doesn't work\n    \"status\": false\n}"}],"_postman_id":"a655a970-831d-4e00-b09c-c77848ff6687"}],"id":"fd7054fe-ef40-4b07-9ae7-23c6691a768b","description":"<p>This folder contains requests regarding costs.</p>\n","_postman_id":"fd7054fe-ef40-4b07-9ae7-23c6691a768b"},{"name":"Get deal","id":"74c29323-8d35-4208-b1f9-e9eadb52e274","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\" // required\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/get","description":"<p>Get a single deal by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","get"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"90c9b414-d741-4ba7-9c35-8b2ad3d2112c","name":"Get deal","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"f25ab030-29cb-9163-31af-6a06ad6b2c21\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"deal\": {\n            \"id\": \"f25ab030-29cb-9163-31af-6a06ad6b2c21\",\n            \"deal_id\": \"f25ab030-29cb-9163-31af-6a06ad6b2c21\",\n            \"type\": \"deal\",\n            \"url\": \"https://example.livespace.io/Deal/deal/details/api_id/f25ab030-29cb-9163-31af-6a06ad6b2c21\",\n            \"name\": \"Offer's presentation\",\n            \"note\": \"\",\n            \"created\": \"2025-06-26 15:38:50+02\",\n            \"modified\": \"2025-06-11 19:42:15+02\",\n            \"date_end\": \"2026-02-13\",\n            \"number\": null,\n            \"status_change_date\": null,\n            \"value_final\": null,\n            \"cost_final\": null,\n            \"cost_total\": null,\n            \"last_active_date\": \"2015-08-18 18:42:15+02\",\n            \"source_id\": 0,\n            \"note_html\": \"\",\n            \"default_currency\": \"USD\",\n            \"currency\": \"PLN\",\n            \"probability\": \"10.00\",\n            \"status\": \"open\",\n            \"status_name\": \"open\",\n            \"source_name\": null,\n            \"creator_id\": \"86276488-0519-427c-5097-a5bc87c9a2bf\",\n            \"creator_name\": \"Mark Wilson\",\n            \"creator_email\": \"sales3@livespace.io\",\n            \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n            \"modifier_name\": \"John Smith\",\n            \"modifier_email\": \"manager@livespace.io\",\n            \"invited\": [\n                {\n                    \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                    \"structure_name\": \"Entire company\",\n                    \"roles\": [\n                        \"22b76146-6b2c-73b1-c2b1-1fbb52e4fcb2\"\n                    ]\n                },\n                {\n                    \"user_id\": \"86276488-0519-427c-5097-a5bc87c9a2bf\",\n                    \"user_name\": \"Mark Wilson\",\n                    \"user_structure_id\": \"1b4330e9-1fe4-295b-8962-c6280cbabe8c\",\n                    \"roles\": [\n                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                        \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                    ]\n                }\n            ],\n            \"is_admin\": true,\n            \"owner_id\": \"86276488-0519-427c-5097-a5bc87c9a2bf\",\n            \"owner_name\": \"Mark Wilson\",\n            \"owner_email\": \"sales3@livespace.io\",\n            \"owner_phone\": \"500-000-003\",\n            \"profit_forecast\": 18000,\n            \"profit_forecast_without_discount\": 18000,\n            \"profit_executed\": 0,\n            \"profit_executed_without_discount\": 0,\n            \"cost_forecast\": 0,\n            \"cost_forecast_without_discount\": 0,\n            \"cost_executed\": 0,\n            \"cost_executed_without_discount\": 0,\n            \"gain_forecast\": 18000,\n            \"gain_forecast_without_discount\": 18000,\n            \"gain_executed\": 0,\n            \"gain_executed_without_discount\": 0,\n            \"discount_percent_forecast\": 0,\n            \"discount_percent_executed\": 0,\n            \"budget_by_company\": [],\n            \"value\": 18000,\n            \"budget\": [\n                {\n                    \"id\": 356,\n                    \"price\": \"18000.00\",\n                    \"amount\": 1,\n                    \"value\": \"18000.00\",\n                    \"value_final\": \"18000.00\",\n                    \"margin_percent\": \"0.00000\",\n                    \"date\": \"2023-01-09 23:00:00+01\",\n                    \"description\": \"\",\n                    \"is_forecast\": 1,\n                    \"is_profit\": 1,\n                    \"cycle_id\": null,\n                    \"currency\": \"USD\",\n                    \"discount_type\": \"None\",\n                    \"discount_symbol\": \"\",\n                    \"discount_percent\": \"0,00\",\n                    \"is_main\": 1,\n                    \"is_profit_forecast\": 1,\n                    \"is_profit_not_forecast\": 0,\n                    \"is_not_profit_forecast\": 0,\n                    \"is_not_profit_not_forecast\": 0,\n                    \"is_profit_forecast_main\": 1,\n                    \"is_profit_not_forecast_main\": 1,\n                    \"is_not_profit_forecast_main\": 1,\n                    \"is_not_profit_not_forecast_main\": 1,\n                    \"category_name\": \"Multimedia presentation\",\n                    \"product_name\": \"Multimedia presentation\",\n                    \"product_id\": \"05bcb203-c35b-84b5-f635-77bc69e4a801\",\n                    \"is_in_cycle\": 0,\n                    \"is_main_in_cycle\": 0,\n                    \"dataset\": [],\n                    \"sku\": null,\n                    \"price_final\": 18000\n                }\n            ],\n            \"categories\": [\n                \"Multimedia presentation\"\n            ],\n            \"products\": [\n                \"Multimedia presentation\"\n            ],\n            \"costs\": [],\n            \"budget_dataset_fieldname\": [],\n            \"budget_dataset_summary\": [],\n            \"profit_forecast_amount\": 1,\n            \"company\": {\n                \"id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n                \"company_id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n                \"type\": \"company\",\n                \"url\": \"https://example.livespace.io/Contact/company/details/api_id/d162a996-b4fd-6a5c-973b-cee803c65731\",\n                \"note\": \"\",\n                \"name\": \"Apple\",\n                \"nip\": \"\",\n                \"regon\": null,\n                \"phone\": null,\n                \"cell\": \"8877554421\",\n                \"fax\": null,\n                \"email\": \"apple@apple.com\",\n                \"created\": \"2025-06-30 14:39:54+02\",\n                \"modified\": \"2025-07-01 12:29:30+02\",\n                \"www\": \"http://www.devemill.com.io\",\n                \"last_active_date\": \"2025-07-01 12:29:30+02\",\n                \"client_status\": \"not set\",\n                \"addressurl\": null,\n                \"address_name\": null,\n                \"address_street\": \"\",\n                \"address_street2\": null,\n                \"address_city\": \"\",\n                \"address_postcode\": \"\",\n                \"address_region\": \"\",\n                \"address_country\": \"Polska\",\n                \"address_province_name\": null,\n                \"phones\": [\n                    {\n                        \"number\": \"8877554421\",\n                        \"type\": \"cell\",\n                        \"id\": 4737\n                    },\n                    {\n                        \"number\": \"987987987\",\n                        \"type\": \"phone\",\n                        \"id\": 4736\n                    },\n                    {\n                        \"number\": \"+44 19 2422 0012\",\n                        \"type\": \"phone\",\n                        \"id\": 4692\n                    }\n                ],\n                \"emails\": [\n                    {\n                        \"value\": \"apple@apple.com\",\n                        \"type\": \"\",\n                        \"id\": 4735\n                    },\n                    {\n                        \"value\": \"contact@devemill.com.io\",\n                        \"type\": \"Work\",\n                        \"id\": 4693\n                    }\n                ],\n                \"instant_messengers\": [\n                    {\n                        \"value\": \"www.devemill.com.io\",\n                        \"type\": \"website\",\n                        \"id\": 4694\n                    }\n                ],\n                \"addresses\": [\n                    {\n                        \"datasets\": [],\n                        \"address_extra_fields\": [],\n                        \"name\": null,\n                        \"street\": \"\",\n                        \"street2\": null,\n                        \"city\": \"\",\n                        \"postcode\": \"\",\n                        \"region\": \"\",\n                        \"country\": \"Polska\",\n                        \"province_name\": null\n                    },\n                    {\n                        \"datasets\": [],\n                        \"address_extra_fields\": [],\n                        \"name\": null,\n                        \"street\": \"700 Shelley Crossing\",\n                        \"street2\": null,\n                        \"city\": \"Banjeru\",\n                        \"postcode\": \"\",\n                        \"region\": \"\",\n                        \"country\": \"Indonesia\",\n                        \"province_name\": null\n                    }\n                ],\n                \"address_datasets\": [],\n                \"address_address_extra_fields\": [],\n                \"groups\": [\n                    \"Referential\",\n                    \"Top3\"\n                ],\n                \"groups_id\": [\n                    \"e0bde951-e6a3-ac6d-3089-ca7d5b4eb975\",\n                    \"2f427f41-6b21-412a-d9ce-de429e21360d\"\n                ],\n                \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"creator_name\": \"John Smith\",\n                \"creator_email\": \"manager@livespace.io\",\n                \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"modifier_name\": \"John Smith\",\n                \"modifier_email\": \"manager@livespace.io\",\n                \"invited\": [\n                    {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"structure_name\": \"Entire company\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                        ]\n                    },\n                    {\n                        \"user_id\": \"86276488-0519-427c-5097-a5bc87c9a2bf\",\n                        \"user_name\": \"Mark Wilson\",\n                        \"user_structure_id\": \"1b4330e9-1fe4-295b-8962-c6280cbabe8c\",\n                        \"roles\": [\n                            \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                        ]\n                    }\n                ],\n                \"is_admin\": true,\n                \"owner_id\": \"86276488-0519-427c-5097-a5bc87c9a2bf\",\n                \"owner_name\": \"Mark Wilson\",\n                \"owner_email\": \"sales3@livespace.io\",\n                \"owner_phone\": \"500-000-003\",\n                \"tags\": [\n                    \"tag1\",\n                    \"tag2\"\n                ],\n                \"dataset\": {\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3490\": null,\n                    \"4405f609-2ee4-0476-6987-477e58ee1aeb\": null,\n                    \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \"Only to the certain amount\",\n                    \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"One\",\n                    \"a323497e-9a97-df8c-791b-a9306c83fd7b\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3491\": null,\n                    \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"200000\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3492\": null,\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3493\": null,\n                    \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"45\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3495\": null\n                },\n                \"dataset_field_name\": {\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3490\": \"facebook\",\n                    \"4405f609-2ee4-0476-6987-477e58ee1aeb\": \"Source\",\n                    \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \" The level of decision-making in the country\",\n                    \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"The number of brands in the porfolio\",\n                    \"a323497e-9a97-df8c-791b-a9306c83fd7b\": \"SALESmanago scoring\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3491\": \"linkedin\",\n                    \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"The annual budget for advertising\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3492\": \"goldenline\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3493\": \"twitter\",\n                    \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"Number of people\",\n                    \"214ca289-e9c0-fd69-324e-cfb568ae3495\": \"instagram\"\n                },\n                \"dataset_field_type\": {\n                    \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": 3,\n                    \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": 8,\n                    \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": 3,\n                    \"48765b00-bf38-ae09-0219-2f34c19a159e\": 8\n                },\n                \"source_id\": 2003,\n                \"source_name\": \"Direct sales\",\n                \"addressess\": [\n                    {\n                        \"datasets\": [],\n                        \"address_extra_fields\": [],\n                        \"name\": null,\n                        \"street\": \"\",\n                        \"street2\": null,\n                        \"city\": \"\",\n                        \"postcode\": \"\",\n                        \"region\": \"\",\n                        \"country\": \"Polska\",\n                        \"province_name\": null\n                    },\n                    {\n                        \"datasets\": [],\n                        \"address_extra_fields\": [],\n                        \"name\": null,\n                        \"street\": \"700 Shelley Crossing\",\n                        \"street2\": null,\n                        \"city\": \"Banjeru\",\n                        \"postcode\": \"\",\n                        \"region\": \"\",\n                        \"country\": \"Indonesia\",\n                        \"province_name\": null\n                    }\n                ]\n            },\n            \"contact\": [],\n            \"company_id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n            \"company_name\": \"Apple\",\n            \"company_nip\": \"\",\n            \"process_id\": \"1b7c4c9c-b489-5475-11e9-a1798fb367fc\",\n            \"process_name\": \"Sales\",\n            \"stage_id\": \"d872b399-e1d6-10e2-467d-97b487416baa\",\n            \"stage_name\": \"Data completion\",\n            \"substage_id\": \"3650c5b7-60ec-2f3a-a358-5f9d0b8c863f\",\n            \"substage_name\": \"Contact attempted\",\n            \"stages_all\": {\n                \"d872b399-e1d6-10e2-467d-97b487416baa\": \"Data completion\",\n                \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": \"Established contact\",\n                \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": \"Lead qualified\",\n                \"3278d269-0967-18a1-f8a6-b055e0b56c49\": \"Proposal\",\n                \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": \"Finalization\"\n            },\n            \"substages\": {\n                \"d872b399-e1d6-10e2-467d-97b487416baa\": {\n                    \"56020d29-2fdd-ae53-81ee-0df928baf3b4\": \"Contact info completed\",\n                    \"3650c5b7-60ec-2f3a-a358-5f9d0b8c863f\": \"Contact attempted\"\n                },\n                \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": [],\n                \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": [],\n                \"3278d269-0967-18a1-f8a6-b055e0b56c49\": [],\n                \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": []\n            },\n            \"substages_all\": {\n                \"d872b399-e1d6-10e2-467d-97b487416baa\": {\n                    \"56020d29-2fdd-ae53-81ee-0df928baf3b4\": \"Contact info completed\",\n                    \"3650c5b7-60ec-2f3a-a358-5f9d0b8c863f\": \"Contact attempted\",\n                    \"5bd13120-0a35-c0f1-24c5-b1bd3505adb3\": \"Client information completed\"\n                },\n                \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": {\n                    \"17e4c7e8-73e5-b27e-6fe2-90d72159f67a\": \"Contact established - telephone\",\n                    \"2d39b768-9bfa-fbc2-a59c-9ef4424ef958\": \"Contact established - social media\",\n                    \"c10813bf-d3e1-3d2e-797f-a6d2ca84304d\": \"Contact established - email\"\n                },\n                \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": {\n                    \"1a00b656-a90c-8560-cad2-0c5bcf88b672\": \"Client has budget\",\n                    \"97882031-efce-02d3-5890-2e054313307e\": \"Client’s problem can be resolved\"\n                },\n                \"3278d269-0967-18a1-f8a6-b055e0b56c49\": {\n                    \"4070f1ab-f117-ed95-8d1c-affc54ed6637\": \"Proposal sent\",\n                    \"539c0a0f-c6c3-dc55-bcda-2d725bbb5dfd\": \"Client meeting occurred (online)\",\n                    \"ce61438b-b63d-f832-38ae-748c84e41a03\": \"Client meeting occurred (offline)\",\n                    \"fbbde5bc-380e-c3b4-2fde-d252490792dc\": \"Proposal discussed with the decision-maker\",\n                    \"7f672296-40dc-6e4c-646f-5d8cfe64f238\": \"Client has provided feedback to the proposal\"\n                },\n                \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": {\n                    \"6fffdf0b-16ff-80f8-46ac-3f13f594626a\": \"Willingness to buy confirmed\",\n                    \"9a5c0ec7-6ac2-bc71-87c4-e7b2748acd63\": \"Terms confirmed and accepted\",\n                    \"f90d60b3-51dd-9719-8d01-b845e7931f25\": \"Contract signed\"\n                }\n            },\n            \"tags\": [],\n            \"groups\": [],\n            \"groups_id\": [],\n            \"dataset\": [],\n            \"dataset_field_name\": [],\n            \"relations\": {\n                \"has_deal_project\": 0,\n                \"has_not_deal_project\": 1\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"74c29323-8d35-4208-b1f9-e9eadb52e274"},{"name":"Get multiple deals","id":"5815e28d-0e9f-43d6-a870-b35ca409a4bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"names\": \"\",\n    \"status\": \"\",\n    \"processes\": \"\",\n    \"main_stages\": \"\",\n    \"stages\": \"\",\n    \"main_stage_date\": \"\",\n    \"comapnies\": \"\",\n    \"contacts\": \"\",\n    \"created\": \"\",\n    \"modified\": \"\",\n    \"status_change_date\": \"\",\n    \"date_end\": \"\",\n    \"last_active\": \"\",\n    \"owner_login\": \"\",\n    \"cond\": \"\",\n    \"tags\": \"\",\n    \"tags_condition\": \"\",\n    \"limit\": \"\",\n    \"offset\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/getAll","description":"<p>Get multiple deals meeting set conditions.</p>\n<p>At least one condition is required.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","getAll"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"b67a5130-312d-41c7-b44a-535d890af2ac","name":"Get won deals","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"status\": \"won\",\n    \"limit\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/getAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"deal\": [\n            {\n                \"id\": \"7315b1bf-56d2-bfc9-dce0-9f46d8621c67\",\n                \"deal_id\": \"7315b1bf-56d2-bfc9-dce0-9f46d8621c67\",\n                \"type\": \"deal\",\n                \"url\": \"https://example.livespace.io/Deal/deal/details/api_id/7315b1bf-56d2-bfc9-dce0-9f46d8621c67\",\n                \"name\": \"Website and constant service \",\n                \"note\": \"\",\n                \"created\": \"2025-06-30 16:55:01+02\",\n                \"modified\": \"2025-06-30 12:24:49+02\",\n                \"date_end\": \"2025-07-19\",\n                \"number\": null,\n                \"status_change_date\": \"2025-06-29 01:00:00+02\",\n                \"value_final\": null,\n                \"cost_final\": null,\n                \"cost_total\": null,\n                \"last_active_date\": \"2017-07-20 11:24:50+02\",\n                \"source_id\": 0,\n                \"note_html\": \"\",\n                \"default_currency\": \"USD\",\n                \"currency\": \"USD\",\n                \"probability\": \"70.00\",\n                \"status\": \"won\",\n                \"status_name\": \"won\",\n                \"won_reason_name\": \"Short term of execution\",\n                \"won_reason_note\": \"\",\n                \"source_name\": null,\n                \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"creator_name\": \"John Smith\",\n                \"creator_email\": \"manager@livespace.io\",\n                \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"modifier_name\": \"John Smith\",\n                \"modifier_email\": \"manager@livespace.io\",\n                \"invited\": [\n                    {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"structure_name\": \"Entire company\",\n                        \"roles\": [\n                            \"22b76146-6b2c-73b1-c2b1-1fbb52e4fcb2\"\n                        ]\n                    },\n                    {\n                        \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"user_name\": \"John Smith\",\n                        \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                            \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                        ]\n                    }\n                ],\n                \"is_admin\": true,\n                \"owner_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"owner_name\": \"John Smith\",\n                \"owner_email\": \"manager@livespace.io\",\n                \"owner_phone\": \"\",\n                \"profit_forecast\": 116000,\n                \"profit_forecast_without_discount\": 116000,\n                \"profit_executed\": 40000,\n                \"profit_executed_without_discount\": 40000,\n                \"cost_forecast\": 0,\n                \"cost_forecast_without_discount\": 0,\n                \"cost_executed\": 0,\n                \"cost_executed_without_discount\": 0,\n                \"gain_forecast\": 116000,\n                \"gain_forecast_without_discount\": 116000,\n                \"gain_executed\": 40000,\n                \"gain_executed_without_discount\": 40000,\n                \"discount_percent_forecast\": 0,\n                \"discount_percent_executed\": 0,\n                \"budget_by_company\": [],\n                \"value\": 116000,\n                \"budget\": [\n                    {\n                        \"id\": 1114,\n                        \"price\": \"40000.00\",\n                        \"amount\": 1,\n                        \"value\": \"40000.00\",\n                        \"value_final\": \"40000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-06-15 01:00:00+02\",\n                        \"description\": \"Strona - etap I\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": null,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 1,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 1,\n                        \"is_profit_not_forecast_main\": 1,\n                        \"is_not_profit_forecast_main\": 1,\n                        \"is_not_profit_not_forecast_main\": 1,\n                        \"category_name\": \"Website\",\n                        \"product_name\": \"Website\",\n                        \"product_id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                        \"is_in_cycle\": 0,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 40000\n                    },\n                    {\n                        \"id\": 1115,\n                        \"price\": \"40000.00\",\n                        \"amount\": 1,\n                        \"value\": \"40000.00\",\n                        \"value_final\": \"40000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-08-27 01:00:00+02\",\n                        \"description\": \"Strona - etap II\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": null,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 1,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 1,\n                        \"is_profit_not_forecast_main\": 1,\n                        \"is_not_profit_forecast_main\": 1,\n                        \"is_not_profit_not_forecast_main\": 1,\n                        \"category_name\": \"Website\",\n                        \"product_name\": \"Website\",\n                        \"product_id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                        \"is_in_cycle\": 0,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 40000\n                    },\n                    {\n                        \"id\": 1116,\n                        \"price\": \"3000.00\",\n                        \"amount\": 1,\n                        \"value\": \"3000.00\",\n                        \"value_final\": \"3000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-08-29 01:00:00+02\",\n                        \"description\": \"Obsługa stała\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 28,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 1,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 1,\n                        \"is_profit_not_forecast_main\": 1,\n                        \"is_not_profit_forecast_main\": 1,\n                        \"is_not_profit_not_forecast_main\": 1,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 1,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 3000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 36000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 1128,\n                        \"price\": \"40000.00\",\n                        \"amount\": 1,\n                        \"value\": \"40000.00\",\n                        \"value_final\": \"40000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-06-15 01:00:00+02\",\n                        \"description\": \"Strona - etap I\",\n                        \"is_forecast\": 0,\n                        \"is_profit\": 1,\n                        \"cycle_id\": null,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 1,\n                        \"is_profit_forecast\": 0,\n                        \"is_profit_not_forecast\": 1,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Website\",\n                        \"product_name\": \"Website\",\n                        \"product_id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                        \"is_in_cycle\": 0,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 40000\n                    },\n                    {\n                        \"id\": 1171,\n                        \"price\": \"3000.00\",\n                        \"amount\": 0,\n                        \"value\": \"3000.00\",\n                        \"value_final\": \"3000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-09-29 01:00:00+02\",\n                        \"description\": \"Obsługa stała\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 28,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 0,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 3000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 36000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 1172,\n                        \"price\": \"3000.00\",\n                        \"amount\": 0,\n                        \"value\": \"3000.00\",\n                        \"value_final\": \"3000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-10-29 00:00:00+02\",\n                        \"description\": \"Obsługa stała\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 28,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 0,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 3000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 36000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 1173,\n                        \"price\": \"3000.00\",\n                        \"amount\": 0,\n                        \"value\": \"3000.00\",\n                        \"value_final\": \"3000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-11-28 23:00:00+01\",\n                        \"description\": \"Obsługa stała\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 28,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 0,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 3000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 36000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 1174,\n                        \"price\": \"3000.00\",\n                        \"amount\": 0,\n                        \"value\": \"3000.00\",\n                        \"value_final\": \"3000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-12-28 23:00:00+01\",\n                        \"description\": \"Obsługa stała\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 28,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 0,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 3000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 36000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 1175,\n                        \"price\": \"3000.00\",\n                        \"amount\": 0,\n                        \"value\": \"3000.00\",\n                        \"value_final\": \"3000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2023-01-28 23:00:00+01\",\n                        \"description\": \"Obsługa stała\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 28,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 0,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 3000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 36000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 1176,\n                        \"price\": \"3000.00\",\n                        \"amount\": 0,\n                        \"value\": \"3000.00\",\n                        \"value_final\": \"3000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2023-02-28 23:00:00+01\",\n                        \"description\": \"Obsługa stała\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 28,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 0,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 3000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 36000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 1177,\n                        \"price\": \"3000.00\",\n                        \"amount\": 0,\n                        \"value\": \"3000.00\",\n                        \"value_final\": \"3000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2023-03-29 00:00:00+02\",\n                        \"description\": \"Obsługa stała\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 28,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 0,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 3000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 36000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 1178,\n                        \"price\": \"3000.00\",\n                        \"amount\": 0,\n                        \"value\": \"3000.00\",\n                        \"value_final\": \"3000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2023-04-29 00:00:00+02\",\n                        \"description\": \"Obsługa stała\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 28,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 0,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 3000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 36000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 1179,\n                        \"price\": \"3000.00\",\n                        \"amount\": 0,\n                        \"value\": \"3000.00\",\n                        \"value_final\": \"3000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2023-05-29 01:00:00+02\",\n                        \"description\": \"Obsługa stała\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 28,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 0,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 3000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 36000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 1180,\n                        \"price\": \"3000.00\",\n                        \"amount\": 0,\n                        \"value\": \"3000.00\",\n                        \"value_final\": \"3000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2023-06-29 01:00:00+02\",\n                        \"description\": \"Obsługa stała\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 28,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 0,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 3000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 36000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 1181,\n                        \"price\": \"3000.00\",\n                        \"amount\": 0,\n                        \"value\": \"3000.00\",\n                        \"value_final\": \"3000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2023-07-29 01:00:00+02\",\n                        \"description\": \"Obsługa stała\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 28,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 0,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 3000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 36000,\n                        \"cycle_amount\": 1\n                    }\n                ],\n                \"categories\": [\n                    \"Website\",\n                    \"Maintenance services\"\n                ],\n                \"products\": [\n                    \"Website\",\n                    \"Maintenance services\"\n                ],\n                \"costs\": [],\n                \"budget_dataset_fieldname\": [],\n                \"budget_dataset_summary\": [],\n                \"profit_forecast_amount\": 3,\n                \"profit_executed_amount\": 1,\n                \"company\": {\n                    \"id\": \"75f6722d-613f-3126-576d-de92b08f365f\",\n                    \"company_id\": \"75f6722d-613f-3126-576d-de92b08f365f\",\n                    \"type\": \"company\",\n                    \"url\": \"https://example.livespace.io/Contact/company/details/api_id/75f6722d-613f-3126-576d-de92b08f365f\",\n                    \"note\": null,\n                    \"name\": \"ARET Solicitors\",\n                    \"nip\": null,\n                    \"regon\": null,\n                    \"phone\": \"+44 21 5321 8302\",\n                    \"cell\": null,\n                    \"fax\": null,\n                    \"email\": \"office@aret.info\",\n                    \"created\": \"2025-06-30 14:39:50+02\",\n                    \"modified\": \"2025-06-30 14:39:50+02\",\n                    \"www\": null,\n                    \"last_active_date\": \"2020-01-04 23:13:33+01\",\n                    \"client_status\": \"not set\",\n                    \"addressurl\": null,\n                    \"address_name\": null,\n                    \"address_street\": \"3 Waywood Parkway\",\n                    \"address_street2\": null,\n                    \"address_city\": \"Kubangwaru\",\n                    \"address_postcode\": \"\",\n                    \"address_region\": \"\",\n                    \"address_country\": \"Indonesia\",\n                    \"address_province_name\": null,\n                    \"phones\": [\n                        {\n                            \"number\": \"+44 21 5321 8302\",\n                            \"type\": \"phone\",\n                            \"id\": 4275\n                        },\n                        {\n                            \"number\": \"48 22 532 18 30\",\n                            \"type\": \"phone\",\n                            \"id\": 4325\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"value\": \"office@aret.info\",\n                            \"type\": \"\",\n                            \"id\": 4276\n                        },\n                        {\n                            \"value\": \"office@aret.info\",\n                            \"type\": \"\",\n                            \"id\": 4326\n                        }\n                    ],\n                    \"instant_messengers\": [],\n                    \"addresses\": [\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"3 Waywood Parkway\",\n                            \"street2\": null,\n                            \"city\": \"Kubangwaru\",\n                            \"postcode\": \"\",\n                            \"region\": \"\",\n                            \"country\": \"Indonesia\",\n                            \"province_name\": null\n                        }\n                    ],\n                    \"address_datasets\": [],\n                    \"address_address_extra_fields\": [],\n                    \"groups\": [],\n                    \"groups_id\": [],\n                    \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"creator_name\": \"John Smith\",\n                    \"creator_email\": \"manager@livespace.io\",\n                    \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"modifier_name\": \"John Smith\",\n                    \"modifier_email\": \"manager@livespace.io\",\n                    \"invited\": [\n                        {\n                            \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                            \"structure_name\": \"Entire company\",\n                            \"roles\": [\n                                \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                            ]\n                        },\n                        {\n                            \"user_id\": \"86276488-0519-427c-5097-a5bc87c9a2bf\",\n                            \"user_name\": \"Mark Wilson\",\n                            \"user_structure_id\": \"1b4330e9-1fe4-295b-8962-c6280cbabe8c\",\n                            \"roles\": [\n                                \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                                \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                            ]\n                        },\n                        {\n                            \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                            \"user_name\": \"John Smith\",\n                            \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                            \"roles\": [\n                                \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                                \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                            ]\n                        }\n                    ],\n                    \"is_admin\": true,\n                    \"owner_id\": \"86276488-0519-427c-5097-a5bc87c9a2bf\",\n                    \"owner_name\": \"Mark Wilson\",\n                    \"owner_email\": \"sales3@livespace.io\",\n                    \"owner_phone\": \"500-000-003\",\n                    \"tags\": [],\n                    \"dataset\": {\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3490\": null,\n                        \"4405f609-2ee4-0476-6987-477e58ee1aeb\": null,\n                        \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \"Low - headquarter decide\",\n                        \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"Two\",\n                        \"a323497e-9a97-df8c-791b-a9306c83fd7b\": null,\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3491\": null,\n                        \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"80000\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3492\": null,\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3493\": null,\n                        \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"0\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3495\": null\n                    },\n                    \"dataset_field_name\": {\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3490\": \"facebook\",\n                        \"4405f609-2ee4-0476-6987-477e58ee1aeb\": \"Source\",\n                        \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \" The level of decision-making in the country\",\n                        \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"The number of brands in the porfolio\",\n                        \"a323497e-9a97-df8c-791b-a9306c83fd7b\": \"SALESmanago scoring\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3491\": \"linkedin\",\n                        \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"The annual budget for advertising\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3492\": \"goldenline\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3493\": \"twitter\",\n                        \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"Number of people\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3495\": \"instagram\"\n                    },\n                    \"dataset_field_type\": {\n                        \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": 3,\n                        \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": 3,\n                        \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": 8,\n                        \"48765b00-bf38-ae09-0219-2f34c19a159e\": 8\n                    },\n                    \"source_id\": 2003,\n                    \"source_name\": \"Direct sales\",\n                    \"addressess\": [\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"3 Waywood Parkway\",\n                            \"street2\": null,\n                            \"city\": \"Kubangwaru\",\n                            \"postcode\": \"\",\n                            \"region\": \"\",\n                            \"country\": \"Indonesia\",\n                            \"province_name\": null\n                        }\n                    ]\n                },\n                \"contact\": [],\n                \"company_id\": \"75f6722d-613f-3126-576d-de92b08f365f\",\n                \"company_name\": \"ARET Solicitors\",\n                \"company_nip\": null,\n                \"process_id\": \"1b7c4c9c-b489-5475-11e9-a1798fb367fc\",\n                \"process_name\": \"Sales\",\n                \"stage_id\": \"1b1811c5-c0eb-663f-8e98-9a92acd36338\",\n                \"stage_name\": \"Finalization\",\n                \"substage_id\": \"6fffdf0b-16ff-80f8-46ac-3f13f594626a\",\n                \"substage_name\": \"Willingness to buy confirmed\",\n                \"stages_all\": {\n                    \"d872b399-e1d6-10e2-467d-97b487416baa\": \"Data completion\",\n                    \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": \"Established contact\",\n                    \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": \"Lead qualified\",\n                    \"3278d269-0967-18a1-f8a6-b055e0b56c49\": \"Proposal\",\n                    \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": \"Finalization\"\n                },\n                \"substages\": {\n                    \"d872b399-e1d6-10e2-467d-97b487416baa\": {\n                        \"56020d29-2fdd-ae53-81ee-0df928baf3b4\": \"Contact info completed\",\n                        \"3650c5b7-60ec-2f3a-a358-5f9d0b8c863f\": \"Contact attempted\"\n                    },\n                    \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": {\n                        \"17e4c7e8-73e5-b27e-6fe2-90d72159f67a\": \"Contact established - telephone\",\n                        \"2d39b768-9bfa-fbc2-a59c-9ef4424ef958\": \"Contact established - social media\"\n                    },\n                    \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": {\n                        \"1a00b656-a90c-8560-cad2-0c5bcf88b672\": \"Client has budget\",\n                        \"97882031-efce-02d3-5890-2e054313307e\": \"Client’s problem can be resolved\"\n                    },\n                    \"3278d269-0967-18a1-f8a6-b055e0b56c49\": {\n                        \"4070f1ab-f117-ed95-8d1c-affc54ed6637\": \"Proposal sent\",\n                        \"539c0a0f-c6c3-dc55-bcda-2d725bbb5dfd\": \"Client meeting occurred (online)\",\n                        \"ce61438b-b63d-f832-38ae-748c84e41a03\": \"Client meeting occurred (offline)\",\n                        \"7f672296-40dc-6e4c-646f-5d8cfe64f238\": \"Client has provided feedback to the proposal\"\n                    },\n                    \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": {\n                        \"6fffdf0b-16ff-80f8-46ac-3f13f594626a\": \"Willingness to buy confirmed\"\n                    }\n                },\n                \"substages_all\": {\n                    \"d872b399-e1d6-10e2-467d-97b487416baa\": {\n                        \"56020d29-2fdd-ae53-81ee-0df928baf3b4\": \"Contact info completed\",\n                        \"3650c5b7-60ec-2f3a-a358-5f9d0b8c863f\": \"Contact attempted\",\n                        \"5bd13120-0a35-c0f1-24c5-b1bd3505adb3\": \"Client information completed\"\n                    },\n                    \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": {\n                        \"17e4c7e8-73e5-b27e-6fe2-90d72159f67a\": \"Contact established - telephone\",\n                        \"2d39b768-9bfa-fbc2-a59c-9ef4424ef958\": \"Contact established - social media\",\n                        \"c10813bf-d3e1-3d2e-797f-a6d2ca84304d\": \"Contact established - email\"\n                    },\n                    \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": {\n                        \"1a00b656-a90c-8560-cad2-0c5bcf88b672\": \"Client has budget\",\n                        \"97882031-efce-02d3-5890-2e054313307e\": \"Client’s problem can be resolved\"\n                    },\n                    \"3278d269-0967-18a1-f8a6-b055e0b56c49\": {\n                        \"4070f1ab-f117-ed95-8d1c-affc54ed6637\": \"Proposal sent\",\n                        \"539c0a0f-c6c3-dc55-bcda-2d725bbb5dfd\": \"Client meeting occurred (online)\",\n                        \"ce61438b-b63d-f832-38ae-748c84e41a03\": \"Client meeting occurred (offline)\",\n                        \"fbbde5bc-380e-c3b4-2fde-d252490792dc\": \"Proposal discussed with the decision-maker\",\n                        \"7f672296-40dc-6e4c-646f-5d8cfe64f238\": \"Client has provided feedback to the proposal\"\n                    },\n                    \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": {\n                        \"6fffdf0b-16ff-80f8-46ac-3f13f594626a\": \"Willingness to buy confirmed\",\n                        \"9a5c0ec7-6ac2-bc71-87c4-e7b2748acd63\": \"Terms confirmed and accepted\",\n                        \"f90d60b3-51dd-9719-8d01-b845e7931f25\": \"Contract signed\"\n                    }\n                },\n                \"tags\": [],\n                \"groups\": [],\n                \"groups_id\": [],\n                \"dataset\": [],\n                \"dataset_field_name\": [],\n                \"relations\": {\n                    \"has_deal_project\": 1,\n                    \"has_not_deal_project\": 0,\n                    \"deal_project\": [\n                        {\n                            \"id\": \"d3d73dea-463c-6e56-f9ad-9521f3d35309\",\n                            \"space_id\": \"d3d73dea-463c-6e56-f9ad-9521f3d35309\",\n                            \"url\": \"https://example.livespace.io/Space/index/details/api_id/d3d73dea-463c-6e56-f9ad-9521f3d35309\",\n                            \"name\": \"[Project] Website for Aret\",\n                            \"description\": \"\",\n                            \"description_long\": \"\",\n                            \"created\": \"2025-06-30 18:24:09+02\",\n                            \"modified\": \"2025-06-30 18:24:09+02\",\n                            \"number\": null,\n                            \"description_html\": \"\",\n                            \"description_long_html\": \"\",\n                            \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                            \"creator_name\": \"John Smith\",\n                            \"creator_email\": \"manager@livespace.io\",\n                            \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                            \"modifier_name\": \"John Smith\",\n                            \"modifier_email\": \"manager@livespace.io\",\n                            \"invited\": [\n                                {\n                                    \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                                    \"structure_name\": \"Entire company\",\n                                    \"roles\": [\n                                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                                    ]\n                                },\n                                {\n                                    \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                                    \"user_name\": \"John Smith\",\n                                    \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                                    \"roles\": [\n                                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                                    ]\n                                },\n                                {\n                                    \"user_id\": \"14fbcfe0-c949-6026-a9da-3b3dde8df6e8\",\n                                    \"user_name\": \"Gloria Wright\",\n                                    \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                                    \"roles\": [\n                                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                                    ]\n                                }\n                            ],\n                            \"is_admin\": true,\n                            \"owner_id\": null,\n                            \"owner_name\": null,\n                            \"owner_email\": null,\n                            \"owner_phone\": null,\n                            \"tags\": [],\n                            \"dataset\": [],\n                            \"dataset_field_name\": [],\n                            \"groups\": []\n                        }\n                    ]\n                }\n            },\n            {\n                \"id\": \"ad746d43-ce46-569a-1b8b-ee38b5cfa8f9\",\n                \"deal_id\": \"ad746d43-ce46-569a-1b8b-ee38b5cfa8f9\",\n                \"type\": \"deal\",\n                \"url\": \"https://example.livespace.io/Deal/deal/details/api_id/ad746d43-ce46-569a-1b8b-ee38b5cfa8f9\",\n                \"name\": \"Company website \",\n                \"note\": \"\",\n                \"created\": \"2025-06-30 11:11:34+02\",\n                \"modified\": \"2025-06-11 19:20:45+02\",\n                \"date_end\": \"2025-03-04\",\n                \"number\": null,\n                \"status_change_date\": \"2025-02-19 23:00:00+01\",\n                \"value_final\": null,\n                \"cost_final\": null,\n                \"cost_total\": null,\n                \"last_active_date\": \"2015-08-18 18:20:45+02\",\n                \"source_id\": 0,\n                \"note_html\": \"\",\n                \"default_currency\": \"USD\",\n                \"currency\": \"PLN\",\n                \"probability\": \"20.00\",\n                \"status\": \"won\",\n                \"status_name\": \"won\",\n                \"won_reason_name\": \"The quality of the offer was high\",\n                \"won_reason_note\": \"\",\n                \"source_name\": null,\n                \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"creator_name\": \"John Smith\",\n                \"creator_email\": \"manager@livespace.io\",\n                \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"modifier_name\": \"John Smith\",\n                \"modifier_email\": \"manager@livespace.io\",\n                \"invited\": [\n                    {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"structure_name\": \"Entire company\",\n                        \"roles\": [\n                            \"22b76146-6b2c-73b1-c2b1-1fbb52e4fcb2\"\n                        ]\n                    },\n                    {\n                        \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"user_name\": \"John Smith\",\n                        \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                            \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                        ]\n                    }\n                ],\n                \"is_admin\": true,\n                \"owner_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"owner_name\": \"John Smith\",\n                \"owner_email\": \"manager@livespace.io\",\n                \"owner_phone\": \"\",\n                \"profit_forecast\": 82000,\n                \"profit_forecast_without_discount\": 82000,\n                \"profit_executed\": 64000,\n                \"profit_executed_without_discount\": 64000,\n                \"cost_forecast\": 0,\n                \"cost_forecast_without_discount\": 0,\n                \"cost_executed\": 0,\n                \"cost_executed_without_discount\": 0,\n                \"gain_forecast\": 82000,\n                \"gain_forecast_without_discount\": 82000,\n                \"gain_executed\": 64000,\n                \"gain_executed_without_discount\": 64000,\n                \"discount_percent_forecast\": 0,\n                \"discount_percent_executed\": 0,\n                \"budget_by_company\": [],\n                \"value\": 82000,\n                \"budget\": [\n                    {\n                        \"id\": 980,\n                        \"price\": \"20000.00\",\n                        \"amount\": 1,\n                        \"value\": \"20000.00\",\n                        \"value_final\": \"20000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-01-28 23:00:00+01\",\n                        \"description\": \"Zaliczka\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": null,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 1,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 1,\n                        \"is_profit_not_forecast_main\": 1,\n                        \"is_not_profit_forecast_main\": 1,\n                        \"is_not_profit_not_forecast_main\": 1,\n                        \"category_name\": \"Website\",\n                        \"product_name\": \"Website\",\n                        \"product_id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                        \"is_in_cycle\": 0,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 20000\n                    },\n                    {\n                        \"id\": 981,\n                        \"price\": \"38000.00\",\n                        \"amount\": 1,\n                        \"value\": \"38000.00\",\n                        \"value_final\": \"38000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-03-26 23:00:00+01\",\n                        \"description\": \"Rozliczenie projektu\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": null,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 1,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 1,\n                        \"is_profit_not_forecast_main\": 1,\n                        \"is_not_profit_forecast_main\": 1,\n                        \"is_not_profit_not_forecast_main\": 1,\n                        \"category_name\": \"Website\",\n                        \"product_name\": \"Website\",\n                        \"product_id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                        \"is_in_cycle\": 0,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 38000\n                    },\n                    {\n                        \"id\": 982,\n                        \"price\": \"2000.00\",\n                        \"amount\": 1,\n                        \"value\": \"2000.00\",\n                        \"value_final\": \"2000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-03-29 00:00:00+02\",\n                        \"description\": \"Support i rozwój\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 26,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 1,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 1,\n                        \"is_profit_not_forecast_main\": 1,\n                        \"is_not_profit_forecast_main\": 1,\n                        \"is_not_profit_not_forecast_main\": 1,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 1,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 2000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 24000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 983,\n                        \"price\": \"2000.00\",\n                        \"amount\": 0,\n                        \"value\": \"2000.00\",\n                        \"value_final\": \"2000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-04-29 00:00:00+02\",\n                        \"description\": \"Support i rozwój\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 26,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 0,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 2000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 24000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 984,\n                        \"price\": \"2000.00\",\n                        \"amount\": 0,\n                        \"value\": \"2000.00\",\n                        \"value_final\": \"2000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-05-29 01:00:00+02\",\n                        \"description\": \"Support i rozwój\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 26,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 0,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 2000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 24000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 985,\n                        \"price\": \"2000.00\",\n                        \"amount\": 0,\n                        \"value\": \"2000.00\",\n                        \"value_final\": \"2000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-06-29 01:00:00+02\",\n                        \"description\": \"Support i rozwój\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 26,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 0,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 2000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 24000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 986,\n                        \"price\": \"2000.00\",\n                        \"amount\": 0,\n                        \"value\": \"2000.00\",\n                        \"value_final\": \"2000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-07-29 01:00:00+02\",\n                        \"description\": \"Support i rozwój\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 26,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 0,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 2000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 24000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 987,\n                        \"price\": \"2000.00\",\n                        \"amount\": 0,\n                        \"value\": \"2000.00\",\n                        \"value_final\": \"2000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-08-29 01:00:00+02\",\n                        \"description\": \"Support i rozwój\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 26,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 0,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 2000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 24000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 988,\n                        \"price\": \"2000.00\",\n                        \"amount\": 0,\n                        \"value\": \"2000.00\",\n                        \"value_final\": \"2000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-09-29 01:00:00+02\",\n                        \"description\": \"Support i rozwój\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 26,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 0,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 2000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 24000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 989,\n                        \"price\": \"2000.00\",\n                        \"amount\": 0,\n                        \"value\": \"2000.00\",\n                        \"value_final\": \"2000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-10-29 00:00:00+02\",\n                        \"description\": \"Support i rozwój\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 26,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 0,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 2000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 24000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 990,\n                        \"price\": \"2000.00\",\n                        \"amount\": 0,\n                        \"value\": \"2000.00\",\n                        \"value_final\": \"2000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-11-28 23:00:00+01\",\n                        \"description\": \"Support i rozwój\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 26,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 0,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 2000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 24000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 991,\n                        \"price\": \"2000.00\",\n                        \"amount\": 0,\n                        \"value\": \"2000.00\",\n                        \"value_final\": \"2000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-12-28 23:00:00+01\",\n                        \"description\": \"Support i rozwój\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 26,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 0,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 2000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 24000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 992,\n                        \"price\": \"2000.00\",\n                        \"amount\": 0,\n                        \"value\": \"2000.00\",\n                        \"value_final\": \"2000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2023-01-28 23:00:00+01\",\n                        \"description\": \"Support i rozwój\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 26,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 0,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 2000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 24000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 993,\n                        \"price\": \"2000.00\",\n                        \"amount\": 0,\n                        \"value\": \"2000.00\",\n                        \"value_final\": \"2000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2023-02-28 23:00:00+01\",\n                        \"description\": \"Support i rozwój\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": 26,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 0,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 1,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 2000,\n                        \"cycle_count\": 12,\n                        \"cycle_value_final\": 24000,\n                        \"cycle_amount\": 1\n                    },\n                    {\n                        \"id\": 1107,\n                        \"price\": \"20000.00\",\n                        \"amount\": 1,\n                        \"value\": \"20000.00\",\n                        \"value_final\": \"20000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-01-28 23:00:00+01\",\n                        \"description\": \"Zaliczka\",\n                        \"is_forecast\": 0,\n                        \"is_profit\": 1,\n                        \"cycle_id\": null,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 1,\n                        \"is_profit_forecast\": 0,\n                        \"is_profit_not_forecast\": 1,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Website\",\n                        \"product_name\": \"Website\",\n                        \"product_id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                        \"is_in_cycle\": 0,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 20000\n                    },\n                    {\n                        \"id\": 1108,\n                        \"price\": \"38000.00\",\n                        \"amount\": 1,\n                        \"value\": \"38000.00\",\n                        \"value_final\": \"38000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-03-26 23:00:00+01\",\n                        \"description\": \"Rozliczenie projektu\",\n                        \"is_forecast\": 0,\n                        \"is_profit\": 1,\n                        \"cycle_id\": null,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 1,\n                        \"is_profit_forecast\": 0,\n                        \"is_profit_not_forecast\": 1,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Website\",\n                        \"product_name\": \"Website\",\n                        \"product_id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                        \"is_in_cycle\": 0,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 38000\n                    },\n                    {\n                        \"id\": 1109,\n                        \"price\": \"2000.00\",\n                        \"amount\": 1,\n                        \"value\": \"2000.00\",\n                        \"value_final\": \"2000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-03-29 00:00:00+02\",\n                        \"description\": \"Support i rozwój\",\n                        \"is_forecast\": 0,\n                        \"is_profit\": 1,\n                        \"cycle_id\": null,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 1,\n                        \"is_profit_forecast\": 0,\n                        \"is_profit_not_forecast\": 1,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 0,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 2000\n                    },\n                    {\n                        \"id\": 1110,\n                        \"price\": \"2000.00\",\n                        \"amount\": 1,\n                        \"value\": \"2000.00\",\n                        \"value_final\": \"2000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-04-29 00:00:00+02\",\n                        \"description\": \"Support i rozwój\",\n                        \"is_forecast\": 0,\n                        \"is_profit\": 1,\n                        \"cycle_id\": null,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 1,\n                        \"is_profit_forecast\": 0,\n                        \"is_profit_not_forecast\": 1,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 0,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 2000\n                    },\n                    {\n                        \"id\": 1111,\n                        \"price\": \"2000.00\",\n                        \"amount\": 1,\n                        \"value\": \"2000.00\",\n                        \"value_final\": \"2000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2022-05-29 01:00:00+02\",\n                        \"description\": \"Support i rozwój\",\n                        \"is_forecast\": 0,\n                        \"is_profit\": 1,\n                        \"cycle_id\": null,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 1,\n                        \"is_profit_forecast\": 0,\n                        \"is_profit_not_forecast\": 1,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 0,\n                        \"is_profit_not_forecast_main\": 0,\n                        \"is_not_profit_forecast_main\": 0,\n                        \"is_not_profit_not_forecast_main\": 0,\n                        \"category_name\": \"Maintenance services\",\n                        \"product_name\": \"Maintenance services\",\n                        \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                        \"is_in_cycle\": 0,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 2000\n                    }\n                ],\n                \"categories\": [\n                    \"Website\",\n                    \"Maintenance services\"\n                ],\n                \"products\": [\n                    \"Website\",\n                    \"Maintenance services\"\n                ],\n                \"costs\": [],\n                \"budget_dataset_fieldname\": [],\n                \"budget_dataset_summary\": [],\n                \"profit_forecast_amount\": 3,\n                \"profit_executed_amount\": 5,\n                \"company\": {\n                    \"id\": \"60309758-df94-5a56-7cde-52d129ad61d7\",\n                    \"company_id\": \"60309758-df94-5a56-7cde-52d129ad61d7\",\n                    \"type\": \"company\",\n                    \"url\": \"https://example.livespace.io/Contact/company/details/api_id/60309758-df94-5a56-7cde-52d129ad61d7\",\n                    \"note\": null,\n                    \"name\": \"DM Idium\",\n                    \"nip\": null,\n                    \"regon\": null,\n                    \"phone\": \"44 22 3053 4354\",\n                    \"cell\": null,\n                    \"fax\": null,\n                    \"email\": null,\n                    \"created\": \"2025-06-30 14:39:54+02\",\n                    \"modified\": \"2025-06-30 14:39:54+02\",\n                    \"www\": null,\n                    \"last_active_date\": \"2020-01-04 09:11:34+01\",\n                    \"client_status\": \"not set\",\n                    \"addressurl\": null,\n                    \"address_name\": null,\n                    \"address_street\": \"\",\n                    \"address_street2\": null,\n                    \"address_city\": \"\",\n                    \"address_postcode\": \"\",\n                    \"address_region\": \"\",\n                    \"address_country\": \"Polska\",\n                    \"address_province_name\": null,\n                    \"phones\": [\n                        {\n                            \"number\": \"44 22 3053 4354\",\n                            \"type\": \"phone\",\n                            \"id\": 4247\n                        },\n                        {\n                            \"number\": \"48 22 305 34 34\",\n                            \"type\": \"phone\",\n                            \"id\": 4397\n                        }\n                    ],\n                    \"emails\": [],\n                    \"instant_messengers\": [],\n                    \"addresses\": [\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"\",\n                            \"street2\": null,\n                            \"city\": \"\",\n                            \"postcode\": \"\",\n                            \"region\": \"\",\n                            \"country\": \"Polska\",\n                            \"province_name\": null\n                        },\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"15015 Meadow Ridge Place\",\n                            \"street2\": null,\n                            \"city\": \"Lékhaio\",\n                            \"postcode\": \"\",\n                            \"region\": \"\",\n                            \"country\": \"Greece\",\n                            \"province_name\": null\n                        }\n                    ],\n                    \"address_datasets\": [],\n                    \"address_address_extra_fields\": [],\n                    \"groups\": [],\n                    \"groups_id\": [],\n                    \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"creator_name\": \"John Smith\",\n                    \"creator_email\": \"manager@livespace.io\",\n                    \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"modifier_name\": \"John Smith\",\n                    \"modifier_email\": \"manager@livespace.io\",\n                    \"invited\": [\n                        {\n                            \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                            \"structure_name\": \"Entire company\",\n                            \"roles\": [\n                                \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                            ]\n                        },\n                        {\n                            \"user_id\": \"86276488-0519-427c-5097-a5bc87c9a2bf\",\n                            \"user_name\": \"Mark Wilson\",\n                            \"user_structure_id\": \"1b4330e9-1fe4-295b-8962-c6280cbabe8c\",\n                            \"roles\": [\n                                \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                                \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                            ]\n                        },\n                        {\n                            \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                            \"user_name\": \"John Smith\",\n                            \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                            \"roles\": [\n                                \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                                \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                            ]\n                        }\n                    ],\n                    \"is_admin\": true,\n                    \"owner_id\": \"86276488-0519-427c-5097-a5bc87c9a2bf\",\n                    \"owner_name\": \"Mark Wilson\",\n                    \"owner_email\": \"sales3@livespace.io\",\n                    \"owner_phone\": \"500-000-003\",\n                    \"tags\": [],\n                    \"dataset\": {\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3490\": null,\n                        \"4405f609-2ee4-0476-6987-477e58ee1aeb\": null,\n                        \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \"Low - headquarter decide\",\n                        \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"One\",\n                        \"a323497e-9a97-df8c-791b-a9306c83fd7b\": null,\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3491\": null,\n                        \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"600000\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3492\": null,\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3493\": null,\n                        \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"0\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3495\": null\n                    },\n                    \"dataset_field_name\": {\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3490\": \"facebook\",\n                        \"4405f609-2ee4-0476-6987-477e58ee1aeb\": \"Source\",\n                        \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \" The level of decision-making in the country\",\n                        \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"The number of brands in the porfolio\",\n                        \"a323497e-9a97-df8c-791b-a9306c83fd7b\": \"SALESmanago scoring\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3491\": \"linkedin\",\n                        \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"The annual budget for advertising\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3492\": \"goldenline\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3493\": \"twitter\",\n                        \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"Number of people\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3495\": \"instagram\"\n                    },\n                    \"dataset_field_type\": {\n                        \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": 3,\n                        \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": 8,\n                        \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": 3,\n                        \"48765b00-bf38-ae09-0219-2f34c19a159e\": 8\n                    },\n                    \"source_id\": 2003,\n                    \"source_name\": \"Direct sales\",\n                    \"addressess\": [\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"\",\n                            \"street2\": null,\n                            \"city\": \"\",\n                            \"postcode\": \"\",\n                            \"region\": \"\",\n                            \"country\": \"Polska\",\n                            \"province_name\": null\n                        },\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"15015 Meadow Ridge Place\",\n                            \"street2\": null,\n                            \"city\": \"Lékhaio\",\n                            \"postcode\": \"\",\n                            \"region\": \"\",\n                            \"country\": \"Greece\",\n                            \"province_name\": null\n                        }\n                    ]\n                },\n                \"contact\": [],\n                \"company_id\": \"60309758-df94-5a56-7cde-52d129ad61d7\",\n                \"company_name\": \"DM Idium\",\n                \"company_nip\": null,\n                \"process_id\": \"1b7c4c9c-b489-5475-11e9-a1798fb367fc\",\n                \"process_name\": \"Sales\",\n                \"stage_id\": \"3278d269-0967-18a1-f8a6-b055e0b56c49\",\n                \"stage_name\": \"Proposal\",\n                \"substage_id\": \"539c0a0f-c6c3-dc55-bcda-2d725bbb5dfd\",\n                \"substage_name\": \"Client meeting occurred (online)\",\n                \"stages_all\": {\n                    \"d872b399-e1d6-10e2-467d-97b487416baa\": \"Data completion\",\n                    \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": \"Established contact\",\n                    \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": \"Lead qualified\",\n                    \"3278d269-0967-18a1-f8a6-b055e0b56c49\": \"Proposal\",\n                    \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": \"Finalization\"\n                },\n                \"substages\": {\n                    \"d872b399-e1d6-10e2-467d-97b487416baa\": {\n                        \"56020d29-2fdd-ae53-81ee-0df928baf3b4\": \"Contact info completed\"\n                    },\n                    \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": {\n                        \"17e4c7e8-73e5-b27e-6fe2-90d72159f67a\": \"Contact established - telephone\",\n                        \"2d39b768-9bfa-fbc2-a59c-9ef4424ef958\": \"Contact established - social media\"\n                    },\n                    \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": {\n                        \"97882031-efce-02d3-5890-2e054313307e\": \"Client’s problem can be resolved\"\n                    },\n                    \"3278d269-0967-18a1-f8a6-b055e0b56c49\": {\n                        \"539c0a0f-c6c3-dc55-bcda-2d725bbb5dfd\": \"Client meeting occurred (online)\"\n                    },\n                    \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": []\n                },\n                \"substages_all\": {\n                    \"d872b399-e1d6-10e2-467d-97b487416baa\": {\n                        \"56020d29-2fdd-ae53-81ee-0df928baf3b4\": \"Contact info completed\",\n                        \"3650c5b7-60ec-2f3a-a358-5f9d0b8c863f\": \"Contact attempted\",\n                        \"5bd13120-0a35-c0f1-24c5-b1bd3505adb3\": \"Client information completed\"\n                    },\n                    \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": {\n                        \"17e4c7e8-73e5-b27e-6fe2-90d72159f67a\": \"Contact established - telephone\",\n                        \"2d39b768-9bfa-fbc2-a59c-9ef4424ef958\": \"Contact established - social media\",\n                        \"c10813bf-d3e1-3d2e-797f-a6d2ca84304d\": \"Contact established - email\"\n                    },\n                    \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": {\n                        \"1a00b656-a90c-8560-cad2-0c5bcf88b672\": \"Client has budget\",\n                        \"97882031-efce-02d3-5890-2e054313307e\": \"Client’s problem can be resolved\"\n                    },\n                    \"3278d269-0967-18a1-f8a6-b055e0b56c49\": {\n                        \"4070f1ab-f117-ed95-8d1c-affc54ed6637\": \"Proposal sent\",\n                        \"539c0a0f-c6c3-dc55-bcda-2d725bbb5dfd\": \"Client meeting occurred (online)\",\n                        \"ce61438b-b63d-f832-38ae-748c84e41a03\": \"Client meeting occurred (offline)\",\n                        \"fbbde5bc-380e-c3b4-2fde-d252490792dc\": \"Proposal discussed with the decision-maker\",\n                        \"7f672296-40dc-6e4c-646f-5d8cfe64f238\": \"Client has provided feedback to the proposal\"\n                    },\n                    \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": {\n                        \"6fffdf0b-16ff-80f8-46ac-3f13f594626a\": \"Willingness to buy confirmed\",\n                        \"9a5c0ec7-6ac2-bc71-87c4-e7b2748acd63\": \"Terms confirmed and accepted\",\n                        \"f90d60b3-51dd-9719-8d01-b845e7931f25\": \"Contract signed\"\n                    }\n                },\n                \"tags\": [],\n                \"groups\": [],\n                \"groups_id\": [],\n                \"dataset\": [],\n                \"dataset_field_name\": [],\n                \"relations\": {\n                    \"has_deal_project\": 0,\n                    \"has_not_deal_project\": 1\n                }\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"0b7f43e2-59e0-4848-8598-51aabbfee3dc","name":"Get deal by custom field","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"dataset\": {\n        \"c4876d87-4729-d1c4-b09c-e3d4a6a00f36\": \"custom value\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/getAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"deal\": [\n            {\n                \"id\": \"f25ab030-29cb-9163-31af-6a06ad6b2c21\",\n                \"deal_id\": \"f25ab030-29cb-9163-31af-6a06ad6b2c21\",\n                \"type\": \"deal\",\n                \"url\": \"https://example.livespace.io/Deal/deal/details/api_id/f25ab030-29cb-9163-31af-6a06ad6b2c21\",\n                \"name\": \"Offer's presentation\",\n                \"note\": \"\",\n                \"created\": \"2025-06-26 15:38:50+02\",\n                \"modified\": \"2025-07-01 13:46:24+02\",\n                \"date_end\": \"2026-02-13\",\n                \"number\": null,\n                \"status_change_date\": null,\n                \"value_final\": \"0.00\",\n                \"cost_final\": \"0.00\",\n                \"cost_total\": \"0.00\",\n                \"last_active_date\": \"2025-07-01 13:46:25+02\",\n                \"source_id\": 0,\n                \"note_html\": \"\",\n                \"default_currency\": \"USD\",\n                \"currency\": \"USD\",\n                \"probability\": \"10.00\",\n                \"status\": \"open\",\n                \"status_name\": \"open\",\n                \"source_name\": null,\n                \"creator_id\": \"86276488-0519-427c-5097-a5bc87c9a2bf\",\n                \"creator_name\": \"Mark Wilson\",\n                \"creator_email\": \"sales3@livespace.io\",\n                \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"modifier_name\": \"John Smith\",\n                \"modifier_email\": \"manager@livespace.io\",\n                \"invited\": [\n                    {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"structure_name\": \"Entire company\",\n                        \"roles\": [\n                            \"22b76146-6b2c-73b1-c2b1-1fbb52e4fcb2\"\n                        ]\n                    },\n                    {\n                        \"user_id\": \"86276488-0519-427c-5097-a5bc87c9a2bf\",\n                        \"user_name\": \"Mark Wilson\",\n                        \"user_structure_id\": \"1b4330e9-1fe4-295b-8962-c6280cbabe8c\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                            \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                        ]\n                    }\n                ],\n                \"is_admin\": true,\n                \"owner_id\": \"86276488-0519-427c-5097-a5bc87c9a2bf\",\n                \"owner_name\": \"Mark Wilson\",\n                \"owner_email\": \"sales3@livespace.io\",\n                \"owner_phone\": \"500-000-003\",\n                \"profit_forecast\": 18000,\n                \"profit_forecast_without_discount\": 18000,\n                \"profit_executed\": 0,\n                \"profit_executed_without_discount\": 0,\n                \"cost_forecast\": 0,\n                \"cost_forecast_without_discount\": 0,\n                \"cost_executed\": 0,\n                \"cost_executed_without_discount\": 0,\n                \"gain_forecast\": 18000,\n                \"gain_forecast_without_discount\": 18000,\n                \"gain_executed\": 0,\n                \"gain_executed_without_discount\": 0,\n                \"discount_percent_forecast\": 0,\n                \"discount_percent_executed\": 0,\n                \"budget_by_company\": [],\n                \"value\": 18000,\n                \"budget\": [\n                    {\n                        \"id\": 356,\n                        \"price\": \"18000.00\",\n                        \"amount\": 1,\n                        \"value\": \"18000.00\",\n                        \"value_final\": \"18000.00\",\n                        \"margin_percent\": \"0.00000\",\n                        \"date\": \"2023-01-09 00:00:00+01\",\n                        \"description\": \"\",\n                        \"is_forecast\": 1,\n                        \"is_profit\": 1,\n                        \"cycle_id\": null,\n                        \"currency\": \"USD\",\n                        \"discount_type\": \"None\",\n                        \"discount_symbol\": \"\",\n                        \"discount_percent\": \"0,00\",\n                        \"is_main\": 1,\n                        \"is_profit_forecast\": 1,\n                        \"is_profit_not_forecast\": 0,\n                        \"is_not_profit_forecast\": 0,\n                        \"is_not_profit_not_forecast\": 0,\n                        \"is_profit_forecast_main\": 1,\n                        \"is_profit_not_forecast_main\": 1,\n                        \"is_not_profit_forecast_main\": 1,\n                        \"is_not_profit_not_forecast_main\": 1,\n                        \"category_name\": \"Multimedia presentation\",\n                        \"product_name\": \"Multimedia presentation\",\n                        \"product_id\": \"05bcb203-c35b-84b5-f635-77bc69e4a801\",\n                        \"is_in_cycle\": 0,\n                        \"is_main_in_cycle\": 0,\n                        \"dataset\": [],\n                        \"sku\": null,\n                        \"price_final\": 18000\n                    }\n                ],\n                \"categories\": [\n                    \"Multimedia presentation\"\n                ],\n                \"products\": [\n                    \"Multimedia presentation\"\n                ],\n                \"costs\": [],\n                \"budget_dataset_fieldname\": [],\n                \"budget_dataset_summary\": [],\n                \"profit_forecast_amount\": 1,\n                \"company\": {\n                    \"id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n                    \"company_id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n                    \"type\": \"company\",\n                    \"url\": \"https://demo-en-kwo.livespace.io/Contact/company/details/api_id/d162a996-b4fd-6a5c-973b-cee803c65731\",\n                    \"note\": \"\",\n                    \"name\": \"Apple\",\n                    \"nip\": \"\",\n                    \"regon\": null,\n                    \"phone\": null,\n                    \"cell\": \"8877554421\",\n                    \"fax\": null,\n                    \"email\": \"apple@apple.com\",\n                    \"created\": \"2025-06-30 14:39:54+02\",\n                    \"modified\": \"2025-07-01 12:29:30+02\",\n                    \"www\": \"http://www.devemill.com.io\",\n                    \"last_active_date\": \"2025-07-01 13:46:22+02\",\n                    \"client_status\": \"not set\",\n                    \"addressurl\": null,\n                    \"address_name\": null,\n                    \"address_street\": \"\",\n                    \"address_street2\": null,\n                    \"address_city\": \"\",\n                    \"address_postcode\": \"\",\n                    \"address_region\": \"\",\n                    \"address_country\": \"Polska\",\n                    \"address_province_name\": null,\n                    \"phones\": [\n                        {\n                            \"number\": \"8877554421\",\n                            \"type\": \"cell\",\n                            \"id\": 4737\n                        },\n                        {\n                            \"number\": \"987987987\",\n                            \"type\": \"phone\",\n                            \"id\": 4736\n                        },\n                        {\n                            \"number\": \"+44 19 2422 0012\",\n                            \"type\": \"phone\",\n                            \"id\": 4692\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"value\": \"apple@apple.com\",\n                            \"type\": \"\",\n                            \"id\": 4735\n                        },\n                        {\n                            \"value\": \"contact@devemill.com.io\",\n                            \"type\": \"Work\",\n                            \"id\": 4693\n                        }\n                    ],\n                    \"instant_messengers\": [\n                        {\n                            \"value\": \"www.devemill.com.io\",\n                            \"type\": \"website\",\n                            \"id\": 4694\n                        }\n                    ],\n                    \"addresses\": [\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"\",\n                            \"street2\": null,\n                            \"city\": \"\",\n                            \"postcode\": \"\",\n                            \"region\": \"\",\n                            \"country\": \"Polska\",\n                            \"province_name\": null\n                        },\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"700 Shelley Crossing\",\n                            \"street2\": null,\n                            \"city\": \"Banjeru\",\n                            \"postcode\": \"\",\n                            \"region\": \"\",\n                            \"country\": \"Indonesia\",\n                            \"province_name\": null\n                        }\n                    ],\n                    \"address_datasets\": [],\n                    \"address_address_extra_fields\": [],\n                    \"groups\": [\n                        \"Referential\",\n                        \"Top3\"\n                    ],\n                    \"groups_id\": [\n                        \"e0bde951-e6a3-ac6d-3089-ca7d5b4eb975\",\n                        \"2f427f41-6b21-412a-d9ce-de429e21360d\"\n                    ],\n                    \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"creator_name\": \"John Smith\",\n                    \"creator_email\": \"manager@livespace.io\",\n                    \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"modifier_name\": \"John Smith\",\n                    \"modifier_email\": \"manager@livespace.io\",\n                    \"invited\": [\n                        {\n                            \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                            \"structure_name\": \"Entire company\",\n                            \"roles\": [\n                                \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                            ]\n                        },\n                        {\n                            \"user_id\": \"86276488-0519-427c-5097-a5bc87c9a2bf\",\n                            \"user_name\": \"Mark Wilson\",\n                            \"user_structure_id\": \"1b4330e9-1fe4-295b-8962-c6280cbabe8c\",\n                            \"roles\": [\n                                \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                            ]\n                        }\n                    ],\n                    \"is_admin\": true,\n                    \"owner_id\": \"86276488-0519-427c-5097-a5bc87c9a2bf\",\n                    \"owner_name\": \"Mark Wilson\",\n                    \"owner_email\": \"sales3@livespace.io\",\n                    \"owner_phone\": \"500-000-003\",\n                    \"tags\": [\n                        \"tag1\",\n                        \"tag2\"\n                    ],\n                    \"dataset\": {\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3490\": null,\n                        \"4405f609-2ee4-0476-6987-477e58ee1aeb\": null,\n                        \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \"Only to the certain amount\",\n                        \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"One\",\n                        \"a323497e-9a97-df8c-791b-a9306c83fd7b\": null,\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3491\": null,\n                        \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"200000\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3492\": null,\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3493\": null,\n                        \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"45\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3495\": null\n                    },\n                    \"dataset_field_name\": {\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3490\": \"facebook\",\n                        \"4405f609-2ee4-0476-6987-477e58ee1aeb\": \"Source\",\n                        \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \" The level of decision-making in the country\",\n                        \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"The number of brands in the porfolio\",\n                        \"a323497e-9a97-df8c-791b-a9306c83fd7b\": \"SALESmanago scoring\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3491\": \"linkedin\",\n                        \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"The annual budget for advertising\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3492\": \"goldenline\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3493\": \"twitter\",\n                        \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"Number of people\",\n                        \"214ca289-e9c0-fd69-324e-cfb568ae3495\": \"instagram\"\n                    },\n                    \"dataset_field_type\": {\n                        \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": 3,\n                        \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": 8,\n                        \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": 3,\n                        \"48765b00-bf38-ae09-0219-2f34c19a159e\": 8\n                    },\n                    \"source_id\": 2003,\n                    \"source_name\": \"Direct sales\",\n                    \"addressess\": [\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"\",\n                            \"street2\": null,\n                            \"city\": \"\",\n                            \"postcode\": \"\",\n                            \"region\": \"\",\n                            \"country\": \"Polska\",\n                            \"province_name\": null\n                        },\n                        {\n                            \"datasets\": [],\n                            \"address_extra_fields\": [],\n                            \"name\": null,\n                            \"street\": \"700 Shelley Crossing\",\n                            \"street2\": null,\n                            \"city\": \"Banjeru\",\n                            \"postcode\": \"\",\n                            \"region\": \"\",\n                            \"country\": \"Indonesia\",\n                            \"province_name\": null\n                        }\n                    ]\n                },\n                \"contact\": [],\n                \"company_id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n                \"company_name\": \"Apple\",\n                \"company_nip\": \"\",\n                \"process_id\": \"1b7c4c9c-b489-5475-11e9-a1798fb367fc\",\n                \"process_name\": \"Sales\",\n                \"stage_id\": \"d872b399-e1d6-10e2-467d-97b487416baa\",\n                \"stage_name\": \"Data completion\",\n                \"substage_id\": \"3650c5b7-60ec-2f3a-a358-5f9d0b8c863f\",\n                \"substage_name\": \"Contact attempted\",\n                \"stages_all\": {\n                    \"d872b399-e1d6-10e2-467d-97b487416baa\": \"Data completion\",\n                    \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": \"Established contact\",\n                    \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": \"Lead qualified\",\n                    \"3278d269-0967-18a1-f8a6-b055e0b56c49\": \"Proposal\",\n                    \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": \"Finalization\"\n                },\n                \"substages\": {\n                    \"d872b399-e1d6-10e2-467d-97b487416baa\": {\n                        \"56020d29-2fdd-ae53-81ee-0df928baf3b4\": \"Contact info completed\",\n                        \"3650c5b7-60ec-2f3a-a358-5f9d0b8c863f\": \"Contact attempted\"\n                    },\n                    \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": [],\n                    \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": [],\n                    \"3278d269-0967-18a1-f8a6-b055e0b56c49\": [],\n                    \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": []\n                },\n                \"substages_all\": {\n                    \"d872b399-e1d6-10e2-467d-97b487416baa\": {\n                        \"56020d29-2fdd-ae53-81ee-0df928baf3b4\": \"Contact info completed\",\n                        \"3650c5b7-60ec-2f3a-a358-5f9d0b8c863f\": \"Contact attempted\",\n                        \"5bd13120-0a35-c0f1-24c5-b1bd3505adb3\": \"Client information completed\"\n                    },\n                    \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": {\n                        \"17e4c7e8-73e5-b27e-6fe2-90d72159f67a\": \"Contact established - telephone\",\n                        \"2d39b768-9bfa-fbc2-a59c-9ef4424ef958\": \"Contact established - social media\",\n                        \"c10813bf-d3e1-3d2e-797f-a6d2ca84304d\": \"Contact established - email\"\n                    },\n                    \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": {\n                        \"1a00b656-a90c-8560-cad2-0c5bcf88b672\": \"Client has budget\",\n                        \"97882031-efce-02d3-5890-2e054313307e\": \"Client’s problem can be resolved\"\n                    },\n                    \"3278d269-0967-18a1-f8a6-b055e0b56c49\": {\n                        \"4070f1ab-f117-ed95-8d1c-affc54ed6637\": \"Proposal sent\",\n                        \"539c0a0f-c6c3-dc55-bcda-2d725bbb5dfd\": \"Client meeting occurred (online)\",\n                        \"ce61438b-b63d-f832-38ae-748c84e41a03\": \"Client meeting occurred (offline)\",\n                        \"fbbde5bc-380e-c3b4-2fde-d252490792dc\": \"Proposal discussed with the decision-maker\",\n                        \"7f672296-40dc-6e4c-646f-5d8cfe64f238\": \"Client has provided feedback to the proposal\"\n                    },\n                    \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": {\n                        \"6fffdf0b-16ff-80f8-46ac-3f13f594626a\": \"Willingness to buy confirmed\",\n                        \"9a5c0ec7-6ac2-bc71-87c4-e7b2748acd63\": \"Terms confirmed and accepted\",\n                        \"f90d60b3-51dd-9719-8d01-b845e7931f25\": \"Contract signed\"\n                    }\n                },\n                \"tags\": [],\n                \"groups\": [],\n                \"groups_id\": [],\n                \"dataset\": {\n                    \"c4876d87-4729-d1c4-b09c-e3d4a6a00f36\": \"custom value\"\n                },\n                \"dataset_field_name\": {\n                    \"c4876d87-4729-d1c4-b09c-e3d4a6a00f36\": \"Custom field\"\n                },\n                \"dataset_field_type\": {\n                    \"c4876d87-4729-d1c4-b09c-e3d4a6a00f36\": 1\n                },\n                \"relations\": {\n                    \"has_deal_project\": 0,\n                    \"has_not_deal_project\": 1\n                }\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"5815e28d-0e9f-43d6-a870-b35ca409a4bb"},{"name":"Add deal","id":"36ee79a4-aafb-457e-b9f1-ef9bbf88c327","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deal\": {\n        \"name\": \"\", // required\n        \"date_end\": \"\", \n        \"process_id\": \"\", //default proccess applied if empty\n        \"company\": {\n            \"name\": \"\" // either company or contact are required\n        },\n        \"contact\": {\n            \"name\": \"\" // either company or contact are required\n        },\n        \"note\": \"\", // description\n        \"price\": \"\", // applies if products are disabled\n        \"cost\": \"\", // applies if products are disabled\n        \"deal_source\": \"\",\n        \"created\": \"\",\n        \"stages\": {\n            \"{step_id}\": \"\" // 1 - step marked as done, 0 - not done,\n        },\n        \"budget\": [\n            {\n                \"product_id\": \"\", // required to add a product\n                \"value\": \"\", // can be replaced by price and amount\n                \"date\": \"\", // required for cyclical products\n                \"is_forecast\": \"\",\n                \"is_profit\": \"\",\n                \"description\": \"\",\n                \"discount_percent\": \"\",\n                \"cycle_period\": \"\", // how long is the cycle\n                \"cycle_repeat\": \"\", // how often does the product recurs during the cycle\n                \"price\": \"\",\n                \"amount\": \"\",\n                \"dataset\": {} // product custom fields\n            },\n            {\n                \"cost_id\": \"\", // required to add a cost\n                \"value\": \"\", // can be replaced by price and amount\n                \"date\": \"\", // required for cyclical products\n                \"is_forecast\": \"\",\n                \"is_profit\": \"\",\n                \"description\": \"\",\n                \"discount_percent\": \"\",\n                \"cycle_period\": \"\", // how long is the cycle\n                \"cycle_repeat\": \"\", // how often does the product recurs during the cycle\n                \"price\": \"\",\n                \"amount\": \"\",\n                \"dataset\": {} // cost custom fields\n            }\n        ],\n        \"is_public\": \"\",\n        \"owner_id\": \"\",\n        \"notification\": \"\",\n        \"permission\": \"\", // 0 - public, 1 - private, 2 - hidden\n        \"invited\": {\n            \"users\": {},\n            \"structures\": {}\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/addDeal","description":"<p>Add a new deal.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","addDeal"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"87f27d91-4575-44e6-af61-9dd60bffb0c7","name":"Add deal","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deal\": {\n        \"name\": \"Example deal\",\n        \"process_id\": \"1b7c4c9c-b489-5475-11e9-a1798fb367fc\",\n        \"company\": {\n            \"name\": \"Yoda Global\"\n        },\n        \"contact\": {\n            \"name\": \"Eric Webber\"\n        }\n    }    \n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/addDeal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"deal\": {\n            \"name\": \"Examnple deal\",\n            \"process_id\": \"1b7c4c9c-b489-5475-11e9-a1798fb367fc\",\n            \"company\": {\n                \"name\": \"Yoda Global\"\n            },\n            \"contact\": {\n                \"name\": \"Eric Webber\"\n            },\n            \"id\": \"2c1c6317-bf09-bbf8-14f4-ec29e0f483d2\",\n            \"company_id\": \"af90f432-260c-26c2-cab2-a9549af71faf\",\n            \"contact_id\": \"85bcd69b-5b64-caed-f90a-c8f34a746678\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"a285ac64-5f27-4086-8cc8-9877cd397c56","name":"Add deal with products and costs","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deal\": {\n        \"name\": \"Example deal with products and costs\",\n        \"process_id\": \"1b7c4c9c-b489-5475-11e9-a1798fb367fc\",\n        \"company\": {\n            \"name\": \"Yoda Global\"\n        },\n        \"contact\": {\n            \"name\": \"Eric Webber\"\n        },\n        \"budget\": [\n            // product with just value\n            {\n                \"product_id\": \"09445374-54bd-58ce-72ad-bb774c957b9c\",\n                \"value\": \"2000\",\n                \"discount_percent\": \"10\"\n            },\n            // cyclical product with price and amount\n            {\n                \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                \"date\": \"2025-07-10\",\n                \"cycle_period\": \"3 month\",\n                \"cycle_repeat\": \"2 week\",\n                \"price\": \"10\",\n                \"amount\": \"5\"\n            },\n            // cost with just value\n            {\n                \"cost_id\": \"3e0ea028-f2f0-603a-7f6b-4f9d1cbbf77e\",\n                \"value\": \"200\",\n                \"discount_percent\": \"10\"\n            },\n            // cyclical cost with price and amount\n            {\n                \"cost_id\": \"f3042ebd-192f-2030-ebc1-6c41ecd616e6\",\n                \"date\": \"2025-07-10\",\n                \"cycle_period\": \"3 month\",\n                \"cycle_repeat\": \"2 week\",\n                \"price\": \"10\",\n                \"amount\": \"5\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/addDeal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"deal\": {\n            \"name\": \"Examnple deal\",\n            \"process_id\": \"1b7c4c9c-b489-5475-11e9-a1798fb367fc\",\n            \"company\": {\n                \"name\": \"Yoda Global\"\n            },\n            \"contact\": {\n                \"name\": \"Eric Webber\"\n            },\n            \"id\": \"2c1c6317-bf09-bbf8-14f4-ec29e0f483d2\",\n            \"company_id\": \"af90f432-260c-26c2-cab2-a9549af71faf\",\n            \"contact_id\": \"85bcd69b-5b64-caed-f90a-c8f34a746678\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"25a3a809-9bfc-445e-908f-3a60142bdef2","name":"Add deal with some steps completed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deal\": {\n        \"name\": \"Example deal\",\n        \"process_id\": \"1b7c4c9c-b489-5475-11e9-a1798fb367fc\",\n        \"company\": {\n            \"name\": \"Yoda Global\"\n        },\n        \"contact\": {\n            \"name\": \"Eric Webber\"\n        },\n        \"stages\": {\n            \"56020d29-2fdd-ae53-81ee-0df928baf3b4\": 1,\n            \"3650c5b7-60ec-2f3a-a358-5f9d0b8c863f\": 0,\n            \"5bd13120-0a35-c0f1-24c5-b1bd3505adb3\": 1\n        }\n    }    \n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/addDeal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"deal\": {\n            \"name\": \"Examnple deal\",\n            \"process_id\": \"1b7c4c9c-b489-5475-11e9-a1798fb367fc\",\n            \"company\": {\n                \"name\": \"Yoda Global\"\n            },\n            \"contact\": {\n                \"name\": \"Eric Webber\"\n            },\n            \"id\": \"2c1c6317-bf09-bbf8-14f4-ec29e0f483d2\",\n            \"company_id\": \"af90f432-260c-26c2-cab2-a9549af71faf\",\n            \"contact_id\": \"85bcd69b-5b64-caed-f90a-c8f34a746678\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"acb36b0a-c368-44da-8e60-917d57864485","name":"Add deal with custom field","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deal\": {\n        \"name\": \"Example deal\",\n        \"company\":{\n            \"name\": \"Yoda Global\"\n        },\n        \"dataset\": {\n            \"c4876d87-4729-d1c4-b09c-e3d4a6a00f36\": \"custom field value\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/addDeal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"deal\": {\n            \"name\": \"Example deal\",\n            \"company\": {\n                \"name\": \"Yoda Global\"\n            },\n            \"dataset\": {\n                \"c4876d87-4729-d1c4-b09c-e3d4a6a00f36\": \"custom field value\"\n            },\n            \"id\": \"07bbb1bd-0933-af17-598e-80b208276789\",\n            \"company_id\": \"af90f432-260c-26c2-cab2-a9549af71faf\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"36ee79a4-aafb-457e-b9f1-ef9bbf88c327"},{"name":"Add multiple deals","id":"9aba3023-5a9b-476e-952f-101104a0ff9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deals\": [\n        {\n            \"name\": \"\", // required\n            \"company\": { // either company or contact required\n                \"name\": \"\"\n            }\n        },\n        {\n            \"name\": \"\", // required\n            \"contact\": { // either company or contact required\n                \"name\": \"\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/addDeals","description":"<p>Add multiple deals all at once.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","addDeals"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"a5494bf3-daa2-499d-85fa-977e1de2c459","name":"Add multiple deals","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deals\": [\n        {\n            \"name\": \"Deal 1\",\n            \"company\": {\n                \"name\": \"Company 1\"\n            }\n        },\n        {\n            \"name\": \"Deal 2\",\n            \"contact\": {\n                \"name\": \"Jane Doe\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/addDeals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jul 2025 12:59:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"istio-envoy"},{"key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"cache-control","value":"no-store, no-cache, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"set-cookie","value":"i18next=en_GB; path=/"},{"key":"set-cookie","value":"SESSIONID=06e2ff6fb0244245db2949f539669404a94ff81fac014158896e401ed2fef5fa9ca03ec71cb1b9d605c47eb66b1b87efb67859f1288636d616adf2c6d9429372; expires=Tue, 08-Jul-2025 12:59:14 GMT; Max-Age=604800; path=/; domain=demo-en-kwo.livespace.io; secure; HttpOnly"},{"key":"set-cookie","value":"SESSIONID=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; domain=demo-en-kwo.livespace.io; secure; HttpOnly"},{"key":"x-backend-server","value":"livespace-app-api-master-74f5c88d64-nvpdx"},{"key":"x-envoy-upstream-service-time","value":"2608"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"deals\": [\n            {\n                \"name\": \"Deal 1\",\n                \"company\": {\n                    \"name\": \"Company 1\"\n                },\n                \"id\": \"97b1ff68-a814-2a7c-8947-2b5fdaaa9e7b\",\n                \"company_id\": \"29416158-4a6e-b4ed-5323-7011dec4aafe\"\n            },\n            {\n                \"name\": \"Deal 2\",\n                \"contact\": {\n                    \"name\": \"Jane Doe\"\n                },\n                \"id\": \"dff4666c-a3ca-5b57-286c-0f4c709554ce\",\n                \"contact_id\": \"fb558556-7251-e685-477c-cd7373d23aab\"\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"9aba3023-5a9b-476e-952f-101104a0ff9e"},{"name":"Edit deal","event":[{"listen":"prerequest","script":{"id":"2cc5bf29-89d0-47bb-b9dd-961585d5b13b","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"34e0ffbc-d9c6-4543-ac3f-b7c4d7e9280e","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"9943af2f-24d0-4f99-b530-d9ed9afe5305","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deal\": {\n        \"id\": \"\", // required\n        \"name\": \"\", // required\n        \"date_end\": \"\",\n        \"process_id\": \"\",\n        \"company\": {\n            \"name\": \"\" // either name or id\n        },\n        \"contact\": {\n            \"id\": \"\" // either name or id\n        },\n        \"note\": \"\", // description\n        \"price\": \"\", // applies if products are disabled\n        \"cost\": \"\", // applies if products are disabled\n        \"deal_source\": \"\",\n        \"stages\": {\n            \"{step_id}\": \"\" // 1 - step marked as done, 0 - not done,\n        },\n        \"budget\": [\n            {\n                \"product_id\": \"\", // required to add a product\n                \"value\": \"\", // can be replaced by price and amount\n                \"date\": \"\", // required for cyclical products\n                \"is_forecast\": \"\",\n                \"is_profit\": \"\",\n                \"description\": \"\",\n                \"discount_percent\": \"\",\n                \"cycle_period\": \"\", // how long is the cycle\n                \"cycle_repeat\": \"\", // how often does the product recurs during the cycle\n                \"price\": \"\",\n                \"amount\": \"\",\n                \"dataset\": {}, // product custom fields\n                \"_delete_old\": \"\", // true - deletes previous products and costs\n                \"_delete_old_details_profit\": \"\", // true - deletes products, false - deletes costs\n                \"_delete_old_details_forecast\": \"\" // true - deletes forecasts, false - deletes realizations\n            },\n            {\n                \"cost_id\": \"\", // required to add a cost\n                \"value\": \"\", // can be replaced by price and amount\n                \"date\": \"\", // required for cyclical products\n                \"is_forecast\": \"\",\n                \"is_profit\": \"\",\n                \"description\": \"\",\n                \"discount_percent\": \"\",\n                \"cycle_period\": \"\", // how long is the cycle\n                \"cycle_repeat\": \"\", // how often does the product recurs during the cycle\n                \"price\": \"\",\n                \"amount\": \"\",\n                \"dataset\": {}, // cost custom fields\n                \"_delete_old\": \"\", // true - deletes previous products and costs\n                \"_delete_old_details_profit\": \"\", // true - deletes products, false - deletes costs\n                \"_delete_old_details_forecast\": \"\" // true - deletes forecasts, false - deletes realizations\n            }\n        ],\n        \"is_public\": \"\",\n        \"owner_id\": \"\",\n        \"notification\": \"\",\n        \"permission\": \"\", // 0 - public, 1 - private, 2 - hidden\n        \"invited\": {\n            \"users\": {},\n            \"structures\": {}\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/editDeal","description":"<p>Edit a deal by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","editDeal"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"1d7632f8-41e1-493f-9406-8361cbffc299","name":"Change deal status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deal\": {\n        \"id\": \"f25ab030-29cb-9163-31af-6a06ad6b2c21\",\n        \"status\": \"lost\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/editDeal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"deal\": {\n            \"id\": \"f25ab030-29cb-9163-31af-6a06ad6b2c21\",\n            \"status\": \"lost\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"0246b152-f20a-48d4-8aba-f77ec8b2f09b","name":"Change name and description","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deal\": {\n        \"id\": \"f25ab030-29cb-9163-31af-6a06ad6b2c21\",\n        \"name\": \"New deal name\",\n        \"note\": \"New description\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/editDeal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"deal\": {\n            \"id\": \"f25ab030-29cb-9163-31af-6a06ad6b2c21\",\n            \"name\": \"New deal name\",\n            \"note\": \"New description\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"2141cae6-d6d0-412d-a31b-9e92d18a806c","name":"Mark process steps as done","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deal\": {\n       \"id\": \"f25ab030-29cb-9163-31af-6a06ad6b2c21\",\n        \"stages\": [\n            \"5bd13120-0a35-c0f1-24c5-b1bd3505adb3\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/editDeal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"deal\": {\n            \"id\": \"f25ab030-29cb-9163-31af-6a06ad6b2c21\",\n            \"stages\": [\n                \"5bd13120-0a35-c0f1-24c5-b1bd3505adb3\"\n            ]\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"c03c0f9a-33d2-4f03-ad9d-41a269c4b836","name":"Change process step values","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deal\": {\n        \"id\": \"f25ab030-29cb-9163-31af-6a06ad6b2c21\",\n        \"stages\": {\n            \"5bd13120-0a35-c0f1-24c5-b1bd3505adb3\": 1,\n            \"3650c5b7-60ec-2f3a-a358-5f9d0b8c863f\": 0\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/editDeal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"deal\": {\n            \"id\": \"f25ab030-29cb-9163-31af-6a06ad6b2c21\",\n            \"stages\": {\n                \"5bd13120-0a35-c0f1-24c5-b1bd3505adb3\": 1,\n                \"3650c5b7-60ec-2f3a-a358-5f9d0b8c863f\": 0\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"5a313d07-a752-4968-bbf9-55693ae8cb28","name":"Edit tags","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deal\": {\n        \"id\": \"f25ab030-29cb-9163-31af-6a06ad6b2c21\", //required\n        \"tag_add\": \"tag1, tag2\",\n        \"tag_remove\": \"tag0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/editDeal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n       \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"deal\": {\n            \"id\": \"f25ab030-29cb-9163-31af-6a06ad6b2c21\",\n            \"tag_add\": \"tag1, tag2\",\n            \"tag_remove\": \"tag0\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"9988b85f-091c-407c-835b-b45524ba5981","name":"Add task","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deal\": {\n        \"id\": \"f25ab030-29cb-9163-31af-6a06ad6b2c21\",\n        \"todo\": {\n            \"title\": \"New task\",\n            \"date\": \"2025-12-31\",\n            \"description\": \"Task desc\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/editDeal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"deal\": {\n            \"id\": \"f25ab030-29cb-9163-31af-6a06ad6b2c21\",\n            \"todo\": {\n                \"title\": \"New task\",\n                \"date\": \"2025-12-31\",\n                \"description\": \"Task desc\"\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"cbbcd1b5-d1d1-4c88-8065-4068bb95f1b3","name":"Add file","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deal\": {\n        \"id\": \"f25ab030-29cb-9163-31af-6a06ad6b2c21\",\n        \"file\": {\n            \"url\": \"https://www.livespace.io/wp-content/uploads/2022/06/Livespace-Logo-Brandmark-1.png\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/editDeal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n       \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"deal\": {\n            \"id\": \"f25ab030-29cb-9163-31af-6a06ad6b2c21\",\n            \"file\": {\n                \"url\": \"https://www.livespace.io/wp-content/uploads/2022/06/Livespace-Logo-Brandmark-1.png\"\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"334967c6-6635-4f4e-b6e6-87f7197cdb01","name":"Delete costs and products","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deal\": {\n        \"id\": \"1a45ed09-1fc9-458a-04f4-d734c2247587\",\n        \"budget\": {\n            \"_delete_old\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/editDeal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"deal\": {\n            \"id\": \"1a45ed09-1fc9-458a-04f4-d734c2247587\",\n            \"budget\": {\n                \"_delete_old\": true\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"a1c341ae-a517-40d1-ab98-7478131bf83c","name":"Replace cost and product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deal\": {\n        \"id\": \"1a45ed09-1fc9-458a-04f4-d734c2247587\",\n        \"budget\": {\n            \"0\": {\n                \"product_id\": \"09445374-54bd-58ce-72ad-bb774c957b9c\",\n                \"value\": \"2000\",\n                \"discount_percent\": \"10\"\n            },\n            \"1\": {\n                \"cost_id\": \"3e0ea028-f2f0-603a-7f6b-4f9d1cbbf77e\",\n                \"value\": \"200\",\n                \"discount_percent\": \"10\"\n            },\n            \"_delete_old\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/editDeal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"ehs8b3ywrkfo2jz8n0syyjim29rbqn\",\n        \"_api_sha\": \"8a1d5683f9812f270c5decf672737827b82f1eef\",\n        \"_api_session\": \"6d9c0365915dff71f75fa968d9c0b260b4d8ac1e\",\n        \"deal\": {\n            \"id\": \"1a45ed09-1fc9-458a-04f4-d734c2247587\",\n            \"budget\": {\n                \"0\": {\n                    \"product_id\": \"09445374-54bd-58ce-72ad-bb774c957b9c\",\n                    \"value\": \"2000\",\n                    \"discount_percent\": \"10\"\n                },\n                \"1\": {\n                    \"cost_id\": \"3e0ea028-f2f0-603a-7f6b-4f9d1cbbf77e\",\n                    \"value\": \"200\",\n                    \"discount_percent\": \"10\"\n                },\n                \"_delete_old\": true\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"6f4ccfaf-42db-4184-acad-67a846b3a62f","name":"Delete product realization","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deal\": {\n        \"id\": \"1a45ed09-1fc9-458a-04f4-d734c2247587\",\n        \"budget\": {\n            \"_delete_old\": true,\n            \"_delete_old_details_profit\": true,\n            \"_delete_old_details_forecast\": false\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/editDeal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"deal\": {\n            \"id\": \"1a45ed09-1fc9-458a-04f4-d734c2247587\",\n            \"budget\": {\n                \"_delete_old\": true,\n                \"_delete_old_details_profit\": true,\n                \"_delete_old_details_forecast\": false\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"b6e6a779-787e-4f55-bdad-30cb1efa21c2","name":"Remove owner","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deal\": {\n        \"id\": \"c4bbf869-18bb-055a-51e9-0f59082efa64\", // required\n        \"invited\": {\n            \"_null_values\": [ // permission's id to be removed - e.g. owner\n                \"5c196183-8397-1168-b811-c31dc8c919bb\"// permission can't be required\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/editDeal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"ehs8b3ywrkfo2jz8n0syyjim29rbqn\",\n        \"_api_sha\": \"abe3ae8558c0a0e9069660ac969a3bb9bcd734ee\",\n        \"_api_session\": \"c2aed8de6e10018fa4d74bd78f755d4f15ac8463\",\n        \"deal\": {\n            \"id\": \"c4bbf869-18bb-055a-51e9-0f59082efa64\",\n            \"invited\": {\n                \"_null_values\": [\n                    \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                ]\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"f3275b05-6564-4e9d-b320-74aa0a495855","name":"Replace owners","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deal\": {\n        \"id\": \"c4bbf869-18bb-055a-51e9-0f59082efa64\", //required\n        \"invited\": {\n            \"users\": {\n                \"25bfaec1-4479-23e7-362b-ef26e3943f17\": { // id of one of users that will become the new owners\n                    \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\", // user's team id\n                    \"roles\": [\n                        \"5c196183-8397-1168-b811-c31dc8c919bb\" // id of permissions for the user - e.g. owner\n                    ]\n                },\n                \"9eb957af-3607-f319-30cd-6ae2b43824ab\": { // id of one of users that will become the new owners\n                    \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\", // user's team id\n                    \"roles\": [\n                        \"5c196183-8397-1168-b811-c31dc8c919bb\" // id of permissions for the user - e.g. owner\n                    ]\n                }\n            },\n            \"_delete_old\": [ // permission's id to be replaced with new values\n                \"5c196183-8397-1168-b811-c31dc8c919bb\" // otherwise previous owners would remain along with new ones\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/editDeal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"ehs8b3ywrkfo2jz8n0syyjim29rbqn\",\n        \"_api_sha\": \"643625c4783308db7147321cc10a4aea8cbbed84\",\n        \"_api_session\": \"aa27b98ac936447e00101f9e710d2e22a396f094\",\n        \"deal\": {\n            \"id\": \"c4bbf869-18bb-055a-51e9-0f59082efa64\",\n            \"invited\": {\n                \"users\": {\n                    \"25bfaec1-4479-23e7-362b-ef26e3943f17\": {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"roles\": [\n                            \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                        ]\n                    },\n                    \"9eb957af-3607-f319-30cd-6ae2b43824ab\": {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"roles\": [\n                            \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                        ]\n                    }\n                },\n                \"_delete_old\": [\n                    \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                ]\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"038a4a5f-87e1-4075-a8e9-379b40455dd4","name":"Edit without note on wall","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deal\": {\n        \"id\": \"c4bbf869-18bb-055a-51e9-0f59082efa64\", //required\n        \"name\": \"New deal name\",\n        \"_wall\": false // edit info won't appear on wall, it still will appear in changelog\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/editDeal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"ehs8b3ywrkfo2jz8n0syyjim29rbqn\",\n        \"_api_sha\": \"03a85a0f461cb5d118df12a7dd463bcd6aa1068a\",\n        \"_api_session\": \"86b55224eb76e3e629d11be94868a54da46ed687\",\n        \"deal\": {\n            \"id\": \"c4bbf869-18bb-055a-51e9-0f59082efa64\",\n            \"name\": \"New deal name\",\n            \"_wall\": false\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"9943af2f-24d0-4f99-b530-d9ed9afe5305"},{"name":"Delete deal","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f41b2244-18dc-4fb0-a953-a11b98c1f4d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deal\": {\n       \"id\": \"\" // required\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/deleteDeal","description":"<p>Delete a deal by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","deleteDeal"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"f2653425-4dac-433b-857b-db97d67b7b95","name":"Delete deal","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deal\": {\n       \"id\": \"ae3abaca-3f99-9f53-1bc2-1c3a0acb92d5\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/deleteDeal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"f41b2244-18dc-4fb0-a953-a11b98c1f4d0"},{"name":"Add note","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"b0673d11-b144-4025-9b60-6551f361dff0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"Deal\": {\n        \"id\": \"\", // required\n        \"note\": \"\", // required\n        \"tags\": \"\",\n        \"permission\": \"\" // 0 - visible only for me, 1 - for everyone, 2 - for me and managers\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/addDealNote","description":"<p>Add a note on deal's profile.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","addDealNote"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"043dfbf2-1b57-48d1-8021-d2aa4abdd01b","name":"Add note","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"deal\": {\n        \"id\": \"f25ab030-29cb-9163-31af-6a06ad6b2c21\", //required\n        \"note\": \"Example note\",\n        \"tags\": \"note_tag\",\n        \"permission\": \"0\" // 0 - visible only for me,  1- visible for all, 2 - only for me and managers\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/addDealNote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"deal\": {\n            \"id\": \"f25ab030-29cb-9163-31af-6a06ad6b2c21\",\n            \"note\": \"Example note\",\n            \"tags\": \"note_tag\",\n            \"permission\": \"0\",\n            \"wall_item_id\": 4886\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"b0673d11-b144-4025-9b60-6551f361dff0"},{"name":"Get wall","event":[{"listen":"prerequest","script":{"id":"dbea867d-c7f7-4fec-9e52-3aa1e3202c08","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"43d604d8-7918-40a9-9776-76cceb6701a1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"cadeb315-3ddd-4da6-8835-1ff089e8031a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"deal\", // required\n    \"id\": \"\" // required\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/getWall","description":"<p>Get wall items from the deal's profile.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","getWall"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"c8b23b8a-5c3f-48bf-ab20-130c14d86d49","name":"Get wall","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"deal\",\n    \"id\": \"f25ab030-29cb-9163-31af-6a06ad6b2c21\"","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/getWall"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"wall\": [\n            {\n                \"is_public\": 0,\n                \"permission\": 0,\n                \"text\": \"Example note\",\n                \"created\": \"2025-07-01 15:29:46+02\",\n                \"date\": \"2025-07-01 15:29:46+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"note\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-565c73ae68a0112347fc8bb20d72ae6de77b16e9\",\n                \"is_synced\": 1,\n                \"object_type_id\": 2,\n                \"context_avatar_key\": \"67055773-751d47961eaaf34902eee0ff6237f9d27415292d\",\n                \"comments\": [],\n                \"_params\": null,\n                \"tags\": \"note_tag\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"user_name\": \"John Smith\"\n            },\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"edited deal  <a  class=\\\"object-tooltip\\\" data-object-type=\\\"deal\\\" data-object-id=\\\"2052\\\"  href=\\\"/Deal/deal/details/id/2052\\\">New deal name (Apple)</a>\",\n                \"created\": \"2025-07-01 15:27:18+02\",\n                \"date\": \"2025-07-01 15:27:18+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"activity\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-565c73ae68a0112347fc8bb20d72ae6de77b16e9\",\n                \"is_synced\": 1,\n                \"object_type_id\": 2,\n                \"context_avatar_key\": \"67055773-751d47961eaaf34902eee0ff6237f9d27415292d\",\n                \"comments\": [],\n                \"_params\": {\n                    \"activity_inner_context\": \"Apple\"\n                },\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"user_name\": \"John Smith\"\n            },\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"Attached files\",\n                \"created\": \"2025-07-01 15:27:18+02\",\n                \"date\": \"2025-07-01 15:27:18+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"note\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-565c73ae68a0112347fc8bb20d72ae6de77b16e9\",\n                \"is_synced\": 1,\n                \"object_type_id\": 2,\n                \"context_avatar_key\": \"67055773-751d47961eaaf34902eee0ff6237f9d27415292d\",\n                \"comments\": [],\n                \"_params\": {\n                    \"files\": [\n                        \"42aae8b7c23446126f8df8fa2dd79dd09d3e3f87bca299269f55ec49d334a85c4efceed25df7976e7ea5fa382f6331b68e03b44749655df50b9522f4\"\n                    ]\n                },\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"user_name\": \"John Smith\"\n            },\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"edited deal  <a  class=\\\"object-tooltip\\\" data-object-type=\\\"deal\\\" data-object-id=\\\"2052\\\"  href=\\\"/Deal/deal/details/id/2052\\\">New deal name (Apple)</a>\",\n                \"created\": \"2025-07-01 15:26:02+02\",\n                \"date\": \"2025-07-01 15:26:02+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"activity\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-565c73ae68a0112347fc8bb20d72ae6de77b16e9\",\n                \"is_synced\": 1,\n                \"object_type_id\": 2,\n                \"context_avatar_key\": \"67055773-751d47961eaaf34902eee0ff6237f9d27415292d\",\n                \"comments\": [],\n                \"_params\": {\n                    \"activity_inner_context\": \"Apple\"\n                },\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"user_name\": \"John Smith\"\n            },\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"edited deal  <a  class=\\\"object-tooltip\\\" data-object-type=\\\"deal\\\" data-object-id=\\\"2052\\\"  href=\\\"/Deal/deal/details/id/2052\\\">New deal name (Apple)</a>\",\n                \"created\": \"2025-07-01 15:24:47+02\",\n                \"date\": \"2025-07-01 15:24:47+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"activity\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-565c73ae68a0112347fc8bb20d72ae6de77b16e9\",\n                \"is_synced\": 1,\n                \"object_type_id\": 2,\n                \"context_avatar_key\": \"67055773-751d47961eaaf34902eee0ff6237f9d27415292d\",\n                \"comments\": [],\n                \"_params\": {\n                    \"activity_inner_context\": \"Apple\"\n                },\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"user_name\": \"John Smith\"\n            },\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"edited deal  <a  class=\\\"object-tooltip\\\" data-object-type=\\\"deal\\\" data-object-id=\\\"2052\\\"  href=\\\"/Deal/deal/details/id/2052\\\">New deal name (Apple)</a>\",\n                \"created\": \"2025-07-01 15:24:13+02\",\n                \"date\": \"2025-07-01 15:24:13+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"activity\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-565c73ae68a0112347fc8bb20d72ae6de77b16e9\",\n                \"is_synced\": 1,\n                \"object_type_id\": 2,\n                \"context_avatar_key\": \"67055773-751d47961eaaf34902eee0ff6237f9d27415292d\",\n                \"comments\": [],\n                \"_params\": {\n                    \"activity_inner_context\": \"Apple\"\n                },\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"user_name\": \"John Smith\"\n            },\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"edited deal  <a  class=\\\"object-tooltip\\\" data-object-type=\\\"deal\\\" data-object-id=\\\"2052\\\"  href=\\\"/Deal/deal/details/id/2052\\\">New deal name (Apple)</a>\",\n                \"created\": \"2025-07-01 15:08:06+02\",\n                \"date\": \"2025-07-01 15:08:06+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"activity\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-565c73ae68a0112347fc8bb20d72ae6de77b16e9\",\n                \"is_synced\": 1,\n                \"object_type_id\": 2,\n                \"context_avatar_key\": \"67055773-751d47961eaaf34902eee0ff6237f9d27415292d\",\n                \"comments\": [],\n                \"_params\": {\n                    \"activity_inner_context\": \"Apple\"\n                },\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"user_name\": \"John Smith\"\n            },\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"opened deal  <a  class=\\\"object-tooltip\\\" data-object-type=\\\"deal\\\" data-object-id=\\\"2052\\\"  href=\\\"/Deal/deal/details/id/2052\\\">New deal name (Apple)</a>\",\n                \"created\": \"2025-07-01 15:07:36+02\",\n                \"date\": \"2025-07-01 15:07:36+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"activity\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-565c73ae68a0112347fc8bb20d72ae6de77b16e9\",\n                \"is_synced\": 1,\n                \"object_type_id\": 2,\n                \"context_avatar_key\": \"67055773-751d47961eaaf34902eee0ff6237f9d27415292d\",\n                \"comments\": [],\n                \"_params\": {\n                    \"activity_type\": \"deal-status-open\",\n                    \"activity_type_content\": null,\n                    \"activity_type_image\": null,\n                    \"comment_text\": null,\n                    \"activity_inner_context\": \"Apple\"\n                },\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"user_name\": \"John Smith\"\n            },\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"edited deal  <a  class=\\\"object-tooltip\\\" data-object-type=\\\"deal\\\" data-object-id=\\\"2052\\\"  href=\\\"/Deal/deal/details/id/2052\\\">New deal name (Apple)</a>\",\n                \"created\": \"2025-07-01 15:03:12+02\",\n                \"date\": \"2025-07-01 15:03:12+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"activity\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-565c73ae68a0112347fc8bb20d72ae6de77b16e9\",\n                \"is_synced\": 1,\n                \"object_type_id\": 2,\n                \"context_avatar_key\": \"67055773-751d47961eaaf34902eee0ff6237f9d27415292d\",\n                \"comments\": [],\n                \"_params\": {\n                    \"activity_inner_context\": \"Apple\"\n                },\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"user_name\": \"John Smith\"\n            },\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"edited deal  <a  class=\\\"object-tooltip\\\" data-object-type=\\\"deal\\\" data-object-id=\\\"2052\\\"  href=\\\"/Deal/deal/details/id/2052\\\">Offer&apos;s presentation (Apple)</a>\",\n                \"created\": \"2025-07-01 13:55:07+02\",\n                \"date\": \"2025-07-01 13:55:07+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"activity\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-565c73ae68a0112347fc8bb20d72ae6de77b16e9\",\n                \"is_synced\": 1,\n                \"object_type_id\": 2,\n                \"context_avatar_key\": \"67055773-751d47961eaaf34902eee0ff6237f9d27415292d\",\n                \"comments\": [],\n                \"_params\": {\n                    \"activity_inner_context\": \"Apple\"\n                },\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"user_name\": \"John Smith\"\n            },\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"edited deal  <a  class=\\\"object-tooltip\\\" data-object-type=\\\"deal\\\" data-object-id=\\\"2052\\\"  href=\\\"/Deal/deal/details/id/2052\\\">Offer&apos;s presentation (Apple)</a>\",\n                \"created\": \"2025-07-01 13:46:24+02\",\n                \"date\": \"2025-07-01 13:46:24+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"activity\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-565c73ae68a0112347fc8bb20d72ae6de77b16e9\",\n                \"is_synced\": 1,\n                \"object_type_id\": 2,\n                \"context_avatar_key\": \"67055773-751d47961eaaf34902eee0ff6237f9d27415292d\",\n                \"comments\": [],\n                \"_params\": {\n                    \"activity_inner_context\": \"Apple\"\n                },\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"user_name\": \"John Smith\"\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"cadeb315-3ddd-4da6-8835-1ff089e8031a"},{"name":"Get deal group list","id":"734a9ec1-ff44-4045-a7ff-8681728e88ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/getGroupList","description":"<p>Get the list of deal groups.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","getGroupList"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"f1361472-62fc-4169-a47c-e59da33998ea","name":"Get deal group list","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/getGroupList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Oct 2025 13:53:42 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"server","value":"istio-envoy"},{"key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"cache-control","value":"no-store, no-cache, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"set-cookie","value":"i18next=pl_PL; path=/"},{"key":"set-cookie","value":"SESSIONID=175ee456725ad83acb22e283db33dd02a6a00d9ec986f16277bafbf0b8c74357d5a074f804ce201921758c32fbe314fecd98ac344de3cc195c7da93aa6327ad2; expires=Thu, 30-Oct-2025 13:53:42 GMT; Max-Age=604800; path=/; domain=demo-pl-kwo-2.livespace.io; secure; HttpOnly"},{"key":"set-cookie","value":"SESSIONID=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; domain=demo-pl-kwo-2.livespace.io; secure; HttpOnly"},{"key":"x-backend-server","value":"livespace-app-api-master-776f687cf-n4zpp"},{"key":"x-envoy-upstream-service-time","value":"181"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"1f29f3fa-f823-0c8e-6ce5-cbe69c18d46a\": \"Deal group 1\"\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"734a9ec1-ff44-4045-a7ff-8681728e88ff"},{"name":"Get process list","id":"687aea3c-c854-4866-baca-6908128537f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/process_getList","description":"<p>Get the list of processes along with their stages and steps.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Deal","process_getList"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"a136d46b-fc14-48f5-a703-a35f26c60103","name":"Get process list","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/process_getList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Oct 2025 14:02:10 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"server","value":"istio-envoy"},{"key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"cache-control","value":"no-store, no-cache, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"set-cookie","value":"i18next=en_GB; path=/"},{"key":"set-cookie","value":"SESSIONID=3b39e71012854c3fed2ef08f35883c60304f17b3e0d6dd5c19ee4e28ee283634300d083b58ebc69c1afab0565ef6887eca8669c77b91edaeb57858077c26bf29; expires=Thu, 30-Oct-2025 14:02:10 GMT; Max-Age=604800; path=/; domain=demo-en-kwo.livespace.io; secure; HttpOnly"},{"key":"set-cookie","value":"SESSIONID=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; domain=demo-en-kwo.livespace.io; secure; HttpOnly"},{"key":"x-backend-server","value":"livespace-app-api-master-776f687cf-qcbcp"},{"key":"x-envoy-upstream-service-time","value":"381"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"bdc16691-0599-40fb-c5f2-2610d7f7964f\": {\n            \"name\": \"Implementation\",\n            \"main_stages\": {\n                \"ba1fd571-bf7c-0e9b-66ed-c65899112001\": {\n                    \"name\": \"New client\",\n                    \"stages\": {\n                        \"148d507a-2424-b9b4-b8f6-12e68a073bbe\": {\n                            \"name\": \"Account Manager has been selected\"\n                        },\n                        \"06539216-04e7-943e-d731-2854b4dc78cf\": {\n                            \"name\": \"Documentation is complete\"\n                        },\n                        \"893248eb-97ce-80fc-401c-0548474169a7\": {\n                            \"name\": \"An advance invoice has been sent\"\n                        }\n                    }\n                },\n                \"b30e97fe-7930-b254-ca4a-61772eb034c1\": {\n                    \"name\": \"Client handover\",\n                    \"stages\": {\n                        \"887a1189-5b01-6546-6468-82732715e0e4\": {\n                            \"name\": \"Account Manager has been introduced\"\n                        },\n                        \"83647590-872d-2f5a-b029-ac3dd15cde34\": {\n                            \"name\": \"Terms confirmed and accepted\"\n                        }\n                    }\n                },\n                \"d1914071-b68e-c4c6-7bac-e25baeb7827e\": {\n                    \"name\": \"Schedule confirmation\",\n                    \"stages\": {\n                        \"a5b74cf8-9bdb-420a-457d-07901f821a7e\": {\n                            \"name\": \"Implementation schedule has been prepared\"\n                        },\n                        \"714f62ce-7fc4-486b-2939-bdc63ef7b2a1\": {\n                            \"name\": \"Deadlines confirmed with the implementation team\"\n                        },\n                        \"ab28cfb2-c67f-e6bf-9ead-046dabb00834\": {\n                            \"name\": \"Deadlines confirmed with accounting\"\n                        },\n                        \"4c359e0e-f42d-6edb-5142-9347d296cd47\": {\n                            \"name\": \"Deadlines confirmed with the client\"\n                        },\n                        \"96826e0f-330c-3c72-35fd-cc23e55c2136\": {\n                            \"name\": \"Deadlines added to the calendar\"\n                        }\n                    }\n                },\n                \"cb7d8e8f-1acc-4c7e-9079-747d7ab2d48f\": {\n                    \"name\": \"Implementation\",\n                    \"stages\": {\n                        \"c3e49d9f-a423-031c-6f8b-58a954027c17\": {\n                            \"name\": \"Project submitted for approval\"\n                        },\n                        \"3925785f-13a1-a331-b70f-bfdbce4cd55f\": {\n                            \"name\": \"The client accepted the project\"\n                        },\n                        \"eadca2e2-3afe-e5d5-11cc-8cd76dbceb64\": {\n                            \"name\": \"Project handed over for implementation\"\n                        },\n                        \"b494967f-b949-3895-932f-9e4202533532\": {\n                            \"name\": \"The order was carried out\"\n                        },\n                        \"519a1101-d403-58b0-5bcb-27c9711f02af\": {\n                            \"name\": \"Order submitted for client approval\"\n                        },\n                        \"b19cdf48-d28b-ee85-62c1-a0e62f86a97d\": {\n                            \"name\": \"The client submitted comments\"\n                        },\n                        \"3d8222ca-ec83-8977-46dd-ce720902dd5c\": {\n                            \"name\": \"Comments were introduced\"\n                        }\n                    }\n                },\n                \"d3e947c4-6a79-1ea6-19ed-606f5dbcee02\": {\n                    \"name\": \"Completion of order\",\n                    \"stages\": {\n                        \"68078191-df9b-ec50-fc39-1be5d1c37b11\": {\n                            \"name\": \"The client accepted the order\"\n                        },\n                        \"0173a937-44d2-c11d-8c96-650f68e6a779\": {\n                            \"name\": \"Final payment processed\"\n                        }\n                    }\n                }\n            }\n        },\n        \"67afd896-7084-c110-59aa-53076790fa36\": {\n            \"name\": \" Inbound\",\n            \"main_stages\": {\n                \"8d157292-8573-0a80-51e5-4debb8a08de6\": {\n                    \"name\": \"Verification\",\n                    \"stages\": {\n                        \"70f8342d-3cd0-46e3-c6bc-6c08094fb633\": {\n                            \"name\": \"Source of acquisition provided\"\n                        },\n                        \"7948a0ba-ddf6-08ec-a4e7-c91d61283dc3\": {\n                            \"name\": \"Phone number provided\"\n                        },\n                        \"653e1cdd-8309-d84e-d0b1-1f4b31f704e6\": {\n                            \"name\": \"Contact details are verified\"\n                        }\n                    }\n                },\n                \"fe42780e-3b65-28a1-b998-5d849e93ce0d\": {\n                    \"name\": \"Contact attempt\",\n                    \"stages\": {\n                        \"bfff080b-b4ba-04dd-4094-ad05c30a62aa\": {\n                            \"name\": \"Telephone contact # 1\"\n                        },\n                        \"ab8cc7b9-d17d-ae25-a02e-62e2a33a3ee9\": {\n                            \"name\": \"Telephone contact # 2\"\n                        },\n                        \"a06b1da6-72f3-7773-b3ad-1d6edf535490\": {\n                            \"name\": \"SMS sent\"\n                        },\n                        \"c99018fb-ebd9-40a6-30dc-52d8ccf8665a\": {\n                            \"name\": \"Telephone contact # 3\"\n                        },\n                        \"e4e77269-36f8-e797-8d37-5db7107764a7\": {\n                            \"name\": \"Contact via LinkedIn\"\n                        },\n                        \"b8d741a7-15cb-97ed-b6f0-642ad64e2891\": {\n                            \"name\": \"Email sequence sent\"\n                        }\n                    }\n                },\n                \"06ccfabe-8ecc-4d60-af9b-cd3366e9fa2d\": {\n                    \"name\": \"Established contact\",\n                    \"stages\": {\n                        \"e51b9d2c-f9da-33e8-d882-dd35e3baa39c\": {\n                            \"name\": \"Successful contact via email\"\n                        },\n                        \"2ff541ea-73e0-f791-9352-9994248aa4b8\": {\n                            \"name\": \"Successful contact via phone\"\n                        },\n                        \"915df19f-b792-4c2b-cb23-27653a42e625\": {\n                            \"name\": \"Successful contact via Linkedin\"\n                        },\n                        \"a36d551a-78d0-dc4e-7c57-fa5fb4414f79\": {\n                            \"name\": \"Contact with the decision maker\"\n                        }\n                    }\n                },\n                \"e48d7a06-96da-53ee-e655-cd276f1183d2\": {\n                    \"name\": \"Lead Qualified\",\n                    \"stages\": {\n                        \"ce1caea7-e62e-0e80-5732-c0ad2843f62e\": {\n                            \"name\": \"Client has budget\"\n                        },\n                        \"3b801827-b55e-d0a3-a797-4c3f1097c3ba\": {\n                            \"name\": \"Client’s problem can be resolved\"\n                        },\n                        \"a6fcdf06-4ddd-26c4-7449-7b272c3d8f3a\": {\n                            \"name\": \"The decision will be made in less than 90 days\"\n                        }\n                    }\n                },\n                \"88965eb0-51b2-705b-cd20-150e62e7bc34\": {\n                    \"name\": \"Proposal\",\n                    \"stages\": {\n                        \"ce8c28b0-8c35-8630-18da-0863ef3656ca\": {\n                            \"name\": \"Proposal sent\"\n                        },\n                        \"a819e962-fced-4c0e-7e22-cd919d7672e3\": {\n                            \"name\": \"Client meeting occurred (online)\"\n                        },\n                        \"fd763094-1c61-590a-1c97-d2bd16b22ce8\": {\n                            \"name\": \"Client meeting occurred (offline)\"\n                        },\n                        \"5f07c013-8ebb-7bdf-0204-60c9e09d68dd\": {\n                            \"name\": \"Proposal discussed with decision maker\"\n                        },\n                        \"8d71cc1c-b4ae-8a8c-c640-9b4cd6c65b5f\": {\n                            \"name\": \"Client has provided feedback to the proposal\"\n                        }\n                    }\n                },\n                \"f62fb7de-59ae-f548-041f-9f3e19503610\": {\n                    \"name\": \"Confirmation of criteria\",\n                    \"stages\": {\n                        \"b75260f1-2079-b3a2-c804-11b0d4680aed\": {\n                            \"name\": \"The offer is confirmed to be within budget\"\n                        },\n                        \"e74e27a9-f70f-2e73-f039-9c927e28ae9c\": {\n                            \"name\": \"It was confirmed that the offer meets the client’s needs\"\n                        },\n                        \"5bef2faf-0a38-73a9-87d8-e0967e2542b3\": {\n                            \"name\": \"The client asked additional questions\"\n                        }\n                    }\n                },\n                \"48c4ac37-c4d9-e6a6-324b-5b706d07988e\": {\n                    \"name\": \"Decision-making\",\n                    \"stages\": {\n                        \"74abb622-6eda-cab3-03df-4ad62ea13a4d\": {\n                            \"name\": \"The deadline for making a decision has been confirmed\"\n                        },\n                        \"4e27ab8d-4731-df10-abd1-24893f7ac2ca\": {\n                            \"name\": \"The contract template has been sent\"\n                        }\n                    }\n                },\n                \"7709e9c7-a044-8df8-18a5-79a1f82ec032\": {\n                    \"name\": \"Finalization\",\n                    \"stages\": {\n                        \"ac7dd752-72a2-6a85-15ec-76faf27c52a1\": {\n                            \"name\": \"Terms confirmed and accepted\"\n                        },\n                        \"b62ef4a1-286c-5a51-6ae4-062dd966c8b7\": {\n                            \"name\": \"Contract signed\"\n                        }\n                    }\n                }\n            }\n        },\n        \"e2286ed0-aca3-5b1a-92ec-9ce059482dfb\": {\n            \"name\": \"Outbound\",\n            \"main_stages\": {\n                \"ad31dece-9c0f-f30c-3e98-a2b3fa9ba40f\": {\n                    \"name\": \"Data completion\",\n                    \"stages\": {\n                        \"6b103e92-525d-29bc-2102-26292cccec36\": {\n                            \"name\": \"Contact details have been completed\"\n                        },\n                        \"518b3906-bc42-366b-8782-bc33a40f8c23\": {\n                            \"name\": \"The contact person is the decision-maker\"\n                        },\n                        \"b02386b4-45d4-81ac-a27a-5f36d5c1352b\": {\n                            \"name\": \"The phone number is correct\"\n                        },\n                        \"6202a229-23a3-144a-0dfc-7599982b62e6\": {\n                            \"name\": \"The email address is correct\"\n                        },\n                        \"deda42f2-0e11-631d-cc5c-111cc17362fb\": {\n                            \"name\": \"Relevant reason for contact is established \"\n                        }\n                    }\n                },\n                \"d86e1e58-7f1a-fa2b-5121-e19b76795e9c\": {\n                    \"name\": \"Contact attempt\",\n                    \"stages\": {\n                        \"ad4268f2-2526-2782-640b-851a3dd8e413\": {\n                            \"name\": \"Telephone contact\"\n                        },\n                        \"3dabf64f-d073-4fdd-08d9-8abda9571860\": {\n                            \"name\": \"Contact via social media\"\n                        },\n                        \"540467d0-92c0-f4aa-2105-9eb4d4a43fd4\": {\n                            \"name\": \"Contact via email\"\n                        },\n                        \"bb546903-4eeb-9a8e-6df6-1300fb9001be\": {\n                            \"name\": \"Farewell email sent\"\n                        }\n                    }\n                },\n                \"4233a51a-5e3e-8aef-e08b-0fca510e2555\": {\n                    \"name\": \"Established contact\",\n                    \"stages\": {\n                        \"ddea5634-a07d-3be3-38cd-d82d03d0e82a\": {\n                            \"name\": \"Successful contact - telephone\"\n                        },\n                        \"a240bc42-aa0a-f066-ec9a-61e40ea239ea\": {\n                            \"name\": \"Successful contact - email\"\n                        },\n                        \"d679bfd9-ef3d-fa43-5ec3-ad254e2070cd\": {\n                            \"name\": \"Successful contact - social media\"\n                        },\n                        \"bc6bb158-cecc-7421-42a7-d0a4a0e1da5d\": {\n                            \"name\": \"Successful contact - farewell email\"\n                        },\n                        \"671cf722-dba1-58d9-9523-4ba6542bddb7\": {\n                            \"name\": \"Contact with the decision-maker\"\n                        }\n                    }\n                },\n                \"822ae83f-3a1a-ef37-ac18-4ff8c450787d\": {\n                    \"name\": \"Lead qualified\",\n                    \"stages\": {\n                        \"cc61150e-ad0e-dc1e-40c1-7d8768f4d449\": {\n                            \"name\": \"Client has budget\"\n                        },\n                        \"e399b6a5-c85c-eaac-36f7-54e3d1e4e41d\": {\n                            \"name\": \"Client’s problem can be resolved\"\n                        },\n                        \"1ef8a1db-f618-9cf1-8fd5-c991b9c8bab8\": {\n                            \"name\": \"The decision will be made in less than 90 days\"\n                        }\n                    }\n                },\n                \"53c26be6-7fda-b4e7-4bdf-56186253e385\": {\n                    \"name\": \"Lead is interested\",\n                    \"stages\": {\n                        \"9735a84a-7842-3a75-ed55-a23233ec8359\": {\n                            \"name\": \"Client is interested in the offer\"\n                        },\n                        \"fd99a442-ea22-50a1-0691-fb742d1e5633\": {\n                            \"name\": \"The client specified the purchase criteria\"\n                        }\n                    }\n                },\n                \"93ce1c3c-82e9-1896-75c0-625de86a6064\": {\n                    \"name\": \"Proposal\",\n                    \"stages\": {\n                        \"6e2529b2-85fa-2a49-d6b1-947d500ee684\": {\n                            \"name\": \"Proposal sent\"\n                        },\n                        \"8824523b-1a35-2e49-7211-395a897280a4\": {\n                            \"name\": \"Client meeting occurred (online)\"\n                        },\n                        \"b84c080d-10c9-8aec-d05d-2c053fb4600d\": {\n                            \"name\": \"Client meeting occurred (offline)\"\n                        },\n                        \"750cac6d-7bc6-85d0-4054-bfc286913f50\": {\n                            \"name\": \"Proposal discussed with the decision-maker\"\n                        },\n                        \"a19161b7-9604-8288-5a77-0bf4ab42c05d\": {\n                            \"name\": \"Client has provided feedback to the proposal\"\n                        }\n                    }\n                },\n                \"4694c5e8-9720-186d-27a5-506ad26e5ff4\": {\n                    \"name\": \"Confirmation of criteria\",\n                    \"stages\": {\n                        \"ca359c71-16c2-ff91-4169-5082458d9f12\": {\n                            \"name\": \"The proposal is confirmed to be within budget\"\n                        },\n                        \"b2226baa-29c6-a22b-ba76-c2d04682b467\": {\n                            \"name\": \"It was confirmed that the proposal meets the client’s needs\"\n                        },\n                        \"a86010dc-bdad-88fb-7e5d-21096586f645\": {\n                            \"name\": \"The client asked additional questions\"\n                        }\n                    }\n                },\n                \"45466235-1c7c-91f7-f17e-a3618da274ed\": {\n                    \"name\": \"Decision-making\",\n                    \"stages\": {\n                        \"fb3b94cd-15b6-55a5-412c-656e1d24a81f\": {\n                            \"name\": \"The deadline for making a decision has been confirmed\"\n                        },\n                        \"7752b0b2-870a-85ec-d497-fedbd97f7e7b\": {\n                            \"name\": \"The contract template has been sent\"\n                        }\n                    }\n                },\n                \"392388dc-c1ac-bbe6-ef29-99c8ccf525c5\": {\n                    \"name\": \"Finalization\",\n                    \"stages\": {\n                        \"879b56fd-b098-5b57-3b0e-c6465f68961b\": {\n                            \"name\": \"Terms confirmed and accepted\"\n                        },\n                        \"bda83173-d738-89d1-5a9c-9f905b92e4bc\": {\n                            \"name\": \"Contract signed\"\n                        }\n                    }\n                }\n            }\n        },\n        \"1b7c4c9c-b489-5475-11e9-a1798fb367fc\": {\n            \"name\": \"Sales\",\n            \"main_stages\": {\n                \"d872b399-e1d6-10e2-467d-97b487416baa\": {\n                    \"name\": \"Data completion\",\n                    \"stages\": {\n                        \"56020d29-2fdd-ae53-81ee-0df928baf3b4\": {\n                            \"name\": \"Contact info completed\"\n                        },\n                        \"3650c5b7-60ec-2f3a-a358-5f9d0b8c863f\": {\n                            \"name\": \"Contact attempted\"\n                        },\n                        \"5bd13120-0a35-c0f1-24c5-b1bd3505adb3\": {\n                            \"name\": \"Client information completed\"\n                        }\n                    }\n                },\n                \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": {\n                    \"name\": \"Established contact\",\n                    \"stages\": {\n                        \"17e4c7e8-73e5-b27e-6fe2-90d72159f67a\": {\n                            \"name\": \"Contact established - telephone\"\n                        },\n                        \"2d39b768-9bfa-fbc2-a59c-9ef4424ef958\": {\n                            \"name\": \"Contact established - social media\"\n                        },\n                        \"c10813bf-d3e1-3d2e-797f-a6d2ca84304d\": {\n                            \"name\": \"Contact established - email\"\n                        }\n                    }\n                },\n                \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": {\n                    \"name\": \"Lead qualified\",\n                    \"stages\": {\n                        \"1a00b656-a90c-8560-cad2-0c5bcf88b672\": {\n                            \"name\": \"Client has budget\"\n                        },\n                        \"97882031-efce-02d3-5890-2e054313307e\": {\n                            \"name\": \"Client’s problem can be resolved\"\n                        }\n                    }\n                },\n                \"3278d269-0967-18a1-f8a6-b055e0b56c49\": {\n                    \"name\": \"Proposal\",\n                    \"stages\": {\n                        \"4070f1ab-f117-ed95-8d1c-affc54ed6637\": {\n                            \"name\": \"Proposal sent\"\n                        },\n                        \"539c0a0f-c6c3-dc55-bcda-2d725bbb5dfd\": {\n                            \"name\": \"Client meeting occurred (online)\"\n                        },\n                        \"ce61438b-b63d-f832-38ae-748c84e41a03\": {\n                            \"name\": \"Client meeting occurred (offline)\"\n                        },\n                        \"fbbde5bc-380e-c3b4-2fde-d252490792dc\": {\n                            \"name\": \"Proposal discussed with the decision-maker\"\n                        },\n                        \"7f672296-40dc-6e4c-646f-5d8cfe64f238\": {\n                            \"name\": \"Client has provided feedback to the proposal\"\n                        }\n                    }\n                },\n                \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": {\n                    \"name\": \"Finalization\",\n                    \"stages\": {\n                        \"6fffdf0b-16ff-80f8-46ac-3f13f594626a\": {\n                            \"name\": \"Willingness to buy confirmed\"\n                        },\n                        \"9a5c0ec7-6ac2-bc71-87c4-e7b2748acd63\": {\n                            \"name\": \"Terms confirmed and accepted\"\n                        },\n                        \"f90d60b3-51dd-9719-8d01-b845e7931f25\": {\n                            \"name\": \"Contract signed\"\n                        }\n                    }\n                }\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"687aea3c-c854-4866-baca-6908128537f5"}],"id":"3263f3a3-960a-464f-a711-f25b5dd72920","description":"<p>This folder contains requests regarding deals as well as related entities: products and costs.</p>\n","_postman_id":"3263f3a3-960a-464f-a711-f25b5dd72920"},{"name":"Space","item":[{"name":"Get space","id":"984b92a8-cf6b-4704-b774-ea86cda9feab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"space\", // required\n    \"id\": \"\" // required\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Space/get","description":"<p>Get a single space object by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Space","get"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"16ee070a-fe99-4677-81be-bfa4223f14ac","name":"Get space","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"space\",\n    \"id\": \"b6ec4041-99ee-c4e2-5b7b-c54e36f725ec\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Space/get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"space\": {\n            \"id\": \"b6ec4041-99ee-c4e2-5b7b-c54e36f725ec\",\n            \"space_id\": \"b6ec4041-99ee-c4e2-5b7b-c54e36f725ec\",\n            \"url\": \"https://example.livespace.io/Space/index/details/api_id/b6ec4041-99ee-c4e2-5b7b-c54e36f725ec\",\n            \"name\": \"[Project] Website for Delta software\",\n            \"description\": \"Space of the project - website for Delta software. Implementation and ongoing service.\",\n            \"description_long\": \"\",\n            \"created\": \"2025-06-30 10:59:25+02\",\n            \"modified\": \"2025-06-30 18:16:32+02\",\n            \"number\": null,\n            \"description_html\": \"Space of the project - website for Delta software. Implementation and ongoing service.\",\n            \"description_long_html\": \"\",\n            \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n            \"creator_name\": \"John Smith\",\n            \"creator_email\": \"manager@livespace.io\",\n            \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n            \"modifier_name\": \"John Smith\",\n            \"modifier_email\": \"manager@livespace.io\",\n            \"invited\": [\n                {\n                    \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                    \"structure_name\": \"Entire company\",\n                    \"roles\": [\n                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                    ]\n                },\n                {\n                    \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"user_name\": \"John Smith\",\n                    \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                    \"roles\": [\n                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                    ]\n                }\n            ],\n            \"is_admin\": true,\n            \"owner_id\": null,\n            \"owner_name\": null,\n            \"owner_email\": null,\n            \"owner_phone\": null,\n            \"tags\": [],\n            \"dataset\": [],\n            \"dataset_field_name\": [],\n            \"groups\": [],\n            \"relations\": {\n                \"has_deal_project\": 1,\n                \"has_not_deal_project\": 0,\n                \"has_project_contact\": 0,\n                \"has_not_project_contact\": 1,\n                \"has_project_company\": 0,\n                \"has_not_project_company\": 1,\n                \"deal_project\": [\n                    {\n                        \"id\": \"f997f7d3-d69e-adb5-88e6-f06cdea1fe5a\",\n                        \"deal_id\": \"f997f7d3-d69e-adb5-88e6-f06cdea1fe5a\",\n                        \"type\": \"deal\",\n                        \"url\": \"https://example.livespace.io/Deal/deal/details/api_id/f997f7d3-d69e-adb5-88e6-f06cdea1fe5a\",\n                        \"name\": \"Corporate website and service\",\n                        \"note\": \"\",\n                        \"created\": \"2025-06-18 12:01:00+02\",\n                        \"modified\": \"2025-06-11 20:10:15+02\",\n                        \"date_end\": \"2025-01-06\",\n                        \"number\": null,\n                        \"status_change_date\": \"2024-12-24 23:00:00+01\",\n                        \"value_final\": null,\n                        \"cost_final\": null,\n                        \"cost_total\": null,\n                        \"last_active_date\": \"2015-08-18 19:10:15+02\",\n                        \"source_id\": 0,\n                        \"note_html\": \"\",\n                        \"default_currency\": \"USD\",\n                        \"currency\": \"PLN\",\n                        \"probability\": \"95.00\",\n                        \"status\": \"won\",\n                        \"status_name\": \"won\",\n                        \"won_reason_name\": \"The quality of the offer was high\",\n                        \"won_reason_note\": \"\",\n                        \"source_name\": null,\n                        \"creator_id\": \"422865ea-ad3e-6774-a049-2a93bdc9705f\",\n                        \"creator_name\": \"Kate Jones\",\n                        \"creator_email\": \"sales2@livespace.io\",\n                        \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"modifier_name\": \"John Smith\",\n                        \"modifier_email\": \"manager@livespace.io\",\n                        \"invited\": [\n                            {\n                                \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                                \"structure_name\": \"Entire company\",\n                                \"roles\": [\n                                    \"22b76146-6b2c-73b1-c2b1-1fbb52e4fcb2\"\n                                ]\n                            },\n                            {\n                                \"user_id\": \"422865ea-ad3e-6774-a049-2a93bdc9705f\",\n                                \"user_name\": \"Kate Jones\",\n                                \"user_structure_id\": \"1b4330e9-1fe4-295b-8962-c6280cbabe8c\",\n                                \"roles\": [\n                                    \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                                    \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                                ]\n                            },\n                            {\n                                \"user_id\": \"adbe5f0e-1ccc-3a9b-b00f-aa5a2bd0ad27\",\n                                \"user_name\": \"Ann Jackson\",\n                                \"user_structure_id\": \"97dc82ea-f902-7e49-27bd-20f1a4362d2d\",\n                                \"roles\": [\n                                    \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                                ]\n                            }\n                        ],\n                        \"is_admin\": true,\n                        \"owner_id\": \"422865ea-ad3e-6774-a049-2a93bdc9705f\",\n                        \"owner_name\": \"Kate Jones\",\n                        \"owner_email\": \"sales2@livespace.io\",\n                        \"owner_phone\": \"500-000-002\",\n                        \"profit_forecast\": 165000,\n                        \"profit_forecast_without_discount\": 165000,\n                        \"profit_executed\": 135000,\n                        \"profit_executed_without_discount\": 135000,\n                        \"cost_forecast\": 0,\n                        \"cost_forecast_without_discount\": 0,\n                        \"cost_executed\": 0,\n                        \"cost_executed_without_discount\": 0,\n                        \"gain_forecast\": 165000,\n                        \"gain_forecast_without_discount\": 165000,\n                        \"gain_executed\": 135000,\n                        \"gain_executed_without_discount\": 135000,\n                        \"discount_percent_forecast\": 0,\n                        \"discount_percent_executed\": 0,\n                        \"budget_by_company\": [],\n                        \"value\": 165000,\n                        \"budget\": [\n                            {\n                                \"id\": 176,\n                                \"price\": \"30000.00\",\n                                \"amount\": 1,\n                                \"value\": \"30000.00\",\n                                \"value_final\": \"30000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2022-01-27 23:00:00+01\",\n                                \"description\": \"Prognozowana zaliczka\",\n                                \"is_forecast\": 1,\n                                \"is_profit\": 1,\n                                \"cycle_id\": null,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 1,\n                                \"is_profit_forecast\": 1,\n                                \"is_profit_not_forecast\": 0,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 1,\n                                \"is_profit_not_forecast_main\": 1,\n                                \"is_not_profit_forecast_main\": 1,\n                                \"is_not_profit_not_forecast_main\": 1,\n                                \"group_id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n                                \"group_name\": \"Product group\",\n                                \"category_name\": \"Website\",\n                                \"product_name\": \"Website\",\n                                \"product_id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                                \"is_in_cycle\": 0,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 30000\n                            },\n                            {\n                                \"id\": 177,\n                                \"price\": \"30000.00\",\n                                \"amount\": 1,\n                                \"value\": \"30000.00\",\n                                \"value_final\": \"30000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2022-03-29 00:00:00+02\",\n                                \"description\": \"Rozliczenie po zakończeniu etapu 1\",\n                                \"is_forecast\": 1,\n                                \"is_profit\": 1,\n                                \"cycle_id\": null,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 1,\n                                \"is_profit_forecast\": 1,\n                                \"is_profit_not_forecast\": 0,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 1,\n                                \"is_profit_not_forecast_main\": 1,\n                                \"is_not_profit_forecast_main\": 1,\n                                \"is_not_profit_not_forecast_main\": 1,\n                                \"group_id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n                                \"group_name\": \"Product group\",\n                                \"category_name\": \"Website\",\n                                \"product_name\": \"Website\",\n                                \"product_id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                                \"is_in_cycle\": 0,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 30000\n                            },\n                            {\n                                \"id\": 919,\n                                \"price\": \"30000.00\",\n                                \"amount\": 1,\n                                \"value\": \"30000.00\",\n                                \"value_final\": \"30000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2022-01-21 23:00:00+01\",\n                                \"description\": \"\",\n                                \"is_forecast\": 0,\n                                \"is_profit\": 1,\n                                \"cycle_id\": null,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 1,\n                                \"is_profit_forecast\": 0,\n                                \"is_profit_not_forecast\": 1,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 0,\n                                \"is_profit_not_forecast_main\": 0,\n                                \"is_not_profit_forecast_main\": 0,\n                                \"is_not_profit_not_forecast_main\": 0,\n                                \"group_id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n                                \"group_name\": \"Product group\",\n                                \"category_name\": \"Website\",\n                                \"product_name\": \"Website\",\n                                \"product_id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                                \"is_in_cycle\": 0,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 30000\n                            },\n                            {\n                                \"id\": 920,\n                                \"price\": \"30000.00\",\n                                \"amount\": 1,\n                                \"value\": \"30000.00\",\n                                \"value_final\": \"30000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2022-04-22 00:00:00+02\",\n                                \"description\": \"\",\n                                \"is_forecast\": 0,\n                                \"is_profit\": 1,\n                                \"cycle_id\": null,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 1,\n                                \"is_profit_forecast\": 0,\n                                \"is_profit_not_forecast\": 1,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 0,\n                                \"is_profit_not_forecast_main\": 0,\n                                \"is_not_profit_forecast_main\": 0,\n                                \"is_not_profit_not_forecast_main\": 0,\n                                \"group_id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n                                \"group_name\": \"Product group\",\n                                \"category_name\": \"Website\",\n                                \"product_name\": \"Website\",\n                                \"product_id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                                \"is_in_cycle\": 0,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 30000\n                            },\n                            {\n                                \"id\": 924,\n                                \"price\": \"5000.00\",\n                                \"amount\": 1,\n                                \"value\": \"5000.00\",\n                                \"value_final\": \"5000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2022-05-15 00:00:00+02\",\n                                \"description\": \"\",\n                                \"is_forecast\": 0,\n                                \"is_profit\": 1,\n                                \"cycle_id\": null,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 1,\n                                \"is_profit_forecast\": 0,\n                                \"is_profit_not_forecast\": 1,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 0,\n                                \"is_profit_not_forecast_main\": 0,\n                                \"is_not_profit_forecast_main\": 0,\n                                \"is_not_profit_not_forecast_main\": 0,\n                                \"category_name\": \"New product name\",\n                                \"product_name\": \"New product name\",\n                                \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                \"is_in_cycle\": 0,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 5000\n                            },\n                            {\n                                \"id\": 925,\n                                \"price\": \"5000.00\",\n                                \"amount\": 1,\n                                \"value\": \"5000.00\",\n                                \"value_final\": \"5000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2022-06-15 01:00:00+02\",\n                                \"description\": \"\",\n                                \"is_forecast\": 0,\n                                \"is_profit\": 1,\n                                \"cycle_id\": null,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 1,\n                                \"is_profit_forecast\": 0,\n                                \"is_profit_not_forecast\": 1,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 0,\n                                \"is_profit_not_forecast_main\": 0,\n                                \"is_not_profit_forecast_main\": 0,\n                                \"is_not_profit_not_forecast_main\": 0,\n                                \"category_name\": \"New product name\",\n                                \"product_name\": \"New product name\",\n                                \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                \"is_in_cycle\": 0,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 5000\n                            },\n                            {\n                                \"id\": 968,\n                                \"price\": \"5000.00\",\n                                \"amount\": 1,\n                                \"value\": \"5000.00\",\n                                \"value_final\": \"5000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2022-03-29 00:00:00+02\",\n                                \"description\": \"\",\n                                \"is_forecast\": 0,\n                                \"is_profit\": 1,\n                                \"cycle_id\": null,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 1,\n                                \"is_profit_forecast\": 0,\n                                \"is_profit_not_forecast\": 1,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 0,\n                                \"is_profit_not_forecast_main\": 0,\n                                \"is_not_profit_forecast_main\": 0,\n                                \"is_not_profit_not_forecast_main\": 0,\n                                \"category_name\": \"New product name\",\n                                \"product_name\": \"New product name\",\n                                \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                \"is_in_cycle\": 0,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 5000\n                            },\n                            {\n                                \"id\": 994,\n                                \"price\": \"15000.00\",\n                                \"amount\": 1,\n                                \"value\": \"15000.00\",\n                                \"value_final\": \"15000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2021-11-28 23:00:00+01\",\n                                \"description\": \"\",\n                                \"is_forecast\": 1,\n                                \"is_profit\": 1,\n                                \"cycle_id\": null,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 1,\n                                \"is_profit_forecast\": 1,\n                                \"is_profit_not_forecast\": 0,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 1,\n                                \"is_profit_not_forecast_main\": 1,\n                                \"is_not_profit_forecast_main\": 1,\n                                \"is_not_profit_not_forecast_main\": 1,\n                                \"group_id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n                                \"group_name\": \"Product group\",\n                                \"category_name\": \"Visual identity\",\n                                \"product_name\": \"Visual identity\",\n                                \"product_id\": \"0c5bdcd2-0131-61f9-0489-1793683eee01\",\n                                \"is_in_cycle\": 0,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 15000\n                            },\n                            {\n                                \"id\": 995,\n                                \"price\": \"15000.00\",\n                                \"amount\": 1,\n                                \"value\": \"15000.00\",\n                                \"value_final\": \"15000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2021-11-28 23:00:00+01\",\n                                \"description\": \"\",\n                                \"is_forecast\": 0,\n                                \"is_profit\": 1,\n                                \"cycle_id\": null,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 1,\n                                \"is_profit_forecast\": 0,\n                                \"is_profit_not_forecast\": 1,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 0,\n                                \"is_profit_not_forecast_main\": 0,\n                                \"is_not_profit_forecast_main\": 0,\n                                \"is_not_profit_not_forecast_main\": 0,\n                                \"group_id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n                                \"group_name\": \"Product group\",\n                                \"category_name\": \"Visual identity\",\n                                \"product_name\": \"Visual identity\",\n                                \"product_id\": \"0c5bdcd2-0131-61f9-0489-1793683eee01\",\n                                \"is_in_cycle\": 0,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 15000\n                            },\n                            {\n                                \"id\": 996,\n                                \"price\": \"5000.00\",\n                                \"amount\": 1,\n                                \"value\": \"5000.00\",\n                                \"value_final\": \"5000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2022-03-29 00:00:00+02\",\n                                \"description\": \"\",\n                                \"is_forecast\": 1,\n                                \"is_profit\": 1,\n                                \"cycle_id\": 27,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 1,\n                                \"is_profit_forecast\": 1,\n                                \"is_profit_not_forecast\": 0,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 1,\n                                \"is_profit_not_forecast_main\": 1,\n                                \"is_not_profit_forecast_main\": 1,\n                                \"is_not_profit_not_forecast_main\": 1,\n                                \"category_name\": \"New product name\",\n                                \"product_name\": \"New product name\",\n                                \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                \"is_in_cycle\": 1,\n                                \"is_main_in_cycle\": 1,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 5000,\n                                \"cycle_count\": 12,\n                                \"cycle_value_final\": 60000,\n                                \"cycle_amount\": 1\n                            },\n                            {\n                                \"id\": 997,\n                                \"price\": \"5000.00\",\n                                \"amount\": 0,\n                                \"value\": \"5000.00\",\n                                \"value_final\": \"5000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2022-04-29 00:00:00+02\",\n                                \"description\": \"\",\n                                \"is_forecast\": 1,\n                                \"is_profit\": 1,\n                                \"cycle_id\": 27,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 0,\n                                \"is_profit_forecast\": 1,\n                                \"is_profit_not_forecast\": 0,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 0,\n                                \"is_profit_not_forecast_main\": 0,\n                                \"is_not_profit_forecast_main\": 0,\n                                \"is_not_profit_not_forecast_main\": 0,\n                                \"category_name\": \"New product name\",\n                                \"product_name\": \"New product name\",\n                                \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                \"is_in_cycle\": 1,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 5000,\n                                \"cycle_count\": 12,\n                                \"cycle_value_final\": 60000,\n                                \"cycle_amount\": 1\n                            },\n                            {\n                                \"id\": 998,\n                                \"price\": \"5000.00\",\n                                \"amount\": 0,\n                                \"value\": \"5000.00\",\n                                \"value_final\": \"5000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2022-05-29 01:00:00+02\",\n                                \"description\": \"\",\n                                \"is_forecast\": 1,\n                                \"is_profit\": 1,\n                                \"cycle_id\": 27,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 0,\n                                \"is_profit_forecast\": 1,\n                                \"is_profit_not_forecast\": 0,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 0,\n                                \"is_profit_not_forecast_main\": 0,\n                                \"is_not_profit_forecast_main\": 0,\n                                \"is_not_profit_not_forecast_main\": 0,\n                                \"category_name\": \"New product name\",\n                                \"product_name\": \"New product name\",\n                                \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                \"is_in_cycle\": 1,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 5000,\n                                \"cycle_count\": 12,\n                                \"cycle_value_final\": 60000,\n                                \"cycle_amount\": 1\n                            },\n                            {\n                                \"id\": 999,\n                                \"price\": \"5000.00\",\n                                \"amount\": 0,\n                                \"value\": \"5000.00\",\n                                \"value_final\": \"5000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2022-06-29 01:00:00+02\",\n                                \"description\": \"\",\n                                \"is_forecast\": 1,\n                                \"is_profit\": 1,\n                                \"cycle_id\": 27,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 0,\n                                \"is_profit_forecast\": 1,\n                                \"is_profit_not_forecast\": 0,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 0,\n                                \"is_profit_not_forecast_main\": 0,\n                                \"is_not_profit_forecast_main\": 0,\n                                \"is_not_profit_not_forecast_main\": 0,\n                                \"category_name\": \"New product name\",\n                                \"product_name\": \"New product name\",\n                                \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                \"is_in_cycle\": 1,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 5000,\n                                \"cycle_count\": 12,\n                                \"cycle_value_final\": 60000,\n                                \"cycle_amount\": 1\n                            },\n                            {\n                                \"id\": 1000,\n                                \"price\": \"5000.00\",\n                                \"amount\": 0,\n                                \"value\": \"5000.00\",\n                                \"value_final\": \"5000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2022-07-29 01:00:00+02\",\n                                \"description\": \"\",\n                                \"is_forecast\": 1,\n                                \"is_profit\": 1,\n                                \"cycle_id\": 27,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 0,\n                                \"is_profit_forecast\": 1,\n                                \"is_profit_not_forecast\": 0,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 0,\n                                \"is_profit_not_forecast_main\": 0,\n                                \"is_not_profit_forecast_main\": 0,\n                                \"is_not_profit_not_forecast_main\": 0,\n                                \"category_name\": \"New product name\",\n                                \"product_name\": \"New product name\",\n                                \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                \"is_in_cycle\": 1,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 5000,\n                                \"cycle_count\": 12,\n                                \"cycle_value_final\": 60000,\n                                \"cycle_amount\": 1\n                            },\n                            {\n                                \"id\": 1001,\n                                \"price\": \"5000.00\",\n                                \"amount\": 0,\n                                \"value\": \"5000.00\",\n                                \"value_final\": \"5000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2022-08-29 01:00:00+02\",\n                                \"description\": \"\",\n                                \"is_forecast\": 1,\n                                \"is_profit\": 1,\n                                \"cycle_id\": 27,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 0,\n                                \"is_profit_forecast\": 1,\n                                \"is_profit_not_forecast\": 0,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 0,\n                                \"is_profit_not_forecast_main\": 0,\n                                \"is_not_profit_forecast_main\": 0,\n                                \"is_not_profit_not_forecast_main\": 0,\n                                \"category_name\": \"New product name\",\n                                \"product_name\": \"New product name\",\n                                \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                \"is_in_cycle\": 1,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 5000,\n                                \"cycle_count\": 12,\n                                \"cycle_value_final\": 60000,\n                                \"cycle_amount\": 1\n                            },\n                            {\n                                \"id\": 1002,\n                                \"price\": \"5000.00\",\n                                \"amount\": 0,\n                                \"value\": \"5000.00\",\n                                \"value_final\": \"5000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2022-09-29 01:00:00+02\",\n                                \"description\": \"\",\n                                \"is_forecast\": 1,\n                                \"is_profit\": 1,\n                                \"cycle_id\": 27,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 0,\n                                \"is_profit_forecast\": 1,\n                                \"is_profit_not_forecast\": 0,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 0,\n                                \"is_profit_not_forecast_main\": 0,\n                                \"is_not_profit_forecast_main\": 0,\n                                \"is_not_profit_not_forecast_main\": 0,\n                                \"category_name\": \"New product name\",\n                                \"product_name\": \"New product name\",\n                                \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                \"is_in_cycle\": 1,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 5000,\n                                \"cycle_count\": 12,\n                                \"cycle_value_final\": 60000,\n                                \"cycle_amount\": 1\n                            },\n                            {\n                                \"id\": 1003,\n                                \"price\": \"5000.00\",\n                                \"amount\": 0,\n                                \"value\": \"5000.00\",\n                                \"value_final\": \"5000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2022-10-29 00:00:00+02\",\n                                \"description\": \"\",\n                                \"is_forecast\": 1,\n                                \"is_profit\": 1,\n                                \"cycle_id\": 27,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 0,\n                                \"is_profit_forecast\": 1,\n                                \"is_profit_not_forecast\": 0,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 0,\n                                \"is_profit_not_forecast_main\": 0,\n                                \"is_not_profit_forecast_main\": 0,\n                                \"is_not_profit_not_forecast_main\": 0,\n                                \"category_name\": \"New product name\",\n                                \"product_name\": \"New product name\",\n                                \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                \"is_in_cycle\": 1,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 5000,\n                                \"cycle_count\": 12,\n                                \"cycle_value_final\": 60000,\n                                \"cycle_amount\": 1\n                            },\n                            {\n                                \"id\": 1004,\n                                \"price\": \"5000.00\",\n                                \"amount\": 0,\n                                \"value\": \"5000.00\",\n                                \"value_final\": \"5000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2022-11-28 23:00:00+01\",\n                                \"description\": \"\",\n                                \"is_forecast\": 1,\n                                \"is_profit\": 1,\n                                \"cycle_id\": 27,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 0,\n                                \"is_profit_forecast\": 1,\n                                \"is_profit_not_forecast\": 0,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 0,\n                                \"is_profit_not_forecast_main\": 0,\n                                \"is_not_profit_forecast_main\": 0,\n                                \"is_not_profit_not_forecast_main\": 0,\n                                \"category_name\": \"New product name\",\n                                \"product_name\": \"New product name\",\n                                \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                \"is_in_cycle\": 1,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 5000,\n                                \"cycle_count\": 12,\n                                \"cycle_value_final\": 60000,\n                                \"cycle_amount\": 1\n                            },\n                            {\n                                \"id\": 1005,\n                                \"price\": \"5000.00\",\n                                \"amount\": 0,\n                                \"value\": \"5000.00\",\n                                \"value_final\": \"5000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2022-12-28 23:00:00+01\",\n                                \"description\": \"\",\n                                \"is_forecast\": 1,\n                                \"is_profit\": 1,\n                                \"cycle_id\": 27,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 0,\n                                \"is_profit_forecast\": 1,\n                                \"is_profit_not_forecast\": 0,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 0,\n                                \"is_profit_not_forecast_main\": 0,\n                                \"is_not_profit_forecast_main\": 0,\n                                \"is_not_profit_not_forecast_main\": 0,\n                                \"category_name\": \"New product name\",\n                                \"product_name\": \"New product name\",\n                                \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                \"is_in_cycle\": 1,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 5000,\n                                \"cycle_count\": 12,\n                                \"cycle_value_final\": 60000,\n                                \"cycle_amount\": 1\n                            },\n                            {\n                                \"id\": 1006,\n                                \"price\": \"5000.00\",\n                                \"amount\": 0,\n                                \"value\": \"5000.00\",\n                                \"value_final\": \"5000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2023-01-28 23:00:00+01\",\n                                \"description\": \"\",\n                                \"is_forecast\": 1,\n                                \"is_profit\": 1,\n                                \"cycle_id\": 27,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 0,\n                                \"is_profit_forecast\": 1,\n                                \"is_profit_not_forecast\": 0,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 0,\n                                \"is_profit_not_forecast_main\": 0,\n                                \"is_not_profit_forecast_main\": 0,\n                                \"is_not_profit_not_forecast_main\": 0,\n                                \"category_name\": \"New product name\",\n                                \"product_name\": \"New product name\",\n                                \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                \"is_in_cycle\": 1,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 5000,\n                                \"cycle_count\": 12,\n                                \"cycle_value_final\": 60000,\n                                \"cycle_amount\": 1\n                            },\n                            {\n                                \"id\": 1007,\n                                \"price\": \"5000.00\",\n                                \"amount\": 0,\n                                \"value\": \"5000.00\",\n                                \"value_final\": \"5000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2023-02-28 23:00:00+01\",\n                                \"description\": \"\",\n                                \"is_forecast\": 1,\n                                \"is_profit\": 1,\n                                \"cycle_id\": 27,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 0,\n                                \"is_profit_forecast\": 1,\n                                \"is_profit_not_forecast\": 0,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 0,\n                                \"is_profit_not_forecast_main\": 0,\n                                \"is_not_profit_forecast_main\": 0,\n                                \"is_not_profit_not_forecast_main\": 0,\n                                \"category_name\": \"New product name\",\n                                \"product_name\": \"New product name\",\n                                \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                \"is_in_cycle\": 1,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 5000,\n                                \"cycle_count\": 12,\n                                \"cycle_value_final\": 60000,\n                                \"cycle_amount\": 1\n                            },\n                            {\n                                \"id\": 1112,\n                                \"price\": \"30000.00\",\n                                \"amount\": 1,\n                                \"value\": \"30000.00\",\n                                \"value_final\": \"30000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2022-05-20 00:00:00+02\",\n                                \"description\": \"Rozliczenie po zakończeniu etapu II\",\n                                \"is_forecast\": 1,\n                                \"is_profit\": 1,\n                                \"cycle_id\": null,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 1,\n                                \"is_profit_forecast\": 1,\n                                \"is_profit_not_forecast\": 0,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 1,\n                                \"is_profit_not_forecast_main\": 1,\n                                \"is_not_profit_forecast_main\": 1,\n                                \"is_not_profit_not_forecast_main\": 1,\n                                \"group_id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n                                \"group_name\": \"Product group\",\n                                \"category_name\": \"Website\",\n                                \"product_name\": \"Website\",\n                                \"product_id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                                \"is_in_cycle\": 0,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 30000\n                            },\n                            {\n                                \"id\": 1113,\n                                \"price\": \"30000.00\",\n                                \"amount\": 1,\n                                \"value\": \"30000.00\",\n                                \"value_final\": \"30000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2022-05-20 00:00:00+02\",\n                                \"description\": \"Rozliczenie po zakończeniu etapu II\",\n                                \"is_forecast\": 0,\n                                \"is_profit\": 1,\n                                \"cycle_id\": null,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 1,\n                                \"is_profit_forecast\": 0,\n                                \"is_profit_not_forecast\": 1,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 0,\n                                \"is_profit_not_forecast_main\": 0,\n                                \"is_not_profit_forecast_main\": 0,\n                                \"is_not_profit_not_forecast_main\": 0,\n                                \"group_id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n                                \"group_name\": \"Product group\",\n                                \"category_name\": \"Website\",\n                                \"product_name\": \"Website\",\n                                \"product_id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                                \"is_in_cycle\": 0,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 30000\n                            },\n                            {\n                                \"id\": 1151,\n                                \"price\": \"15000.00\",\n                                \"amount\": 1,\n                                \"value\": \"15000.00\",\n                                \"value_final\": \"15000.00\",\n                                \"margin_percent\": \"0.00000\",\n                                \"date\": \"2021-11-28 23:00:00+01\",\n                                \"description\": \"\",\n                                \"is_forecast\": 0,\n                                \"is_profit\": 1,\n                                \"cycle_id\": null,\n                                \"currency\": \"USD\",\n                                \"discount_type\": \"None\",\n                                \"discount_symbol\": \"\",\n                                \"discount_percent\": \"0,00\",\n                                \"is_main\": 1,\n                                \"is_profit_forecast\": 0,\n                                \"is_profit_not_forecast\": 1,\n                                \"is_not_profit_forecast\": 0,\n                                \"is_not_profit_not_forecast\": 0,\n                                \"is_profit_forecast_main\": 0,\n                                \"is_profit_not_forecast_main\": 0,\n                                \"is_not_profit_forecast_main\": 0,\n                                \"is_not_profit_not_forecast_main\": 0,\n                                \"group_id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n                                \"group_name\": \"Product group\",\n                                \"category_name\": \"Visual identity\",\n                                \"product_name\": \"Visual identity\",\n                                \"product_id\": \"0c5bdcd2-0131-61f9-0489-1793683eee01\",\n                                \"is_in_cycle\": 0,\n                                \"is_main_in_cycle\": 0,\n                                \"dataset\": [],\n                                \"sku\": null,\n                                \"price_final\": 15000\n                            }\n                        ],\n                        \"categories\": [\n                            \"Website\",\n                            \"New product name\",\n                            \"Visual identity\"\n                        ],\n                        \"products\": [\n                            \"Website\",\n                            \"New product name\",\n                            \"Visual identity\"\n                        ],\n                        \"costs\": [],\n                        \"budget_dataset_fieldname\": [],\n                        \"budget_dataset_summary\": [],\n                        \"profit_forecast_amount\": 5,\n                        \"profit_executed_amount\": 8,\n                        \"company\": [],\n                        \"contact\": [],\n                        \"company_id\": \"04e76d34-3cd2-80c5-4183-08d5c45d31fa\",\n                        \"company_name\": \"Delta Software\",\n                        \"company_nip\": null,\n                        \"process_id\": \"1b7c4c9c-b489-5475-11e9-a1798fb367fc\",\n                        \"process_name\": \"Sales\",\n                        \"stage_id\": \"3278d269-0967-18a1-f8a6-b055e0b56c49\",\n                        \"stage_name\": \"Proposal\",\n                        \"substage_id\": \"7f672296-40dc-6e4c-646f-5d8cfe64f238\",\n                        \"substage_name\": \"Client has provided feedback to the proposal\",\n                        \"stages_all\": {\n                            \"d872b399-e1d6-10e2-467d-97b487416baa\": \"Data completion\",\n                            \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": \"Established contact\",\n                            \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": \"Lead qualified\",\n                            \"3278d269-0967-18a1-f8a6-b055e0b56c49\": \"Proposal\",\n                            \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": \"Finalization\"\n                        },\n                        \"substages\": {\n                            \"d872b399-e1d6-10e2-467d-97b487416baa\": {\n                                \"56020d29-2fdd-ae53-81ee-0df928baf3b4\": \"Contact info completed\",\n                                \"3650c5b7-60ec-2f3a-a358-5f9d0b8c863f\": \"Contact attempted\"\n                            },\n                            \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": {\n                                \"17e4c7e8-73e5-b27e-6fe2-90d72159f67a\": \"Contact established - telephone\",\n                                \"2d39b768-9bfa-fbc2-a59c-9ef4424ef958\": \"Contact established - social media\"\n                            },\n                            \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": {\n                                \"1a00b656-a90c-8560-cad2-0c5bcf88b672\": \"Client has budget\",\n                                \"97882031-efce-02d3-5890-2e054313307e\": \"Client’s problem can be resolved\"\n                            },\n                            \"3278d269-0967-18a1-f8a6-b055e0b56c49\": {\n                                \"4070f1ab-f117-ed95-8d1c-affc54ed6637\": \"Proposal sent\",\n                                \"539c0a0f-c6c3-dc55-bcda-2d725bbb5dfd\": \"Client meeting occurred (online)\",\n                                \"fbbde5bc-380e-c3b4-2fde-d252490792dc\": \"Proposal discussed with the decision-maker\",\n                                \"7f672296-40dc-6e4c-646f-5d8cfe64f238\": \"Client has provided feedback to the proposal\"\n                            },\n                            \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": []\n                        },\n                        \"substages_all\": {\n                            \"d872b399-e1d6-10e2-467d-97b487416baa\": {\n                                \"56020d29-2fdd-ae53-81ee-0df928baf3b4\": \"Contact info completed\",\n                                \"3650c5b7-60ec-2f3a-a358-5f9d0b8c863f\": \"Contact attempted\",\n                                \"5bd13120-0a35-c0f1-24c5-b1bd3505adb3\": \"Client information completed\"\n                            },\n                            \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": {\n                                \"17e4c7e8-73e5-b27e-6fe2-90d72159f67a\": \"Contact established - telephone\",\n                                \"2d39b768-9bfa-fbc2-a59c-9ef4424ef958\": \"Contact established - social media\",\n                                \"c10813bf-d3e1-3d2e-797f-a6d2ca84304d\": \"Contact established - email\"\n                            },\n                            \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": {\n                                \"1a00b656-a90c-8560-cad2-0c5bcf88b672\": \"Client has budget\",\n                                \"97882031-efce-02d3-5890-2e054313307e\": \"Client’s problem can be resolved\"\n                            },\n                            \"3278d269-0967-18a1-f8a6-b055e0b56c49\": {\n                                \"4070f1ab-f117-ed95-8d1c-affc54ed6637\": \"Proposal sent\",\n                                \"539c0a0f-c6c3-dc55-bcda-2d725bbb5dfd\": \"Client meeting occurred (online)\",\n                                \"ce61438b-b63d-f832-38ae-748c84e41a03\": \"Client meeting occurred (offline)\",\n                                \"fbbde5bc-380e-c3b4-2fde-d252490792dc\": \"Proposal discussed with the decision-maker\",\n                                \"7f672296-40dc-6e4c-646f-5d8cfe64f238\": \"Client has provided feedback to the proposal\"\n                            },\n                            \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": {\n                                \"6fffdf0b-16ff-80f8-46ac-3f13f594626a\": \"Willingness to buy confirmed\",\n                                \"9a5c0ec7-6ac2-bc71-87c4-e7b2748acd63\": \"Terms confirmed and accepted\",\n                                \"f90d60b3-51dd-9719-8d01-b845e7931f25\": \"Contract signed\"\n                            }\n                        },\n                        \"tags\": [],\n                        \"groups\": [],\n                        \"groups_id\": [],\n                        \"dataset\": {\n                            \"c4876d87-4729-d1c4-b09c-e3d4a6a00f36\": null\n                        },\n                        \"dataset_field_name\": {\n                            \"c4876d87-4729-d1c4-b09c-e3d4a6a00f36\": \"Custom field\"\n                        }\n                    }\n                ]\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"984b92a8-cf6b-4704-b774-ea86cda9feab"},{"name":"Get multiple spaces","id":"3adebc27-00fa-4a97-a4ed-3f446a303cc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"space\", // required\n    \"names\": \"\",\n    \"created\": {\n        \"from\": \"\",\n        \"to\": \"\"\n    },\n    \"modified\": \"\",\n    \"cond\": \"\",\n    \"tags\": \"\",\n    \"tags_conditions\": \"\",\n    \"limit\": \"\",\n    \"offset\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Space/getAll","description":"<p>Get multiple spaces meeting set conditions.</p>\n<p>At least one condition is required.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Space","getAll"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"69600da9-f8ce-44a5-b6db-82219f877a74","name":"Get multiple spaces by name","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"space\",\n    \"names\": \"[Project]\",\n    \"tags_conditions\": \"\",\n    \"limit\": 10,\n    \"offset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Space/getAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"space\": [\n            {\n                \"id\": \"d3d73dea-463c-6e56-f9ad-9521f3d35309\",\n                \"space_id\": \"d3d73dea-463c-6e56-f9ad-9521f3d35309\",\n                \"url\": \"https://example.livespace.io/Space/index/details/api_id/d3d73dea-463c-6e56-f9ad-9521f3d35309\",\n                \"name\": \"[Project] Website for Aret\",\n                \"description\": \"\",\n                \"description_long\": \"\",\n                \"created\": \"2025-06-30 18:24:09+02\",\n                \"modified\": \"2025-06-30 18:24:09+02\",\n                \"number\": null,\n                \"description_html\": \"\",\n                \"description_long_html\": \"\",\n                \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"creator_name\": \"John Smith\",\n                \"creator_email\": \"manager@livespace.io\",\n                \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"modifier_name\": \"John Smith\",\n                \"modifier_email\": \"manager@livespace.io\",\n                \"invited\": [\n                    {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"structure_name\": \"Entire company\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                        ]\n                    },\n                    {\n                        \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"user_name\": \"John Smith\",\n                        \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                        ]\n                    },\n                    {\n                        \"user_id\": \"14fbcfe0-c949-6026-a9da-3b3dde8df6e8\",\n                        \"user_name\": \"Gloria Wright\",\n                        \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                        ]\n                    }\n                ],\n                \"is_admin\": true,\n                \"owner_id\": null,\n                \"owner_name\": null,\n                \"owner_email\": null,\n                \"owner_phone\": null,\n                \"tags\": [],\n                \"dataset\": [],\n                \"dataset_field_name\": [],\n                \"groups\": [],\n                \"relations\": {\n                    \"has_deal_project\": 1,\n                    \"has_not_deal_project\": 0,\n                    \"has_project_contact\": 0,\n                    \"has_not_project_contact\": 1,\n                    \"has_project_company\": 0,\n                    \"has_not_project_company\": 1,\n                    \"deal_project\": [\n                        {\n                            \"id\": \"7315b1bf-56d2-bfc9-dce0-9f46d8621c67\",\n                            \"deal_id\": \"7315b1bf-56d2-bfc9-dce0-9f46d8621c67\",\n                            \"type\": \"deal\",\n                            \"url\": \"https://example.livespace.io/Deal/deal/details/api_id/7315b1bf-56d2-bfc9-dce0-9f46d8621c67\",\n                            \"name\": \"Website and constant service \",\n                            \"note\": \"\",\n                            \"created\": \"2025-06-30 16:55:01+02\",\n                            \"modified\": \"2025-06-30 12:24:49+02\",\n                            \"date_end\": \"2025-07-19\",\n                            \"number\": null,\n                            \"status_change_date\": \"2025-06-29 01:00:00+02\",\n                            \"value_final\": null,\n                            \"cost_final\": null,\n                            \"cost_total\": null,\n                            \"last_active_date\": \"2017-07-20 11:24:50+02\",\n                            \"source_id\": 0,\n                            \"note_html\": \"\",\n                            \"default_currency\": \"USD\",\n                            \"currency\": \"USD\",\n                            \"probability\": \"70.00\",\n                            \"status\": \"won\",\n                            \"status_name\": \"won\",\n                            \"won_reason_name\": \"Short term of execution\",\n                            \"won_reason_note\": \"\",\n                            \"source_name\": null,\n                            \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                            \"creator_name\": \"John Smith\",\n                            \"creator_email\": \"manager@livespace.io\",\n                            \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                            \"modifier_name\": \"John Smith\",\n                            \"modifier_email\": \"manager@livespace.io\",\n                            \"invited\": [\n                                {\n                                    \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                                    \"structure_name\": \"Entire company\",\n                                    \"roles\": [\n                                        \"22b76146-6b2c-73b1-c2b1-1fbb52e4fcb2\"\n                                    ]\n                                },\n                                {\n                                    \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                                    \"user_name\": \"John Smith\",\n                                    \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                                    \"roles\": [\n                                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                                        \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                                    ]\n                                }\n                            ],\n                            \"is_admin\": true,\n                            \"owner_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                            \"owner_name\": \"John Smith\",\n                            \"owner_email\": \"manager@livespace.io\",\n                            \"owner_phone\": \"\",\n                            \"profit_forecast\": 116000,\n                            \"profit_forecast_without_discount\": 116000,\n                            \"profit_executed\": 40000,\n                            \"profit_executed_without_discount\": 40000,\n                            \"cost_forecast\": 0,\n                            \"cost_forecast_without_discount\": 0,\n                            \"cost_executed\": 0,\n                            \"cost_executed_without_discount\": 0,\n                            \"gain_forecast\": 116000,\n                            \"gain_forecast_without_discount\": 116000,\n                            \"gain_executed\": 40000,\n                            \"gain_executed_without_discount\": 40000,\n                            \"discount_percent_forecast\": 0,\n                            \"discount_percent_executed\": 0,\n                            \"budget_by_company\": [],\n                            \"value\": 116000,\n                            \"budget\": [\n                                {\n                                    \"id\": 1114,\n                                    \"price\": \"40000.00\",\n                                    \"amount\": 1,\n                                    \"value\": \"40000.00\",\n                                    \"value_final\": \"40000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-06-15 01:00:00+02\",\n                                    \"description\": \"Strona - etap I\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": null,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 1,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 1,\n                                    \"is_profit_not_forecast_main\": 1,\n                                    \"is_not_profit_forecast_main\": 1,\n                                    \"is_not_profit_not_forecast_main\": 1,\n                                    \"group_id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n                                    \"group_name\": \"Product group\",\n                                    \"category_name\": \"Website\",\n                                    \"product_name\": \"Website\",\n                                    \"product_id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                                    \"is_in_cycle\": 0,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 40000\n                                },\n                                {\n                                    \"id\": 1115,\n                                    \"price\": \"40000.00\",\n                                    \"amount\": 1,\n                                    \"value\": \"40000.00\",\n                                    \"value_final\": \"40000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-08-27 01:00:00+02\",\n                                    \"description\": \"Strona - etap II\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": null,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 1,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 1,\n                                    \"is_profit_not_forecast_main\": 1,\n                                    \"is_not_profit_forecast_main\": 1,\n                                    \"is_not_profit_not_forecast_main\": 1,\n                                    \"group_id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n                                    \"group_name\": \"Product group\",\n                                    \"category_name\": \"Website\",\n                                    \"product_name\": \"Website\",\n                                    \"product_id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                                    \"is_in_cycle\": 0,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 40000\n                                },\n                                {\n                                    \"id\": 1116,\n                                    \"price\": \"3000.00\",\n                                    \"amount\": 1,\n                                    \"value\": \"3000.00\",\n                                    \"value_final\": \"3000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-08-29 01:00:00+02\",\n                                    \"description\": \"Obsługa stała\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 28,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 1,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 1,\n                                    \"is_profit_not_forecast_main\": 1,\n                                    \"is_not_profit_forecast_main\": 1,\n                                    \"is_not_profit_not_forecast_main\": 1,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 1,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 3000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 36000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1128,\n                                    \"price\": \"40000.00\",\n                                    \"amount\": 1,\n                                    \"value\": \"40000.00\",\n                                    \"value_final\": \"40000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-06-15 01:00:00+02\",\n                                    \"description\": \"Strona - etap I\",\n                                    \"is_forecast\": 0,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": null,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 1,\n                                    \"is_profit_forecast\": 0,\n                                    \"is_profit_not_forecast\": 1,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"group_id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n                                    \"group_name\": \"Product group\",\n                                    \"category_name\": \"Website\",\n                                    \"product_name\": \"Website\",\n                                    \"product_id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                                    \"is_in_cycle\": 0,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 40000\n                                },\n                                {\n                                    \"id\": 1171,\n                                    \"price\": \"3000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"3000.00\",\n                                    \"value_final\": \"3000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-09-29 01:00:00+02\",\n                                    \"description\": \"Obsługa stała\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 28,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 3000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 36000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1172,\n                                    \"price\": \"3000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"3000.00\",\n                                    \"value_final\": \"3000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-10-29 00:00:00+02\",\n                                    \"description\": \"Obsługa stała\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 28,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 3000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 36000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1173,\n                                    \"price\": \"3000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"3000.00\",\n                                    \"value_final\": \"3000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-11-28 23:00:00+01\",\n                                    \"description\": \"Obsługa stała\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 28,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 3000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 36000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1174,\n                                    \"price\": \"3000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"3000.00\",\n                                    \"value_final\": \"3000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-12-28 23:00:00+01\",\n                                    \"description\": \"Obsługa stała\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 28,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 3000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 36000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1175,\n                                    \"price\": \"3000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"3000.00\",\n                                    \"value_final\": \"3000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2023-01-28 23:00:00+01\",\n                                    \"description\": \"Obsługa stała\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 28,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 3000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 36000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1176,\n                                    \"price\": \"3000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"3000.00\",\n                                    \"value_final\": \"3000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2023-02-28 23:00:00+01\",\n                                    \"description\": \"Obsługa stała\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 28,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 3000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 36000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1177,\n                                    \"price\": \"3000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"3000.00\",\n                                    \"value_final\": \"3000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2023-03-29 00:00:00+02\",\n                                    \"description\": \"Obsługa stała\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 28,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 3000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 36000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1178,\n                                    \"price\": \"3000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"3000.00\",\n                                    \"value_final\": \"3000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2023-04-29 00:00:00+02\",\n                                    \"description\": \"Obsługa stała\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 28,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 3000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 36000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1179,\n                                    \"price\": \"3000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"3000.00\",\n                                    \"value_final\": \"3000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2023-05-29 01:00:00+02\",\n                                    \"description\": \"Obsługa stała\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 28,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 3000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 36000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1180,\n                                    \"price\": \"3000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"3000.00\",\n                                    \"value_final\": \"3000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2023-06-29 01:00:00+02\",\n                                    \"description\": \"Obsługa stała\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 28,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 3000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 36000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1181,\n                                    \"price\": \"3000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"3000.00\",\n                                    \"value_final\": \"3000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2023-07-29 01:00:00+02\",\n                                    \"description\": \"Obsługa stała\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 28,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 3000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 36000,\n                                    \"cycle_amount\": 1\n                                }\n                            ],\n                            \"categories\": [\n                                \"Website\",\n                                \"New product name\"\n                            ],\n                            \"products\": [\n                                \"Website\",\n                                \"New product name\"\n                            ],\n                            \"costs\": [],\n                            \"budget_dataset_fieldname\": [],\n                            \"budget_dataset_summary\": [],\n                            \"profit_forecast_amount\": 3,\n                            \"profit_executed_amount\": 1,\n                            \"company\": [],\n                            \"contact\": [],\n                            \"company_id\": \"75f6722d-613f-3126-576d-de92b08f365f\",\n                            \"company_name\": \"ARET Solicitors\",\n                            \"company_nip\": null,\n                            \"process_id\": \"1b7c4c9c-b489-5475-11e9-a1798fb367fc\",\n                            \"process_name\": \"Sales\",\n                            \"stage_id\": \"1b1811c5-c0eb-663f-8e98-9a92acd36338\",\n                            \"stage_name\": \"Finalization\",\n                            \"substage_id\": \"6fffdf0b-16ff-80f8-46ac-3f13f594626a\",\n                            \"substage_name\": \"Willingness to buy confirmed\",\n                            \"stages_all\": {\n                                \"d872b399-e1d6-10e2-467d-97b487416baa\": \"Data completion\",\n                                \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": \"Established contact\",\n                                \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": \"Lead qualified\",\n                                \"3278d269-0967-18a1-f8a6-b055e0b56c49\": \"Proposal\",\n                                \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": \"Finalization\"\n                            },\n                            \"substages\": {\n                                \"d872b399-e1d6-10e2-467d-97b487416baa\": {\n                                    \"56020d29-2fdd-ae53-81ee-0df928baf3b4\": \"Contact info completed\",\n                                    \"3650c5b7-60ec-2f3a-a358-5f9d0b8c863f\": \"Contact attempted\"\n                                },\n                                \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": {\n                                    \"17e4c7e8-73e5-b27e-6fe2-90d72159f67a\": \"Contact established - telephone\",\n                                    \"2d39b768-9bfa-fbc2-a59c-9ef4424ef958\": \"Contact established - social media\"\n                                },\n                                \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": {\n                                    \"1a00b656-a90c-8560-cad2-0c5bcf88b672\": \"Client has budget\",\n                                    \"97882031-efce-02d3-5890-2e054313307e\": \"Client’s problem can be resolved\"\n                                },\n                                \"3278d269-0967-18a1-f8a6-b055e0b56c49\": {\n                                    \"4070f1ab-f117-ed95-8d1c-affc54ed6637\": \"Proposal sent\",\n                                    \"539c0a0f-c6c3-dc55-bcda-2d725bbb5dfd\": \"Client meeting occurred (online)\",\n                                    \"ce61438b-b63d-f832-38ae-748c84e41a03\": \"Client meeting occurred (offline)\",\n                                    \"7f672296-40dc-6e4c-646f-5d8cfe64f238\": \"Client has provided feedback to the proposal\"\n                                },\n                                \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": {\n                                    \"6fffdf0b-16ff-80f8-46ac-3f13f594626a\": \"Willingness to buy confirmed\"\n                                }\n                            },\n                            \"substages_all\": {\n                                \"d872b399-e1d6-10e2-467d-97b487416baa\": {\n                                    \"56020d29-2fdd-ae53-81ee-0df928baf3b4\": \"Contact info completed\",\n                                    \"3650c5b7-60ec-2f3a-a358-5f9d0b8c863f\": \"Contact attempted\",\n                                    \"5bd13120-0a35-c0f1-24c5-b1bd3505adb3\": \"Client information completed\"\n                                },\n                                \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": {\n                                    \"17e4c7e8-73e5-b27e-6fe2-90d72159f67a\": \"Contact established - telephone\",\n                                    \"2d39b768-9bfa-fbc2-a59c-9ef4424ef958\": \"Contact established - social media\",\n                                    \"c10813bf-d3e1-3d2e-797f-a6d2ca84304d\": \"Contact established - email\"\n                                },\n                                \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": {\n                                    \"1a00b656-a90c-8560-cad2-0c5bcf88b672\": \"Client has budget\",\n                                    \"97882031-efce-02d3-5890-2e054313307e\": \"Client’s problem can be resolved\"\n                                },\n                                \"3278d269-0967-18a1-f8a6-b055e0b56c49\": {\n                                    \"4070f1ab-f117-ed95-8d1c-affc54ed6637\": \"Proposal sent\",\n                                    \"539c0a0f-c6c3-dc55-bcda-2d725bbb5dfd\": \"Client meeting occurred (online)\",\n                                    \"ce61438b-b63d-f832-38ae-748c84e41a03\": \"Client meeting occurred (offline)\",\n                                    \"fbbde5bc-380e-c3b4-2fde-d252490792dc\": \"Proposal discussed with the decision-maker\",\n                                    \"7f672296-40dc-6e4c-646f-5d8cfe64f238\": \"Client has provided feedback to the proposal\"\n                                },\n                                \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": {\n                                    \"6fffdf0b-16ff-80f8-46ac-3f13f594626a\": \"Willingness to buy confirmed\",\n                                    \"9a5c0ec7-6ac2-bc71-87c4-e7b2748acd63\": \"Terms confirmed and accepted\",\n                                    \"f90d60b3-51dd-9719-8d01-b845e7931f25\": \"Contract signed\"\n                                }\n                            },\n                            \"tags\": [],\n                            \"groups\": [],\n                            \"groups_id\": [],\n                            \"dataset\": {\n                                \"c4876d87-4729-d1c4-b09c-e3d4a6a00f36\": null\n                            },\n                            \"dataset_field_name\": {\n                                \"c4876d87-4729-d1c4-b09c-e3d4a6a00f36\": \"Custom field\"\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"id\": \"b6ec4041-99ee-c4e2-5b7b-c54e36f725ec\",\n                \"space_id\": \"b6ec4041-99ee-c4e2-5b7b-c54e36f725ec\",\n                \"url\": \"https://example.livespace.io/Space/index/details/api_id/b6ec4041-99ee-c4e2-5b7b-c54e36f725ec\",\n                \"name\": \"[Project] Website for Delta software\",\n                \"description\": \"Space of the project - website for Delta software. Implementation and ongoing service.\",\n                \"description_long\": \"\",\n                \"created\": \"2025-06-30 10:59:25+02\",\n                \"modified\": \"2025-06-30 18:16:32+02\",\n                \"number\": null,\n                \"description_html\": \"Space of the project - website for Delta software. Implementation and ongoing service.\",\n                \"description_long_html\": \"\",\n                \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"creator_name\": \"John Smith\",\n                \"creator_email\": \"manager@livespace.io\",\n                \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"modifier_name\": \"John Smith\",\n                \"modifier_email\": \"manager@livespace.io\",\n                \"invited\": [\n                    {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"structure_name\": \"Entire company\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                        ]\n                    },\n                    {\n                        \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"user_name\": \"John Smith\",\n                        \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                        ]\n                    }\n                ],\n                \"is_admin\": true,\n                \"owner_id\": null,\n                \"owner_name\": null,\n                \"owner_email\": null,\n                \"owner_phone\": null,\n                \"tags\": [],\n                \"dataset\": [],\n                \"dataset_field_name\": [],\n                \"groups\": [],\n                \"relations\": {\n                    \"has_deal_project\": 1,\n                    \"has_not_deal_project\": 0,\n                    \"has_project_contact\": 0,\n                    \"has_not_project_contact\": 1,\n                    \"has_project_company\": 0,\n                    \"has_not_project_company\": 1,\n                    \"deal_project\": [\n                        {\n                            \"id\": \"f997f7d3-d69e-adb5-88e6-f06cdea1fe5a\",\n                            \"deal_id\": \"f997f7d3-d69e-adb5-88e6-f06cdea1fe5a\",\n                            \"type\": \"deal\",\n                            \"url\": \"https://example.livespace.io/Deal/deal/details/api_id/f997f7d3-d69e-adb5-88e6-f06cdea1fe5a\",\n                            \"name\": \"Corporate website and service\",\n                            \"note\": \"\",\n                            \"created\": \"2025-06-18 12:01:00+02\",\n                            \"modified\": \"2025-06-11 20:10:15+02\",\n                            \"date_end\": \"2025-01-06\",\n                            \"number\": null,\n                            \"status_change_date\": \"2024-12-24 23:00:00+01\",\n                            \"value_final\": null,\n                            \"cost_final\": null,\n                            \"cost_total\": null,\n                            \"last_active_date\": \"2015-08-18 19:10:15+02\",\n                            \"source_id\": 0,\n                            \"note_html\": \"\",\n                            \"default_currency\": \"USD\",\n                            \"currency\": \"PLN\",\n                            \"probability\": \"95.00\",\n                            \"status\": \"won\",\n                            \"status_name\": \"won\",\n                            \"won_reason_name\": \"The quality of the offer was high\",\n                            \"won_reason_note\": \"\",\n                            \"source_name\": null,\n                            \"creator_id\": \"422865ea-ad3e-6774-a049-2a93bdc9705f\",\n                            \"creator_name\": \"Kate Jones\",\n                            \"creator_email\": \"sales2@livespace.io\",\n                            \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                            \"modifier_name\": \"John Smith\",\n                            \"modifier_email\": \"manager@livespace.io\",\n                            \"invited\": [\n                                {\n                                    \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                                    \"structure_name\": \"Entire company\",\n                                    \"roles\": [\n                                        \"22b76146-6b2c-73b1-c2b1-1fbb52e4fcb2\"\n                                    ]\n                                },\n                                {\n                                    \"user_id\": \"422865ea-ad3e-6774-a049-2a93bdc9705f\",\n                                    \"user_name\": \"Kate Jones\",\n                                    \"user_structure_id\": \"1b4330e9-1fe4-295b-8962-c6280cbabe8c\",\n                                    \"roles\": [\n                                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                                        \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                                    ]\n                                },\n                                {\n                                    \"user_id\": \"adbe5f0e-1ccc-3a9b-b00f-aa5a2bd0ad27\",\n                                    \"user_name\": \"Ann Jackson\",\n                                    \"user_structure_id\": \"97dc82ea-f902-7e49-27bd-20f1a4362d2d\",\n                                    \"roles\": [\n                                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                                    ]\n                                }\n                            ],\n                            \"is_admin\": true,\n                            \"owner_id\": \"422865ea-ad3e-6774-a049-2a93bdc9705f\",\n                            \"owner_name\": \"Kate Jones\",\n                            \"owner_email\": \"sales2@livespace.io\",\n                            \"owner_phone\": \"500-000-002\",\n                            \"profit_forecast\": 165000,\n                            \"profit_forecast_without_discount\": 165000,\n                            \"profit_executed\": 135000,\n                            \"profit_executed_without_discount\": 135000,\n                            \"cost_forecast\": 0,\n                            \"cost_forecast_without_discount\": 0,\n                            \"cost_executed\": 0,\n                            \"cost_executed_without_discount\": 0,\n                            \"gain_forecast\": 165000,\n                            \"gain_forecast_without_discount\": 165000,\n                            \"gain_executed\": 135000,\n                            \"gain_executed_without_discount\": 135000,\n                            \"discount_percent_forecast\": 0,\n                            \"discount_percent_executed\": 0,\n                            \"budget_by_company\": [],\n                            \"value\": 165000,\n                            \"budget\": [\n                                {\n                                    \"id\": 176,\n                                    \"price\": \"30000.00\",\n                                    \"amount\": 1,\n                                    \"value\": \"30000.00\",\n                                    \"value_final\": \"30000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-01-27 23:00:00+01\",\n                                    \"description\": \"Prognozowana zaliczka\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": null,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 1,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 1,\n                                    \"is_profit_not_forecast_main\": 1,\n                                    \"is_not_profit_forecast_main\": 1,\n                                    \"is_not_profit_not_forecast_main\": 1,\n                                    \"group_id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n                                    \"group_name\": \"Product group\",\n                                    \"category_name\": \"Website\",\n                                    \"product_name\": \"Website\",\n                                    \"product_id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                                    \"is_in_cycle\": 0,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 30000\n                                },\n                                {\n                                    \"id\": 177,\n                                    \"price\": \"30000.00\",\n                                    \"amount\": 1,\n                                    \"value\": \"30000.00\",\n                                    \"value_final\": \"30000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-03-29 00:00:00+02\",\n                                    \"description\": \"Rozliczenie po zakończeniu etapu 1\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": null,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 1,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 1,\n                                    \"is_profit_not_forecast_main\": 1,\n                                    \"is_not_profit_forecast_main\": 1,\n                                    \"is_not_profit_not_forecast_main\": 1,\n                                    \"group_id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n                                    \"group_name\": \"Product group\",\n                                    \"category_name\": \"Website\",\n                                    \"product_name\": \"Website\",\n                                    \"product_id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                                    \"is_in_cycle\": 0,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 30000\n                                },\n                                {\n                                    \"id\": 919,\n                                    \"price\": \"30000.00\",\n                                    \"amount\": 1,\n                                    \"value\": \"30000.00\",\n                                    \"value_final\": \"30000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-01-21 23:00:00+01\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 0,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": null,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 1,\n                                    \"is_profit_forecast\": 0,\n                                    \"is_profit_not_forecast\": 1,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"group_id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n                                    \"group_name\": \"Product group\",\n                                    \"category_name\": \"Website\",\n                                    \"product_name\": \"Website\",\n                                    \"product_id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                                    \"is_in_cycle\": 0,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 30000\n                                },\n                                {\n                                    \"id\": 920,\n                                    \"price\": \"30000.00\",\n                                    \"amount\": 1,\n                                    \"value\": \"30000.00\",\n                                    \"value_final\": \"30000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-04-22 00:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 0,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": null,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 1,\n                                    \"is_profit_forecast\": 0,\n                                    \"is_profit_not_forecast\": 1,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"group_id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n                                    \"group_name\": \"Product group\",\n                                    \"category_name\": \"Website\",\n                                    \"product_name\": \"Website\",\n                                    \"product_id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                                    \"is_in_cycle\": 0,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 30000\n                                },\n                                {\n                                    \"id\": 924,\n                                    \"price\": \"5000.00\",\n                                    \"amount\": 1,\n                                    \"value\": \"5000.00\",\n                                    \"value_final\": \"5000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-05-15 00:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 0,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": null,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 1,\n                                    \"is_profit_forecast\": 0,\n                                    \"is_profit_not_forecast\": 1,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 0,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 5000\n                                },\n                                {\n                                    \"id\": 925,\n                                    \"price\": \"5000.00\",\n                                    \"amount\": 1,\n                                    \"value\": \"5000.00\",\n                                    \"value_final\": \"5000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-06-15 01:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 0,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": null,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 1,\n                                    \"is_profit_forecast\": 0,\n                                    \"is_profit_not_forecast\": 1,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 0,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 5000\n                                },\n                                {\n                                    \"id\": 968,\n                                    \"price\": \"5000.00\",\n                                    \"amount\": 1,\n                                    \"value\": \"5000.00\",\n                                    \"value_final\": \"5000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-03-29 00:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 0,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": null,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 1,\n                                    \"is_profit_forecast\": 0,\n                                    \"is_profit_not_forecast\": 1,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 0,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 5000\n                                },\n                                {\n                                    \"id\": 994,\n                                    \"price\": \"15000.00\",\n                                    \"amount\": 1,\n                                    \"value\": \"15000.00\",\n                                    \"value_final\": \"15000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2021-11-28 23:00:00+01\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": null,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 1,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 1,\n                                    \"is_profit_not_forecast_main\": 1,\n                                    \"is_not_profit_forecast_main\": 1,\n                                    \"is_not_profit_not_forecast_main\": 1,\n                                    \"group_id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n                                    \"group_name\": \"Product group\",\n                                    \"category_name\": \"Visual identity\",\n                                    \"product_name\": \"Visual identity\",\n                                    \"product_id\": \"0c5bdcd2-0131-61f9-0489-1793683eee01\",\n                                    \"is_in_cycle\": 0,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 15000\n                                },\n                                {\n                                    \"id\": 995,\n                                    \"price\": \"15000.00\",\n                                    \"amount\": 1,\n                                    \"value\": \"15000.00\",\n                                    \"value_final\": \"15000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2021-11-28 23:00:00+01\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 0,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": null,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 1,\n                                    \"is_profit_forecast\": 0,\n                                    \"is_profit_not_forecast\": 1,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"group_id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n                                    \"group_name\": \"Product group\",\n                                    \"category_name\": \"Visual identity\",\n                                    \"product_name\": \"Visual identity\",\n                                    \"product_id\": \"0c5bdcd2-0131-61f9-0489-1793683eee01\",\n                                    \"is_in_cycle\": 0,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 15000\n                                },\n                                {\n                                    \"id\": 996,\n                                    \"price\": \"5000.00\",\n                                    \"amount\": 1,\n                                    \"value\": \"5000.00\",\n                                    \"value_final\": \"5000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-03-29 00:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 27,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 1,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 1,\n                                    \"is_profit_not_forecast_main\": 1,\n                                    \"is_not_profit_forecast_main\": 1,\n                                    \"is_not_profit_not_forecast_main\": 1,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 1,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 5000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 60000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 997,\n                                    \"price\": \"5000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"5000.00\",\n                                    \"value_final\": \"5000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-04-29 00:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 27,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 5000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 60000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 998,\n                                    \"price\": \"5000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"5000.00\",\n                                    \"value_final\": \"5000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-05-29 01:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 27,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 5000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 60000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 999,\n                                    \"price\": \"5000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"5000.00\",\n                                    \"value_final\": \"5000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-06-29 01:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 27,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 5000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 60000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1000,\n                                    \"price\": \"5000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"5000.00\",\n                                    \"value_final\": \"5000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-07-29 01:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 27,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 5000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 60000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1001,\n                                    \"price\": \"5000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"5000.00\",\n                                    \"value_final\": \"5000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-08-29 01:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 27,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 5000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 60000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1002,\n                                    \"price\": \"5000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"5000.00\",\n                                    \"value_final\": \"5000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-09-29 01:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 27,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 5000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 60000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1003,\n                                    \"price\": \"5000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"5000.00\",\n                                    \"value_final\": \"5000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-10-29 00:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 27,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 5000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 60000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1004,\n                                    \"price\": \"5000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"5000.00\",\n                                    \"value_final\": \"5000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-11-28 23:00:00+01\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 27,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 5000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 60000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1005,\n                                    \"price\": \"5000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"5000.00\",\n                                    \"value_final\": \"5000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-12-28 23:00:00+01\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 27,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 5000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 60000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1006,\n                                    \"price\": \"5000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"5000.00\",\n                                    \"value_final\": \"5000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2023-01-28 23:00:00+01\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 27,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 5000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 60000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1007,\n                                    \"price\": \"5000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"5000.00\",\n                                    \"value_final\": \"5000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2023-02-28 23:00:00+01\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 27,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"New product name\",\n                                    \"product_name\": \"New product name\",\n                                    \"product_id\": \"d216a84e-f440-a406-8595-19e12e6f8bb9\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 5000,\n                                    \"cycle_count\": 12,\n                                    \"cycle_value_final\": 60000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1112,\n                                    \"price\": \"30000.00\",\n                                    \"amount\": 1,\n                                    \"value\": \"30000.00\",\n                                    \"value_final\": \"30000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-05-20 00:00:00+02\",\n                                    \"description\": \"Rozliczenie po zakończeniu etapu II\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": null,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 1,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 1,\n                                    \"is_profit_not_forecast_main\": 1,\n                                    \"is_not_profit_forecast_main\": 1,\n                                    \"is_not_profit_not_forecast_main\": 1,\n                                    \"group_id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n                                    \"group_name\": \"Product group\",\n                                    \"category_name\": \"Website\",\n                                    \"product_name\": \"Website\",\n                                    \"product_id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                                    \"is_in_cycle\": 0,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 30000\n                                },\n                                {\n                                    \"id\": 1113,\n                                    \"price\": \"30000.00\",\n                                    \"amount\": 1,\n                                    \"value\": \"30000.00\",\n                                    \"value_final\": \"30000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-05-20 00:00:00+02\",\n                                    \"description\": \"Rozliczenie po zakończeniu etapu II\",\n                                    \"is_forecast\": 0,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": null,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 1,\n                                    \"is_profit_forecast\": 0,\n                                    \"is_profit_not_forecast\": 1,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"group_id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n                                    \"group_name\": \"Product group\",\n                                    \"category_name\": \"Website\",\n                                    \"product_name\": \"Website\",\n                                    \"product_id\": \"9e856a61-bcf7-5eaf-8ec7-16903d08de28\",\n                                    \"is_in_cycle\": 0,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 30000\n                                },\n                                {\n                                    \"id\": 1151,\n                                    \"price\": \"15000.00\",\n                                    \"amount\": 1,\n                                    \"value\": \"15000.00\",\n                                    \"value_final\": \"15000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2021-11-28 23:00:00+01\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 0,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": null,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 1,\n                                    \"is_profit_forecast\": 0,\n                                    \"is_profit_not_forecast\": 1,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"group_id\": \"33d5bf17-76cf-21de-ebf6-4f05662caa3d\",\n                                    \"group_name\": \"Product group\",\n                                    \"category_name\": \"Visual identity\",\n                                    \"product_name\": \"Visual identity\",\n                                    \"product_id\": \"0c5bdcd2-0131-61f9-0489-1793683eee01\",\n                                    \"is_in_cycle\": 0,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 15000\n                                }\n                            ],\n                            \"categories\": [\n                                \"Website\",\n                                \"New product name\",\n                                \"Visual identity\"\n                            ],\n                            \"products\": [\n                                \"Website\",\n                                \"New product name\",\n                                \"Visual identity\"\n                            ],\n                            \"costs\": [],\n                            \"budget_dataset_fieldname\": [],\n                            \"budget_dataset_summary\": [],\n                            \"profit_forecast_amount\": 5,\n                            \"profit_executed_amount\": 8,\n                            \"company\": [],\n                            \"contact\": [],\n                            \"company_id\": \"04e76d34-3cd2-80c5-4183-08d5c45d31fa\",\n                            \"company_name\": \"Delta Software\",\n                            \"company_nip\": null,\n                            \"process_id\": \"1b7c4c9c-b489-5475-11e9-a1798fb367fc\",\n                            \"process_name\": \"Sales\",\n                            \"stage_id\": \"3278d269-0967-18a1-f8a6-b055e0b56c49\",\n                            \"stage_name\": \"Proposal\",\n                            \"substage_id\": \"7f672296-40dc-6e4c-646f-5d8cfe64f238\",\n                            \"substage_name\": \"Client has provided feedback to the proposal\",\n                            \"stages_all\": {\n                                \"d872b399-e1d6-10e2-467d-97b487416baa\": \"Data completion\",\n                                \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": \"Established contact\",\n                                \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": \"Lead qualified\",\n                                \"3278d269-0967-18a1-f8a6-b055e0b56c49\": \"Proposal\",\n                                \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": \"Finalization\"\n                            },\n                            \"substages\": {\n                                \"d872b399-e1d6-10e2-467d-97b487416baa\": {\n                                    \"56020d29-2fdd-ae53-81ee-0df928baf3b4\": \"Contact info completed\",\n                                    \"3650c5b7-60ec-2f3a-a358-5f9d0b8c863f\": \"Contact attempted\"\n                                },\n                                \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": {\n                                    \"17e4c7e8-73e5-b27e-6fe2-90d72159f67a\": \"Contact established - telephone\",\n                                    \"2d39b768-9bfa-fbc2-a59c-9ef4424ef958\": \"Contact established - social media\"\n                                },\n                                \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": {\n                                    \"1a00b656-a90c-8560-cad2-0c5bcf88b672\": \"Client has budget\",\n                                    \"97882031-efce-02d3-5890-2e054313307e\": \"Client’s problem can be resolved\"\n                                },\n                                \"3278d269-0967-18a1-f8a6-b055e0b56c49\": {\n                                    \"4070f1ab-f117-ed95-8d1c-affc54ed6637\": \"Proposal sent\",\n                                    \"539c0a0f-c6c3-dc55-bcda-2d725bbb5dfd\": \"Client meeting occurred (online)\",\n                                    \"fbbde5bc-380e-c3b4-2fde-d252490792dc\": \"Proposal discussed with the decision-maker\",\n                                    \"7f672296-40dc-6e4c-646f-5d8cfe64f238\": \"Client has provided feedback to the proposal\"\n                                },\n                                \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": []\n                            },\n                            \"substages_all\": {\n                                \"d872b399-e1d6-10e2-467d-97b487416baa\": {\n                                    \"56020d29-2fdd-ae53-81ee-0df928baf3b4\": \"Contact info completed\",\n                                    \"3650c5b7-60ec-2f3a-a358-5f9d0b8c863f\": \"Contact attempted\",\n                                    \"5bd13120-0a35-c0f1-24c5-b1bd3505adb3\": \"Client information completed\"\n                                },\n                                \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": {\n                                    \"17e4c7e8-73e5-b27e-6fe2-90d72159f67a\": \"Contact established - telephone\",\n                                    \"2d39b768-9bfa-fbc2-a59c-9ef4424ef958\": \"Contact established - social media\",\n                                    \"c10813bf-d3e1-3d2e-797f-a6d2ca84304d\": \"Contact established - email\"\n                                },\n                                \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": {\n                                    \"1a00b656-a90c-8560-cad2-0c5bcf88b672\": \"Client has budget\",\n                                    \"97882031-efce-02d3-5890-2e054313307e\": \"Client’s problem can be resolved\"\n                                },\n                                \"3278d269-0967-18a1-f8a6-b055e0b56c49\": {\n                                    \"4070f1ab-f117-ed95-8d1c-affc54ed6637\": \"Proposal sent\",\n                                    \"539c0a0f-c6c3-dc55-bcda-2d725bbb5dfd\": \"Client meeting occurred (online)\",\n                                    \"ce61438b-b63d-f832-38ae-748c84e41a03\": \"Client meeting occurred (offline)\",\n                                    \"fbbde5bc-380e-c3b4-2fde-d252490792dc\": \"Proposal discussed with the decision-maker\",\n                                    \"7f672296-40dc-6e4c-646f-5d8cfe64f238\": \"Client has provided feedback to the proposal\"\n                                },\n                                \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": {\n                                    \"6fffdf0b-16ff-80f8-46ac-3f13f594626a\": \"Willingness to buy confirmed\",\n                                    \"9a5c0ec7-6ac2-bc71-87c4-e7b2748acd63\": \"Terms confirmed and accepted\",\n                                    \"f90d60b3-51dd-9719-8d01-b845e7931f25\": \"Contract signed\"\n                                }\n                            },\n                            \"tags\": [],\n                            \"groups\": [],\n                            \"groups_id\": [],\n                            \"dataset\": {\n                                \"c4876d87-4729-d1c4-b09c-e3d4a6a00f36\": null\n                            },\n                            \"dataset_field_name\": {\n                                \"c4876d87-4729-d1c4-b09c-e3d4a6a00f36\": \"Custom field\"\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"id\": \"bba6f138-e8ca-2f20-8433-a7ff7a02f45c\",\n                \"space_id\": \"bba6f138-e8ca-2f20-8433-a7ff7a02f45c\",\n                \"url\": \"https://example.livespace.io/Space/index/details/api_id/bba6f138-e8ca-2f20-8433-a7ff7a02f45c\",\n                \"name\": \"[Project] Facebook, Pinterest, NK - service\",\n                \"description\": \"\",\n                \"description_long\": \"\",\n                \"created\": \"2025-06-30 09:20:07+02\",\n                \"modified\": \"2025-06-30 18:17:32+02\",\n                \"number\": null,\n                \"description_html\": \"\",\n                \"description_long_html\": \"\",\n                \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"creator_name\": \"John Smith\",\n                \"creator_email\": \"manager@livespace.io\",\n                \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"modifier_name\": \"John Smith\",\n                \"modifier_email\": \"manager@livespace.io\",\n                \"invited\": [\n                    {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"structure_name\": \"Entire company\",\n                        \"roles\": [\n                            \"22b76146-6b2c-73b1-c2b1-1fbb52e4fcb2\"\n                        ]\n                    },\n                    {\n                        \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"user_name\": \"John Smith\",\n                        \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                        ]\n                    },\n                    {\n                        \"user_id\": \"422865ea-ad3e-6774-a049-2a93bdc9705f\",\n                        \"user_name\": \"Kate Jones\",\n                        \"user_structure_id\": \"1b4330e9-1fe4-295b-8962-c6280cbabe8c\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                        ]\n                    }\n                ],\n                \"is_admin\": true,\n                \"owner_id\": null,\n                \"owner_name\": null,\n                \"owner_email\": null,\n                \"owner_phone\": null,\n                \"tags\": [],\n                \"dataset\": [],\n                \"dataset_field_name\": [],\n                \"groups\": [],\n                \"relations\": {\n                    \"has_deal_project\": 1,\n                    \"has_not_deal_project\": 0,\n                    \"has_project_contact\": 0,\n                    \"has_not_project_contact\": 1,\n                    \"has_project_company\": 1,\n                    \"has_not_project_company\": 0,\n                    \"deal_project\": [\n                        {\n                            \"id\": \"d075e6e4-f645-4741-bdfc-4610cdb282ed\",\n                            \"deal_id\": \"d075e6e4-f645-4741-bdfc-4610cdb282ed\",\n                            \"type\": \"deal\",\n                            \"url\": \"https://example.livespace.io/Deal/deal/details/api_id/d075e6e4-f645-4741-bdfc-4610cdb282ed\",\n                            \"name\": \"Facebook, Pinterest, NK - service\",\n                            \"note\": \"\",\n                            \"created\": \"2025-06-30 10:05:46+02\",\n                            \"modified\": \"2025-06-30 16:22:42+02\",\n                            \"date_end\": null,\n                            \"number\": null,\n                            \"status_change_date\": \"2025-06-30 01:00:00+02\",\n                            \"value_final\": null,\n                            \"cost_final\": null,\n                            \"cost_total\": null,\n                            \"last_active_date\": \"2019-02-16 15:22:42+01\",\n                            \"source_id\": 0,\n                            \"note_html\": \"\",\n                            \"default_currency\": \"USD\",\n                            \"currency\": \"USD\",\n                            \"probability\": \"20.00\",\n                            \"status\": \"won\",\n                            \"status_name\": \"won\",\n                            \"won_reason_name\": \"Short term of execution\",\n                            \"won_reason_note\": \"\",\n                            \"source_name\": null,\n                            \"creator_id\": \"422865ea-ad3e-6774-a049-2a93bdc9705f\",\n                            \"creator_name\": \"Kate Jones\",\n                            \"creator_email\": \"sales2@livespace.io\",\n                            \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                            \"modifier_name\": \"John Smith\",\n                            \"modifier_email\": \"manager@livespace.io\",\n                            \"invited\": [\n                                {\n                                    \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                                    \"structure_name\": \"Entire company\",\n                                    \"roles\": [\n                                        \"22b76146-6b2c-73b1-c2b1-1fbb52e4fcb2\"\n                                    ]\n                                },\n                                {\n                                    \"user_id\": \"422865ea-ad3e-6774-a049-2a93bdc9705f\",\n                                    \"user_name\": \"Kate Jones\",\n                                    \"user_structure_id\": \"1b4330e9-1fe4-295b-8962-c6280cbabe8c\",\n                                    \"roles\": [\n                                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                                        \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                                    ]\n                                },\n                                {\n                                    \"user_id\": \"86276488-0519-427c-5097-a5bc87c9a2bf\",\n                                    \"user_name\": \"Mark Wilson\",\n                                    \"user_structure_id\": \"1b4330e9-1fe4-295b-8962-c6280cbabe8c\",\n                                    \"roles\": [\n                                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                                    ]\n                                }\n                            ],\n                            \"is_admin\": true,\n                            \"owner_id\": \"422865ea-ad3e-6774-a049-2a93bdc9705f\",\n                            \"owner_name\": \"Kate Jones\",\n                            \"owner_email\": \"sales2@livespace.io\",\n                            \"owner_phone\": \"500-000-002\",\n                            \"profit_forecast\": 192000,\n                            \"profit_forecast_without_discount\": 192000,\n                            \"profit_executed\": 0,\n                            \"profit_executed_without_discount\": 0,\n                            \"cost_forecast\": 0,\n                            \"cost_forecast_without_discount\": 0,\n                            \"cost_executed\": 0,\n                            \"cost_executed_without_discount\": 0,\n                            \"gain_forecast\": 192000,\n                            \"gain_forecast_without_discount\": 192000,\n                            \"gain_executed\": 0,\n                            \"gain_executed_without_discount\": 0,\n                            \"discount_percent_forecast\": 0,\n                            \"discount_percent_executed\": 0,\n                            \"budget_by_company\": [],\n                            \"value\": 192000,\n                            \"budget\": [\n                                {\n                                    \"id\": 151,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 1,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-08-27 00:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 1,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 1,\n                                    \"is_profit_not_forecast_main\": 1,\n                                    \"is_not_profit_forecast_main\": 1,\n                                    \"is_not_profit_not_forecast_main\": 1,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 1,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1293,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-09-27 00:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1294,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-10-27 00:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1295,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-11-26 23:00:00+01\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1296,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2022-12-26 23:00:00+01\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1297,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2023-01-26 23:00:00+01\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1298,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2023-02-26 23:00:00+01\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1299,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2023-03-27 00:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1300,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2023-04-27 01:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1301,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2023-05-27 01:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1302,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2023-06-27 01:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1303,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2023-07-27 01:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1304,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2023-08-27 01:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1305,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2023-09-27 00:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1306,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2023-10-27 00:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1307,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2023-11-26 23:00:00+01\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1308,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2023-12-26 23:00:00+01\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1309,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2024-01-26 23:00:00+01\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1310,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2024-02-26 23:00:00+01\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1311,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2024-03-26 23:00:00+01\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1312,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2024-04-27 01:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1313,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2024-05-27 01:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1314,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2024-06-27 01:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                },\n                                {\n                                    \"id\": 1315,\n                                    \"price\": \"8000.00\",\n                                    \"amount\": 0,\n                                    \"value\": \"8000.00\",\n                                    \"value_final\": \"8000.00\",\n                                    \"margin_percent\": \"0.00000\",\n                                    \"date\": \"2024-07-27 01:00:00+02\",\n                                    \"description\": \"\",\n                                    \"is_forecast\": 1,\n                                    \"is_profit\": 1,\n                                    \"cycle_id\": 10,\n                                    \"currency\": \"USD\",\n                                    \"discount_type\": \"None\",\n                                    \"discount_symbol\": \"\",\n                                    \"discount_percent\": \"0,00\",\n                                    \"is_main\": 0,\n                                    \"is_profit_forecast\": 1,\n                                    \"is_profit_not_forecast\": 0,\n                                    \"is_not_profit_forecast\": 0,\n                                    \"is_not_profit_not_forecast\": 0,\n                                    \"is_profit_forecast_main\": 0,\n                                    \"is_profit_not_forecast_main\": 0,\n                                    \"is_not_profit_forecast_main\": 0,\n                                    \"is_not_profit_not_forecast_main\": 0,\n                                    \"category_name\": \"Social media\",\n                                    \"product_name\": \"Social media\",\n                                    \"product_id\": \"c2fbb715-928e-07c8-b8ad-1e1cdd1d5dfc\",\n                                    \"is_in_cycle\": 1,\n                                    \"is_main_in_cycle\": 0,\n                                    \"dataset\": [],\n                                    \"sku\": null,\n                                    \"price_final\": 8000,\n                                    \"cycle_count\": 24,\n                                    \"cycle_value_final\": 192000,\n                                    \"cycle_amount\": 1\n                                }\n                            ],\n                            \"categories\": [\n                                \"Social media\"\n                            ],\n                            \"products\": [\n                                \"Social media\"\n                            ],\n                            \"costs\": [],\n                            \"budget_dataset_fieldname\": [],\n                            \"budget_dataset_summary\": [],\n                            \"profit_forecast_amount\": 1,\n                            \"company\": [],\n                            \"contact\": [],\n                            \"company_id\": \"91a32330-9780-448d-346f-e6ad4378a8e3\",\n                            \"company_name\": \"Dell-COM.info\",\n                            \"company_nip\": null,\n                            \"process_id\": \"1b7c4c9c-b489-5475-11e9-a1798fb367fc\",\n                            \"process_name\": \"Sales\",\n                            \"stage_id\": \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\",\n                            \"stage_name\": \"Lead qualified\",\n                            \"substage_id\": \"1a00b656-a90c-8560-cad2-0c5bcf88b672\",\n                            \"substage_name\": \"Client has budget\",\n                            \"stages_all\": {\n                                \"d872b399-e1d6-10e2-467d-97b487416baa\": \"Data completion\",\n                                \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": \"Established contact\",\n                                \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": \"Lead qualified\",\n                                \"3278d269-0967-18a1-f8a6-b055e0b56c49\": \"Proposal\",\n                                \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": \"Finalization\"\n                            },\n                            \"substages\": {\n                                \"d872b399-e1d6-10e2-467d-97b487416baa\": {\n                                    \"56020d29-2fdd-ae53-81ee-0df928baf3b4\": \"Contact info completed\",\n                                    \"3650c5b7-60ec-2f3a-a358-5f9d0b8c863f\": \"Contact attempted\"\n                                },\n                                \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": {\n                                    \"2d39b768-9bfa-fbc2-a59c-9ef4424ef958\": \"Contact established - social media\"\n                                },\n                                \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": {\n                                    \"1a00b656-a90c-8560-cad2-0c5bcf88b672\": \"Client has budget\"\n                                },\n                                \"3278d269-0967-18a1-f8a6-b055e0b56c49\": [],\n                                \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": []\n                            },\n                            \"substages_all\": {\n                                \"d872b399-e1d6-10e2-467d-97b487416baa\": {\n                                    \"56020d29-2fdd-ae53-81ee-0df928baf3b4\": \"Contact info completed\",\n                                    \"3650c5b7-60ec-2f3a-a358-5f9d0b8c863f\": \"Contact attempted\",\n                                    \"5bd13120-0a35-c0f1-24c5-b1bd3505adb3\": \"Client information completed\"\n                                },\n                                \"b7be1278-b6a7-1758-f890-f3cbc5e418ee\": {\n                                    \"17e4c7e8-73e5-b27e-6fe2-90d72159f67a\": \"Contact established - telephone\",\n                                    \"2d39b768-9bfa-fbc2-a59c-9ef4424ef958\": \"Contact established - social media\",\n                                    \"c10813bf-d3e1-3d2e-797f-a6d2ca84304d\": \"Contact established - email\"\n                                },\n                                \"5143e0f5-43c0-9bb6-9ca0-b4125fa74f00\": {\n                                    \"1a00b656-a90c-8560-cad2-0c5bcf88b672\": \"Client has budget\",\n                                    \"97882031-efce-02d3-5890-2e054313307e\": \"Client’s problem can be resolved\"\n                                },\n                                \"3278d269-0967-18a1-f8a6-b055e0b56c49\": {\n                                    \"4070f1ab-f117-ed95-8d1c-affc54ed6637\": \"Proposal sent\",\n                                    \"539c0a0f-c6c3-dc55-bcda-2d725bbb5dfd\": \"Client meeting occurred (online)\",\n                                    \"ce61438b-b63d-f832-38ae-748c84e41a03\": \"Client meeting occurred (offline)\",\n                                    \"fbbde5bc-380e-c3b4-2fde-d252490792dc\": \"Proposal discussed with the decision-maker\",\n                                    \"7f672296-40dc-6e4c-646f-5d8cfe64f238\": \"Client has provided feedback to the proposal\"\n                                },\n                                \"1b1811c5-c0eb-663f-8e98-9a92acd36338\": {\n                                    \"6fffdf0b-16ff-80f8-46ac-3f13f594626a\": \"Willingness to buy confirmed\",\n                                    \"9a5c0ec7-6ac2-bc71-87c4-e7b2748acd63\": \"Terms confirmed and accepted\",\n                                    \"f90d60b3-51dd-9719-8d01-b845e7931f25\": \"Contract signed\"\n                                }\n                            },\n                            \"tags\": [],\n                            \"groups\": [],\n                            \"groups_id\": [],\n                            \"dataset\": {\n                                \"c4876d87-4729-d1c4-b09c-e3d4a6a00f36\": null\n                            },\n                            \"dataset_field_name\": {\n                                \"c4876d87-4729-d1c4-b09c-e3d4a6a00f36\": \"Custom field\"\n                            }\n                        }\n                    ],\n                    \"project_company\": [\n                        {\n                            \"id\": \"91a32330-9780-448d-346f-e6ad4378a8e3\",\n                            \"company_id\": \"91a32330-9780-448d-346f-e6ad4378a8e3\",\n                            \"type\": \"company\",\n                            \"url\": \"https://example.livespace.io/Contact/company/details/api_id/91a32330-9780-448d-346f-e6ad4378a8e3\",\n                            \"note\": null,\n                            \"name\": \"Dell-COM.info\",\n                            \"nip\": null,\n                            \"regon\": null,\n                            \"phone\": \"44 22 3805 0792\",\n                            \"cell\": null,\n                            \"fax\": null,\n                            \"email\": null,\n                            \"created\": \"2025-06-30 14:39:53+02\",\n                            \"modified\": \"2025-06-30 14:39:53+02\",\n                            \"www\": null,\n                            \"last_active_date\": \"2025-06-21 19:05:21+02\",\n                            \"client_status\": \"not set\",\n                            \"addressurl\": null,\n                            \"address_name\": null,\n                            \"address_street\": \"\",\n                            \"address_street2\": null,\n                            \"address_city\": \"\",\n                            \"address_postcode\": \"\",\n                            \"address_region\": \"\",\n                            \"address_country\": \"Polska\",\n                            \"address_province_name\": null,\n                            \"phones\": [\n                                {\n                                    \"number\": \"44 22 3805 0792\",\n                                    \"type\": \"phone\",\n                                    \"id\": 4252\n                                },\n                                {\n                                    \"number\": \"48 22 380 50 79\",\n                                    \"type\": \"phone\",\n                                    \"id\": 4392\n                                }\n                            ],\n                            \"emails\": [],\n                            \"instant_messengers\": [],\n                            \"addresses\": [\n                                {\n                                    \"datasets\": [],\n                                    \"address_extra_fields\": [],\n                                    \"name\": null,\n                                    \"street\": \"\",\n                                    \"street2\": null,\n                                    \"city\": \"\",\n                                    \"postcode\": \"\",\n                                    \"region\": \"\",\n                                    \"country\": \"Polska\",\n                                    \"province_name\": null\n                                },\n                                {\n                                    \"datasets\": [],\n                                    \"address_extra_fields\": [],\n                                    \"name\": null,\n                                    \"street\": \"63 Linden Plaza\",\n                                    \"street2\": null,\n                                    \"city\": \"Piterka\",\n                                    \"postcode\": \"393995\",\n                                    \"region\": \"\",\n                                    \"country\": \"Russia\",\n                                    \"province_name\": null\n                                }\n                            ],\n                            \"address_datasets\": [],\n                            \"address_address_extra_fields\": [],\n                            \"groups\": [],\n                            \"groups_id\": [],\n                            \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                            \"creator_name\": \"John Smith\",\n                            \"creator_email\": \"manager@livespace.io\",\n                            \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                            \"modifier_name\": \"John Smith\",\n                            \"modifier_email\": \"manager@livespace.io\",\n                            \"invited\": [\n                                {\n                                    \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                                    \"structure_name\": \"Entire company\",\n                                    \"roles\": [\n                                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                                    ]\n                                },\n                                {\n                                    \"user_id\": \"422865ea-ad3e-6774-a049-2a93bdc9705f\",\n                                    \"user_name\": \"Kate Jones\",\n                                    \"user_structure_id\": \"1b4330e9-1fe4-295b-8962-c6280cbabe8c\",\n                                    \"roles\": [\n                                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                                        \"5c196183-8397-1168-b811-c31dc8c919bb\"\n                                    ]\n                                },\n                                {\n                                    \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                                    \"user_name\": \"John Smith\",\n                                    \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                                    \"roles\": [\n                                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\",\n                                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                                    ]\n                                }\n                            ],\n                            \"is_admin\": true,\n                            \"owner_id\": \"422865ea-ad3e-6774-a049-2a93bdc9705f\",\n                            \"owner_name\": \"Kate Jones\",\n                            \"owner_email\": \"sales2@livespace.io\",\n                            \"owner_phone\": \"500-000-002\",\n                            \"tags\": [],\n                            \"dataset\": {\n                                \"214ca289-e9c0-fd69-324e-cfb568ae3490\": null,\n                                \"4405f609-2ee4-0476-6987-477e58ee1aeb\": null,\n                                \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \"Full\",\n                                \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"One\",\n                                \"a323497e-9a97-df8c-791b-a9306c83fd7b\": null,\n                                \"214ca289-e9c0-fd69-324e-cfb568ae3491\": null,\n                                \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"800000\",\n                                \"214ca289-e9c0-fd69-324e-cfb568ae3492\": null,\n                                \"214ca289-e9c0-fd69-324e-cfb568ae3493\": null,\n                                \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"0\",\n                                \"214ca289-e9c0-fd69-324e-cfb568ae3495\": null\n                            },\n                            \"dataset_field_name\": {\n                                \"214ca289-e9c0-fd69-324e-cfb568ae3490\": \"facebook\",\n                                \"4405f609-2ee4-0476-6987-477e58ee1aeb\": \"Source\",\n                                \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": \" The level of decision-making in the country\",\n                                \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": \"The number of brands in the porfolio\",\n                                \"a323497e-9a97-df8c-791b-a9306c83fd7b\": \"SALESmanago scoring\",\n                                \"214ca289-e9c0-fd69-324e-cfb568ae3491\": \"linkedin\",\n                                \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": \"The annual budget for advertising\",\n                                \"214ca289-e9c0-fd69-324e-cfb568ae3492\": \"goldenline\",\n                                \"214ca289-e9c0-fd69-324e-cfb568ae3493\": \"twitter\",\n                                \"48765b00-bf38-ae09-0219-2f34c19a159e\": \"Number of people\",\n                                \"214ca289-e9c0-fd69-324e-cfb568ae3495\": \"instagram\"\n                            },\n                            \"dataset_field_type\": {\n                                \"21fd87a2-2482-cb3f-a848-4fc88ca6dac5\": 3,\n                                \"bc19e968-f356-e5be-44f8-612ddfefdc5e\": 8,\n                                \"753c1e81-1df6-ee12-0fe2-d6009f6af0ec\": 3,\n                                \"48765b00-bf38-ae09-0219-2f34c19a159e\": 8\n                            },\n                            \"source_id\": 2004,\n                            \"source_name\": \"webinarium\",\n                            \"addressess\": [\n                                {\n                                    \"datasets\": [],\n                                    \"address_extra_fields\": [],\n                                    \"name\": null,\n                                    \"street\": \"\",\n                                    \"street2\": null,\n                                    \"city\": \"\",\n                                    \"postcode\": \"\",\n                                    \"region\": \"\",\n                                    \"country\": \"Polska\",\n                                    \"province_name\": null\n                                },\n                                {\n                                    \"datasets\": [],\n                                    \"address_extra_fields\": [],\n                                    \"name\": null,\n                                    \"street\": \"63 Linden Plaza\",\n                                    \"street2\": null,\n                                    \"city\": \"Piterka\",\n                                    \"postcode\": \"393995\",\n                                    \"region\": \"\",\n                                    \"country\": \"Russia\",\n                                    \"province_name\": null\n                                }\n                            ]\n                        }\n                    ]\n                }\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"3adebc27-00fa-4a97-a4ed-3f446a303cc6"},{"name":"Add space","id":"bd6867a9-2df5-49ee-b0e6-c17a64141158","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"space\": {\n        \"name\": \"\",\n        \"description\": \"\",\n        \"description_long\": \"\",\n        \"dataset\": {},\n        \"permission\": \"\",\n        \"invited\": {\n            \"users\": {\n                \"\": {\n                    \"structure_id\": \"\",\n                    \"roles\": [\n                        \"\",\n                        \"\"\n                    ]\n                }\n            },\n            \"structures\": {\n                \"\": [\n                    \"\",\n                    \"\"\n                ]\n            },\n            \"_delete_old_members\": \"\",\n            \"_delete_old\": [\n                \"\"\n            ],\n            \"_null_values\": [\n                \"\",\n                \"\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Space/addSpace","description":"<p>Add a new space.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Space","addSpace"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"021e8523-bc69-4651-81b2-344be466445e","name":"Add space - simplest","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"space\": {\n        \"name\": \"New space\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Space/addSpace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"space\": {\n            \"name\": \"New space\",\n            \"id\": \"2591fc10-f5b8-212f-12a3-277ccaf4cdbb\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"c1e6e73f-ccc2-4c4e-86ab-68b3ad063505","name":"Add space - full","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"space\": {\n        \"name\": \"New space\",\n        \"description\": \"Space description\",\n        \"description_long\": \"Longer description\",\n        \"permission\": \"1\",\n        \"invited\": {\n            \"users\": {\n                \"5b45928d-9e94-379e-ef5d-d13830509f0e\": {\n                    \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                    \"roles\": [\n                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                    ]\n                }\n            },\n            \"structures\": {\n                \"3c660110-489e-fd0e-d879-b158601d1183\": [\n                    \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Space/addSpace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"space\": {\n            \"name\": \"New space\",\n            \"description\": \"Space description\",\n            \"description_long\": \"Longer description\",\n            \"permission\": \"1\",\n            \"invited\": {\n                \"users\": {\n                    \"5b45928d-9e94-379e-ef5d-d13830509f0e\": {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                        ]\n                    }\n                },\n                \"structures\": {\n                    \"3c660110-489e-fd0e-d879-b158601d1183\": [\n                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                    ]\n                }\n            },\n            \"id\": \"493dbfff-2cca-9ca0-5ca2-67d37140c076\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"bd6867a9-2df5-49ee-b0e6-c17a64141158"},{"name":"Add multiple spaces","id":"ebf60770-091d-47b5-812e-2a8517424d12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"spaces\": [\n        {\n            \"name\": \"\" // required\n        },\n        {\n            \"name\": \"\" // required\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Space/addSpaces","description":"<p>Add multiple spaces all at once.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Space","addSpaces"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"8c4612df-92ea-4691-bde8-7d14c5e6f55e","name":"Add multiple spaces","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"spaces\": [\n        { \"name\": \"Space 1\" },\n        { \"name\": \"Space 2\" }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Space/addSpaces"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ebf60770-091d-47b5-812e-2a8517424d12"},{"name":"Edit space","id":"aa52c05e-ba35-45b4-a769-8fea44031644","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"space\": {\n        \"id\": \"\", // required\n        \"name\": \"\",\n        \"decription\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Space/editSpace","description":"<p>Edit a space by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Space","editSpace"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"95744978-da6f-4966-92a2-b9730a5850f0","name":"Edit name and description","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"space\": {\n        \"id\": \"3db9a0da-910e-10f6-9f47-381222e3a915\",\n        \"name\": \"New space name\",\n        \"description\": \"New space description\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Space/editSpace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"space\": {\n            \"id\": \"3db9a0da-910e-10f6-9f47-381222e3a915\",\n            \"name\": \"New space name\",\n            \"description\": \"New space description\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"756bb4a6-3c39-4031-b5fe-a799898d3113","name":"Edit tags","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"space\": {\n        \"id\": \"3db9a0da-910e-10f6-9f47-381222e3a915\",\n        \"tag_add\": \"new tag\",\n        \"tag_remove\": \"old tag\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Space/editSpace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"space\": {\n            \"id\": \"3db9a0da-910e-10f6-9f47-381222e3a915\",\n            \"tag_add\": \"new tag\",\n            \"tag_remove\": \"old tag\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"37b2860c-75d9-4110-8b72-8ea713582ac3","name":"Add task","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"space\": {\n        \"id\": \"3a20159a-d0f9-c776-2ef3-a61885adb21b\",\n        \"todo\": {\n            \"title\": \"New task\",\n            \"date\": \"2027-12-12\",\n            \"description\": \"New task description\",\n            \"user_id\": \"9eb957af-3607-f319-30cd-6ae2b43824ab\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Space/editSpace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"space\": {\n            \"id\": \"3a20159a-d0f9-c776-2ef3-a61885adb21b\",\n            \"todo\": {\n                \"title\": \"New task\",\n                \"date\": \"2027-12-12\",\n                \"description\": \"New task description\",\n                \"user_id\": \"9eb957af-3607-f319-30cd-6ae2b43824ab\"\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"bf4c5203-72f6-4bc1-96cf-649ce2a4a775","name":"Add file","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"space\": {\n        \"id\": \"3a20159a-d0f9-c776-2ef3-a61885adb21b\",\n        \"file\": {\n            \"url\": \"https://www.livespace.io/wp-content/uploads/2022/06/Livespace-Logo-Brandmark-1.png\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Space/editSpace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"space\": {\n            \"id\": \"3a20159a-d0f9-c776-2ef3-a61885adb21b\",\n            \"file\": {\n                \"url\": \"https://www.livespace.io/wp-content/uploads/2022/06/Livespace-Logo-Brandmark-1.png\"\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"aa52c05e-ba35-45b4-a769-8fea44031644"},{"name":"Delete space","id":"5764f18a-1c48-44f3-bb21-072621349678","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"space\": {\n        \"id\": \"\" // required\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Space/deleteSpace","description":"<p>Delete a space by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Space","deleteSpace"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"6453d527-603e-4a7e-96eb-922763b93d80","name":"Delete space","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"space\": {\n        \"id\": \"3db9a0da-910e-10f6-9f47-381222e3a915\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Space/deleteSpace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [],\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"5764f18a-1c48-44f3-bb21-072621349678"},{"name":"Add note","id":"99b0882b-698b-414f-b7a1-3cf1eafb3328","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"space\": {\n        \"id\": \"\", // required\n        \"note\": \"\", // required\n        \"tags\": \"\",\n        \"permission\": \"\" // 1 - visible for everyone, 0 - only for me, 2 - for me and managers\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Space/addSpaceNote","description":"<p>Add a note on space's profile.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Space","addSpaceNote"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"026c0994-f1ba-4b46-8d02-988b1b8d842b","name":"Add note","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"space\": {\n        \"id\": \"a94f87d3-7902-ac60-afca-6144deefaf19\",\n        \"note\": \"New note on space profile\",\n        \"tags\": \"new tag\",\n        \"permission\": 1 // 1 - visible for everyone, 0 - only for me, 2 - for me and managers\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Space/addSpaceNote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"space\": {\n            \"id\": \"a94f87d3-7902-ac60-afca-6144deefaf19\",\n            \"note\": \"New note on space profile\",\n            \"tags\": \"new tag\",\n            \"permission\": 1,\n            \"wall_item_id\": 5078\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"99b0882b-698b-414f-b7a1-3cf1eafb3328"},{"name":"Get wall","id":"8dc7998d-22b5-4e8e-ac9c-eda4e4b71d6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\" // required\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Space/getWall","description":"<p>Get wall items from space's profile.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Space","getWall"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"9d9691ac-3c28-40ba-9d67-ad19d399c7c9","name":"Get wall","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"a94f87d3-7902-ac60-afca-6144deefaf19\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Space/getWall"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"wall\": [\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"New note on space profile\",\n                \"created\": \"2025-07-04 12:43:37+02\",\n                \"date\": \"2025-07-04 12:43:37+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"note\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-565c73ae68a0112347fc8bb20d72ae6de77b16e9\",\n                \"is_synced\": 1,\n                \"object_type_id\": 8,\n                \"context_avatar_key\": null,\n                \"comments\": [],\n                \"_params\": null,\n                \"tags\": \"new tag\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"user_name\": \"John Smith\"\n            },\n            {\n                \"is_public\": 1,\n                \"permission\": 1,\n                \"text\": \"added space  <a  class=\\\"object-tooltip\\\" data-object-type=\\\"space\\\" data-object-id=\\\"2206\\\"  href=\\\"/Space/index/details/id/2206\\\">Project space</a>\",\n                \"created\": \"2025-07-04 12:42:59+02\",\n                \"date\": \"2025-07-04 12:42:59+02\",\n                \"comment_count\": 0,\n                \"type_name\": \"activity\",\n                \"show_on_summary\": 1,\n                \"is_planned\": 0,\n                \"parent_id\": 0,\n                \"job_status\": null,\n                \"job_order\": null,\n                \"job_days\": null,\n                \"job_type_id\": null,\n                \"import_id\": null,\n                \"avatar_key\": \"67055773-565c73ae68a0112347fc8bb20d72ae6de77b16e9\",\n                \"is_synced\": 1,\n                \"object_type_id\": 8,\n                \"context_avatar_key\": null,\n                \"comments\": [],\n                \"_params\": null,\n                \"tags\": \"\",\n                \"like\": {\n                    \"users\": [],\n                    \"current\": false,\n                    \"text\": \"\",\n                    \"text_full\": \"\",\n                    \"text_html\": \"\"\n                },\n                \"showAsPlanned\": false,\n                \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"user_name\": \"John Smith\"\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"8dc7998d-22b5-4e8e-ac9c-eda4e4b71d6b"}],"id":"a1672852-5e71-4aa1-b6d1-c4d253a37437","description":"<p>This folder contains requests regarding spaces.</p>\n","_postman_id":"a1672852-5e71-4aa1-b6d1-c4d253a37437"},{"name":"Task","item":[{"name":"Get task","id":"e510d851-fec8-46f8-804d-6874697feb40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Todo/get","description":"<p>Get a single task object by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Todo","get"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"9dcb3035-3a75-44f6-97ca-969f6c2a327d","name":"Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"4787a64d-ed13-26d2-22cf-802b47c3d519\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Todo/get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"todo\": {\n            \"id\": \"4787a64d-ed13-26d2-22cf-802b47c3d519\",\n            \"title\": \"Make contact\",\n            \"description\": \"\",\n            \"type_id\": \"d25c76e2-9bc3-7ac6-08da-35e167b9feb1\",\n            \"type_name\": \"Call\",\n            \"status_id\": null,\n            \"status_name\": null,\n            \"is_completed\": false,\n            \"is_private\": false,\n            \"priority\": 0,\n            \"date_type\": 0,\n            \"date_from\": \"2025-07-01 01:00:00\",\n            \"date_to\": null,\n            \"is_all_day\": true,\n            \"made_date\": null,\n            \"has_cycle\": false,\n            \"all_in_cycle\": \"\",\n            \"cycle_desc\": \"\",\n            \"objects\": [\n                {\n                    \"object_type\": \"deal\",\n                    \"object_id\": \"7b395d77-7570-7db7-7581-833f388b5057\",\n                    \"object_name\": \"Multimedia presentation\"\n                }\n            ],\n            \"created\": \"2025-06-30 10:42:45+02\",\n            \"modified\": \"2025-06-07 20:21:34+02\",\n            \"dataset\": [],\n            \"dataset_field_name\": [],\n            \"invited\": [\n                {\n                    \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"user_name\": \"John Smith\",\n                    \"user_structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                    \"roles\": [\n                        \"c46c4670-32de-5243-9d6e-3f6bc3376e88\"\n                    ]\n                },\n                {\n                    \"user_id\": \"422865ea-ad3e-6774-a049-2a93bdc9705f\",\n                    \"user_name\": \"Kate Jones\",\n                    \"user_structure_id\": \"1b4330e9-1fe4-295b-8962-c6280cbabe8c\",\n                    \"roles\": [\n                        \"ff9100f5-9bf1-e365-c562-88d0c29636d8\"\n                    ]\n                }\n            ],\n            \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n            \"creator_name\": \"John Smith\",\n            \"creator_email\": \"manager@livespace.io\",\n            \"modifier_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n            \"modifier_name\": \"John Smith\",\n            \"modifier_email\": \"manager@livespace.io\",\n            \"user_id\": \"422865ea-ad3e-6774-a049-2a93bdc9705f\",\n            \"user_name\": \"Kate Jones\",\n            \"user_email\": \"sales2@livespace.io\",\n            \"relation\": {\n                \"Deal\": \"Multimedia presentation\"\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"e510d851-fec8-46f8-804d-6874697feb40"},{"name":"Get multiple tasks","id":"9dc07fce-fc5a-49d5-b9b9-9b47092e66cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"todo\": {\n        \"getWholeList\": \"\", // 1 - gets the whole list filtered down by the other parameters allowing to get more than 50 results\n        \"isCompleted\": \"\", // 1 - completed, 0 - uncompleted\n        \"types\": [],\n        \"datesPeriod\": {\n            \"from\": \"\",\n            \"to\": \"\"\n        },\n        \"objects\": { // objects related to the task\n            \"type\": \"\",\n            \"id\": []\n        },\n        \"page\": \"\" // allows to get further pages, when there's more than 50 results\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Todo/getTodoObjects","description":"<p>Get multiple tasks meeting set conditions.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Todo","getTodoObjects"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"6750df10-9ad0-4903-911e-e7fca3eeee3a","name":"Get multiple tasks","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"todo\": {\n        \"isCompleted\": \"1\", // 1 - completed, 0 - uncompleted\n        \"types\": [\"Holiday\"],\n        \"objects\": { //objects related to the task\n            \"type\": \"user\",\n            \"id\": [\n                \"5b45928d-9e94-379e-ef5d-d13830509f0e\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Todo/getTodoObjects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"todo\": [\n            {\n                \"id\": \"cac12b63-1b38-7a3e-1537-f62f9e9686de\",\n                \"title\": \"Holiday\",\n                \"description\": \"\",\n                \"type_id\": \"a55a9e23-9ab8-f425-f2ba-a8df82128971\",\n                \"type_name\": \"Holiday\",\n                \"status_id\": null,\n                \"status_name\": null,\n                \"is_completed\": true,\n                \"is_private\": false,\n                \"priority\": 0,\n                \"date_type\": 0,\n                \"date_from\": \"2025-06-25 00:00:00\",\n                \"date_to\": \"2025-06-25 00:00:00\",\n                \"is_all_day\": true,\n                \"made_date\": \"2025-06-30 15:17:27\",\n                \"has_cycle\": false,\n                \"all_in_cycle\": \"\",\n                \"cycle_desc\": \"\",\n                \"objects\": [],\n                \"created\": \"2025-06-30 18:17:47+02\",\n                \"modified\": \"2025-06-30 15:17:27+02\",\n                \"dataset\": [],\n                \"dataset_field_name\": [],\n                \"role_204\": [\n                    {\n                        \"id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"name\": \"John Smith\"\n                    }\n                ],\n                \"invited\": [],\n                \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"creator_name\": \"John Smith\",\n                \"creator_email\": \"manager@livespace.io\"\n            },\n            {\n                \"id\": \"77743962-57ec-2ad3-45ee-6c4dff661549\",\n                \"title\": \"Holiday\",\n                \"description\": \"\",\n                \"type_id\": \"a55a9e23-9ab8-f425-f2ba-a8df82128971\",\n                \"type_name\": \"Holiday\",\n                \"status_id\": null,\n                \"status_name\": null,\n                \"is_completed\": true,\n                \"is_private\": false,\n                \"priority\": 0,\n                \"date_type\": 0,\n                \"date_from\": \"2025-06-27 00:00:00\",\n                \"date_to\": \"2025-06-27 00:00:00\",\n                \"is_all_day\": true,\n                \"made_date\": \"2025-06-30 12:21:29\",\n                \"has_cycle\": false,\n                \"all_in_cycle\": \"\",\n                \"cycle_desc\": \"\",\n                \"objects\": [],\n                \"created\": \"2025-06-30 10:49:59+02\",\n                \"modified\": \"2025-06-07 20:18:21+02\",\n                \"dataset\": [],\n                \"dataset_field_name\": [],\n                \"role_204\": [\n                    {\n                        \"id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                        \"name\": \"John Smith\"\n                    }\n                ],\n                \"invited\": [],\n                \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"creator_name\": \"John Smith\",\n                \"creator_email\": \"manager@livespace.io\"\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"9dc07fce-fc5a-49d5-b9b9-9b47092e66cd"},{"name":"Get task by object","id":"a931b676-6170-439f-9923-1be62fdf6d99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"type\": \"\",  // required\n    \"id:\": [] // required\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Todo/getForObject","description":"<p>Get task by related object like company or deal.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Todo","getForObject"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"812f58ee-b3ee-47fb-864d-6c5034f079a3","name":"Get task by object","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"object_type\": \"contact\",\n    \"id\": \"ead30845-0999-417a-a24f-b4549f32b982\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Todo/getForObject"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"todo\": [\n            {\n                \"id\": \"0be0e5ed-20d0-fb81-557c-cc7e6dd83939\",\n                \"title\": \"Call\",\n                \"description\": \"\",\n                \"type_id\": \"d25c76e2-9bc3-7ac6-08da-35e167b9feb1\",\n                \"type_name\": \"Call\",\n                \"status_id\": null,\n                \"status_name\": null,\n                \"is_completed\": false,\n                \"is_private\": false,\n                \"priority\": 0,\n                \"date_type\": 0,\n                \"date_from\": \"2025-07-02 00:00:00\",\n                \"date_to\": \"2025-07-02 00:00:00\",\n                \"is_all_day\": true,\n                \"made_date\": null,\n                \"has_cycle\": false,\n                \"all_in_cycle\": \"\",\n                \"cycle_desc\": \"\",\n                \"objects\": [\n                    {\n                        \"object_type\": \"contact\",\n                        \"object_id\": \"ead30845-0999-417a-a24f-b4549f32b982\",\n                        \"object_name\": \"Julia Goodwill\"\n                    },\n                    {\n                        \"object_type\": \"company\",\n                        \"object_id\": \"694f2afa-d82a-dbd3-cd28-c100e7552db1\",\n                        \"object_name\": \"Jabber Services\"\n                    }\n                ],\n                \"created\": \"2025-06-30 18:53:14+02\",\n                \"modified\": \"2025-06-26 18:51:42+02\",\n                \"dataset\": [],\n                \"dataset_field_name\": [],\n                \"invited\": [],\n                \"creator_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                \"creator_name\": \"John Smith\",\n                \"creator_email\": \"manager@livespace.io\",\n                \"relation\": {\n                    \"Person\": \"Julia Goodwill\",\n                    \"Company\": \"Jabber Services\"\n                }\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"a931b676-6170-439f-9923-1be62fdf6d99"},{"name":"Add task","id":"fa921958-129d-480d-b613-6439e88fd516","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"todo\": {\n        \"title\": \"\", // required\n        \"date\": \"\",\n        \"description\": \"\",\n        \"user_id\": \"\",\n        \"is_completed\": \"\", //true or false\n        \"is_private\": \"\", // true or false\n        \"priority\": \"\", // 0 - normal, 1 - high\n        \"status_id\": \"\",\n        \"type_id\": \"\",\n        \"dataset\": { // custom fields\n            \"\": \"\"\n        },\n        \"objects\": [\n            {\n                \"type\": \"\",\n                \"id\": \"\"\n            }\n        ],\n        \"invited\": {\n            \"users\": {\n                \"\": {\n                    \"structure_id\": \"\",\n                    \"roles\": [\n                        \"\",\n                        \"\"\n                    ]\n                }\n            },\n            \"structures\": {\n                \"\": [\n                    \"\",\n                    \"\"\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Todo/addTodo","description":"<p>Add a new task.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Todo","addTodo"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"8a9b381b-17d7-4fbf-a870-796cb0ee4ea3","name":"Add task - simplest","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"todo\": {\n        \"title\": \"New task\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Todo/addTodo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"todo\": {\n            \"title\": \"New task\",\n            \"id\": \"2d2b31b6-4198-27d5-baed-e17243d8d6af\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"df87daf1-1369-4148-9aea-1c05e1b169f5","name":"Add task - basic","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"todo\": {\n        \"title\": \"New basic task\",\n        \"date\": \"2077-10-10\",\n        \"description\": \"New task description\",\n        \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Todo/addTodo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"todo\": {\n            \"title\": \"New basic task\",\n            \"date\": \"2077-10-10\",\n            \"description\": \"New task description\",\n            \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n            \"id\": \"0acff0c8-ab9f-11fc-1430-a17a86d47f6b\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"7927e99b-6056-4447-b9b9-d33be4b7da34","name":"Add task - full","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"todo\": {\n        \"title\": \"New full task\",\n        \"date\": \"2077-10-10\",\n        \"description\": \"New description\",\n        \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n        \"is_completed\": true,\n        \"is_private\": false,\n        \"priority\": 1,\n        \"status_id\": \"a04cfa2d-990f-45d6-d90f-2a9c8cd5c7a9\",\n        \"type_id\": \"ea41df51-50c2-bd32-1d05-cad9aec02be0\",\n        \"dataset\": {\n            \"f9906f4a-1385-b9fc-98b8-b6d06be2bdb7\": \"Custom feld value\"\n        },\n        \"objects\": [\n            {\n                \"type\": \"company\",\n                \"id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\"\n            }\n        ],\n         \"invited\": {\n            \"users\": {\n                \"5b45928d-9e94-379e-ef5d-d13830509f0e\": {\n                    \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                    \"roles\": [\n                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                    ]\n                }\n            },\n            \"structures\": {\n                \"3c660110-489e-fd0e-d879-b158601d1183\": [\n                    \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Todo/addTodo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"todo\": {\n            \"title\": \"New full task\",\n            \"date\": \"2077-10-10\",\n            \"description\": \"New description\",\n            \"user_id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n            \"is_completed\": true,\n            \"is_private\": false,\n            \"priority\": 1,\n            \"status_id\": \"a04cfa2d-990f-45d6-d90f-2a9c8cd5c7a9\",\n            \"type_id\": \"ea41df51-50c2-bd32-1d05-cad9aec02be0\",\n            \"dataset\": {\n                \"f9906f4a-1385-b9fc-98b8-b6d06be2bdb7\": \"Custom feld value\"\n            },\n            \"objects\": [\n                {\n                    \"type\": \"company\",\n                    \"id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\"\n                }\n            ],\n            \"invited\": {\n                \"users\": {\n                    \"5b45928d-9e94-379e-ef5d-d13830509f0e\": {\n                        \"structure_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                        \"roles\": [\n                            \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                        ]\n                    }\n                },\n                \"structures\": {\n                    \"3c660110-489e-fd0e-d879-b158601d1183\": [\n                        \"4aa8afc0-6415-2de6-d411-cdd28fc0379c\"\n                    ]\n                }\n            },\n            \"id\": \"82a50b21-0c7b-6c3c-6d64-1b157010837b\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"fa921958-129d-480d-b613-6439e88fd516"},{"name":"Add multiple tasks","id":"85420791-ed83-4c05-a46a-ddf479aa4222","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n     \"todos\": [\n        {\n            \"title\": \"\" // required\n        },\n        {\n            \"title\": \"\" // required\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Todo/addTodos","description":"<p>Add multiple tasks all at once.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Todo","addTodos"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"1bb0dc7c-1ee5-4a84-ac52-f4ff573b9b7e","name":"Add multiple tasks","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"todos\": [\n        { \"title\": \"Task 1\" },\n        { \"title\": \"Task 2\" }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Todo/addTodos"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"todos\": [\n            {\n                \"title\": \"Task 1\",\n                \"id\": \"b1bc665a-e525-f2af-1ebd-cd2d7f04d02b\"\n            },\n            {\n                \"title\": \"Task 2\",\n                \"id\": \"f9c574af-17b5-b417-b363-2931733f18e3\"\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"85420791-ed83-4c05-a46a-ddf479aa4222"},{"name":"Edit task","id":"17aa4343-fc14-4aca-9f66-c895faa0a6b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"todo\": {\n        \"id\": \"\", // required\n        \"title\": \"\",\n        \"date\": \"\",\n        \"description\": \"\",\n        \"user_id\": \"\",\n        \"is_completed\": \"\", //true or false\n        \"is_private\": \"\", // true or false\n        \"priority\": \"\", // 0 - normal, 1 - high\n        \"status_id\": \"\",\n        \"type_id\": \"\",\n        \"dataset\": { // custom fields\n            \"\": \"\"\n        },\n        \"objects\": [\n            {\n                \"type\": \"\",\n                \"id\": \"\"\n            }\n        ],\n        \"invited\": {\n            \"users\": {\n                \"\": {\n                    \"structure_id\": \"\",\n                    \"roles\": [\n                        \"\",\n                        \"\"\n                    ]\n                }\n            },\n            \"structures\": {\n                \"\": [\n                    \"\",\n                    \"\"\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Todo/editTodo","description":"<p>Edit a task by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Todo","editTodo"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"be5eb89b-f232-4ec0-a146-b8647dc65edc","name":"Edit task name and description","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"todo\": {\n        \"id\": \"82a50b21-0c7b-6c3c-6d64-1b157010837b\",\n        \"title\": \"Edited title\",\n        \"description\": \"Edited description\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Todo/editTodo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"todo\": {\n            \"id\": \"82a50b21-0c7b-6c3c-6d64-1b157010837b\",\n            \"title\": \"Edited title\",\n            \"description\": \"Edited description\"\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"11a9fa12-a328-40dd-bfea-0460830c7f43","name":"Remove responsible","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"todo\": {\n        \"id\": \"4787a64d-ed13-26d2-22cf-802b47c3d519\", // required\n        \"invited\": {\n            \"_null_values\": [ // permission's id to be removed - e.g. responsible\n                \"ff9100f5-9bf1-e365-c562-88d0c29636d8\" // permission can't be required\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Todo/editTodo"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"17aa4343-fc14-4aca-9f66-c895faa0a6b5"},{"name":"Delete task","id":"9a9aa3e6-ae89-444f-9017-19609381fe52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"todo\": {\n        \"id\": \"\" // required\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Todo/get","description":"<p>Delete a task by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Todo","get"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"54af249f-5a6b-48d5-b8d3-08593ffc6e02","name":"Delete task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"todo\": {\n        \"id\": \"82a50b21-0c7b-6c3c-6d64-1b157010837b\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Todo/removeTodo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"todo\": {\n            \"id\": 2444\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"9a9aa3e6-ae89-444f-9017-19609381fe52"},{"name":"Get task types","id":"9cd602ab-fef2-4c76-98bd-4f76223ef1ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Todo/getTypes","description":"<p>Get the list of task types.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Todo","getTypes"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"b0a4b243-a992-4098-b7ad-e944fd7e86f1","name":"Get task types","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Todo/getTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"d25c76e2-9bc3-7ac6-08da-35e167b9feb1\": \"Call\",\n        \"433eeea8-2a86-36cf-2275-8da107bd7654\": \"E-mail\",\n        \"a55a9e23-9ab8-f425-f2ba-a8df82128971\": \"Holiday\",\n        \"ea41df51-50c2-bd32-1d05-cad9aec02be0\": \"Meeting\",\n        \"856bb0ca-37a6-25de-11d2-a4484f3f12cd\": \"Other\",\n        \"7b808c62-1367-dca0-6821-13d5993936c2\": \"Project\",\n        \"3304288d-d470-8015-d54a-556b45981c32\": \"Upsell 1: Confirm data\",\n        \"9c22a810-f6f2-d529-8131-682c65c04598\": \"Upsell 2: Identify needs\",\n        \"de4be3a8-c297-089a-208a-87d5d734c629\": \"Upsell 3: Confirm budget\"\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"9cd602ab-fef2-4c76-98bd-4f76223ef1ba"},{"name":"Get task statuses","id":"a319a2f2-05ed-4914-a903-3bcadd773125","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Todo/getStatuses","description":"<p>Get the list of task statuses.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Todo","getStatuses"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"8a7021c7-ccb0-47f4-aef2-86d2fe6392c5","name":"Get task types","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Todo/getStatuses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"a04cfa2d-990f-45d6-d90f-2a9c8cd5c7a9\": \"Accepted\",\n        \"34ebfc0f-b1a3-c3ab-dd0e-30d3a4ed797f\": \"Pending\",\n        \"b6ede335-ad65-651d-0f5a-ced8675ad34b\": \"Realization\",\n        \"9b0d1784-7c6c-0bf6-39ea-16592abf8045\": \"Verification\"\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"a319a2f2-05ed-4914-a903-3bcadd773125"}],"id":"28e9f52a-cd3c-4f79-9e46-a0eb96f63e71","description":"<p>This folder contains requests regarding tasks.</p>\n","_postman_id":"28e9f52a-cd3c-4f79-9e46-a0eb96f63e71"},{"name":"Wall","item":[{"name":"Get wall item list","id":"4a042b7f-4d18-4841-8527-b60b5abee654","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"object_type\": \"\",\n    \"object_id\": \"\",\n    \"type_name\": \"\", // note, email, activity, phone\n    \"date_from\": \"\",\n    \"date_to\": \"\",\n    \"api\": \"\", // true - returns UUID, false(default) - returns app ID\n    \"query\": \"\",\n    \"limit\": 10,\n    \"offset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Wall/getList","description":"<p>Get the list of wall items. By default limited to last 7 days, which can be adjusted using date parameters.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Wall","getList"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"3e6c5650-beeb-495c-9ea1-3d3be271059d","name":"Get contact wall item list","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"object_type\": \"contact\",\n    \"object_id\": \"e377efce-8695-49a0-553a-0d5c64ae35a5\",\n    \"type_name\": \"note\",\n    \"api\": \"true\" // true - returns UUID, false - returns app ID\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Wall/getList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"items\": [\n            {\n                \"id\": \"0adb1b7d-ff92-4d04-a009-ddfe1490a3e1\",\n                \"type_name\": \"note\",\n                \"is_public\": true,\n                \"text\": \"Lorem ipsum\",\n                \"date\": \"2025-07-01 14:02:45+02\",\n                \"creator_login\": \"manager@livespace.io\",\n                \"creator_name\": \"John Smith\",\n                \"object_name\": \"Eric Watson ()\",\n                \"object_type\": \"contact\",\n                \"comments_count\": 0,\n                \"comments\": []\n            },\n            {\n                \"id\": \"5c8cbfcf-fb9d-4a97-ad80-a5b460c6038b\",\n                \"type_name\": \"note\",\n                \"is_public\": true,\n                \"text\": \"note\",\n                \"date\": \"2025-07-01 14:02:11+02\",\n                \"creator_login\": \"manager@livespace.io\",\n                \"creator_name\": \"John Smith\",\n                \"object_name\": \"Eric Watson ()\",\n                \"object_type\": \"contact\",\n                \"comments_count\": 0,\n                \"comments\": []\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"4a042b7f-4d18-4841-8527-b60b5abee654"},{"name":"Add note","id":"d0a36478-4608-4517-9f6a-456947de5845","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"note\": \"\", // required\n    \"tag_add\": \"\",\n    \"object_type\": \"\", \n    \"object_id\": \"\",\n    \"permission\": \"\" // 1 - visible for everyone, 0 - only for me, 2 - for me and managers\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Wall/Note_add","description":"<p>Add a new note. Either on dashboard or a profile.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Wall","Note_add"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"364c638f-9256-4f2c-acd0-ef51c506caf1","name":"Add note","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"note\": \"New note from API\",\n    \"tag_add\": \"api\",\n    \"object_type\": \"company\",\n    \"object_id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n    \"permission\": \"1\" // 1 - visible for everyone, 0 - only for me, 1 - for me and managers\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Wall/Note_add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"note\": \"New note from API\",\n        \"tag_add\": \"api\",\n        \"object_type\": \"company\",\n        \"object_id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n        \"permission\": \"0\",\n        \"id\": \"9c7db1d0-ad6e-1725-399c-29fa79e35ec6\"\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"07f32241-5d45-454c-82c3-4fe4c15a79aa","name":"Add note on dashboard","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"note\": \"Example note on dashboard\", // required\n    \"tag_add\": \"dashboard\",\n    \"permission\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Wall/Note_add"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d0a36478-4608-4517-9f6a-456947de5845"},{"name":"Edit note","id":"8e05a813-9009-418a-99f7-76fe73330701","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\", // required\n    \"note\": \"\", // required\n    \"tag_add\": \"\",\n    \"object_type\": \"\",\n    \"object_id\": \"\",\n    \"permission\": \"\" // 1 - visible for everyone, 0 - only for me, 1 - for me and managers\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Wall/Note_edit","description":"<p>Edit a note by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Wall","Note_edit"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"ccfaa1a7-2fc2-43b8-8880-81abfecb27b6","name":"Edit note","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"570a9914-996f-03cf-cdcf-5d8f1af27e5f\",\n    \"note\": \"Note edited via API\",\n    \"tag_add\": \"api\",\n    \"object_type\": \"company\",\n    \"object_id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n    \"permission\": \"0\" // 1 - visible for everyone, 0 - only for me, 1 - for me and managers\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Wall/Note_edit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"id\": \"570a9914-996f-03cf-cdcf-5d8f1af27e5f\",\n        \"note\": \"Note edited via API\",\n        \"tag_add\": \"api\",\n        \"object_type\": \"company\",\n        \"object_id\": \"d162a996-b4fd-6a5c-973b-cee803c65731\",\n        \"permission\": \"0\"\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"8e05a813-9009-418a-99f7-76fe73330701"},{"name":"Delete note","id":"e5cf21b8-55ac-43a5-9f4b-32724dba0a7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\" // required\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Wall/Note_remove","description":"<p>Delete a note by ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Wall","Note_remove"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"9718441d-2056-4373-b899-4c6b90a8bf58","name":"Delete note","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"0adb1b7d-ff92-4d04-a009-ddfe1490a3e1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Wall/Note_remove"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"e5cf21b8-55ac-43a5-9f4b-32724dba0a7f"}],"id":"30211176-e380-4f69-b932-919bec25225d","description":"<p>This folder contains requests regarding wall and wall items.</p>\n","_postman_id":"30211176-e380-4f69-b932-919bec25225d"},{"name":"User","item":[{"name":"Get current user","id":"5b2db5c7-b411-4c6e-a585-8639a1bd454e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/User_getInfo","description":"<p>Get the info of the current user.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Default","User_getInfo"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"f0e54edb-3ffb-44ed-bcc2-faffd001dffd","name":"Get current user","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/User_getInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Jul 2025 09:48:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"server","value":"istio-envoy"},{"key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"cache-control","value":"no-store, no-cache, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"set-cookie","value":"i18next=en_GB; path=/"},{"key":"set-cookie","value":"SESSIONID=b65c1934ab249848406535c51ecd8853a6983d9247ea355245c58e32edbdb01277cd72535a72dce102c5e023e5bf37c44059070a9b0f074097cdcf8d07055838; expires=Tue, 15-Jul-2025 09:48:40 GMT; Max-Age=604800; path=/; domain=demo-en-kwo.livespace.io; secure; HttpOnly"},{"key":"set-cookie","value":"SESSIONID=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; domain=demo-en-kwo.livespace.io; secure; HttpOnly"},{"key":"x-backend-server","value":"livespace-app-api-master-54bdf88f68-nccd8"},{"key":"x-envoy-upstream-service-time","value":"621"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"login\": \"manager@livespace.io\",\n        \"email\": \"manager@livespace.io\",\n        \"firstname\": \"John\",\n        \"lastname\": \"Smith\",\n        \"user_role\": \"\",\n        \"position\": \"Account Manager\",\n        \"name\": \"John Smith\",\n        \"phone\": null,\n        \"locale\": \"en_GB\",\n        \"lang\": \"en\",\n        \"avatar\": \"https://svc-files-app.livespace.io/load/67055773-565c73ae68a0112347fc8bb20d72ae6de77b16e9?source=app&scale=scaleframe&width=150&height=150\",\n        \"app_settings\": {\n            \"has_spaces\": true,\n            \"permission\": {\n                \"contact_add\": true,\n                \"company_add\": true,\n                \"deal_add\": true,\n                \"space_add\": true,\n                \"todo_add\": true\n            }\n        },\n        \"structures\": [\n            {\n                \"id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                \"name\": \"Entire company\",\n                \"roles\": [\n                    {\n                        \"id\": \"88a2d9d2-79fc-e79d-efa6-f040fb541918\",\n                        \"name\": \"Administrator\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"5b2db5c7-b411-4c6e-a585-8639a1bd454e"},{"name":"Get all users","id":"b5a9472e-5b58-42c8-bb43-978e5f857333","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/User_getAll","description":"<p>Get the info of the current user.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Default","User_getAll"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"9110b15d-dc3a-4a61-931c-7db82a13fc6e","name":"Get all users","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/User_getAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Jul 2025 09:48:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"server","value":"istio-envoy"},{"key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"cache-control","value":"no-store, no-cache, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"set-cookie","value":"i18next=en_GB; path=/"},{"key":"set-cookie","value":"SESSIONID=b65c1934ab249848406535c51ecd8853a6983d9247ea355245c58e32edbdb01277cd72535a72dce102c5e023e5bf37c44059070a9b0f074097cdcf8d07055838; expires=Tue, 15-Jul-2025 09:48:40 GMT; Max-Age=604800; path=/; domain=demo-en-kwo.livespace.io; secure; HttpOnly"},{"key":"set-cookie","value":"SESSIONID=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; domain=demo-en-kwo.livespace.io; secure; HttpOnly"},{"key":"x-backend-server","value":"livespace-app-api-master-54bdf88f68-nccd8"},{"key":"x-envoy-upstream-service-time","value":"621"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"login\": \"sales4@livespace.io\",\n            \"email\": \"sales4@livespace.io\",\n            \"firstname\": \"Peter\",\n            \"lastname\": \"Taylor\",\n            \"name\": \"Peter Taylor\",\n            \"id\": \"984816d0-3196-27b3-95f1-03199eb94ea2\",\n            \"structures\": [\n                {\n                    \"id\": \"1b4330e9-1fe4-295b-8962-c6280cbabe8c\",\n                    \"name\": \"Northern\",\n                    \"roles\": [\n                        {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    ]\n                }\n            ],\n            \"phone\": null\n        },\n        {\n            \"login\": \"am@livespace.io\",\n            \"email\": \"am@livespace.io\",\n            \"firstname\": \"Patrick\",\n            \"lastname\": \"Robinson\",\n            \"name\": \"Patrick Robinson\",\n            \"id\": \"bec00359-9cca-e474-2081-f069e9391772\",\n            \"structures\": [\n                {\n                    \"id\": \"97dc82ea-f902-7e49-27bd-20f1a4362d2d\",\n                    \"name\": \"Customer service\",\n                    \"roles\": [\n                        {\n                            \"id\": \"88a2d9d2-79fc-e79d-efa6-f040fb541918\",\n                            \"name\": \"Administrator\"\n                        }\n                    ]\n                }\n            ],\n            \"phone\": null\n        },\n        {\n            \"login\": \"manager@livespace.io\",\n            \"email\": \"manager@livespace.io\",\n            \"firstname\": \"John\",\n            \"lastname\": \"Smith\",\n            \"name\": \"John Smith\",\n            \"id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n            \"structures\": [\n                {\n                    \"id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n                    \"name\": \"Entire company\",\n                    \"roles\": [\n                        {\n                            \"id\": \"88a2d9d2-79fc-e79d-efa6-f040fb541918\",\n                            \"name\": \"Administrator\"\n                        }\n                    ]\n                }\n            ],\n            \"phone\": null\n        }\n    ],\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"b5a9472e-5b58-42c8-bb43-978e5f857333"},{"name":"Add user","id":"1aa65ac9-3608-4de6-b3ee-8c3de7ea9b9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"login\": \"\", // required\n    \"firstname\": \"\", // required\n    \"lastname\": \"\", // required\n    \"pass\": \"\", // required\n    \"roles\": { // required\n        \"strucure_id\": [],\n        \"role_id\": [],\n        \"is_main\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/user_addUser","description":"<p>Add a new user.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Default","user_addUser"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"dc529514-c1bd-4de6-8434-758ee8f72772","name":"Add user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"login\": \"example3@livespace.io\",\n    \"firstname\": \"James\",\n    \"lastname\": \"Example\",\n    \"pass\": \"P@ssword\",\n    \"roles\": [\n        {\n            \"structure_id\": [\n                \"97dc82ea-f902-7e49-27bd-20f1a4362d2d\"\n            ],\n            \"role_id\": [\n                \"f15f6188-13eb-602c-7d00-7f5b263a0b7b\"\n            ],\n            \"is_main\": 1\n        },\n        {\n            \"structure_id\": [\n                \"1b4330e9-1fe4-295b-8962-c6280cbabe8c\"\n            ],\n            \"role_id\": [\n                \"99c5a875-abfa-78e3-cb04-5f044e00d054\"\n            ],\n            \"is_main\": 0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/user_addUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"280f00b7-0220-d973-bbd4-a05c9bf46db8\"\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"1aa65ac9-3608-4de6-b3ee-8c3de7ea9b9a"},{"name":"Invite user","id":"4e2f349a-a065-4088-9499-9a1c21f23de4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"emails\": [],\n    \"roles\": {\n        \"strucure_id\": [],\n        \"role_id\": [],\n        \"is_main\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/user_inviteUser","description":"<p><strong>Out of order - we're working on it.</strong></p>\n<p>Send invitations to email addresses.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Default","user_inviteUser"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"65646dde-051f-4550-9970-8cbe23b7cf32","name":"Invite user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"emails\": [\n        \"tom.example@livespace.io\",\n        \"jerry.example@livespace.io\"\n    ],\n    \"roles\": [\n        {\n            \"structure_id\": [\n                \"97dc82ea-f902-7e49-27bd-20f1a4362d2d\"\n            ],\n            \"role_id\": [\n                \"f15f6188-13eb-602c-7d00-7f5b263a0b7b\"\n            ],\n            \"is_main\": 1\n        },\n        {\n            \"structure_id\": [\n                \"1b4330e9-1fe4-295b-8962-c6280cbabe8c\"\n            ],\n            \"role_id\": [\n                \"99c5a875-abfa-78e3-cb04-5f044e00d054\"\n            ],\n            \"is_main\": 0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/user_inviteUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [],\n    \"error\": {\n        \"email\": \"This parameter is required\"\n    },\n    \"result\": 550,\n    \"status\": false\n}"}],"_postman_id":"4e2f349a-a065-4088-9499-9a1c21f23de4"},{"name":"Block user","id":"62b71160-de72-41fe-9600-143b9f4078b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\" // required\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/user_lockUser","description":"<p>Block a user.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Default","user_lockUser"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"59118118-e332-4f76-ac4f-021a8333698c","name":"Block user by id","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"280f00b7-0220-d973-bbd4-a05c9bf46db8\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/user_lockUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [],\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"c7ffe3d1-bd07-45aa-82db-4f062c3d8553","name":"Block user by login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"login\": \"example@livespace.io\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/user_lockUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [],\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"62b71160-de72-41fe-9600-143b9f4078b3"},{"name":"Unblock user","id":"680de57c-c3bf-4b45-a3fa-50ab9eaabd67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\", // required\n    \"pass\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/user_unlockUser","description":"<p>Unlock a blocked user.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Default","user_unlockUser"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"a4ab49f3-d2d0-4e9e-8d36-cc239575d47a","name":"Unblock user by id","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"280f00b7-0220-d973-bbd4-a05c9bf46db8\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/user_unlockUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [],\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"6b07a5b4-4a44-46ec-83ea-6b68d3503c44","name":"Unblock user by login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"login\": \"example@livespace.io\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/user_unlockUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [],\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"680de57c-c3bf-4b45-a3fa-50ab9eaabd67"},{"name":"Delete user","id":"bad52406-f70d-42e9-b69b-1a15a2a4913d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\", // required\n    \"pass\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/user_removeUser","description":"<p>Delete a user.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Default","user_removeUser"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"dfbc5cdb-f39b-41c3-a6c6-060c61f3da0b","name":"Delete user by id","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"280f00b7-0220-d973-bbd4-a05c9bf46db8\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/user_removeUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [],\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"7ee92166-7378-4653-b4b5-1b846542106a","name":"Delete user by login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"login\": \"example@livespace.io\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/user_removeUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [],\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"bad52406-f70d-42e9-b69b-1a15a2a4913d"}],"id":"30189f4d-10f7-491d-aeb4-9488b68550f7","description":"<p>This folder contains requests regarding users.</p>\n<p>To be able to add, delete, block or unblock users you first need to enable user managment via API in <code>Account settings &gt; API &gt; Settings</code>.</p>\n<img src=\"https://content.pstmn.io/a1dfa9fc-8583-42a8-8048-2c791cf4cf8f/aW1hZ2UucG5n\" alt height=\"204\" width=\"587\" />","_postman_id":"30189f4d-10f7-491d-aeb4-9488b68550f7"},{"name":"Team","item":[{"name":"Get team structure","event":[{"listen":"prerequest","script":{"id":"b60501ca-69a9-4c59-b413-2bb6e5c85a84","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"dc86ebe9-3ba9-4b55-a696-05ba4be30e27","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5f2f077c-ef72-410e-93a0-9f68ccae9f1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/structure_getAll","description":"<p>Get the team structure.</p>\n<p>Requires the 'Enable management of users via API' setting to be on - Account settings &gt; API &gt; Settings.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Default","structure_getAll"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"036176fc-b6c0-4de0-a0d8-d04da3867e6f","name":"Get team structure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/structure_getAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"3c660110-489e-fd0e-d879-b158601d1183\": {\n            \"id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n            \"name\": \"Entire company\",\n            \"parent_id\": null,\n            \"users\": {\n                \"5b45928d-9e94-379e-ef5d-d13830509f0e\": {\n                    \"id\": \"5b45928d-9e94-379e-ef5d-d13830509f0e\",\n                    \"first_name\": \"John\",\n                    \"last_name\": \"Smith\",\n                    \"roles\": {\n                        \"88a2d9d2-79fc-e79d-efa6-f040fb541918\": {\n                            \"id\": \"88a2d9d2-79fc-e79d-efa6-f040fb541918\",\n                            \"name\": \"Administrator\"\n                        }\n                    }\n                },\n                \"ce6d25ee-57ad-bab4-5c23-09ab3f9ed873\": {\n                    \"id\": \"ce6d25ee-57ad-bab4-5c23-09ab3f9ed873\",\n                    \"first_name\": \"John\",\n                    \"last_name\": \"Sparrow\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                },\n                \"2be5e318-6ad4-b9d2-284a-e50eab24742e\": {\n                    \"id\": \"2be5e318-6ad4-b9d2-284a-e50eab24742e\",\n                    \"first_name\": \"Kate\",\n                    \"last_name\": \"Smith\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                },\n                \"7e2ab34e-4ec4-43b4-dea5-71fbdb70b343\": {\n                    \"id\": \"7e2ab34e-4ec4-43b4-dea5-71fbdb70b343\",\n                    \"first_name\": \"Martin\",\n                    \"last_name\": \"Green\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                },\n                \"85d11eae-bdbf-e0d1-bab3-0c459dee6ba2\": {\n                    \"id\": \"85d11eae-bdbf-e0d1-bab3-0c459dee6ba2\",\n                    \"first_name\": \"Ann\",\n                    \"last_name\": \"Peterson\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                }\n            }\n        },\n        \"1b4330e9-1fe4-295b-8962-c6280cbabe8c\": {\n            \"id\": \"1b4330e9-1fe4-295b-8962-c6280cbabe8c\",\n            \"name\": \"Northern\",\n            \"parent_id\": 1,\n            \"users\": {\n                \"f6438129-c280-4c03-44f9-c7f40f85519d\": {\n                    \"id\": \"f6438129-c280-4c03-44f9-c7f40f85519d\",\n                    \"first_name\": \"Paul\",\n                    \"last_name\": \"Davies\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                },\n                \"86276488-0519-427c-5097-a5bc87c9a2bf\": {\n                    \"id\": \"86276488-0519-427c-5097-a5bc87c9a2bf\",\n                    \"first_name\": \"Mark\",\n                    \"last_name\": \"Wilson\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                },\n                \"422865ea-ad3e-6774-a049-2a93bdc9705f\": {\n                    \"id\": \"422865ea-ad3e-6774-a049-2a93bdc9705f\",\n                    \"first_name\": \"Kate\",\n                    \"last_name\": \"Jones\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                },\n                \"b57e7ffd-acfb-9bda-3851-e79a4da84120\": {\n                    \"id\": \"b57e7ffd-acfb-9bda-3851-e79a4da84120\",\n                    \"first_name\": \"Simon\",\n                    \"last_name\": \"Edwards\",\n                    \"roles\": {\n                        \"88a2d9d2-79fc-e79d-efa6-f040fb541918\": {\n                            \"id\": \"88a2d9d2-79fc-e79d-efa6-f040fb541918\",\n                            \"name\": \"Administrator\"\n                        }\n                    }\n                },\n                \"12673024-a09e-e398-9f01-7d5fa6ac940d\": {\n                    \"id\": \"12673024-a09e-e398-9f01-7d5fa6ac940d\",\n                    \"first_name\": \"Andy\",\n                    \"last_name\": \"Pollock\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                },\n                \"a3e6a708-9fe0-f09e-f2d9-e0b9c36077e1\": {\n                    \"id\": \"a3e6a708-9fe0-f09e-f2d9-e0b9c36077e1\",\n                    \"first_name\": \"Alexander\",\n                    \"last_name\": \"Willow\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                },\n                \"984816d0-3196-27b3-95f1-03199eb94ea2\": {\n                    \"id\": \"984816d0-3196-27b3-95f1-03199eb94ea2\",\n                    \"first_name\": \"Peter\",\n                    \"last_name\": \"Taylor\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                }\n            }\n        },\n        \"f1119afc-70c0-21d9-c039-28dcd92b79c2\": {\n            \"id\": \"f1119afc-70c0-21d9-c039-28dcd92b79c2\",\n            \"name\": \"Sother\",\n            \"parent_id\": 1,\n            \"users\": {\n                \"c93e4e0d-4804-facd-5baa-b97b7432eccf\": {\n                    \"id\": \"c93e4e0d-4804-facd-5baa-b97b7432eccf\",\n                    \"first_name\": \"Roman \",\n                    \"last_name\": \"Thompson\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                },\n                \"9eb957af-3607-f319-30cd-6ae2b43824ab\": {\n                    \"id\": \"9eb957af-3607-f319-30cd-6ae2b43824ab\",\n                    \"first_name\": \"Adrian \",\n                    \"last_name\": \"Craven\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                },\n                \"7dcd1b81-b2b9-bf65-9d35-6d5b2e72e353\": {\n                    \"id\": \"7dcd1b81-b2b9-bf65-9d35-6d5b2e72e353\",\n                    \"first_name\": \"Michael\",\n                    \"last_name\": \"Colder\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                },\n                \"fc9498b1-8f6b-3c65-bc08-d709ed9ffd95\": {\n                    \"id\": \"fc9498b1-8f6b-3c65-bc08-d709ed9ffd95\",\n                    \"first_name\": \"Diane\",\n                    \"last_name\": \"Walker\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                },\n                \"5ef86076-d78e-1ace-3f51-881ab287aae0\": {\n                    \"id\": \"5ef86076-d78e-1ace-3f51-881ab287aae0\",\n                    \"first_name\": \"Michael\",\n                    \"last_name\": \"Adamsen\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                },\n                \"177126bd-b93d-b599-9ab5-14a39505020e\": {\n                    \"id\": \"177126bd-b93d-b599-9ab5-14a39505020e\",\n                    \"first_name\": \"Stephen\",\n                    \"last_name\": \"Ash\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                },\n                \"c22a5a21-f373-28e5-8859-f4fcaad81055\": {\n                    \"id\": \"c22a5a21-f373-28e5-8859-f4fcaad81055\",\n                    \"first_name\": \"Martha\",\n                    \"last_name\": \"Evans\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                },\n                \"bf8fa8f2-a82b-ec75-2b69-787cd47882fb\": {\n                    \"id\": \"bf8fa8f2-a82b-ec75-2b69-787cd47882fb\",\n                    \"first_name\": \"Steven\",\n                    \"last_name\": \"Madeysky\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                },\n                \"577baae8-90f7-add3-7b4f-9455a1a55007\": {\n                    \"id\": \"577baae8-90f7-add3-7b4f-9455a1a55007\",\n                    \"first_name\": \"Paula\",\n                    \"last_name\": \"Hall\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                }\n            }\n        },\n        \"97dc82ea-f902-7e49-27bd-20f1a4362d2d\": {\n            \"id\": \"97dc82ea-f902-7e49-27bd-20f1a4362d2d\",\n            \"name\": \"Customer service\",\n            \"parent_id\": 1,\n            \"users\": {\n                \"1756612e-e6ce-4504-efcf-d4680ec00bd3\": {\n                    \"id\": \"1756612e-e6ce-4504-efcf-d4680ec00bd3\",\n                    \"first_name\": \"Patrick \",\n                    \"last_name\": \"Quinn\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                },\n                \"11bbeabd-f2db-1824-e4d8-4263de124d7a\": {\n                    \"id\": \"11bbeabd-f2db-1824-e4d8-4263de124d7a\",\n                    \"first_name\": \"Andrea\",\n                    \"last_name\": \"Quince\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                },\n                \"bec00359-9cca-e474-2081-f069e9391772\": {\n                    \"id\": \"bec00359-9cca-e474-2081-f069e9391772\",\n                    \"first_name\": \"Patrick\",\n                    \"last_name\": \"Robinson\",\n                    \"roles\": {\n                        \"88a2d9d2-79fc-e79d-efa6-f040fb541918\": {\n                            \"id\": \"88a2d9d2-79fc-e79d-efa6-f040fb541918\",\n                            \"name\": \"Administrator\"\n                        }\n                    }\n                },\n                \"adbe5f0e-1ccc-3a9b-b00f-aa5a2bd0ad27\": {\n                    \"id\": \"adbe5f0e-1ccc-3a9b-b00f-aa5a2bd0ad27\",\n                    \"first_name\": \"Ann\",\n                    \"last_name\": \"Jackson\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                },\n                \"38aa82ad-132e-fa88-d684-a1f5a6f4d216\": {\n                    \"id\": \"38aa82ad-132e-fa88-d684-a1f5a6f4d216\",\n                    \"first_name\": \"Christian\",\n                    \"last_name\": \"Thomas\",\n                    \"roles\": {\n                        \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                            \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                            \"name\": \"User\"\n                        }\n                    }\n                }\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"5f2f077c-ef72-410e-93a0-9f68ccae9f1c"},{"name":"Get team by ID","event":[{"listen":"prerequest","script":{"id":"b60501ca-69a9-4c59-b413-2bb6e5c85a84","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"dc86ebe9-3ba9-4b55-a696-05ba4be30e27","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"d14ccc83-7c2a-4281-ab10-3b52234a046f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/structure_getInfo","description":"<p>Get a chosen team by its ID.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Default","structure_getInfo"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"e374cf58-791a-481e-a992-f8ec4f951e5a","name":"Get team structure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"id\": \"97dc82ea-f902-7e49-27bd-20f1a4362d2d\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/structure_getInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"97dc82ea-f902-7e49-27bd-20f1a4362d2d\",\n        \"name\": \"Customer service\",\n        \"parent_id\": \"3c660110-489e-fd0e-d879-b158601d1183\",\n        \"users\": {\n            \"bec00359-9cca-e474-2081-f069e9391772\": {\n                \"id\": \"bec00359-9cca-e474-2081-f069e9391772\",\n                \"first_name\": \"Patrick\",\n                \"last_name\": \"Robinson\",\n                \"roles\": {\n                    \"88a2d9d2-79fc-e79d-efa6-f040fb541918\": {\n                        \"id\": \"88a2d9d2-79fc-e79d-efa6-f040fb541918\",\n                        \"name\": \"Administrator\"\n                    }\n                }\n            },\n            \"11bbeabd-f2db-1824-e4d8-4263de124d7a\": {\n                \"id\": \"11bbeabd-f2db-1824-e4d8-4263de124d7a\",\n                \"first_name\": \"Andrea\",\n                \"last_name\": \"Quince\",\n                \"roles\": {\n                    \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                        \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                        \"name\": \"User\"\n                    }\n                }\n            },\n            \"38aa82ad-132e-fa88-d684-a1f5a6f4d216\": {\n                \"id\": \"38aa82ad-132e-fa88-d684-a1f5a6f4d216\",\n                \"first_name\": \"Christian\",\n                \"last_name\": \"Thomas\",\n                \"roles\": {\n                    \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                        \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                        \"name\": \"User\"\n                    }\n                }\n            },\n            \"adbe5f0e-1ccc-3a9b-b00f-aa5a2bd0ad27\": {\n                \"id\": \"adbe5f0e-1ccc-3a9b-b00f-aa5a2bd0ad27\",\n                \"first_name\": \"Ann\",\n                \"last_name\": \"Jackson\",\n                \"roles\": {\n                    \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                        \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                        \"name\": \"User\"\n                    }\n                }\n            },\n            \"1756612e-e6ce-4504-efcf-d4680ec00bd3\": {\n                \"id\": \"1756612e-e6ce-4504-efcf-d4680ec00bd3\",\n                \"first_name\": \"Patrick \",\n                \"last_name\": \"Quinn\",\n                \"roles\": {\n                    \"99c5a875-abfa-78e3-cb04-5f044e00d054\": {\n                        \"id\": \"99c5a875-abfa-78e3-cb04-5f044e00d054\",\n                        \"name\": \"User\"\n                    }\n                }\n            }\n        }\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"d14ccc83-7c2a-4281-ab10-3b52234a046f"},{"name":"Add team","id":"08e3e8ae-6170-4c04-a508-de5a8f36cb40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"name\":  \"\",\n    \"parent_id\": \"\", // parent team - optional, defaults to Entire company\n    \"description\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/structure_addStructure","description":"<p>Add a team that users can later be assigned to.</p>\n<p>Requires the 'Enable management of users via API' setting to be on - Account settings &gt; API &gt; Settings.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Default","structure_addStructure"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"553283ae-f8a5-427e-b59a-7dd193174e7e","name":"Add team","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"name\":  \"New team\",\n    \"parent_id\": \"97dc82ea-f902-7e49-27bd-20f1a4362d2d\",\n    \"description\": \"My new team\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/structure_addStructure"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"6108ae9b-7583-cc5c-05f1-caa83e7c82d0\"\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"08e3e8ae-6170-4c04-a508-de5a8f36cb40"}],"id":"fa50cee3-8446-4ff8-b394-1ff7ecec361d","_postman_id":"fa50cee3-8446-4ff8-b394-1ff7ecec361d","description":""},{"name":"Get auth token","event":[{"listen":"test","script":{"id":"a9f708d0-40c7-4442-9422-19e505f0d77a","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"1153914f-d0bd-4572-86ee-864dd0b74f1d","exec":[""],"type":"text/javascript","packages":{}}}],"id":"bf3dd626-f140-4aeb-9301-a790706a9a54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"_api_auth","value":"key","type":"text","uuid":"f32389a8-da33-46bd-ade8-88bf231d7b43"},{"key":"_api_key","value":"","type":"text","uuid":"478b494f-90c3-4557-8e19-d8c64f03db26"}]},"url":"https://.livespace.io/api/public/json/_Api/auth_call/_api_method/getToken","description":"<p>Get an authorization token and session ID.</p>\n<p>More details on authorizing requests in the introduction.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","_Api","auth_call","_api_method","getToken"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"636567f3-f2e8-47e7-9c1a-d02a1a906803","name":"Get auth token","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"_api_auth","value":"key","type":"text","uuid":"f32389a8-da33-46bd-ade8-88bf231d7b43"},{"key":"_api_key","value":"","type":"text","uuid":"478b494f-90c3-4557-8e19-d8c64f03db26"}],"options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/_Api/auth_call/_api_method/getToken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"token\": \"\",\n        \"session_id\": \"\"\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"bf3dd626-f140-4aeb-9301-a790706a9a54"},{"name":"Send notification","event":[{"listen":"prerequest","script":{"id":"b60501ca-69a9-4c59-b413-2bb6e5c85a84","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"dc86ebe9-3ba9-4b55-a696-05ba4be30e27","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"f74c8e4d-f886-4b3b-a448-fd2eb1fe3d83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"user_id\": \"\",\n    \"text\": \"\",\n    \"type\": \"\", // external/deal/space/todo\n    \"url\": \"\" // path after ...livespace.io\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Crm/notification_send","description":"<p>Send a notification to a user. Clicking on the notification will redirect the user to the path passed in the <em>url</em> parameter.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Crm","notification_send"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"034a401c-5705-4cd7-9858-12e6410c1b3e","name":"Send notification","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"user_id\": \"9f43a1ea-4b26-837b-7102-dc03ba3ab427\",\n    \"text\": \"Sample text\",\n    \"type\": \"external\",\n    \"url\": \"/Crm/dashboard\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Crm/notification_send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"f74c8e4d-f886-4b3b-a448-fd2eb1fe3d83"},{"name":"Ping","id":"d46f982a-fe6e-4f99-bbea-0af91141135c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"test_param_1\": \"123\",\n    \"test_param_2\": \"abc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/ping","urlObject":{"protocol":"https","path":["api","public","json","Default","ping"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"47b5681d-a219-46c2-ae6b-b06081180ac4","name":"Ping","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"test_param_1\": \"123\",\n    \"test_param_2\": \"abc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/ping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"_api_auth\": \"key\",\n        \"_api_key\": \"\",\n        \"_api_sha\": \"\",\n        \"_api_session\": \"\",\n        \"test_param_1\": \"123\",\n        \"test_param_2\": \"abc\"\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"d46f982a-fe6e-4f99-bbea-0af91141135c"},{"name":"Search","event":[{"listen":"prerequest","script":{"id":"a86a95e0-cd2e-453c-8a78-6963cd98bb8b","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"c6421f67-d83f-422c-86ee-033ec3d688fd","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9ca40920-13a5-43df-9e88-3b1d98f5f150","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"object_type\": \"\", // required\n    \"q\": \"\", // required\n    \"type\": \"\", //like or equal\n    \"condition\": \"\", //AND or OR\n    \"limit\": 10,\n    \"offset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Search/getResult","description":"<p>Search objects meeting set conditions.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Search","getResult"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"3251497e-f2f5-4755-aa3f-5e2383a6c3b0","name":"Search persons","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"q\": \"Smith\",\n    \"type\": \"like\", //like or equal\n    \"condition\": \"OR\", //AND or OR\n    \"limit\": 10,\n    \"offset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Search/getResult"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"contact\": [\n            {\n                \"id\": \"bc9693d2-8434-1a76-9cfd-a82704ea7ee2\",\n                \"name\": \"John Smith\",\n                \"number\": null,\n                \"icon\": null,\n                \"description\": \"Example ltd.\",\n                \"modified\": \"2025-07-01 11:59:52+02\",\n                \"details\": {\n                    \"email\": \"john.smith@gmail.com\",\n                    \"phone\": \"999888777\",\n                    \"isPermitted\": 1\n                },\n                \"term\": \"smith,johnsmithgmailcom\"\n            },\n            {\n                \"id\": \"08fb7ebe-fa56-c65c-a364-5eb190eab588\",\n                \"name\": \"John Smith\",\n                \"number\": null,\n                \"icon\": null,\n                \"description\": \"Example ltd.\",\n                \"modified\": \"2025-07-01 11:54:20+02\",\n                \"details\": {\n                    \"email\": \"john.smith@example.com\",\n                    \"phone\": \"\",\n                    \"isPermitted\": 1\n                },\n                \"term\": \"johnsmithexamplecom,smith\"\n            },\n            {\n                \"id\": \"bbb01a21-1624-c82e-82a8-86626824f09f\",\n                \"name\": \"John Smith\",\n                \"number\": null,\n                \"icon\": null,\n                \"description\": \"\",\n                \"modified\": \"2025-07-01 11:53:08+02\",\n                \"details\": {\n                    \"email\": null,\n                    \"phone\": \"\",\n                    \"isPermitted\": 1\n                },\n                \"term\": \"smith\"\n            },\n            {\n                \"id\": \"ac9e2ec8-289b-5dd6-970c-32ee9b62c668\",\n                \"name\": \"Alfred Goldsmith\",\n                \"number\": null,\n                \"icon\": null,\n                \"description\": \"Marketing specialist in Electro Financial\",\n                \"modified\": \"2025-06-30 17:04:19+02\",\n                \"details\": {\n                    \"email\": \"a.gorski@electrofinancial.waw.pl\",\n                    \"phone\": \"535-907-574\",\n                    \"isPermitted\": 1\n                },\n                \"term\": \"agoldsmithelectrofinancialnetio,goldsmith\"\n            },\n            {\n                \"id\": \"780e1895-32ce-95f0-a0ad-652359a29475\",\n                \"name\": \"Grace Smith\",\n                \"number\": null,\n                \"icon\": null,\n                \"description\": \"sales executive in Look House & Co.\",\n                \"modified\": \"2025-06-30 17:04:15+02\",\n                \"details\": {\n                    \"email\": \"g.sadowska@lookhouse.waw.pl\",\n                    \"phone\": \"658-074-094\",\n                    \"isPermitted\": 1\n                },\n                \"term\": \"gsmithlookhousenetio,smith\"\n            },\n            {\n                \"id\": \"ddf23acc-2cfc-1e63-8613-c41411257f34\",\n                \"name\": \"Elizabeth Goldsmith\",\n                \"number\": null,\n                \"icon\": null,\n                \"description\": \"manager in Look Software EU\",\n                \"modified\": \"2025-06-30 17:04:15+02\",\n                \"details\": {\n                    \"email\": \"e.gorska@looksoftware.com.pl\",\n                    \"phone\": \"546-124-552\",\n                    \"isPermitted\": 1\n                },\n                \"term\": \"egoldsmithlooksoftwareneteu,goldsmith\"\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"22f4fc41-0672-43c1-92cf-8f6ee40234da","name":"Search companies","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"object_type\": \"company\",\n    \"q\": \"yoda\",\n    \"type\": \"like\", //like or equal\n    \"condition\": \"OR\", //AND or OR\n    \"limit\": 10,\n    \"offset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Search/getResult"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"company\": [\n            {\n                \"id\": \"af90f432-260c-26c2-cab2-a9549af71faf\",\n                \"name\": \"Yoda Global\",\n                \"number\": null,\n                \"icon\": null,\n                \"description\": \"\",\n                \"modified\": \"2025-07-01 13:54:32+02\",\n                \"details\": {\n                    \"nip\": null,\n                    \"email\": \"info@yodaglobal.com.pl\",\n                    \"phone\": \"(81) 843-83-61\",\n                    \"isPermitted\": 1\n                },\n                \"term\": \"infoyodaglobalcom,httpwwwyodaglobalcom,httpwwwyodaglobalcompl,infoyodaglobalcompl,yoda\"\n            },\n            {\n                \"id\": \"d5498735-1adc-4242-3b42-7da7940dd46e\",\n                \"name\": \"Yoda Laboratories LLC\",\n                \"number\": null,\n                \"icon\": null,\n                \"description\": \"\",\n                \"modified\": \"2025-06-30 14:40:05+02\",\n                \"details\": {\n                    \"nip\": null,\n                    \"email\": \"firma@yodalaboratories.info\",\n                    \"phone\": \"(58) 191-41-25\",\n                    \"isPermitted\": 1\n                },\n                \"term\": \"inquiriesyodalaboratoriesinfo,firmayodalaboratoriesinfo,yoda,httpwwwyodalaboratoriesinfo\"\n            },\n            {\n                \"id\": \"a7b3013d-bf3b-2748-89f9-010d3d9e2b72\",\n                \"name\": \"Yoda Corp Ltd.\",\n                \"number\": null,\n                \"icon\": null,\n                \"description\": \"\",\n                \"modified\": \"2025-06-30 14:40:05+02\",\n                \"details\": {\n                    \"nip\": null,\n                    \"email\": \"contact@yodacorp.pl\",\n                    \"phone\": \"(32) 792-32-27\",\n                    \"isPermitted\": 1\n                },\n                \"term\": \"httpwwwyodacorp,inquiriesyodacorp,contactyodacorppl,httpwwwyodacorppl,yoda\"\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"},{"id":"a79158e5-ffff-4ab8-9a2c-53a6f2e61599","name":"Search deals","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"object_type\": \"deal\",\n    \"q\": \"yoda\",\n    \"type\": \"like\", //like or equal\n    \"condition\": \"OR\", //AND or OR\n    \"limit\": 10,\n    \"offset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Search/getResult"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"deal\": [\n            {\n                \"id\": \"2c1c6317-bf09-bbf8-14f4-ec29e0f483d2\",\n                \"name\": \"Examnple deal\",\n                \"number\": null,\n                \"icon\": \"icon-deal-status-1\",\n                \"description\": \"out of: Yoda Global, Eric Webber\",\n                \"modified\": \"2025-07-01 13:54:32+02\",\n                \"details\": null,\n                \"term\": null\n            },\n            {\n                \"id\": \"07bbb1bd-0933-af17-598e-80b208276789\",\n                \"name\": \"Example deal\",\n                \"number\": null,\n                \"icon\": \"icon-deal-status-1\",\n                \"description\": \"out of: Yoda Global\",\n                \"modified\": \"2025-07-01 13:52:32+02\",\n                \"details\": null,\n                \"term\": null\n            },\n            {\n                \"id\": \"0cc4a512-3058-55aa-de5b-ffef9487b827\",\n                \"name\": \"Sales - Yoda Global - 10 days\",\n                \"number\": null,\n                \"icon\": \"icon-deal-status-1\",\n                \"description\": \"out of: Yoda Global\",\n                \"modified\": \"2025-06-30 13:29:54+02\",\n                \"details\": null,\n                \"term\": \"yoda\"\n            },\n            {\n                \"id\": \"c67672b6-1366-8e6c-43a7-ce3481732966\",\n                \"name\": \"Sales - Yoda Global - 9 days\",\n                \"number\": null,\n                \"icon\": \"icon-deal-status-1\",\n                \"description\": \"out of: Yoda Global\",\n                \"modified\": \"2025-06-30 13:29:29+02\",\n                \"details\": null,\n                \"term\": \"yoda\"\n            },\n            {\n                \"id\": \"6e7c8183-cf1e-c34b-8029-9b7320922d01\",\n                \"name\": \"Sales - Yoda Global - 8 days\",\n                \"number\": null,\n                \"icon\": \"icon-deal-status-1\",\n                \"description\": \"out of: Yoda Global\",\n                \"modified\": \"2025-06-30 13:29:01+02\",\n                \"details\": null,\n                \"term\": \"yoda\"\n            },\n            {\n                \"id\": \"c17df34b-ef48-6a72-ac33-6e1bb2691b63\",\n                \"name\": \"Sales - Yoda Global - 7 days\",\n                \"number\": null,\n                \"icon\": \"icon-deal-status-1\",\n                \"description\": \"out of: Yoda Global\",\n                \"modified\": \"2025-06-30 13:28:05+02\",\n                \"details\": null,\n                \"term\": \"yoda\"\n            },\n            {\n                \"id\": \"fa26176a-7686-140e-6252-09615c462ed9\",\n                \"name\": \"Sales - Yoda Global - 6 days\",\n                \"number\": null,\n                \"icon\": \"icon-deal-status-1\",\n                \"description\": \"out of: Yoda Global\",\n                \"modified\": \"2025-06-30 13:27:42+02\",\n                \"details\": null,\n                \"term\": \"yoda\"\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"9ca40920-13a5-43df-9e88-3b1d98f5f150"},{"name":"Get custom fields","id":"6d5bd815-a16c-472e-a43e-52cb1de4a488","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"object\": \"\" // required - company, contact (person), deal, space, budget (product), cost\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/getDatasets","description":"<p>Get the list of custom fields.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Default","getDatasets"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"8cd1dce7-bcd8-41c5-9591-ac675cbecbce","name":"Get custom fields","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\",\n    \"object\": \"company\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/getDatasets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"company\": [\n            {\n                \"id\": \"4405f609-2ee4-0476-6987-477e58ee1aeb\",\n                \"name\": \"Source\",\n                \"type\": \"select\",\n                \"answers\": [\n                    {\n                        \"id\": \"94ccdfb5-c56c-febe-9158-10facbd46834\",\n                        \"name\": \"Direct Sales\"\n                    },\n                    {\n                        \"id\": \"903843f5-a345-c5c9-8d02-5febc6f29c6a\",\n                        \"name\": \"Marketing Campaign\"\n                    },\n                    {\n                        \"id\": \"acd1a9ce-a012-b809-46a7-5720372f3399\",\n                        \"name\": \"Website\"\n                    }\n                ]\n            },\n            {\n                \"id\": \"bc19e968-f356-e5be-44f8-612ddfefdc5e\",\n                \"name\": \"The annual budget for advertising\",\n                \"type\": \"numeric\",\n                \"answers\": []\n            },\n            {\n                \"id\": \"48765b00-bf38-ae09-0219-2f34c19a159e\",\n                \"name\": \"Number of people\",\n                \"type\": \"numeric\",\n                \"answers\": []\n            }\n        ]\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"6d5bd815-a16c-472e-a43e-52cb1de4a488"},{"name":"Get contact group list","id":"1bdb38e1-2f01-42f6-ab3a-0765c5909752","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/getGroupList","description":"<p>Get the list of groups of contacts - both companies and people.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Contact","getGroupList"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"923e92e1-14c7-42fe-823c-c5d00928d9d4","name":"Get contact group list","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Contact/getGroupList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Oct 2025 13:53:42 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"server","value":"istio-envoy"},{"key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"cache-control","value":"no-store, no-cache, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"set-cookie","value":"i18next=pl_PL; path=/"},{"key":"set-cookie","value":"SESSIONID=175ee456725ad83acb22e283db33dd02a6a00d9ec986f16277bafbf0b8c74357d5a074f804ce201921758c32fbe314fecd98ac344de3cc195c7da93aa6327ad2; expires=Thu, 30-Oct-2025 13:53:42 GMT; Max-Age=604800; path=/; domain=demo-pl-kwo-2.livespace.io; secure; HttpOnly"},{"key":"set-cookie","value":"SESSIONID=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; domain=demo-pl-kwo-2.livespace.io; secure; HttpOnly"},{"key":"x-backend-server","value":"livespace-app-api-master-776f687cf-n4zpp"},{"key":"x-envoy-upstream-service-time","value":"181"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"d340bf26-22a4-7d0a-40fa-5a0f89b9b2f4\": \"TOP 50\",\n        \"e0bde951-e6a3-ac6d-3089-ca7d5b4eb975\": \"Referential\",\n        \"2f427f41-6b21-412a-d9ce-de429e21360d\": \"Top3\"\n    },\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"1bdb38e1-2f01-42f6-ab3a-0765c5909752"},{"name":"Get source list","id":"86f856d9-be98-4113-a4ae-fa5efa3b1766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Default/getSourceList","description":"<p>Get the list of sources.</p>\n","urlObject":{"protocol":"https","path":["api","public","json","Default","getSourceList"],"host":["","livespace","io"],"query":[],"variable":[]}},"response":[{"id":"8ba4c03b-0291-43d4-bfce-a57eecae6fe4","name":"Get source list","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"_api_auth\": \"key\",\n    \"_api_key\": \"\",\n    \"_api_sha\": \"\",\n    \"_api_session\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.livespace.io/api/public/json/Deal/getSourceList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Oct 2025 13:53:42 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"server","value":"istio-envoy"},{"key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"cache-control","value":"no-store, no-cache, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"set-cookie","value":"i18next=pl_PL; path=/"},{"key":"set-cookie","value":"SESSIONID=175ee456725ad83acb22e283db33dd02a6a00d9ec986f16277bafbf0b8c74357d5a074f804ce201921758c32fbe314fecd98ac344de3cc195c7da93aa6327ad2; expires=Thu, 30-Oct-2025 13:53:42 GMT; Max-Age=604800; path=/; domain=demo-pl-kwo-2.livespace.io; secure; HttpOnly"},{"key":"set-cookie","value":"SESSIONID=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; domain=demo-pl-kwo-2.livespace.io; secure; HttpOnly"},{"key":"x-backend-server","value":"livespace-app-api-master-776f687cf-n4zpp"},{"key":"x-envoy-upstream-service-time","value":"181"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        \"Direct sales\",\n        \"Marketing campaign\",\n        \"Not set\",\n        \"Unknown\",\n        \"webinarium\",\n        \"Website\"\n    ],\n    \"error\": null,\n    \"result\": 200,\n    \"status\": true\n}"}],"_postman_id":"86f856d9-be98-4113-a4ae-fa5efa3b1766"}],"event":[{"listen":"prerequest","script":{"id":"77160c42-8427-4ff8-a496-737c4b25d7fc","type":"text/javascript","packages":{},"requests":{},"exec":["pm.sendRequest({","    url: `https://${pm.collectionVariables.get(\"SUBDOMAIN\")}.livespace.io/api/public/json/_Api/auth_call/_api_method/getToken`,","    method: \"POST\",","    header: {","        \"Content-Type\": \"application/json\"","    },","    body: {","        mode: \"urlencoded\",","        urlencoded: [","            { key: \"_api_auth\", value: \"key\" },","            { key: \"_api_key\", value: pm.collectionVariables.get(\"API_KEY\") }","        ]","    }","}, function (err, res) {","    if (err) {","        console.error(\"Request error:\", err);","        return;","    }","","    try {","        let response = res.json();","        pm.collectionVariables.set(\"TOKEN\", response.data.token);","        pm.collectionVariables.set(\"API_SESSION\", response.data.session_id);","        let sha = CryptoJS.SHA1(","            pm.collectionVariables.get(\"API_KEY\") + ","            response.data.token + ","            pm.collectionVariables.get(\"API_SECRET\")","        ).toString();","        pm.collectionVariables.set(\"API_SHA\", sha);","    } catch (e) {","        console.error(\"Failed to parse response:\", e);","    }","});"]}},{"listen":"test","script":{"id":"40340740-fb62-4283-8c59-22d07dc3ff4d","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"API_KEY","value":""},{"key":"API_SECRET","value":""},{"key":"TOKEN","value":""},{"key":"API_SESSION","value":""},{"key":"API_SHA","value":""},{"key":"SUBDOMAIN","value":""}]}