Workday · Example Payload

Workday Getdatachangetasks Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Workday Getdatachangetasks 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": "getDataChangeTasks",
  "method": "GET",
  "path": "/dataChangeTasks",
  "summary": "Get Data Change Tasks",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getdatachangetasks200Example",
      "example": {
        "data": [
          {
            "id": "abc123",
            "descriptor": "example_value",
            "name": "Example Title",
            "status": {
              "id": "abc123",
              "descriptor": "example_value"
            },
            "operation": {
              "id": "abc123",
              "descriptor": "example_value"
            },
            "createdOn": "2026-01-15T10:30:00Z",
            "completedOn": "2026-01-15T10:30:00Z"
          }
        ],
        "total": 10
      }
    }
  ]
}