{ "info": { "_postman_id": "8d13ca51-f268-4a32-bc27-a1c6fd1c9ab3", "name": "Unified.to account timeshift 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:23.000Z", "updatedAt": "2026-07-28T03:27:23.000Z", "lastUpdatedBy": "35240", "uid": "35240-8d13ca51-f268-4a32-bc27-a1c6fd1c9ab3" }, "item": [ { "name": "hris", "item": [ { "name": "{connection_id}", "item": [ { "name": "timeshift", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Timeshift", "id": "1c2dd232-f6be-4d8b-8d19-6e5df3240ff7", "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/timeshift/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift", ":id" ], "variable": [ { "id": "592ae7b8-6c9b-4bc8-a768-d1b352fb0311", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "ed24f527-b3b0-4d47-a063-cd54e9920d87", "key": "id", "value": "", "description": "(Required) ID of the Timeshift" } ] } }, "response": [ { "id": "4675c75b-788a-473d-ad21-484b000b9363", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeshift/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift", ":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:23.000Z", "updatedAt": "2026-07-28T03:27:23.000Z", "uid": "35240-4675c75b-788a-473d-ad21-484b000b9363" }, { "id": "1d82da63-2f21-4dd8-bf75-4ea9e9b6e852", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeshift/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift", ":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:23.000Z", "updatedAt": "2026-07-28T03:27:23.000Z", "uid": "35240-1d82da63-2f21-4dd8-bf75-4ea9e9b6e852" } ], "createdAt": "2026-07-28T03:27:23.000Z", "updatedAt": "2026-07-28T03:27:23.000Z", "uid": "35240-1c2dd232-f6be-4d8b-8d19-6e5df3240ff7" }, { "name": "Retrieve a Timeshift", "id": "8a363fd0-889a-4952-9868-dadf43c608f8", "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/timeshift/:id?fields=is_approved&fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_approved" }, { "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": "eb5b442d-1b85-4d98-ae84-594fb06d891c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "8c8ad910-168f-4df9-aa8a-bf5754956d3d", "key": "id", "value": "", "description": "(Required) ID of the Timeshift" } ] } }, "response": [ { "id": "e97f6a16-dc70-4a8f-a470-403149f60934", "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/timeshift/:id?fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift", ":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 \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"EQUITY\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"velit_000\": 88579396.78335923,\n \"voluptate43\": 16083197.358185068\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:27:23.000Z", "updatedAt": "2026-07-28T03:27:23.000Z", "uid": "35240-e97f6a16-dc70-4a8f-a470-403149f60934" } ], "createdAt": "2026-07-28T03:27:23.000Z", "updatedAt": "2026-07-28T03:27:23.000Z", "uid": "35240-8a363fd0-889a-4952-9868-dadf43c608f8" }, { "name": "Update a Timeshift", "id": "806d3602-f375-4f90-889f-58a52b512166", "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 \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"EQUITY\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"velit_000\": 88579396.78335923,\n \"voluptate43\": 16083197.358185068\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeshift/:id?fields=is_approved&fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_approved" }, { "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": "73622efc-708f-4ca1-a24d-9b989c6ef82e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "eb9ed584-930d-4ecc-8fb7-2b58a2d8a57f", "key": "id", "value": "", "description": "(Required) ID of the Timeshift" } ] } }, "response": [ { "id": "38d79bcf-b4e0-49c4-9d06-feef3e0224c6", "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 \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"EQUITY\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"velit_000\": 88579396.78335923,\n \"voluptate43\": 16083197.358185068\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeshift/:id?fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift", ":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 \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"EQUITY\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"velit_000\": 88579396.78335923,\n \"voluptate43\": 16083197.358185068\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:27:23.000Z", "updatedAt": "2026-07-28T03:27:23.000Z", "uid": "35240-38d79bcf-b4e0-49c4-9d06-feef3e0224c6" } ], "createdAt": "2026-07-28T03:27:23.000Z", "updatedAt": "2026-07-28T03:27:23.000Z", "uid": "35240-806d3602-f375-4f90-889f-58a52b512166" }, { "name": "Update a Timeshift", "id": "b6f04389-37d2-41f0-8565-9e0947830461", "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 \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"EQUITY\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"velit_000\": 88579396.78335923,\n \"voluptate43\": 16083197.358185068\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeshift/:id?fields=is_approved&fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_approved" }, { "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": "96846694-540f-40a3-9f8a-99776e2c5f3a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "8b87182f-7825-4fa6-9b4b-b64556aa395c", "key": "id", "value": "", "description": "(Required) ID of the Timeshift" } ] } }, "response": [ { "id": "707ea85b-f57e-451c-9189-d34fe6fba8f5", "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 \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"EQUITY\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"velit_000\": 88579396.78335923,\n \"voluptate43\": 16083197.358185068\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeshift/:id?fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift", ":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 \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"EQUITY\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"velit_000\": 88579396.78335923,\n \"voluptate43\": 16083197.358185068\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:27:23.000Z", "updatedAt": "2026-07-28T03:27:23.000Z", "uid": "35240-707ea85b-f57e-451c-9189-d34fe6fba8f5" } ], "createdAt": "2026-07-28T03:27:23.000Z", "updatedAt": "2026-07-28T03:27:23.000Z", "uid": "35240-b6f04389-37d2-41f0-8565-9e0947830461" } ], "id": "3e7eec30-8512-400c-880c-f59e2fa98281", "createdAt": "2026-07-28T03:27:23.000Z", "updatedAt": "2026-07-28T03:27:23.000Z", "uid": "35240-3e7eec30-8512-400c-880c-f59e2fa98281" }, { "name": "List All Timeshifts", "id": "0948d996-ba31-4e7f-affe-fc2eb1b4cb14", "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/timeshift?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&company_id=&location_id=&start_gte=&end_lt=&fields=is_approved&fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift" ], "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 location ID to filter by (reference to HrisLocation)", "key": "location_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": "is_approved" }, { "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": "bc6526f1-416b-48f2-b95e-55cf430e0bd4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "4ae58bc5-6c67-4899-8186-6115c60da620", "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/timeshift?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&company_id=&location_id=&start_gte=&end_lt=&fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift" ], "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 location ID to filter by (reference to HrisLocation)", "key": "location_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 \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"BONUS\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"nostrud_b43\": \"ea labor\",\n \"irure_0\": 5218895.9863078445,\n \"nullaf\": -46394554.65109003,\n \"pariatur_148\": -61543240\n },\n \"updated_at\": \"\"\n },\n {\n \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"commodoa0\": \"sit ad ex\",\n \"laborum5f\": true,\n \"velitf\": \"ut reprehenderit\",\n \"sunt_17e\": -91336617,\n \"ind_\": \"dolor ut proident dolore\"\n },\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:27:23.000Z", "updatedAt": "2026-07-28T03:27:23.000Z", "uid": "35240-4ae58bc5-6c67-4899-8186-6115c60da620" } ], "createdAt": "2026-07-28T03:27:23.000Z", "updatedAt": "2026-07-28T03:27:23.000Z", "uid": "35240-0948d996-ba31-4e7f-affe-fc2eb1b4cb14" }, { "name": "Create a Timeshift", "id": "d0abd185-2d91-4583-b4d7-7ee6a86199b3", "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 \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"EQUITY\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"velit_000\": 88579396.78335923,\n \"voluptate43\": 16083197.358185068\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeshift?fields=is_approved&fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_approved" }, { "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": "6bbd66f7-48ed-45e0-8676-77bb0b6c8d21", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "7e6a5301-eb8b-47ec-9806-79fbf37efde6", "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 \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"EQUITY\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"velit_000\": 88579396.78335923,\n \"voluptate43\": 16083197.358185068\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeshift?fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift" ], "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 \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"EQUITY\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"velit_000\": 88579396.78335923,\n \"voluptate43\": 16083197.358185068\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:27:23.000Z", "updatedAt": "2026-07-28T03:27:23.000Z", "uid": "35240-7e6a5301-eb8b-47ec-9806-79fbf37efde6" } ], "createdAt": "2026-07-28T03:27:23.000Z", "updatedAt": "2026-07-28T03:27:23.000Z", "uid": "35240-d0abd185-2d91-4583-b4d7-7ee6a86199b3" } ], "id": "1f961e15-1b8f-4dfd-ad95-3b57058efc7e", "createdAt": "2026-07-28T03:27:23.000Z", "updatedAt": "2026-07-28T03:27:23.000Z", "uid": "35240-1f961e15-1b8f-4dfd-ad95-3b57058efc7e" } ], "id": "8721c4d9-573c-4cec-bdc2-6c8d5b11b807", "createdAt": "2026-07-28T03:27:23.000Z", "updatedAt": "2026-07-28T03:27:23.000Z", "uid": "35240-8721c4d9-573c-4cec-bdc2-6c8d5b11b807" } ], "id": "9b1a4eec-bc54-4c96-ada2-b0d319d450d3", "createdAt": "2026-07-28T03:27:23.000Z", "updatedAt": "2026-07-28T03:27:23.000Z", "uid": "35240-9b1a4eec-bc54-4c96-ada2-b0d319d450d3" } ], "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" } ] }