Workday Studio · Schema

GetCandidatesRequest

CloudDevelopmentEnterpriseFinanceHRIDEIntegration

Properties

Name Type Description
requestCriteria object
jobPostingReference object
View JSON Schema on GitHub

JSON Schema

workday-studio-getcandidatesrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetCandidatesRequest",
  "title": "GetCandidatesRequest",
  "type": "object",
  "properties": {
    "requestCriteria": {
      "$ref": "#/components/schemas/RequestCriteria"
    },
    "jobPostingReference": {
      "$ref": "#/components/schemas/ResourceReference"
    }
  }
}