Workday · Example Payload

Workday Getpaygroupbyid Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Workday Getpaygroupbyid 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": "getPayGroupById",
  "method": "GET",
  "path": "/payGroups/{ID}",
  "summary": "Get Pay Group by Id",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getpaygroupbyid200Example",
      "example": {
        "id": "abc123",
        "descriptor": "example_value",
        "name": "Example Title",
        "country": {
          "id": "abc123",
          "descriptor": "example_value",
          "href": "https://www.example.com"
        },
        "payFrequency": {
          "id": "abc123",
          "descriptor": "example_value",
          "href": "https://www.example.com"
        },
        "currency": {
          "id": "abc123",
          "descriptor": "example_value",
          "href": "https://www.example.com"
        },
        "isActive": true
      }
    }
  ]
}