Workday · Example Payload

Workday Getfilecontainerbyid Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Workday Getfilecontainerbyid 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": "getFileContainerById",
  "method": "GET",
  "path": "/fileContainers/{ID}",
  "summary": "Get File Container by Id",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getfilecontainerbyid200Example",
      "example": {
        "id": "abc123",
        "descriptor": "example_value",
        "expirationTime": "2026-01-15T10:30:00Z"
      }
    }
  ]
}