{ "info": { "_postman_id": "541f2e85-44c8-48e8-897a-4a9e775a1457", "name": "Workday Absence Management Accruals Time Clock Events API", "description": "Track employee attendance, absences, leave requests, and time off balances in the Workday platform. Supports entering time off, requesting leave of absence, managing accrual balances, and processing return-from-leave events.\n\nContact Support:\n Name: Workday Developer Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:32:57.000Z", "updatedAt": "2026-07-28T03:32:57.000Z", "lastUpdatedBy": "35240", "uid": "35240-541f2e85-44c8-48e8-897a-4a9e775a1457" }, "item": [ { "name": "workers", "item": [ { "name": "{workerId}", "item": [ { "name": "timeClockEvents", "item": [ { "name": "List Time Clock Events", "id": "1c9702f8-39d7-4da9-9ae0-9dbcbb3c764e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/workers/:workerId/timeClockEvents?startDate=&endDate=", "host": [ "{{baseUrl}}" ], "path": [ "workers", ":workerId", "timeClockEvents" ], "query": [ { "description": "Start date for event retrieval (YYYY-MM-DD)", "key": "startDate", "value": "" }, { "description": "End date for event retrieval (YYYY-MM-DD)", "key": "endDate", "value": "" } ], "variable": [ { "id": "79fef983-cd4a-4f71-8795-3c77ea3918eb", "key": "workerId", "value": "", "description": "(Required) The Workday ID of the worker" } ] }, "description": "Returns time clock events for a worker." }, "response": [ { "id": "043a6f5b-3e52-43b2-b01c-f2e4e2eff132", "name": "Time clock events retrieved successfully", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/workers/:workerId/timeClockEvents?startDate=&endDate=", "host": [ "{{baseUrl}}" ], "path": [ "workers", ":workerId", "timeClockEvents" ], "query": [ { "description": "Start date for event retrieval (YYYY-MM-DD)", "key": "startDate", "value": "" }, { "description": "End date for event retrieval (YYYY-MM-DD)", "key": "endDate", "value": "" } ], "variable": [ { "key": "workerId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"data\": [\n {\n \"workerId\": \"\",\n \"eventType\": \"BreakEnd\",\n \"eventDateTime\": \"\",\n \"id\": \"\",\n \"deviceId\": \"\",\n \"locationId\": \"\",\n \"status\": \"Failed\"\n },\n {\n \"workerId\": \"\",\n \"eventType\": \"BreakEnd\",\n \"eventDateTime\": \"\",\n \"id\": \"\",\n \"deviceId\": \"\",\n \"locationId\": \"\",\n \"status\": \"Pending\"\n }\n ]\n}", "createdAt": "2026-07-28T03:32:58.000Z", "updatedAt": "2026-07-28T03:32:58.000Z", "uid": "35240-043a6f5b-3e52-43b2-b01c-f2e4e2eff132" }, { "id": "0edd3ccc-1b1b-4603-8115-2daff8edf185", "name": "Authentication required", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/workers/:workerId/timeClockEvents?startDate=&endDate=", "host": [ "{{baseUrl}}" ], "path": [ "workers", ":workerId", "timeClockEvents" ], "query": [ { "description": "Start date for event retrieval (YYYY-MM-DD)", "key": "startDate", "value": "" }, { "description": "End date for event retrieval (YYYY-MM-DD)", "key": "endDate", "value": "" } ], "variable": [ { "key": "workerId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:32:58.000Z", "updatedAt": "2026-07-28T03:32:58.000Z", "uid": "35240-0edd3ccc-1b1b-4603-8115-2daff8edf185" }, { "id": "df1dd5df-005d-4719-a351-18d7b6011644", "name": "Resource not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/workers/:workerId/timeClockEvents?startDate=&endDate=", "host": [ "{{baseUrl}}" ], "path": [ "workers", ":workerId", "timeClockEvents" ], "query": [ { "description": "Start date for event retrieval (YYYY-MM-DD)", "key": "startDate", "value": "" }, { "description": "End date for event retrieval (YYYY-MM-DD)", "key": "endDate", "value": "" } ], "variable": [ { "key": "workerId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:32:58.000Z", "updatedAt": "2026-07-28T03:32:58.000Z", "uid": "35240-df1dd5df-005d-4719-a351-18d7b6011644" } ], "createdAt": "2026-07-28T03:32:58.000Z", "updatedAt": "2026-07-28T03:32:58.000Z", "uid": "35240-1c9702f8-39d7-4da9-9ae0-9dbcbb3c764e" }, { "name": "Create Time Clock Event", "id": "23dabed7-68f5-4a10-adc6-95b193dd463f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"eventType\": \"ClockIn\",\n \"eventDateTime\": \"\",\n \"deviceId\": \"\",\n \"locationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/workers/:workerId/timeClockEvents", "host": [ "{{baseUrl}}" ], "path": [ "workers", ":workerId", "timeClockEvents" ], "variable": [ { "id": "faed2b14-e0ed-46b4-89c0-fc3af8728d33", "key": "workerId", "value": "", "description": "(Required) The Workday ID of the worker" } ] }, "description": "Adds a time clock event from a third-party time collection system. Workday Time Tracking processes these into reported and calculated time blocks." }, "response": [ { "id": "6ec53f0e-9852-4e44-9cd2-4c59ea5126d3", "name": "Time clock event created successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"eventType\": \"ClockIn\",\n \"eventDateTime\": \"\",\n \"deviceId\": \"\",\n \"locationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/workers/:workerId/timeClockEvents", "host": [ "{{baseUrl}}" ], "path": [ "workers", ":workerId", "timeClockEvents" ], "variable": [ { "key": "workerId" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"workerId\": \"\",\n \"eventType\": \"BreakEnd\",\n \"eventDateTime\": \"\",\n \"id\": \"\",\n \"deviceId\": \"\",\n \"locationId\": \"\",\n \"status\": \"Failed\"\n}", "createdAt": "2026-07-28T03:32:58.000Z", "updatedAt": "2026-07-28T03:32:58.000Z", "uid": "35240-6ec53f0e-9852-4e44-9cd2-4c59ea5126d3" }, { "id": "cd90012a-3aee-42c3-9337-601e99878c4f", "name": "Bad request - invalid input", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"eventType\": \"ClockIn\",\n \"eventDateTime\": \"\",\n \"deviceId\": \"\",\n \"locationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/workers/:workerId/timeClockEvents", "host": [ "{{baseUrl}}" ], "path": [ "workers", ":workerId", "timeClockEvents" ], "variable": [ { "key": "workerId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:32:58.000Z", "updatedAt": "2026-07-28T03:32:58.000Z", "uid": "35240-cd90012a-3aee-42c3-9337-601e99878c4f" }, { "id": "76444751-037a-49e9-8700-85855636768d", "name": "Authentication required", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"eventType\": \"ClockIn\",\n \"eventDateTime\": \"\",\n \"deviceId\": \"\",\n \"locationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/workers/:workerId/timeClockEvents", "host": [ "{{baseUrl}}" ], "path": [ "workers", ":workerId", "timeClockEvents" ], "variable": [ { "key": "workerId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:32:58.000Z", "updatedAt": "2026-07-28T03:32:58.000Z", "uid": "35240-76444751-037a-49e9-8700-85855636768d" } ], "createdAt": "2026-07-28T03:32:58.000Z", "updatedAt": "2026-07-28T03:32:58.000Z", "uid": "35240-23dabed7-68f5-4a10-adc6-95b193dd463f" } ], "id": "d1ab3786-3293-4d53-94f5-acb5ada41fbd", "createdAt": "2026-07-28T03:32:58.000Z", "updatedAt": "2026-07-28T03:32:58.000Z", "uid": "35240-d1ab3786-3293-4d53-94f5-acb5ada41fbd" } ], "id": "88e07fd7-5dcc-4f66-bac4-ae751e059dc4", "createdAt": "2026-07-28T03:32:58.000Z", "updatedAt": "2026-07-28T03:32:58.000Z", "uid": "35240-88e07fd7-5dcc-4f66-bac4-ae751e059dc4" } ], "id": "dfee0c8b-93ef-4310-86b3-b728c7cb7ea4", "createdAt": "2026-07-28T03:32:58.000Z", "updatedAt": "2026-07-28T03:32:58.000Z", "uid": "35240-dfee0c8b-93ef-4310-86b3-b728c7cb7ea4" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "tenant", "value": "your-tenant" }, { "key": "baseUrl", "value": "https://{{tenant}}.workday.com/api/absence-management/v1" } ] }