{ "info": { "_postman_id": "9e39cafc-d1c6-4632-995e-938b90a1d906", "name": "Unified.to account timeoff 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:27:01.000Z", "updatedAt": "2026-07-28T03:27:02.000Z", "lastUpdatedBy": "35240", "uid": "35240-9e39cafc-d1c6-4632-995e-938b90a1d906" }, "item": [ { "name": "hris", "item": [ { "name": "{connection_id}", "item": [ { "name": "timeoff", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Timeoff", "id": "ddceed24-08e0-4a51-bb3f-7b68162b5f1a", "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}}/hris/:connection_id/timeoff/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff", ":id" ], "variable": [ { "id": "7becf3e0-bd09-47f0-8650-10f1ae12f504", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "df851653-34b9-48ea-b0ac-980e1b4a5728", "key": "id", "value": "", "description": "(Required) ID of the Timeoff" } ] } }, "response": [ { "id": "d1e684fe-849a-4b83-8842-37f54ee9f056", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeoff/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:27:02.000Z", "updatedAt": "2026-07-28T03:27:02.000Z", "uid": "35240-d1e684fe-849a-4b83-8842-37f54ee9f056" }, { "id": "12007ca0-bb6f-4961-aeac-3c628262d788", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeoff/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff", ":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:27:02.000Z", "updatedAt": "2026-07-28T03:27:02.000Z", "uid": "35240-12007ca0-bb6f-4961-aeac-3c628262d788" } ], "createdAt": "2026-07-28T03:27:02.000Z", "updatedAt": "2026-07-28T03:27:02.000Z", "uid": "35240-ddceed24-08e0-4a51-bb3f-7b68162b5f1a" }, { "name": "Retrieve a Timeoff", "id": "972be09c-88cd-4de1-b987-d2ffee3e8bd7", "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}}/hris/:connection_id/timeoff/:id?fields=id&fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "start_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": "e350f247-2f4f-4e0d-ae48-50b545702ba6", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6dcdb965-5c08-4bab-8ef5-62114bab27c7", "key": "id", "value": "", "description": "(Required) ID of the Timeoff" } ] } }, "response": [ { "id": "17e5c08c-ea0c-443b-9768-6d1ca15a82b4", "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}}/hris/:connection_id/timeoff/:id?fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "start_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 \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"sint_2c\": \"reprehenderit ut laborum\",\n \"mollit5\": false\n },\n \"reason\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:27:02.000Z", "updatedAt": "2026-07-28T03:27:02.000Z", "uid": "35240-17e5c08c-ea0c-443b-9768-6d1ca15a82b4" } ], "createdAt": "2026-07-28T03:27:02.000Z", "updatedAt": "2026-07-28T03:27:02.000Z", "uid": "35240-972be09c-88cd-4de1-b987-d2ffee3e8bd7" }, { "name": "Update a Timeoff", "id": "d9d78840-4e1c-4be9-a61a-70483e302159", "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 \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"sint_2c\": \"reprehenderit ut laborum\",\n \"mollit5\": false\n },\n \"reason\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeoff/:id?fields=id&fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "start_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": "12f6c8fa-6cb5-4962-8890-5033cd98dd98", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "689fc9c4-1384-4342-bc88-bcbba4a96490", "key": "id", "value": "", "description": "(Required) ID of the Timeoff" } ] } }, "response": [ { "id": "64ec8e7a-2851-4edc-8107-7f7b2b7d9bc1", "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 \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"sint_2c\": \"reprehenderit ut laborum\",\n \"mollit5\": false\n },\n \"reason\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeoff/:id?fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "start_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 \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"sint_2c\": \"reprehenderit ut laborum\",\n \"mollit5\": false\n },\n \"reason\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:27:02.000Z", "updatedAt": "2026-07-28T03:27:02.000Z", "uid": "35240-64ec8e7a-2851-4edc-8107-7f7b2b7d9bc1" } ], "createdAt": "2026-07-28T03:27:02.000Z", "updatedAt": "2026-07-28T03:27:02.000Z", "uid": "35240-d9d78840-4e1c-4be9-a61a-70483e302159" }, { "name": "Update a Timeoff", "id": "40879803-526a-437d-8ff2-b9413be4656c", "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 \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"sint_2c\": \"reprehenderit ut laborum\",\n \"mollit5\": false\n },\n \"reason\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeoff/:id?fields=id&fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "start_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": "ba1e67ae-bf0d-42d7-9d38-ff1a2ae20201", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "a78b059a-46d7-424e-93fb-41d28e5a99de", "key": "id", "value": "", "description": "(Required) ID of the Timeoff" } ] } }, "response": [ { "id": "0ec6f324-ff38-420a-8517-526a26370a8c", "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 \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"sint_2c\": \"reprehenderit ut laborum\",\n \"mollit5\": false\n },\n \"reason\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeoff/:id?fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "start_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 \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"sint_2c\": \"reprehenderit ut laborum\",\n \"mollit5\": false\n },\n \"reason\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:27:02.000Z", "updatedAt": "2026-07-28T03:27:02.000Z", "uid": "35240-0ec6f324-ff38-420a-8517-526a26370a8c" } ], "createdAt": "2026-07-28T03:27:02.000Z", "updatedAt": "2026-07-28T03:27:02.000Z", "uid": "35240-40879803-526a-437d-8ff2-b9413be4656c" } ], "id": "90a79337-f210-4a62-8402-19ed6204618a", "createdAt": "2026-07-28T03:27:02.000Z", "updatedAt": "2026-07-28T03:27:02.000Z", "uid": "35240-90a79337-f210-4a62-8402-19ed6204618a" }, { "name": "List All Timeoffs", "id": "a51fff47-dff7-4ec9-85cc-93a0b8b0c24e", "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}}/hris/:connection_id/timeoff?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&company_id=&start_gte=&end_lt=&fields=id&fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff" ], "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 user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "start_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": "977f54c6-f4e8-4927-9b80-0a7b5e696676", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "f3a5a80d-d0c8-42c5-9813-2d77f8803063", "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}}/hris/:connection_id/timeoff?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&company_id=&start_gte=&end_lt=&fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff" ], "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 user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "start_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 \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"sunt338\": false,\n \"proident1_a\": -41224288\n },\n \"reason\": \"\",\n \"status\": \"APPROVED\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n {\n \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"anim_d\": \"nulla officia sint\"\n },\n \"reason\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:27:02.000Z", "updatedAt": "2026-07-28T03:27:02.000Z", "uid": "35240-f3a5a80d-d0c8-42c5-9813-2d77f8803063" } ], "createdAt": "2026-07-28T03:27:02.000Z", "updatedAt": "2026-07-28T03:27:02.000Z", "uid": "35240-a51fff47-dff7-4ec9-85cc-93a0b8b0c24e" }, { "name": "Create a Timeoff", "id": "1c6d7bed-79f3-430a-a78b-17cf633f063a", "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 \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"sint_2c\": \"reprehenderit ut laborum\",\n \"mollit5\": false\n },\n \"reason\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeoff?fields=id&fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "start_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": "e4102fd2-8c26-4d33-9d7f-e2b9594a1ec2", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "23298ee0-fa94-44ae-b997-6b52a24ab205", "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 \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"sint_2c\": \"reprehenderit ut laborum\",\n \"mollit5\": false\n },\n \"reason\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeoff?fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "start_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 \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"sint_2c\": \"reprehenderit ut laborum\",\n \"mollit5\": false\n },\n \"reason\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:27:02.000Z", "updatedAt": "2026-07-28T03:27:02.000Z", "uid": "35240-23298ee0-fa94-44ae-b997-6b52a24ab205" } ], "createdAt": "2026-07-28T03:27:02.000Z", "updatedAt": "2026-07-28T03:27:02.000Z", "uid": "35240-1c6d7bed-79f3-430a-a78b-17cf633f063a" } ], "id": "775ea76a-16ca-493c-83f1-1166701c0789", "createdAt": "2026-07-28T03:27:02.000Z", "updatedAt": "2026-07-28T03:27:02.000Z", "uid": "35240-775ea76a-16ca-493c-83f1-1166701c0789" } ], "id": "00747127-4ee0-4613-b409-be814902a0af", "createdAt": "2026-07-28T03:27:02.000Z", "updatedAt": "2026-07-28T03:27:02.000Z", "uid": "35240-00747127-4ee0-4613-b409-be814902a0af" } ], "id": "12c8d1aa-92bd-4752-abcc-7e5050972919", "createdAt": "2026-07-28T03:27:02.000Z", "updatedAt": "2026-07-28T03:27:02.000Z", "uid": "35240-12c8d1aa-92bd-4752-abcc-7e5050972919" } ], "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" } ] }