Workday · Example Payload

Workday Getcountrybyid Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Workday Getcountrybyid 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": "getCountryById",
  "method": "GET",
  "path": "/countries/{ID}",
  "summary": "Get Country by Id",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getcountrybyid200Example",
      "example": {
        "id": "abc123",
        "descriptor": "example_value",
        "countryCode": "example_value",
        "alpha2Code": "example_value",
        "name": "Example Title"
      }
    }
  ]
}