{ "info": { "_postman_id": "a9b7d304-b3aa-4660-bcba-742744a46267", "name": "Workday Report Writer Workday Prism Analytics Buckets Tables API", "description": "REST API for working with Workday Prism Analytics tables, datasets, and data change tasks. Enables programmatic loading of external data into Prism Analytics for advanced reporting and analytics that combines internal Workday data with external sources. Supports creating tables with schema definitions, uploading compressed data files via buckets, and executing data change tasks to apply inserts, updates, upserts, and deletes.\n\nContact Support:\n Name: Workday Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:32:09.000Z", "updatedAt": "2026-07-28T03:32:09.000Z", "lastUpdatedBy": "35240", "uid": "35240-a9b7d304-b3aa-4660-bcba-742744a46267" }, "item": [ { "name": "tables", "item": [ { "name": "{tableId}", "item": [ { "name": "Workday Report Writer Get a Prism Analytics Table", "id": "b0fa218f-5ba3-47c0-926d-0fc42b31e17f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/tables/:tableId", "host": [ "{{baseUrl}}" ], "path": [ "tables", ":tableId" ], "variable": [ { "id": "70d96fbf-d5fa-4984-8ab5-43f625146d24", "key": "tableId", "value": "", "description": "(Required) Unique identifier (WID) of the Prism Analytics table" } ] }, "description": "Retrieve details of a specific Prism Analytics table including its schema definition, field mappings, and current state." }, "response": [ { "id": "ed17985f-9248-4c81-8e39-d681ea7270ca", "name": "Table details 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}}/tables/:tableId", "host": [ "{{baseUrl}}" ], "path": [ "tables", ":tableId" ], "variable": [ { "key": "tableId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"enableForAnalysis\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"displayName\": \"\",\n \"fieldId\": \"\",\n \"ordinal\": \"\",\n \"type\": {\n \"id\": \"Boolean\",\n \"descriptor\": \"\"\n },\n \"required\": \"\",\n \"externalId\": \"\",\n \"precision\": \"\"\n },\n {\n \"name\": \"\",\n \"displayName\": \"\",\n \"fieldId\": \"\",\n \"ordinal\": \"\",\n \"type\": {\n \"id\": \"Date\",\n \"descriptor\": \"\"\n },\n \"required\": \"\",\n \"externalId\": \"\",\n \"precision\": \"\"\n }\n ],\n \"rowCount\": \"\",\n \"createdOn\": \"\",\n \"updatedOn\": \"\"\n}", "createdAt": "2026-07-28T03:32:09.000Z", "updatedAt": "2026-07-28T03:32:09.000Z", "uid": "35240-ed17985f-9248-4c81-8e39-d681ea7270ca" }, { "id": "6ca0d127-12a3-45db-abac-443c3b0cab50", "name": "Authentication credentials are missing or invalid", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/tables/:tableId", "host": [ "{{baseUrl}}" ], "path": [ "tables", ":tableId" ], "variable": [ { "key": "tableId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:32:09.000Z", "updatedAt": "2026-07-28T03:32:09.000Z", "uid": "35240-6ca0d127-12a3-45db-abac-443c3b0cab50" }, { "id": "1afd73d5-3993-478b-9861-9b699b17e188", "name": "The specified resource was not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/tables/:tableId", "host": [ "{{baseUrl}}" ], "path": [ "tables", ":tableId" ], "variable": [ { "key": "tableId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:32:09.000Z", "updatedAt": "2026-07-28T03:32:09.000Z", "uid": "35240-1afd73d5-3993-478b-9861-9b699b17e188" } ], "createdAt": "2026-07-28T03:32:09.000Z", "updatedAt": "2026-07-28T03:32:09.000Z", "uid": "35240-b0fa218f-5ba3-47c0-926d-0fc42b31e17f" }, { "name": "Workday Report Writer Update a Prism Analytics Table", "id": "5cdbb0cd-eb7f-49b5-b9ae-de9c9ef9d2cb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"displayName\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/tables/:tableId", "host": [ "{{baseUrl}}" ], "path": [ "tables", ":tableId" ], "variable": [ { "id": "1ca871d4-39df-43f1-b4fc-d1699e982776", "key": "tableId", "value": "", "description": "(Required) Unique identifier (WID) of the Prism Analytics table" } ] }, "description": "Update the display name or description of an existing Prism Analytics table. Schema changes require creating a new table version." }, "response": [ { "id": "956cca9e-b990-4a3f-9ad1-1f00beba88f2", "name": "Table updated successfully", "originalRequest": { "method": "PATCH", "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 \"displayName\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/tables/:tableId", "host": [ "{{baseUrl}}" ], "path": [ "tables", ":tableId" ], "variable": [ { "key": "tableId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"enableForAnalysis\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"displayName\": \"\",\n \"fieldId\": \"\",\n \"ordinal\": \"\",\n \"type\": {\n \"id\": \"Boolean\",\n \"descriptor\": \"\"\n },\n \"required\": \"\",\n \"externalId\": \"\",\n \"precision\": \"\"\n },\n {\n \"name\": \"\",\n \"displayName\": \"\",\n \"fieldId\": \"\",\n \"ordinal\": \"\",\n \"type\": {\n \"id\": \"Date\",\n \"descriptor\": \"\"\n },\n \"required\": \"\",\n \"externalId\": \"\",\n \"precision\": \"\"\n }\n ],\n \"rowCount\": \"\",\n \"createdOn\": \"\",\n \"updatedOn\": \"\"\n}", "createdAt": "2026-07-28T03:32:09.000Z", "updatedAt": "2026-07-28T03:32:09.000Z", "uid": "35240-956cca9e-b990-4a3f-9ad1-1f00beba88f2" }, { "id": "18e6fb73-4a9a-4495-80c1-d36a4269315c", "name": "The request was malformed or contained invalid data", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"displayName\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/tables/:tableId", "host": [ "{{baseUrl}}" ], "path": [ "tables", ":tableId" ], "variable": [ { "key": "tableId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:32:09.000Z", "updatedAt": "2026-07-28T03:32:09.000Z", "uid": "35240-18e6fb73-4a9a-4495-80c1-d36a4269315c" }, { "id": "81980c2e-0e3e-474b-a9a8-aeb92b682dec", "name": "Authentication credentials are missing or invalid", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"displayName\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/tables/:tableId", "host": [ "{{baseUrl}}" ], "path": [ "tables", ":tableId" ], "variable": [ { "key": "tableId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:32:09.000Z", "updatedAt": "2026-07-28T03:32:09.000Z", "uid": "35240-81980c2e-0e3e-474b-a9a8-aeb92b682dec" }, { "id": "6975e15c-b5f5-46de-979c-93fd66847657", "name": "The specified resource was not found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"displayName\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/tables/:tableId", "host": [ "{{baseUrl}}" ], "path": [ "tables", ":tableId" ], "variable": [ { "key": "tableId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:32:09.000Z", "updatedAt": "2026-07-28T03:32:09.000Z", "uid": "35240-6975e15c-b5f5-46de-979c-93fd66847657" } ], "createdAt": "2026-07-28T03:32:09.000Z", "updatedAt": "2026-07-28T03:32:09.000Z", "uid": "35240-5cdbb0cd-eb7f-49b5-b9ae-de9c9ef9d2cb" } ], "id": "218eb147-ae92-4754-a567-1861ec4fea11", "createdAt": "2026-07-28T03:32:09.000Z", "updatedAt": "2026-07-28T03:32:09.000Z", "uid": "35240-218eb147-ae92-4754-a567-1861ec4fea11" }, { "name": "Workday Report Writer List Prism Analytics Tables", "id": "ae96eae9-fc37-4724-a244-2751fa8756bd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/tables?limit=20&offset=0&name=", "host": [ "{{baseUrl}}" ], "path": [ "tables" ], "query": [ { "description": "Maximum number of results to return per page", "key": "limit", "value": "20" }, { "description": "Number of results to skip for pagination", "key": "offset", "value": "0" }, { "description": "Filter tables by name", "key": "name", "value": "" } ] }, "description": "Retrieve a collection of Prism Analytics tables available in the tenant. Tables define the schema for external data loaded into Workday." }, "response": [ { "id": "acfda857-49dd-4806-b7cc-cc1a16503d6e", "name": "Tables 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}}/tables?limit=20&offset=0&name=", "host": [ "{{baseUrl}}" ], "path": [ "tables" ], "query": [ { "description": "Maximum number of results to return per page", "key": "limit", "value": "20" }, { "description": "Number of results to skip for pagination", "key": "offset", "value": "0" }, { "description": "Filter tables by name", "key": "name", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"data\": [\n {\n \"id\": \"\",\n \"displayName\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"enableForAnalysis\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"displayName\": \"\",\n \"fieldId\": \"\",\n \"ordinal\": \"\",\n \"type\": {\n \"id\": \"Numeric\",\n \"descriptor\": \"\"\n },\n \"required\": \"\",\n \"externalId\": \"\",\n \"precision\": \"\"\n },\n {\n \"name\": \"\",\n \"displayName\": \"\",\n \"fieldId\": \"\",\n \"ordinal\": \"\",\n \"type\": {\n \"id\": \"Instance\",\n \"descriptor\": \"\"\n },\n \"required\": \"\",\n \"externalId\": \"\",\n \"precision\": \"\"\n }\n ],\n \"rowCount\": \"\",\n \"createdOn\": \"\",\n \"updatedOn\": \"\"\n },\n {\n \"id\": \"\",\n \"displayName\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"enableForAnalysis\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"displayName\": \"\",\n \"fieldId\": \"\",\n \"ordinal\": \"\",\n \"type\": {\n \"id\": \"Numeric\",\n \"descriptor\": \"\"\n },\n \"required\": \"\",\n \"externalId\": \"\",\n \"precision\": \"\"\n },\n {\n \"name\": \"\",\n \"displayName\": \"\",\n \"fieldId\": \"\",\n \"ordinal\": \"\",\n \"type\": {\n \"id\": \"Numeric\",\n \"descriptor\": \"\"\n },\n \"required\": \"\",\n \"externalId\": \"\",\n \"precision\": \"\"\n }\n ],\n \"rowCount\": \"\",\n \"createdOn\": \"\",\n \"updatedOn\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:32:09.000Z", "updatedAt": "2026-07-28T03:32:09.000Z", "uid": "35240-acfda857-49dd-4806-b7cc-cc1a16503d6e" }, { "id": "ad463413-d8ca-44a9-b69d-87b9806b3080", "name": "Authentication credentials are missing or invalid", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/tables?limit=20&offset=0&name=", "host": [ "{{baseUrl}}" ], "path": [ "tables" ], "query": [ { "description": "Maximum number of results to return per page", "key": "limit", "value": "20" }, { "description": "Number of results to skip for pagination", "key": "offset", "value": "0" }, { "description": "Filter tables by name", "key": "name", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:32:09.000Z", "updatedAt": "2026-07-28T03:32:09.000Z", "uid": "35240-ad463413-d8ca-44a9-b69d-87b9806b3080" } ], "createdAt": "2026-07-28T03:32:09.000Z", "updatedAt": "2026-07-28T03:32:09.000Z", "uid": "35240-ae96eae9-fc37-4724-a244-2751fa8756bd" }, { "name": "Workday Report Writer Create a Prism Analytics Table", "id": "19e22377-2652-4c4e-873e-6bbc17d5fc9f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"displayName\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"displayName\": \"\",\n \"fieldId\": \"\",\n \"ordinal\": \"\",\n \"type\": {\n \"id\": \"Numeric\",\n \"descriptor\": \"\"\n },\n \"required\": \"\",\n \"externalId\": \"\",\n \"precision\": \"\"\n },\n {\n \"name\": \"\",\n \"displayName\": \"\",\n \"fieldId\": \"\",\n \"ordinal\": \"\",\n \"type\": {\n \"id\": \"Boolean\",\n \"descriptor\": \"\"\n },\n \"required\": \"\",\n \"externalId\": \"\",\n \"precision\": \"\"\n }\n ],\n \"description\": \"\",\n \"enableForAnalysis\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/tables", "host": [ "{{baseUrl}}" ], "path": [ "tables" ] }, "description": "Create a new Prism Analytics table with a defined schema. The table schema specifies the fields, data types, and constraints for the external data that will be loaded." }, "response": [ { "id": "dbae8fcd-d95f-46ed-8a5d-30b826209a09", "name": "Table 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 \"displayName\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"displayName\": \"\",\n \"fieldId\": \"\",\n \"ordinal\": \"\",\n \"type\": {\n \"id\": \"Numeric\",\n \"descriptor\": \"\"\n },\n \"required\": \"\",\n \"externalId\": \"\",\n \"precision\": \"\"\n },\n {\n \"name\": \"\",\n \"displayName\": \"\",\n \"fieldId\": \"\",\n \"ordinal\": \"\",\n \"type\": {\n \"id\": \"Boolean\",\n \"descriptor\": \"\"\n },\n \"required\": \"\",\n \"externalId\": \"\",\n \"precision\": \"\"\n }\n ],\n \"description\": \"\",\n \"enableForAnalysis\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/tables", "host": [ "{{baseUrl}}" ], "path": [ "tables" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"enableForAnalysis\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"displayName\": \"\",\n \"fieldId\": \"\",\n \"ordinal\": \"\",\n \"type\": {\n \"id\": \"Boolean\",\n \"descriptor\": \"\"\n },\n \"required\": \"\",\n \"externalId\": \"\",\n \"precision\": \"\"\n },\n {\n \"name\": \"\",\n \"displayName\": \"\",\n \"fieldId\": \"\",\n \"ordinal\": \"\",\n \"type\": {\n \"id\": \"Date\",\n \"descriptor\": \"\"\n },\n \"required\": \"\",\n \"externalId\": \"\",\n \"precision\": \"\"\n }\n ],\n \"rowCount\": \"\",\n \"createdOn\": \"\",\n \"updatedOn\": \"\"\n}", "createdAt": "2026-07-28T03:32:09.000Z", "updatedAt": "2026-07-28T03:32:09.000Z", "uid": "35240-dbae8fcd-d95f-46ed-8a5d-30b826209a09" }, { "id": "959cbb2e-5847-4f8f-9117-e88db50c9aba", "name": "The request was malformed or contained invalid data", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"displayName\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"displayName\": \"\",\n \"fieldId\": \"\",\n \"ordinal\": \"\",\n \"type\": {\n \"id\": \"Numeric\",\n \"descriptor\": \"\"\n },\n \"required\": \"\",\n \"externalId\": \"\",\n \"precision\": \"\"\n },\n {\n \"name\": \"\",\n \"displayName\": \"\",\n \"fieldId\": \"\",\n \"ordinal\": \"\",\n \"type\": {\n \"id\": \"Boolean\",\n \"descriptor\": \"\"\n },\n \"required\": \"\",\n \"externalId\": \"\",\n \"precision\": \"\"\n }\n ],\n \"description\": \"\",\n \"enableForAnalysis\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/tables", "host": [ "{{baseUrl}}" ], "path": [ "tables" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:32:09.000Z", "updatedAt": "2026-07-28T03:32:09.000Z", "uid": "35240-959cbb2e-5847-4f8f-9117-e88db50c9aba" }, { "id": "ca09e7c7-c7a3-4c61-8759-c9c4e983129b", "name": "Authentication credentials are missing or invalid", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"displayName\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"displayName\": \"\",\n \"fieldId\": \"\",\n \"ordinal\": \"\",\n \"type\": {\n \"id\": \"Numeric\",\n \"descriptor\": \"\"\n },\n \"required\": \"\",\n \"externalId\": \"\",\n \"precision\": \"\"\n },\n {\n \"name\": \"\",\n \"displayName\": \"\",\n \"fieldId\": \"\",\n \"ordinal\": \"\",\n \"type\": {\n \"id\": \"Boolean\",\n \"descriptor\": \"\"\n },\n \"required\": \"\",\n \"externalId\": \"\",\n \"precision\": \"\"\n }\n ],\n \"description\": \"\",\n \"enableForAnalysis\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/tables", "host": [ "{{baseUrl}}" ], "path": [ "tables" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:32:09.000Z", "updatedAt": "2026-07-28T03:32:09.000Z", "uid": "35240-ca09e7c7-c7a3-4c61-8759-c9c4e983129b" } ], "createdAt": "2026-07-28T03:32:09.000Z", "updatedAt": "2026-07-28T03:32:09.000Z", "uid": "35240-19e22377-2652-4c4e-873e-6bbc17d5fc9f" } ], "id": "b60368ca-5fbf-4dd6-bcbc-ac625b728d07", "createdAt": "2026-07-28T03:32:09.000Z", "updatedAt": "2026-07-28T03:32:09.000Z", "uid": "35240-b60368ca-5fbf-4dd6-bcbc-ac625b728d07" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "hostname", "value": "wd2-impl-services1.workday.com" }, { "key": "tenant", "value": "your-tenant" }, { "key": "baseUrl", "value": "https://{{hostname}}/api/prismAnalytics/v3/{{tenant}}" } ] }