Workday Studio · Schema

GetJobPostingsRequest

CloudDevelopmentEnterpriseFinanceHRIDEIntegration

Properties

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

JSON Schema

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