Workday · Example Payload

Workday Getdatasetbyid Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Workday Getdatasetbyid Example is an example object payload from Workday, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getDatasetById",
  "method": "GET",
  "path": "/datasets/{ID}",
  "summary": "Get Dataset by Id",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getdatasetbyid200Example",
      "example": {
        "id": "abc123",
        "descriptor": "example_value",
        "name": "Example Title",
        "displayName": "example_value",
        "description": "A sample description.",
        "tags": [
          "example_value"
        ],
        "fields": [
          {
            "name": "Example Title",
            "displayName": "example_value",
            "ordinal": 10,
            "type": {},
            "required": true,
            "externalId": "500123"
          }
        ],
        "rowCount": 10,
        "createdOn": "2026-01-15T10:30:00Z",
        "updatedOn": "2026-01-15T10:30:00Z"
      }
    }
  ]
}