Workday · Example Payload

Workday Getworkerphoto Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Workday Getworkerphoto 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": "getWorkerPhoto",
  "method": "GET",
  "path": "/workers/{ID}/photos",
  "summary": "Get Worker Photo",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "image/png",
      "name": "Getworkerphoto200Example",
      "example": "example_value"
    }
  ]
}