Workday · Example Payload

Workday Getdatasourcebyid Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Workday Getdatasourcebyid 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": "getDataSourceById",
  "method": "GET",
  "path": "/dataSources/{ID}",
  "summary": "Get Data Source by Id",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getdatasourcebyid200Example",
      "example": {
        "id": "abc123",
        "descriptor": "example_value",
        "name": "Example Title",
        "pluralName": "example_value",
        "fields": [
          {
            "id": "abc123",
            "descriptor": "example_value",
            "alias": "example_value",
            "columnName": "example_value",
            "type": "example_value",
            "isRequired": true,
            "isSortable": true,
            "isFilterable": true
          }
        ]
      }
    }
  ]
}