Workday Studio · Schema

GetOrganizationsRequest

CloudDevelopmentEnterpriseFinanceHRIDEIntegration

Properties

Name Type Description
requestCriteria object
organizationType string Filter by organization type
View JSON Schema on GitHub

JSON Schema

workday-studio-getorganizationsrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetOrganizationsRequest",
  "title": "GetOrganizationsRequest",
  "type": "object",
  "properties": {
    "requestCriteria": {
      "$ref": "#/components/schemas/RequestCriteria"
    },
    "organizationType": {
      "type": "string",
      "description": "Filter by organization type"
    }
  }
}