Workday · Example Payload

Workday Getdatasets Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Workday Getdatasets 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": "getDatasets",
  "method": "GET",
  "path": "/datasets",
  "summary": "Get Datasets",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getdatasets200Example",
      "example": {
        "data": [
          {
            "id": "abc123",
            "descriptor": "example_value",
            "name": "Example Title",
            "displayName": "example_value",
            "description": "A sample description.",
            "tags": [
              {}
            ],
            "fields": [
              {}
            ],
            "rowCount": 10,
            "createdOn": "2026-01-15T10:30:00Z",
            "updatedOn": "2026-01-15T10:30:00Z"
          }
        ],
        "total": 10
      }
    }
  ]
}