Workday Studio · Schema

GetWorkersRequest

CloudDevelopmentEnterpriseFinanceHRIDEIntegration

Properties

Name Type Description
requestCriteria object
workerReferenceIDs array Specific worker IDs to retrieve
organizationReference object
View JSON Schema on GitHub

JSON Schema

workday-studio-getworkersrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetWorkersRequest",
  "title": "GetWorkersRequest",
  "type": "object",
  "properties": {
    "requestCriteria": {
      "$ref": "#/components/schemas/RequestCriteria"
    },
    "workerReferenceIDs": {
      "type": "array",
      "description": "Specific worker IDs to retrieve",
      "items": {
        "type": "string"
      }
    },
    "organizationReference": {
      "$ref": "#/components/schemas/ResourceReference"
    }
  }
}