{ "info": { "_postman_id": "c0b166e0-11d9-43f1-b241-66a129adda21", "name": "Unified.to account project API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:25:18.000Z", "updatedAt": "2026-07-28T03:25:19.000Z", "lastUpdatedBy": "35240", "uid": "35240-c0b166e0-11d9-43f1-b241-66a129adda21" }, "item": [ { "name": "task", "item": [ { "name": "{connection_id}", "item": [ { "name": "project", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Project", "id": "83dd7210-aed2-4668-a087-ac9ab180698a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/task/:connection_id/project/:id", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "project", ":id" ], "variable": [ { "id": "f6a322b2-b65c-478b-9bf6-f0d252197cdd", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "84bb1de5-6c0f-47a3-8d38-edfbe5abe3c8", "key": "id", "value": "", "description": "(Required) ID of the Project" } ] } }, "response": [ { "id": "7b521f67-1730-4ed6-8e33-46a90d83e994", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/task/:connection_id/project/:id", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "project", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:19.000Z", "updatedAt": "2026-07-28T03:25:19.000Z", "uid": "35240-7b521f67-1730-4ed6-8e33-46a90d83e994" }, { "id": "c114ce41-c151-482f-8e23-f6ff5bad8951", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/task/:connection_id/project/:id", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "project", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:19.000Z", "updatedAt": "2026-07-28T03:25:19.000Z", "uid": "35240-c114ce41-c151-482f-8e23-f6ff5bad8951" } ], "createdAt": "2026-07-28T03:25:19.000Z", "updatedAt": "2026-07-28T03:25:19.000Z", "uid": "35240-83dd7210-aed2-4668-a087-ac9ab180698a" }, { "name": "Retrieve a Project", "id": "faba01e6-55c6-4597-8688-e0c5c811c443", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/task/:connection_id/project/:id?fields=group_ids&fields=group_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "project", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "group_ids" }, { "description": "Fields to return", "key": "fields", "value": "group_ids" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "eb103f4f-8ea9-45e9-bc67-b2957103687e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "616a741f-873b-4665-ae58-1c9ed333421b", "key": "id", "value": "", "description": "(Required) ID of the Project" } ] } }, "response": [ { "id": "095b0550-0a29-43a1-8044-a0a805abbd5d", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/task/:connection_id/project/:id?fields=group_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "project", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "group_ids" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"has_tasks\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"URL\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"enim_0\": \"exercitation in ullamco Lorem\"\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:25:19.000Z", "updatedAt": "2026-07-28T03:25:19.000Z", "uid": "35240-095b0550-0a29-43a1-8044-a0a805abbd5d" } ], "createdAt": "2026-07-28T03:25:19.000Z", "updatedAt": "2026-07-28T03:25:19.000Z", "uid": "35240-faba01e6-55c6-4597-8688-e0c5c811c443" }, { "name": "Update a Project", "id": "0e36a2e4-ebc3-400e-8d85-b44ed7720cc3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"has_tasks\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"URL\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"enim_0\": \"exercitation in ullamco Lorem\"\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/task/:connection_id/project/:id?fields=group_ids&fields=group_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "project", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "group_ids" }, { "description": "Fields to return", "key": "fields", "value": "group_ids" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "926250cb-0488-4308-9a2a-68f42803c0a5", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "f9b7056b-2524-4091-a074-5a61981a407e", "key": "id", "value": "", "description": "(Required) ID of the Project" } ] } }, "response": [ { "id": "e3f8997c-a753-43c7-93d1-636dba4b3c65", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"has_tasks\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"URL\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"enim_0\": \"exercitation in ullamco Lorem\"\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/task/:connection_id/project/:id?fields=group_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "project", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "group_ids" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"has_tasks\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"URL\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"enim_0\": \"exercitation in ullamco Lorem\"\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:25:19.000Z", "updatedAt": "2026-07-28T03:25:19.000Z", "uid": "35240-e3f8997c-a753-43c7-93d1-636dba4b3c65" } ], "createdAt": "2026-07-28T03:25:19.000Z", "updatedAt": "2026-07-28T03:25:19.000Z", "uid": "35240-0e36a2e4-ebc3-400e-8d85-b44ed7720cc3" }, { "name": "Update a Project", "id": "1dda7d2d-3c11-436e-8880-84fc6f58636c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"has_tasks\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"URL\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"enim_0\": \"exercitation in ullamco Lorem\"\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/task/:connection_id/project/:id?fields=group_ids&fields=group_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "project", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "group_ids" }, { "description": "Fields to return", "key": "fields", "value": "group_ids" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "ce70b480-7524-452e-b45c-ae8b58c7c778", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "e2aa3799-a9e4-423a-b27e-40ed3956412c", "key": "id", "value": "", "description": "(Required) ID of the Project" } ] } }, "response": [ { "id": "e71b3d6b-cfa8-47d7-8601-bcb17ac4bccd", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"has_tasks\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"URL\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"enim_0\": \"exercitation in ullamco Lorem\"\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/task/:connection_id/project/:id?fields=group_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "project", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "group_ids" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"has_tasks\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"URL\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"enim_0\": \"exercitation in ullamco Lorem\"\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:25:19.000Z", "updatedAt": "2026-07-28T03:25:19.000Z", "uid": "35240-e71b3d6b-cfa8-47d7-8601-bcb17ac4bccd" } ], "createdAt": "2026-07-28T03:25:19.000Z", "updatedAt": "2026-07-28T03:25:19.000Z", "uid": "35240-1dda7d2d-3c11-436e-8880-84fc6f58636c" } ], "id": "e58c880d-23d7-4572-ba3d-4cf82193038e", "createdAt": "2026-07-28T03:25:19.000Z", "updatedAt": "2026-07-28T03:25:19.000Z", "uid": "35240-e58c880d-23d7-4572-ba3d-4cf82193038e" }, { "name": "List All Projects", "id": "01f0e7b5-a160-4e5a-b9be-2f260afb2673", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/task/:connection_id/project?limit=&offset=&updated_gte=&sort=&order=&query=&parent_id=&company_id=&user_id=&fields=group_ids&fields=group_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "project" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The parent ID to filter by", "key": "parent_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "group_ids" }, { "description": "Fields to return", "key": "fields", "value": "group_ids" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "089185ee-93f0-4ddb-bca8-1e95247267ff", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "72c62298-ccd7-4d29-91bf-43875c1049ac", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/task/:connection_id/project?limit=&offset=&updated_gte=&sort=&order=&query=&parent_id=&company_id=&user_id=&fields=group_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "project" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The parent ID to filter by", "key": "parent_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "group_ids" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"created_at\": \"\",\n \"description\": \"\",\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"has_tasks\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"officiacbd\": -40774212.812018275,\n \"et2\": \"labore fugiat\"\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"created_at\": \"\",\n \"description\": \"\",\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"has_tasks\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"URL\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ea7\": -83642980.83190161\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n }\n]", "createdAt": "2026-07-28T03:25:19.000Z", "updatedAt": "2026-07-28T03:25:19.000Z", "uid": "35240-72c62298-ccd7-4d29-91bf-43875c1049ac" } ], "createdAt": "2026-07-28T03:25:19.000Z", "updatedAt": "2026-07-28T03:25:19.000Z", "uid": "35240-01f0e7b5-a160-4e5a-b9be-2f260afb2673" }, { "name": "Create a Project", "id": "186b1281-084e-4764-afb5-cf76cc90427a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"has_tasks\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"URL\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"enim_0\": \"exercitation in ullamco Lorem\"\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/task/:connection_id/project?fields=group_ids&fields=group_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "project" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "group_ids" }, { "description": "Fields to return", "key": "fields", "value": "group_ids" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "6da4cd72-85aa-45e1-bba3-d11504251c9c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "a89a6535-9a1e-442c-8a6a-baeee7354266", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"has_tasks\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"URL\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"enim_0\": \"exercitation in ullamco Lorem\"\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/task/:connection_id/project?fields=group_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "project" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "group_ids" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"has_tasks\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"URL\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"enim_0\": \"exercitation in ullamco Lorem\"\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:25:19.000Z", "updatedAt": "2026-07-28T03:25:19.000Z", "uid": "35240-a89a6535-9a1e-442c-8a6a-baeee7354266" } ], "createdAt": "2026-07-28T03:25:19.000Z", "updatedAt": "2026-07-28T03:25:19.000Z", "uid": "35240-186b1281-084e-4764-afb5-cf76cc90427a" } ], "id": "834da3a7-880e-4cbd-bddf-96025d3a3270", "createdAt": "2026-07-28T03:25:19.000Z", "updatedAt": "2026-07-28T03:25:19.000Z", "uid": "35240-834da3a7-880e-4cbd-bddf-96025d3a3270" } ], "id": "76f5dcac-a68a-4cf4-96ed-024ecef49ab3", "createdAt": "2026-07-28T03:25:19.000Z", "updatedAt": "2026-07-28T03:25:19.000Z", "uid": "35240-76f5dcac-a68a-4cf4-96ed-024ecef49ab3" } ], "id": "e890d7ef-93b2-4c58-8222-b04aaf3c8246", "createdAt": "2026-07-28T03:25:19.000Z", "updatedAt": "2026-07-28T03:25:19.000Z", "uid": "35240-e890d7ef-93b2-4c58-8222-b04aaf3c8246" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.unified.to" } ] }