{ "info": { "_postman_id": "cd9d73de-dfb8-40b4-ad60-a905b0809d71", "name": "Unified.to account task 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:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "lastUpdatedBy": "35240", "uid": "35240-cd9d73de-dfb8-40b4-ad60-a905b0809d71" }, "item": [ { "name": "task", "item": [ { "name": "{connection_id}", "item": [ { "name": "change", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a Change", "id": "2873dfc2-1d10-45fd-a3ef-7e0268101e03", "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/change/:id?fields=id&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "change", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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": "2a579071-a6df-46d3-ba87-c6e55d11e7d9", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "f2a68bfa-b586-4e44-a724-90c807d51c89", "key": "id", "value": "", "description": "(Required) ID of the Change" } ] } }, "response": [ { "id": "ed55d4e0-fe22-465a-b5f7-01af4083ba55", "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/change/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "change", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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 \"id\": \"\",\n \"items\": [\n {\n \"field\": \"\",\n \"from\": \"\",\n \"to\": \"\"\n },\n {\n \"field\": \"\",\n \"from\": \"\",\n \"to\": \"\"\n }\n ],\n \"raw\": {\n \"sed98\": \"enim Duis\"\n },\n \"task_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-ed55d4e0-fe22-465a-b5f7-01af4083ba55" } ], "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-2873dfc2-1d10-45fd-a3ef-7e0268101e03" } ], "id": "47e55357-ccaa-42db-af22-a00e4a16641b", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-47e55357-ccaa-42db-af22-a00e4a16641b" }, { "name": "List All Changes", "id": "0d962d2a-aef3-4506-ab02-757a9814c28b", "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/change?limit=&offset=&updated_gte=&sort=&order=&query=&task_id=&fields=id&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "change" ], "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 task ID to filter by (reference to TaskTask)", "key": "task_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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": "1d773268-3ecc-4a8a-8c31-766405416a0c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "04736a43-d3ae-4e6b-b9e4-d4850d090a34", "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/change?limit=&offset=&updated_gte=&sort=&order=&query=&task_id=&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "change" ], "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 task ID to filter by (reference to TaskTask)", "key": "task_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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 \"id\": \"\",\n \"items\": [\n {\n \"field\": \"\",\n \"from\": \"\",\n \"to\": \"\"\n },\n {\n \"field\": \"\",\n \"from\": \"\",\n \"to\": \"\"\n }\n ],\n \"raw\": {\n \"culpa1\": \"amet culpa\",\n \"minim_8\": true,\n \"velit6\": \"Ut labore amet enim\"\n },\n \"task_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n {\n \"created_at\": \"\",\n \"id\": \"\",\n \"items\": [\n {\n \"field\": \"\",\n \"from\": \"\",\n \"to\": \"\"\n },\n {\n \"field\": \"\",\n \"from\": \"\",\n \"to\": \"\"\n }\n ],\n \"raw\": {\n \"ullamco949\": -87485404.89606209,\n \"consequatfe1\": -95262607.96178634\n },\n \"task_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-04736a43-d3ae-4e6b-b9e4-d4850d090a34" } ], "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-0d962d2a-aef3-4506-ab02-757a9814c28b" } ], "id": "258d771e-a636-4195-a304-70b80a833d5a", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-258d771e-a636-4195-a304-70b80a833d5a" }, { "name": "comment", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Comment", "id": "52ca372a-ab00-46c3-b689-62853e59885b", "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/comment/:id", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "comment", ":id" ], "variable": [ { "id": "fb83801e-3397-44f5-9683-aa7ffe5ffc7a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7dfa92d7-f879-4717-95f4-19f331b069d3", "key": "id", "value": "", "description": "(Required) ID of the Comment" } ] } }, "response": [ { "id": "a174ac10-5d11-4af6-9352-945cd6779101", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/task/:connection_id/comment/:id", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "comment", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-a174ac10-5d11-4af6-9352-945cd6779101" }, { "id": "09e6ed97-9caf-454d-9eb2-36dcde7c4be7", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/task/:connection_id/comment/:id", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "comment", ":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:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-09e6ed97-9caf-454d-9eb2-36dcde7c4be7" } ], "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-52ca372a-ab00-46c3-b689-62853e59885b" }, { "name": "Retrieve a Comment", "id": "6de4bd5d-c583-47e2-98b6-81519c814238", "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/comment/:id?fields=text&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "comment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "text" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "51f09b3d-58e0-4635-ba51-7896f98487b2", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "62932bcc-da80-479b-a61a-439d9ef60c17", "key": "id", "value": "", "description": "(Required) ID of the Comment" } ] } }, "response": [ { "id": "a7b49e7f-67f3-46a2-aace-448fd23185d3", "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/comment/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "comment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"text\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"officia_04\": false,\n \"enimf7\": 51380574.92187294,\n \"quis0\": false\n },\n \"task_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"user_name\": \"\"\n}", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-a7b49e7f-67f3-46a2-aace-448fd23185d3" } ], "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-6de4bd5d-c583-47e2-98b6-81519c814238" }, { "name": "Update a Comment", "id": "811e18e6-0f9d-450a-986a-707ff0aca4db", "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 \"text\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"officia_04\": false,\n \"enimf7\": 51380574.92187294,\n \"quis0\": false\n },\n \"task_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"user_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/task/:connection_id/comment/:id?fields=text&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "comment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "text" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "6a503a39-c8c2-4311-a30f-f0e8b270ac45", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7d4706b7-0b69-4af7-9fde-96f19e99688b", "key": "id", "value": "", "description": "(Required) ID of the Comment" } ] } }, "response": [ { "id": "8ff5b803-8667-4c9d-bafd-a6730b1fb5dc", "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 \"text\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"officia_04\": false,\n \"enimf7\": 51380574.92187294,\n \"quis0\": false\n },\n \"task_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"user_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/task/:connection_id/comment/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "comment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"text\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"officia_04\": false,\n \"enimf7\": 51380574.92187294,\n \"quis0\": false\n },\n \"task_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"user_name\": \"\"\n}", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-8ff5b803-8667-4c9d-bafd-a6730b1fb5dc" } ], "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-811e18e6-0f9d-450a-986a-707ff0aca4db" }, { "name": "Update a Comment", "id": "e4a67215-3271-4f79-accb-8e9d4e9c857c", "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 \"text\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"officia_04\": false,\n \"enimf7\": 51380574.92187294,\n \"quis0\": false\n },\n \"task_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"user_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/task/:connection_id/comment/:id?fields=text&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "comment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "text" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "206592ea-50ec-4e21-9c9d-7b2609b149de", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "590ffa28-1bce-408d-a38c-ec4f086f3166", "key": "id", "value": "", "description": "(Required) ID of the Comment" } ] } }, "response": [ { "id": "4822ae70-1680-47e2-b105-792cf211cc7c", "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 \"text\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"officia_04\": false,\n \"enimf7\": 51380574.92187294,\n \"quis0\": false\n },\n \"task_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"user_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/task/:connection_id/comment/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "comment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"text\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"officia_04\": false,\n \"enimf7\": 51380574.92187294,\n \"quis0\": false\n },\n \"task_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"user_name\": \"\"\n}", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-4822ae70-1680-47e2-b105-792cf211cc7c" } ], "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-e4a67215-3271-4f79-accb-8e9d4e9c857c" } ], "id": "4da12a80-2c1b-4b8e-bbef-da4a8ca1da01", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-4da12a80-2c1b-4b8e-bbef-da4a8ca1da01" }, { "name": "List All Comments", "id": "c106cb03-e092-44ee-adf1-6317f3c6198f", "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/comment?limit=&offset=&updated_gte=&sort=&order=&query=&task_id=&fields=text&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "comment" ], "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 task ID to filter by (reference to TaskTask)", "key": "task_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "text" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "0cc34caa-80da-43d6-83c7-af54fbdc3afb", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "027d1eaf-cc56-44c6-84d1-092bb3ee77a1", "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/comment?limit=&offset=&updated_gte=&sort=&order=&query=&task_id=&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "comment" ], "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 task ID to filter by (reference to TaskTask)", "key": "task_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"text\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"quis0\": false,\n \"do_f5\": \"labore\",\n \"dolore_835\": true\n },\n \"task_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"user_name\": \"\"\n },\n {\n \"text\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"laborum_ecc\": \"fugiat quis non\",\n \"eiusmod_da\": false\n },\n \"task_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"user_name\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-027d1eaf-cc56-44c6-84d1-092bb3ee77a1" } ], "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-c106cb03-e092-44ee-adf1-6317f3c6198f" }, { "name": "Create a Comment", "id": "dfb56c24-2832-42fb-b2f0-b3cc71d25bc2", "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 \"text\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"officia_04\": false,\n \"enimf7\": 51380574.92187294,\n \"quis0\": false\n },\n \"task_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"user_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/task/:connection_id/comment?fields=text&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "comment" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "text" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "ba887e75-7987-48c3-9840-33dba5ee43d1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "34209a91-1607-4bdf-b076-8b6310f2ce95", "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 \"text\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"officia_04\": false,\n \"enimf7\": 51380574.92187294,\n \"quis0\": false\n },\n \"task_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"user_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/task/:connection_id/comment?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "comment" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"text\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"officia_04\": false,\n \"enimf7\": 51380574.92187294,\n \"quis0\": false\n },\n \"task_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"user_name\": \"\"\n}", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-34209a91-1607-4bdf-b076-8b6310f2ce95" } ], "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-dfb56c24-2832-42fb-b2f0-b3cc71d25bc2" } ], "id": "1a5fdc63-e364-4ba3-a2c4-0fb46af8a68e", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-1a5fdc63-e364-4ba3-a2c4-0fb46af8a68e" }, { "name": "project", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Project", "id": "92ba6b8c-6862-4acd-8a63-5ef405cde6c1", "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": "a9325881-304e-465e-839c-db2c96356958", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "847df561-13b9-41d1-9e7c-6db2862aeb85", "key": "id", "value": "", "description": "(Required) ID of the Project" } ] } }, "response": [ { "id": "dd59f6b8-0699-4dfa-a9d6-185076f4b498", "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:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-dd59f6b8-0699-4dfa-a9d6-185076f4b498" }, { "id": "5c2f03de-cf18-40ff-a33d-7b0df3c087c3", "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:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-5c2f03de-cf18-40ff-a33d-7b0df3c087c3" } ], "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-92ba6b8c-6862-4acd-8a63-5ef405cde6c1" }, { "name": "Retrieve a Project", "id": "f439427c-d140-4c35-a04f-c83aa5bf616f", "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=created_at&fields=has_tasks&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "project", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "has_tasks" }, { "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": "20782cb2-5b0e-4697-9f08-0a354777dacc", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7362f2e3-314d-4441-9840-a2e28bb39fca", "key": "id", "value": "", "description": "(Required) ID of the Project" } ] } }, "response": [ { "id": "2fa3d990-abb4-4d0d-8c64-b46b0b1594b0", "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=has_tasks&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "project", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "has_tasks" }, { "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\": \"TEXTAREA\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ameta20\": 25679810\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-2fa3d990-abb4-4d0d-8c64-b46b0b1594b0" } ], "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-f439427c-d140-4c35-a04f-c83aa5bf616f" }, { "name": "Update a Project", "id": "8dd1d6b9-9c22-4e15-b165-6903bf41aa24", "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\": \"TEXTAREA\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ameta20\": 25679810\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=created_at&fields=has_tasks&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "project", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "has_tasks" }, { "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": "0886ce99-46df-4769-bb45-76a7b07a09ce", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "348899df-af4c-4c7a-8823-ec30db06ac89", "key": "id", "value": "", "description": "(Required) ID of the Project" } ] } }, "response": [ { "id": "16184c3b-0d89-42ab-95e5-beae731c5e17", "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\": \"TEXTAREA\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ameta20\": 25679810\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=has_tasks&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "project", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "has_tasks" }, { "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\": \"TEXTAREA\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ameta20\": 25679810\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-16184c3b-0d89-42ab-95e5-beae731c5e17" } ], "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-8dd1d6b9-9c22-4e15-b165-6903bf41aa24" }, { "name": "Update a Project", "id": "a7050944-5187-46ac-8822-4aac0699edd9", "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\": \"TEXTAREA\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ameta20\": 25679810\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=created_at&fields=has_tasks&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "project", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "has_tasks" }, { "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": "448a9c38-bd54-4d5a-be30-b5753339ed88", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "c92f93b2-ca6b-4247-8d30-897f02783d12", "key": "id", "value": "", "description": "(Required) ID of the Project" } ] } }, "response": [ { "id": "321e79e3-5958-4ee0-8fef-b3782cdbccb8", "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\": \"TEXTAREA\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ameta20\": 25679810\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=has_tasks&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "project", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "has_tasks" }, { "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\": \"TEXTAREA\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ameta20\": 25679810\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-321e79e3-5958-4ee0-8fef-b3782cdbccb8" } ], "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-a7050944-5187-46ac-8822-4aac0699edd9" } ], "id": "05cebc4d-f6fd-4621-a2d8-94efcd2f35f6", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-05cebc4d-f6fd-4621-a2d8-94efcd2f35f6" }, { "name": "List All Projects", "id": "194808eb-05cc-4252-9d90-cf57904ff18d", "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=created_at&fields=has_tasks&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": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "has_tasks" }, { "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": "3b89b174-b13a-41b7-a870-0d2dbe45c2d5", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "f168c7d9-3091-41a0-91bb-bda49db638f4", "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=has_tasks&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": "has_tasks" }, { "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\": \"DATE\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"FILE\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"magna52\": -21901977.109406665\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\": \"CURRENCY\",\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 \"cillum_b0f\": \"sit amet quis\",\n \"mollit__b2\": -7942578.493793249,\n \"Excepteur_e\": \"incididunt in Ut\"\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n }\n]", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-f168c7d9-3091-41a0-91bb-bda49db638f4" } ], "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-194808eb-05cc-4252-9d90-cf57904ff18d" }, { "name": "Create a Project", "id": "82882b06-564a-4659-b78b-21f99c78489d", "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\": \"TEXTAREA\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ameta20\": 25679810\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=created_at&fields=has_tasks&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "project" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "has_tasks" }, { "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": "335d59d0-df60-48a5-afcc-8fd849d10ce2", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "fe0b624a-5ea3-4d1e-99ae-3e2751d889d0", "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\": \"TEXTAREA\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ameta20\": 25679810\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=has_tasks&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "project" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "has_tasks" }, { "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\": \"TEXTAREA\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ameta20\": 25679810\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-fe0b624a-5ea3-4d1e-99ae-3e2751d889d0" } ], "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-82882b06-564a-4659-b78b-21f99c78489d" } ], "id": "aa848b1e-62ab-434f-9a3f-535b1574bfae", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-aa848b1e-62ab-434f-9a3f-535b1574bfae" }, { "name": "task", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Task", "id": "10d3f6ce-b097-40c6-a30f-354ddd5006ca", "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/task/:id", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "task", ":id" ], "variable": [ { "id": "bc6eda0f-ebd8-47c4-a649-96355d2260d9", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "dd3c33c9-cd63-4443-b20e-701fcd41737a", "key": "id", "value": "", "description": "(Required) ID of the Task" } ] } }, "response": [ { "id": "bdf3ff1c-771d-487e-879c-eff4e8e78049", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/task/:connection_id/task/:id", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "task", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-bdf3ff1c-771d-487e-879c-eff4e8e78049" }, { "id": "261e7fbd-6348-4182-b791-a9dbf9bbb28b", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/task/:connection_id/task/:id", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "task", ":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:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-261e7fbd-6348-4182-b791-a9dbf9bbb28b" } ], "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-10d3f6ce-b097-40c6-a30f-354ddd5006ca" }, { "name": "Retrieve a Task", "id": "89c8264a-1560-4199-9e21-27319da15eed", "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/task/:id?fields=completed_at&fields=has_children&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "task", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "completed_at" }, { "description": "Fields to return", "key": "fields", "value": "has_children" }, { "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": "fa295f68-f073-43c8-9482-ecf63a9b99c6", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "fbc9d010-114d-4c69-a92e-d0fb05353421", "key": "id", "value": "", "description": "(Required) ID of the Task" } ] } }, "response": [ { "id": "993bfb80-10b5-48a0-9d09-c4f11ff7051a", "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/task/:id?fields=has_children&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "task", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "has_children" }, { "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 \"assigned_user_ids\": [\n \"\",\n \"\"\n ],\n \"attachment_ids\": [\n \"\",\n \"\"\n ],\n \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"due_at\": \"\",\n \"follower_user_ids\": [\n \"\",\n \"\"\n ],\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\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 \"notes\": \"\",\n \"parent_id\": \"\",\n \"priority\": \"\",\n \"project_id\": \"\",\n \"raw\": {\n \"nulla47d\": \"sunt incididunt ipsum laboris\",\n \"officiaeb\": \"pariatur occaecat dolore ut consectetur\"\n },\n \"status\": \"COMPLETED\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-993bfb80-10b5-48a0-9d09-c4f11ff7051a" } ], "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-89c8264a-1560-4199-9e21-27319da15eed" }, { "name": "Update a Task", "id": "54c793d9-fc79-4920-8244-81d26aa8b947", "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 \"assigned_user_ids\": [\n \"\",\n \"\"\n ],\n \"attachment_ids\": [\n \"\",\n \"\"\n ],\n \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"due_at\": \"\",\n \"follower_user_ids\": [\n \"\",\n \"\"\n ],\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\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 \"notes\": \"\",\n \"parent_id\": \"\",\n \"priority\": \"\",\n \"project_id\": \"\",\n \"raw\": {\n \"nulla47d\": \"sunt incididunt ipsum laboris\",\n \"officiaeb\": \"pariatur occaecat dolore ut consectetur\"\n },\n \"status\": \"COMPLETED\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/task/:connection_id/task/:id?fields=completed_at&fields=has_children&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "task", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "completed_at" }, { "description": "Fields to return", "key": "fields", "value": "has_children" }, { "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": "a134006e-7698-483f-988e-f876b6c28618", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "be492ad4-4b4b-420f-aecd-cacb9aedd7ff", "key": "id", "value": "", "description": "(Required) ID of the Task" } ] } }, "response": [ { "id": "f9c233b4-c5bb-4181-ba0c-bb13cfcf4b46", "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 \"assigned_user_ids\": [\n \"\",\n \"\"\n ],\n \"attachment_ids\": [\n \"\",\n \"\"\n ],\n \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"due_at\": \"\",\n \"follower_user_ids\": [\n \"\",\n \"\"\n ],\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\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 \"notes\": \"\",\n \"parent_id\": \"\",\n \"priority\": \"\",\n \"project_id\": \"\",\n \"raw\": {\n \"nulla47d\": \"sunt incididunt ipsum laboris\",\n \"officiaeb\": \"pariatur occaecat dolore ut consectetur\"\n },\n \"status\": \"COMPLETED\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/task/:connection_id/task/:id?fields=has_children&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "task", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "has_children" }, { "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 \"assigned_user_ids\": [\n \"\",\n \"\"\n ],\n \"attachment_ids\": [\n \"\",\n \"\"\n ],\n \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"due_at\": \"\",\n \"follower_user_ids\": [\n \"\",\n \"\"\n ],\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\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 \"notes\": \"\",\n \"parent_id\": \"\",\n \"priority\": \"\",\n \"project_id\": \"\",\n \"raw\": {\n \"nulla47d\": \"sunt incididunt ipsum laboris\",\n \"officiaeb\": \"pariatur occaecat dolore ut consectetur\"\n },\n \"status\": \"COMPLETED\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-f9c233b4-c5bb-4181-ba0c-bb13cfcf4b46" } ], "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-54c793d9-fc79-4920-8244-81d26aa8b947" }, { "name": "Update a Task", "id": "709962ce-5650-4fdc-8513-f5d66fb308cb", "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 \"assigned_user_ids\": [\n \"\",\n \"\"\n ],\n \"attachment_ids\": [\n \"\",\n \"\"\n ],\n \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"due_at\": \"\",\n \"follower_user_ids\": [\n \"\",\n \"\"\n ],\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\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 \"notes\": \"\",\n \"parent_id\": \"\",\n \"priority\": \"\",\n \"project_id\": \"\",\n \"raw\": {\n \"nulla47d\": \"sunt incididunt ipsum laboris\",\n \"officiaeb\": \"pariatur occaecat dolore ut consectetur\"\n },\n \"status\": \"COMPLETED\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/task/:connection_id/task/:id?fields=completed_at&fields=has_children&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "task", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "completed_at" }, { "description": "Fields to return", "key": "fields", "value": "has_children" }, { "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": "53be2852-f97e-4e24-9102-e21e74f66818", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "3e6618ab-a56c-4a15-9417-806add2f6031", "key": "id", "value": "", "description": "(Required) ID of the Task" } ] } }, "response": [ { "id": "863c3130-913d-4c6a-8445-8814bb026348", "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 \"assigned_user_ids\": [\n \"\",\n \"\"\n ],\n \"attachment_ids\": [\n \"\",\n \"\"\n ],\n \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"due_at\": \"\",\n \"follower_user_ids\": [\n \"\",\n \"\"\n ],\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\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 \"notes\": \"\",\n \"parent_id\": \"\",\n \"priority\": \"\",\n \"project_id\": \"\",\n \"raw\": {\n \"nulla47d\": \"sunt incididunt ipsum laboris\",\n \"officiaeb\": \"pariatur occaecat dolore ut consectetur\"\n },\n \"status\": \"COMPLETED\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/task/:connection_id/task/:id?fields=has_children&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "task", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "has_children" }, { "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 \"assigned_user_ids\": [\n \"\",\n \"\"\n ],\n \"attachment_ids\": [\n \"\",\n \"\"\n ],\n \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"due_at\": \"\",\n \"follower_user_ids\": [\n \"\",\n \"\"\n ],\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\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 \"notes\": \"\",\n \"parent_id\": \"\",\n \"priority\": \"\",\n \"project_id\": \"\",\n \"raw\": {\n \"nulla47d\": \"sunt incididunt ipsum laboris\",\n \"officiaeb\": \"pariatur occaecat dolore ut consectetur\"\n },\n \"status\": \"COMPLETED\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-863c3130-913d-4c6a-8445-8814bb026348" } ], "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-709962ce-5650-4fdc-8513-f5d66fb308cb" } ], "id": "e5ead427-824c-4cff-b994-9fb07151f205", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-e5ead427-824c-4cff-b994-9fb07151f205" }, { "name": "List All Tasks", "id": "947a74ae-678b-465c-a6c4-689a5ce12108", "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/task?limit=&offset=&updated_gte=&sort=&order=&query=&project_id=&parent_id=&user_id=&status=&fields=completed_at&fields=has_children&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "task" ], "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 project ID to filter by (reference to TaskProject)", "key": "project_id", "value": "" }, { "description": "The parent ID to filter by", "key": "parent_id", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The status to filter by", "key": "status", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "completed_at" }, { "description": "Fields to return", "key": "fields", "value": "has_children" }, { "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": "4e284183-8ee1-4dd3-a206-ce3ff45af039", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "5e37c7f4-6002-413c-9c9e-e37397c1332c", "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/task?limit=&offset=&updated_gte=&sort=&order=&query=&project_id=&parent_id=&user_id=&status=&fields=has_children&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "task" ], "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 project ID to filter by (reference to TaskProject)", "key": "project_id", "value": "" }, { "description": "The parent ID to filter by", "key": "parent_id", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The status to filter by", "key": "status", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "has_children" }, { "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 \"assigned_user_ids\": [\n \"\",\n \"\"\n ],\n \"attachment_ids\": [\n \"\",\n \"\"\n ],\n \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"due_at\": \"\",\n \"follower_user_ids\": [\n \"\",\n \"\"\n ],\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"CURRENCY\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"CURRENCY\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"notes\": \"\",\n \"parent_id\": \"\",\n \"priority\": \"\",\n \"project_id\": \"\",\n \"raw\": {\n \"pariatur1\": 78209302,\n \"consectetur6b4\": \"veniam\",\n \"Excepteur_e0\": \"in non in irure\",\n \"anim_7\": -54351602.88833543\n },\n \"status\": \"COMPLETED\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\"\n },\n {\n \"assigned_user_ids\": [\n \"\",\n \"\"\n ],\n \"attachment_ids\": [\n \"\",\n \"\"\n ],\n \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"due_at\": \"\",\n \"follower_user_ids\": [\n \"\",\n \"\"\n ],\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\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\": \"BOOLEAN\",\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"type\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"notes\": \"\",\n \"parent_id\": \"\",\n \"priority\": \"\",\n \"project_id\": \"\",\n \"raw\": {\n \"incididunt_554\": 5542257,\n \"labore_54\": \"pariatur elit laboris exercitation proident\",\n \"exfa4\": 9216774.306125015\n },\n \"status\": \"IN_PROGRESS\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-5e37c7f4-6002-413c-9c9e-e37397c1332c" } ], "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-947a74ae-678b-465c-a6c4-689a5ce12108" }, { "name": "Create a Task", "id": "11ab3357-3fae-4299-bdd2-71aead58e226", "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 \"assigned_user_ids\": [\n \"\",\n \"\"\n ],\n \"attachment_ids\": [\n \"\",\n \"\"\n ],\n \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"due_at\": \"\",\n \"follower_user_ids\": [\n \"\",\n \"\"\n ],\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\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 \"notes\": \"\",\n \"parent_id\": \"\",\n \"priority\": \"\",\n \"project_id\": \"\",\n \"raw\": {\n \"nulla47d\": \"sunt incididunt ipsum laboris\",\n \"officiaeb\": \"pariatur occaecat dolore ut consectetur\"\n },\n \"status\": \"COMPLETED\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/task/:connection_id/task?fields=completed_at&fields=has_children&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "task" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "completed_at" }, { "description": "Fields to return", "key": "fields", "value": "has_children" }, { "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": "949de89b-de2e-434a-9dc7-ad45c18880f7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "8b7a4249-e5e0-47e4-be7d-813da2d307c3", "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 \"assigned_user_ids\": [\n \"\",\n \"\"\n ],\n \"attachment_ids\": [\n \"\",\n \"\"\n ],\n \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"due_at\": \"\",\n \"follower_user_ids\": [\n \"\",\n \"\"\n ],\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\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 \"notes\": \"\",\n \"parent_id\": \"\",\n \"priority\": \"\",\n \"project_id\": \"\",\n \"raw\": {\n \"nulla47d\": \"sunt incididunt ipsum laboris\",\n \"officiaeb\": \"pariatur occaecat dolore ut consectetur\"\n },\n \"status\": \"COMPLETED\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/task/:connection_id/task?fields=has_children&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "task" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "has_children" }, { "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 \"assigned_user_ids\": [\n \"\",\n \"\"\n ],\n \"attachment_ids\": [\n \"\",\n \"\"\n ],\n \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"due_at\": \"\",\n \"follower_user_ids\": [\n \"\",\n \"\"\n ],\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"has_children\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\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 \"notes\": \"\",\n \"parent_id\": \"\",\n \"priority\": \"\",\n \"project_id\": \"\",\n \"raw\": {\n \"nulla47d\": \"sunt incididunt ipsum laboris\",\n \"officiaeb\": \"pariatur occaecat dolore ut consectetur\"\n },\n \"status\": \"COMPLETED\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-8b7a4249-e5e0-47e4-be7d-813da2d307c3" } ], "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-11ab3357-3fae-4299-bdd2-71aead58e226" } ], "id": "cf02bb78-78be-4697-8ea5-647881f863e6", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-cf02bb78-78be-4697-8ea5-647881f863e6" } ], "id": "40d1f051-9ff6-45b4-a51f-4e753fcb4ec2", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-40d1f051-9ff6-45b4-a51f-4e753fcb4ec2" } ], "id": "8a5deff9-33d6-40c1-9845-89373e5e377a", "createdAt": "2026-07-28T03:26:52.000Z", "updatedAt": "2026-07-28T03:26:52.000Z", "uid": "35240-8a5deff9-33d6-40c1-9845-89373e5e377a" } ], "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" } ] }