{"openapi":"3.0.1","info":{"title":"staffing","description":"The Staffing REST APIs enable you to get and manage staffing information, such as jobs, job families, job profiles, supervisory organizations, worker check-ins, and job changes. The Staffing service also includes the /workers resource to access staffing information for non-terminated workers.\n\n\n\nRelated Information:\n- Administrator Guide: Setup Considerations: Job Changes","version":"v7","x-workday-internal-source":"xo","x-workday-internal-routing":"Public","x-workday-internal-protected-usage-enabled":false,"x-workday-internal-service-container-id":"d5987a6af55610000ac281c0da921256"},"tags":[{"name":"jobChanges","description":"Enables you to perform a Change Job task. Using these REST APIs, you can get and update job change information such as location, administrative options, move team options, start details, contracts, business title, job profile, position, and job classification.\n\nTo start and submit a job change request for a specific worker: \n\n1. Initiate a job change request by calling the POST /workers/{ID}/jobChanges method, which returns the new job change ID. \n\n2. Update data for the job change request by calling the PATCH /jobChanges/{id}/{subResource}/{subResourceID} endpoints. Specify the new job change ID as the {ID} and {subResourceID} path parameters. \n\n3. Submit the job change request by calling the POST /jobChanges/{ID}/submit endpoint. The updated data in the preceding job change PATCH requests do not persist until you call POST /jobChanges/{ID}/submit."},{"name":"jobFamilies","description":"Retrieves information about job families."},{"name":"jobProfiles","description":"Provides the ability to retrieve and create job profiles."},{"name":"jobs","description":"Retrieves information about jobs and their workspaces."},{"name":"organizationAssignmentChanges","description":"Enables you to perform a Change Organization Assignments task. Using this REST API, you can get and update organization assignment change information such as company, cost center, costing, region, and start details. \n\n\nTo start and submit a change organization assignment request for a specific worker: \n\n1. Initiate an organization assignment change request by calling the POST /workers/{ID}/organizationAssignmentChanges method, which returns the new organization assignment ID. \n\n2. Update data for the organization assignment request by calling the PATCH /organizationAssignmentChanges/{id}/{subResource}/{subResourceID} endpoints. Specify the new organization assignment change ID as the {ID} and {subResourceID} path parameters. \n\n3. Submit the organization assignment change request by calling the POST /organizationAssignmentChanges/{ID}/submit endpoint. The updated data in the preceding organization assignment change PATCH requests do not persist until you call POST /organizationAssignmentChanges/{ID}/submit."},{"name":"supervisoryOrganizations","description":"Retrieves information about supervisory organizations and their members and org charts."},{"name":"workers","description":"Retrieves staffing information about workers. This resource also provides the ability to create, update, delete, and archive check-ins and check-in topics.","x-workday-confidence-level":"Production"},{"name":"Prompt Values","description":"Retrieves instances that can be used as values for other endpoint parameters in this service."}],"components":{"schemas":{"INSTANCE_MODEL_REFERENCE":{"required":["id"],"type":"object","properties":{"id":{"pattern":"^(([0-9a-f]{32})|(\\S+=\\S+))$","type":"string","description":"Workday Id or Reference Id of the instance."},"descriptor":{"type":"string","description":"The display name of the instance","readOnly":true},"href":{"type":"string","description":"A link to the instance","readOnly":true}}},"ERROR_MODEL_REFERENCE":{"required":["error"],"type":"object","properties":{"error":{"type":"string","description":"A description of the error"},"code":{"type":"string","description":"The code that corresponds to the error message. Use the error code to drive programmatic error-handling behavior. Don't use error message strings for this purpose because they are subject to change"},"field":{"type":"string","description":"The field related to the error"},"path":{"type":"string","description":"The path of the field related to the error"},"severity":{"type":"string","description":"Severity of the validation (e.g. Critical, Warning)."},"internalMessage":{"type":"string","description":"Internal message providing additional context for the validation (e.g. representation content validation details)."}}},"VALIDATION_ERROR_MODEL_REFERENCE":{"allOf":[{"required":["error"],"type":"object","properties":{"error":{"type":"string","description":"A description of the error"},"errors":{"type":"array","description":"An array of validation errors","items":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}]},"FACETS_MODEL_REFERENCE":{"type":"array","items":{"type":"object","properties":{"descriptor":{"type":"string","description":"A description of the facet"},"facetParameter":{"type":"string","description":"The alias used to select the facet"},"values":{"type":"array","description":"the facet values","items":{"required":["id"],"type":"object","properties":{"count":{"type":"integer","description":"The number of instances returned by this facet","format":"int32"},"id":{"pattern":"^(([0-9a-f]{32})|(\\S+=\\S+))$","type":"string","description":"Workday Id or Reference Id of the instance."},"descriptor":{"type":"string","description":"A description of the facet"},"href":{"type":"string","description":"A link to the instance","readOnly":true}}}}},"description":"This object represents the possible facets for this resource","readOnly":true}},"MULTIPLE_INSTANCE_MODEL_REFERENCE":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"}}}},"jobFamilyGroup_51ed1475e9e6100006229cfe817b0014":{"description":"The job family group for the job family. You can specify more than 1 jobFamilyGroup query parameter.","allOf":[{"$ref":"#/components/schemas/jobFamilyGroupView_7164d34509ba10000b8610c566ea002d"},{"type":"object"}]},"jobProfiles_51ed1475e9e6100006229cec39f50013":{"allOf":[{"$ref":"#/components/schemas/jobProfileView_51ed1475e9e6100006c698ef68480017"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Job Profile  \nExample(s): Job_Profile_ID=Sample_Value"}}}]},"jobFamilyView_51ed1475e9e6100005d10fcedc5a000a":{"allOf":[{"type":"object","properties":{"inactive":{"type":"boolean","description":"If true, the method returns inactive job families. Default is false.","example":true,"x-workday-type":"Boolean"},"jobFamilyGroup":{"$ref":"#/components/schemas/jobFamilyGroup_51ed1475e9e6100006229cfe817b0014"},"summary":{"type":"string","description":"Returns the job family summary for the job family.","example":"Sample Job Family Summary","x-workday-type":"Text"},"jobProfiles":{"type":"array","description":"The job profile for the job family. You can specify more than 1 jobFamilyGroup query parameter. For possible values, you can use a returned id from GET /jobProfiles.","items":{"$ref":"#/components/schemas/jobProfiles_51ed1475e9e6100006229cec39f50013"},"x-workday-type":"Multi-instance"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for Job Family"}}}]},"changeJobDefaultRepresentation_6cc31ee444d010000bb4153a954300e7":{"allOf":[{"type":"object","properties":{"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"additionalJobClassifications_0ee7bb8b41db10001fb89a46090d5751":{"allOf":[{"$ref":"#/components/schemas/changeJobAdditionalJobClassificationData_27ec818d10d0100003600115b5200102"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Job Classification (Derived)"}}}],"x-workday-populated-by":{"path":"/values/jobChangesGroup/jobClassifications","field":"id"}},"changeJobJobClassificationData_354103f196361000084489bcb281017f":{"allOf":[{"type":"object","properties":{"additionalJobClassifications":{"type":"array","description":"Additional Job Classifications Proposed By Staffing Event","items":{"$ref":"#/components/schemas/additionalJobClassifications_0ee7bb8b41db10001fb89a46090d5751"},"x-workday-type":"Multi-instance","x-conditionally-required":true,"x-conditionally-hidden":true}}}]},"headcountOption_97af9049a5fd10001c48896fbde30000":{"description":"Headcount option for the event","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-required":true,"x-conditionally-hidden":true},"changeJobOpeningData_97af9049a5fd10001c4888d654170000":{"allOf":[{"type":"object","properties":{"headcountOption":{"$ref":"#/components/schemas/headcountOption_97af9049a5fd10001c48896fbde30000"},"openingAvailableForOverlap":{"type":"boolean","description":"Returns true if the value for 'Available for job overlap' box is checked","example":true,"x-workday-type":"Boolean","x-conditionally-hidden":true},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for Change Job"}}}]},"reason_6da81665c26510001f34d0a154765e9b":{"description":"The business process type, reason category and reason associated with the business process (e.g. Hire Employee > New Hire > New Position).","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-readOnly":true},"location_6da81665c26510001fc6b1d42fae5f7b":{"description":"The new location for the worker as of the effective date.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-readOnly":true},"supervisoryOrganization_e3267ea37e6f100032c00c34a99e74d8":{"description":"The supervisory organization for the worker as of the effective date.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-required":true,"x-conditionally-readOnly":true},"worker_271bbd673582100010110b9f9a6d99e1":{"description":"The worker for the Change Job Event.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-readOnly":true},"template_2b1b95dfe4af100009f30dc769a31686":{"description":"The Change Job Template used to initiate the Change Job event.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-readOnly":true},"job_35b8f199c29410002508ffd7ad6101f3":{"description":"The position for the worker prior to the effective date.  This field will be blank for non-staffing transactions and for hire transactions.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-readOnly":true},"jobChangesStartDetailsData_ce861a6a360d10002d40f176b7180020":{"allOf":[{"required":["date"],"type":"object","properties":{"date":{"type":"string","description":"The date this business process takes effect.","format":"date","x-workday-type":"Date"},"reason":{"$ref":"#/components/schemas/reason_6da81665c26510001f34d0a154765e9b"},"location":{"$ref":"#/components/schemas/location_6da81665c26510001fc6b1d42fae5f7b"},"supervisoryOrganization":{"$ref":"#/components/schemas/supervisoryOrganization_e3267ea37e6f100032c00c34a99e74d8"},"worker":{"$ref":"#/components/schemas/worker_271bbd673582100010110b9f9a6d99e1"},"useNextPayPeriod":{"type":"boolean","description":"Next Pay Period?","example":true,"x-workday-type":"Boolean","x-conditionally-hidden":true,"x-conditionally-readOnly":true},"template":{"$ref":"#/components/schemas/template_2b1b95dfe4af100009f30dc769a31686"},"job":{"$ref":"#/components/schemas/job_35b8f199c29410002508ffd7ad6101f3"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for Change Job"}}}]},"payRateType_d25283821c01100016756a14eb650000":{"description":"The new pay rate type for the worker as of the effective date.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-required":true,"x-conditionally-hidden":true},"workersCompensationCodeOverride_05d4c45042b61000138500e185e0013f":{"description":"Worker's compensation code override for staffing event.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-required":true,"x-conditionally-hidden":true},"companyInsiderTypes_05d4c45042b61000131ef916c3ee0139":{"allOf":[{"$ref":"#/components/schemas/changeJobCompanyInsiderTypesData_05d4c45042b61000131e4b2132f30137"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Company Insider Type (Derived)"}}}]},"positionWorkerType_05d4c45042b610001030ee47f2c90118":{"description":"The new position worker type for the worker as of the effective date.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-readOnly":true},"timeType_05d4c45042b610000bb540b7458e0108":{"description":"The new time type for the worker as of the effective date.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-readOnly":true},"workStudy_05d4c45042b610000ba2f83c70f30101":{"description":"Work-Study award proposed for Staffing Event","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-required":true,"x-conditionally-hidden":true},"assignmentType_23929e1f68ca10000d6940d6bde56963":{"description":"For a past or current business process, the value of the Assignment Type field that is being (or was) proposed in the process.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-required":true,"x-conditionally-hidden":true},"changeJobAdministrativeDetailsData_f8f20079bc5a1000089ccb7f6a8800ea":{"allOf":[{"type":"object","properties":{"payRateType":{"$ref":"#/components/schemas/payRateType_d25283821c01100016756a14eb650000"},"workersCompensationCodeOverride":{"$ref":"#/components/schemas/workersCompensationCodeOverride_05d4c45042b61000138500e185e0013f"},"fte":{"type":"number","description":"Full Time Equivalent for a worker calculated by scheduled weekly hours divided by default weekly hours either current or proposed.","format":"double","example":40,"x-workday-type":"Numeric","x-conditionally-hidden":true,"x-conditionally-readOnly":true},"notifyBy":{"type":"string","description":"Returns the date that the employee should be notified for a termination.","format":"date","x-workday-type":"Date","x-conditionally-required":true,"x-conditionally-hidden":true},"companyInsiderTypes":{"type":"array","description":"The new company insider types for the worker as of the effective date.","items":{"$ref":"#/components/schemas/companyInsiderTypes_05d4c45042b61000131ef916c3ee0139"},"x-workday-type":"Multi-instance","x-conditionally-required":true,"x-conditionally-hidden":true},"firstDayOfWork":{"type":"string","description":"The first day of work for the worker, as specified on the Hire, Add International Assignment, or Add Job transaction. This field will not return a value for any other transaction.","format":"date","x-workday-type":"Date","x-conditionally-required":true,"x-conditionally-hidden":true},"defaultWeeklyHours":{"type":"number","description":"The new default weekly hours for the worker as of the effective date.","format":"double","example":40,"x-workday-type":"Numeric","x-conditionally-required":true,"x-conditionally-hidden":true,"x-conditionally-readOnly":true},"positionWorkerType":{"$ref":"#/components/schemas/positionWorkerType_05d4c45042b610001030ee47f2c90118"},"workingFte":{"type":"number","description":"The working full time equivalent for the worker as of the effective date.","format":"double","example":40,"x-workday-type":"Numeric","x-conditionally-hidden":true},"specifyWorkingFte":{"type":"boolean","description":"True if working full time equivalent is specified on a worker as of the effective date.","example":true,"x-workday-type":"Boolean","x-conditionally-hidden":true},"timeType":{"$ref":"#/components/schemas/timeType_05d4c45042b610000bb540b7458e0108"},"specifyPaidFte":{"type":"boolean","description":"True if paid full time equivalent is specified on a worker as of the effective date.","example":true,"x-workday-type":"Boolean","x-conditionally-hidden":true},"paidFte":{"type":"number","description":"The paid full time equivalent for the worker as of the effective date.","format":"double","example":40,"x-workday-type":"Numeric","x-conditionally-hidden":true},"workStudy":{"$ref":"#/components/schemas/workStudy_05d4c45042b610000ba2f83c70f30101"},"assignmentType":{"$ref":"#/components/schemas/assignmentType_23929e1f68ca10000d6940d6bde56963"},"endEmploymentDate":{"type":"string","description":"The new End Employment Date for the worker. If the worker has an Employee Contract sub event, this field will return that end date instead.","format":"date","x-workday-type":"Date","x-conditionally-required":true,"x-conditionally-hidden":true},"expectedAssignmentEndDate":{"type":"string","description":"For a past or current business process, the value of the Expected Assignment End Date field that is being (or was) proposed in the process.","format":"date","x-workday-type":"Date","x-conditionally-required":true,"x-conditionally-hidden":true}}}]},"changeJobMoveTeamData_544fdf5c01da1000238ad82d26d90146":{"allOf":[{"type":"object","properties":{"moveTeam":{"type":"boolean","description":"Returns a boolean that indicates whether teams reporting to the Manager moved with them during the Change Job Event.","example":true,"x-workday-type":"Boolean","x-conditionally-hidden":true}}}]},"jobRequisition_dfc4e58f730810001ad60325d9bc52cf":{"description":"The job requisition which was used for this event","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-hidden":true,"x-conditionally-readOnly":true},"position_dfc4e58f730810001ad60369c23452d1":{"description":"The new position or job for the worker as of the effective date.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-hidden":true,"x-conditionally-readOnly":true},"changeJobPositionData_dfc4e58f7308100018bd1c459f435221":{"allOf":[{"type":"object","properties":{"jobRequisition":{"$ref":"#/components/schemas/jobRequisition_dfc4e58f730810001ad60325d9bc52cf"},"closePosition":{"type":"boolean","description":"Returns true if the position is being closed.","example":true,"x-workday-type":"Boolean","x-conditionally-hidden":true,"x-conditionally-readOnly":true},"createPosition":{"type":"boolean","description":"Returns true if the position is being created.","example":true,"x-workday-type":"Boolean","x-conditionally-hidden":true},"position":{"$ref":"#/components/schemas/position_dfc4e58f730810001ad60369c23452d1"},"availableForOverlap":{"type":"boolean","description":"Returns true if the value for 'Available for job overlap' box is checked","example":true,"x-workday-type":"Boolean","x-conditionally-hidden":true,"x-conditionally-readOnly":true},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for Change Job"}}}]},"jobProfile_3db8095ffa18100013f019afc6d30116":{"description":"The new job profile for the worker as of the effective date.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"changeJobJobProfileData_3db8095ffa18100013f019a27a1f0115":{"allOf":[{"type":"object","properties":{"jobProfile":{"$ref":"#/components/schemas/jobProfile_3db8095ffa18100013f019afc6d30116"},"jobTitle":{"type":"string","description":"The new job title for the worker as of the effective date.","example":"Sample Job Title","x-workday-type":"Text","x-conditionally-hidden":true}}}]},"comments_7d98fd55aeee100022968e52a1b31c60":{"allOf":[{"type":"object","properties":{"comment":{"type":"string","description":"The business process comment for a worker event before it's submitted.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"}}}]},"workSpace_0ee7bb8b41db10001e7db6a6c3e55663":{"description":"The new work space for the worker as of the effective date.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-required":true,"x-conditionally-hidden":true},"workShift_0ee7bb8b41db1000143d4e4822174f2e":{"description":"The new work shift for the worker as of the effective date.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-required":true,"x-conditionally-hidden":true},"location_90151d6c4ff110001bfa027116820278":{"description":"The new location for the worker as of the effective date.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-required":true,"x-conditionally-readOnly":true},"changeJobLocation_90151d6c4ff110001b4a46091678025c":{"allOf":[{"type":"object","properties":{"workSpace":{"$ref":"#/components/schemas/workSpace_0ee7bb8b41db10001e7db6a6c3e55663"},"workShift":{"$ref":"#/components/schemas/workShift_0ee7bb8b41db1000143d4e4822174f2e"},"location":{"$ref":"#/components/schemas/location_90151d6c4ff110001bfa027116820278"},"scheduledHours":{"type":"number","description":"The new scheduled hours for the worker as of the effective date.","format":"double","example":40,"x-workday-type":"Numeric","x-conditionally-required":true,"x-conditionally-hidden":true}}}]},"currency_2d0ca2cb2448100009c54386a8570e07":{"description":"The currency that is applied to the contingent worker's contract pay rate as of the event effective date.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-hidden":true},"purchaseOrder_2d0ca2cb2448100009c5433bcff60e05":{"description":"Purchase Order for Staffing Event","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-hidden":true},"frequency_2d0ca2cb2448100009c5436d5d670e06":{"description":"The new frequency that is applied to the contingent worker's contract pay rate.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-required":true,"x-conditionally-hidden":true},"changeJobContractDetailsData_27ec818d10d010000386ce823ac20107":{"allOf":[{"type":"object","properties":{"contractEndDate":{"type":"string","description":"The contract end date for the position as of this business process.","format":"date","x-workday-type":"Date","x-conditionally-required":true,"x-conditionally-hidden":true},"assignmentDetails":{"type":"string","description":"The new contract assignment details for the contingent worker as of the effective date.","example":"Sample Contract Assignment Details","x-workday-type":"Text","x-conditionally-required":true,"x-conditionally-hidden":true},"currency":{"$ref":"#/components/schemas/currency_2d0ca2cb2448100009c54386a8570e07"},"contractPayRate":{"type":"object","description":"The new contract pay rate for the contingent worker as of the effective date.","example":"50.25","x-workday-type":"Currency","x-conditionally-required":true,"x-conditionally-hidden":true},"purchaseOrder":{"$ref":"#/components/schemas/purchaseOrder_2d0ca2cb2448100009c5433bcff60e05"},"frequency":{"$ref":"#/components/schemas/frequency_2d0ca2cb2448100009c5436d5d670e06"}}}]},"changeJobBusinessTitle_3db8095ffa18100013a5f96969ca0102":{"allOf":[{"type":"object","properties":{"businessTitle":{"type":"string","description":"The new business title for the worker as of the effective date.  If there is no business title override, this field defaults to the job title or job profile name.","example":"Sample Business Title","x-workday-type":"Text","x-conditionally-required":true,"x-conditionally-hidden":true}}}]},"position_cf97466f96d9100029bffcf91c120001":{"description":"The filled or unfilled position that the organization assignment change event is for.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"massActionWorksheet_31485c9a93c0100007276cf4e5640000":{"description":"The Mass Action Worksheet instance for the event. This report field returns data only for events created in a mass action workbook.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"massActionHeader_cf97466f96d910002bd32afbf0000001":{"description":"The Mass Action Header instance for the event. This report field returns data only for events created in a mass action workbook.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"organizationAssignmentChangesPostPosition_cf97466f96d9100029bffcf91c120000":{"allOf":[{"required":["date","position"],"type":"object","properties":{"position":{"$ref":"#/components/schemas/position_cf97466f96d9100029bffcf91c120001"},"massActionWorksheet":{"$ref":"#/components/schemas/massActionWorksheet_31485c9a93c0100007276cf4e5640000"},"massActionHeader":{"$ref":"#/components/schemas/massActionHeader_cf97466f96d910002bd32afbf0000001"},"date":{"type":"string","description":"The effective date of the business process event using the yyyy-mm-dd format.","format":"date","x-workday-type":"Date"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for Assign Organization"}}}]},"changeOrganizationAssignmentDefaultRepresentation_db2f38bfb555100012de1eb17c2f00ff":{"allOf":[{"type":"object","properties":{"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"region_a18edb56aca0100006997ec7e07d0374":{"description":"The new region for the worker as of the effective date.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-required":true,"x-conditionally-hidden":true},"organizationAssignmentChangesRegionData_a18edb56aca0100006997e68e5780373":{"allOf":[{"type":"object","properties":{"region":{"$ref":"#/components/schemas/region_a18edb56aca0100006997ec7e07d0374"}}}]},"company_56fe0dd0eca1100019cfe097d26a03f2":{"description":"The new company for the worker as of the effective date.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-required":true,"x-conditionally-hidden":true},"organizationAssignmentChangesCompanyData_652d516fdff41000086e0b9c96950354":{"allOf":[{"type":"object","properties":{"company":{"$ref":"#/components/schemas/company_56fe0dd0eca1100019cfe097d26a03f2"}}}]},"customOrganizations_53cd2b632146100011e9bf79e89e5520":{"allOf":[{"$ref":"#/components/schemas/customOrganizationDetails_3950e273020a100017857926d35d369c"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Custom Organization (Derived)"}}}]},"organizationAssignmentChangesCustomOrganizationDetailsData_53cd2b632146100011e9bf4e7041551f":{"allOf":[{"type":"object","properties":{"customOrganizations":{"type":"array","description":"The new custom organizations for the worker as of the effective date.","items":{"$ref":"#/components/schemas/customOrganizations_53cd2b632146100011e9bf79e89e5520"},"x-workday-type":"Multi-instance"}}}]},"fund_a18edb56aca0100014a4a0b27352045c":{"description":"The new fund for the worker after the business process.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-required":true,"x-conditionally-hidden":true},"gift_a18edb56aca0100014a4a0a9f876045b":{"description":"The new gift for the worker after the business process.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-required":true,"x-conditionally-hidden":true},"program_a18edb56aca0100014a4a0b7ddf7045d":{"description":"The new program for the worker after the business process.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-required":true,"x-conditionally-hidden":true},"grant_a18edb56aca0100014a4a0bcf25c045e":{"description":"The new grant for the worker after the business process.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-required":true,"x-conditionally-hidden":true},"organizationAssignmentChangesCostingData_a18edb56aca0100014a4a09dc57e045a":{"allOf":[{"type":"object","properties":{"fund":{"$ref":"#/components/schemas/fund_a18edb56aca0100014a4a0b27352045c"},"gift":{"$ref":"#/components/schemas/gift_a18edb56aca0100014a4a0a9f876045b"},"program":{"$ref":"#/components/schemas/program_a18edb56aca0100014a4a0b7ddf7045d"},"grant":{"$ref":"#/components/schemas/grant_a18edb56aca0100014a4a0bcf25c045e"}}}]},"supervisoryOrganization_827372de445710001cfe36968a480000":{"description":"The supervisory organization for the worker as of the effective date.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-readOnly":true},"position_827372de4457100019c0e9c5977d0000":{"description":"The new position for the worker as of the effective date.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-workday-populated-by":{"path":"/values/organizationAssignmentChangesGroup/positions","field":"id"}},"worker_90009f2bfc4910001b166d44a72c0727":{"description":"The worker associated with the business process.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-readOnly":true},"organizationAssignmentChangesStartDetailsData_90009f2bfc49100017b10cd07d19063b":{"allOf":[{"required":["position"],"type":"object","properties":{"supervisoryOrganization":{"$ref":"#/components/schemas/supervisoryOrganization_827372de445710001cfe36968a480000"},"date":{"type":"string","description":"The date this business process takes effect.","format":"date","x-workday-type":"Date","x-conditionally-required":true,"x-conditionally-readOnly":true},"position":{"$ref":"#/components/schemas/position_827372de4457100019c0e9c5977d0000"},"worker":{"$ref":"#/components/schemas/worker_90009f2bfc4910001b166d44a72c0727"}}}]},"businessUnit_5aabf8e28cb310002520b2aabc470366":{"description":"The new business unit for the worker as of the effective date.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-required":true,"x-conditionally-hidden":true},"organizationAssignmentChangesBusinessUnitData_5aabf8e28cb310002520b2a2b31d0365":{"allOf":[{"type":"object","properties":{"businessUnit":{"$ref":"#/components/schemas/businessUnit_5aabf8e28cb310002520b2aabc470366"}}}]},"costCenter_5aabf8e28cb3100010a999f40b07024f":{"description":"The new cost center for the worker as of the effective date.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-required":true,"x-conditionally-hidden":true},"organizationAssignmentChangesCostCenterData_5aabf8e28cb3100010a999db2700024e":{"allOf":[{"type":"object","properties":{"costCenter":{"$ref":"#/components/schemas/costCenter_5aabf8e28cb3100010a999f40b07024f"}}}]},"managers_a02c2e1916fa100009e137799bc40019":{"allOf":[{"$ref":"#/components/schemas/managerWorkerView_a02c2e1916fa10000cbb84be81ce0027"},{"type":"object","properties":{"id":{"type":"string","description":"The id for \\~Worker\\~"}}}]},"supervisoryOrganizationView_a02c2e1916fa100009e137235f1f0018":{"allOf":[{"type":"object","properties":{"code":{"type":"string","description":"The organization id for the organization.","example":"Sample-Code","x-workday-type":"Text"},"inactive":{"type":"boolean","description":"Indicates whether the organization is inactive","example":true,"x-workday-type":"Boolean"},"name":{"type":"string","description":"Returns the name of the organization as of the processing effective moment","example":"Sample Organization Name","x-workday-type":"Text"},"managers":{"type":"array","description":"The manager(s) for the supervisory organization.","items":{"$ref":"#/components/schemas/managers_a02c2e1916fa100009e137799bc40019"},"x-workday-type":"Multi-instance"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for Supervisory Organization"}}}]},"superior_643e3a1262971000145238b2ccd10059":{"description":"The immediate superior organization for the organization.","allOf":[{"$ref":"#/components/schemas/supervisoryOrganizationView_a02c2e1916fa100009e137235f1f0018"},{"type":"object"}]},"subordinates_643e3a12629710001452388db6a70058":{"allOf":[{"$ref":"#/components/schemas/supervisoryOrganizationView_a02c2e1916fa100009e137235f1f0018"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Organization  \nExample(s): Organization_Reference_ID=Sample_Value"}}}]},"orgChartView_643e3a12629710000554e0338e670044":{"allOf":[{"type":"object","properties":{"superior":{"$ref":"#/components/schemas/superior_643e3a1262971000145238b2ccd10059"},"subordinates":{"type":"array","description":"Contains the subordinate organizations that directly report to the organization.","items":{"$ref":"#/components/schemas/subordinates_643e3a12629710001452388db6a70058"},"x-workday-type":"Multi-instance"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for Supervisory Organization"}}}]},"jobType_b8ac205877fd100005c55b45c6400057":{"description":"The position's job type which can be one of the following values: Primary, Additional Job, or International Assignment. If the position is not effective, no value will be returned. Primary and additional job are effective dated due to the Switch Primary Job business process. An international assignment cannot be switched to a be a primary job.","allOf":[{"$ref":"#/components/schemas/jobTypeData_b8ac205877fd100005c3b50b74a30055"},{"type":"object"}]},"jobProfile_6fb921f8a11d10001d5268980bbb0097":{"description":"The job profile for the position.","allOf":[{"$ref":"#/components/schemas/jobProfileJobView_fab4a151b24810000d511d61ee641262"},{"type":"object"}]},"location_6d3eb084b4c410002b617efb943f0059":{"description":"The location associated with the filled position or position restrictions. When associated with position restrictions, the location returned is in this order: the location on the effective job requisition, hiring restrictions, or primary location of the supervisory organization.","allOf":[{"$ref":"#/components/schemas/locationDataJobView_6d3eb084b4c410002b5fa13f0c9d0056"},{"type":"object"}]},"worker_fab4a151b24810000e66f769304c126b":{"description":"The position management worker filling the position. If the the position is overlapped, return the worker for the overlap position.","allOf":[{"$ref":"#/components/schemas/workerJobView_fab4a151b24810000e7ff8d0c7f0126d"},{"type":"object"}]},"supervisoryOrganization_fab4a151b24810000d13073c5d341257":{"description":"The supervisory organization for the position.","allOf":[{"$ref":"#/components/schemas/supervisoryOrganizationJobView_fab4a151b24810000d29746fb7e21259"},{"type":"object"}]},"jobData_1bfa8925c50510000ae4479925510026":{"allOf":[{"type":"object","properties":{"nextPayPeriodStartDate":{"type":"string","description":"The next pay period start date for the job.","format":"date","x-workday-type":"Date"},"jobType":{"$ref":"#/components/schemas/jobType_b8ac205877fd100005c55b45c6400057"},"jobProfile":{"$ref":"#/components/schemas/jobProfile_6fb921f8a11d10001d5268980bbb0097"},"businessTitle":{"type":"string","description":"The business title for the position.","example":"Sample Business Title","x-workday-type":"Text"},"location":{"$ref":"#/components/schemas/location_6d3eb084b4c410002b617efb943f0059"},"worker":{"$ref":"#/components/schemas/worker_fab4a151b24810000e66f769304c126b"},"supervisoryOrganization":{"$ref":"#/components/schemas/supervisoryOrganization_fab4a151b24810000d13073c5d341257"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for Position"}}}]},"jobLevel_89a0b59e7cce1000074acb3c1e8e015d":{"description":"The job level for the job profile.","allOf":[{"$ref":"#/components/schemas/jobLevelRelatedView_7deab99f645f10000f06cbbf927a0069"},{"type":"object"}]},"managementLevel_89a0b59e7cce1000074acb1d768e0158":{"description":"The management level for the job profile.","allOf":[{"$ref":"#/components/schemas/managementLevelRelatedView_7deab99f645f10000d69adf2c932005c"},{"type":"object"}]},"jobExempts_89a0b59e7cce1000074acb35cf8c015c":{"allOf":[{"$ref":"#/components/schemas/jobProfileExemptRelatedView_3b00708994e41000076da515387812a2"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Job Profile Exempt"}}}]},"companyInsiderTypes_7deab99f645f10000ff522dd00d1007f":{"allOf":[{"$ref":"#/components/schemas/companyInsiderTypeRelatedView_7deab99f645f10001000f8a388740081"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Company Insider Type"}}}]},"jobFamilies_89a0b59e7cce1000074acb41e769015e":{"allOf":[{"$ref":"#/components/schemas/jobFamilyRelatedView_3b00708994e410000e0e2540529b12d6"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Job Family"}}}]},"difficultyToFill_89a0b59e7cce1000074acb57c0c50162":{"description":"Indicates how difficult it is to fill this job profile.","allOf":[{"$ref":"#/components/schemas/difficultyToFillRelatedView_3b00708994e41000032f4de84695004c"},{"type":"object"}]},"jobCategory_89a0b59e7cce1000074acb471919015f":{"description":"The Job Category for the Job Profile.","allOf":[{"$ref":"#/components/schemas/jobCategoryRelatedView_7deab99f645f10000f8582dc572d0075"},{"type":"object"}]},"payRateTypes_89a0b59e7cce1000074acb28db06015a":{"allOf":[{"$ref":"#/components/schemas/jobProfilePayRateTypeRelatedView_3b00708994e4100008d4b09e903f12b5"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Job Profile Pay Rate"}}}]},"restrictedToCountries_89a0b59e7cce10000648d30fbac8010f":{"allOf":[{"$ref":"#/components/schemas/countryRelatedView_7deab99f645f10000cf305c30e260054"},{"type":"object","properties":{"id":{"type":"string","description":"The id for \\~Country\\~"}}}]},"workersCompensationCodes_3b00708994e4100004966aa2288d1284":{"allOf":[{"$ref":"#/components/schemas/workersCompensationCodeRelatedView_3b00708994e4100004af13d958811287"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Workers' Compensation Code"}}}]},"jobProfileDetailView_7deab99f645f10000bd5e61a1b780041":{"allOf":[{"type":"object","properties":{"jobDescription":{"type":"string","description":"The formatted job description value on the job profile.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Rich Text"},"inactive":{"type":"boolean","description":"Returns true if the Job Profile is inactive.","example":true,"x-workday-type":"Boolean"},"summary":{"type":"string","description":"The description of the responsibilities and/or qualifications for the job profile.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"public":{"type":"boolean","description":"Indicates if the job profile has been marked as being public.","example":true,"x-workday-type":"Boolean"},"jobLevel":{"$ref":"#/components/schemas/jobLevel_89a0b59e7cce1000074acb3c1e8e015d"},"managementLevel":{"$ref":"#/components/schemas/managementLevel_89a0b59e7cce1000074acb1d768e0158"},"criticalJob":{"type":"boolean","description":"Indicates if the job is considered critical.","example":true,"x-workday-type":"Boolean"},"jobExempts":{"type":"array","description":"Returns the job exempt instances for the job profile.","items":{"$ref":"#/components/schemas/jobExempts_89a0b59e7cce1000074acb35cf8c015c"},"x-workday-type":"Multi-instance"},"companyInsiderTypes":{"type":"array","description":"The Company Insider Type for the Job Profile.","items":{"$ref":"#/components/schemas/companyInsiderTypes_7deab99f645f10000ff522dd00d1007f"},"x-workday-type":"Multi-instance"},"defaultJobTitle":{"type":"string","description":"The Job Title Default for the job profile.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"workShiftRequired":{"type":"boolean","description":"Indicates if the Job Profile requires a Work Shift to be specified on associated Positions.","example":true,"x-workday-type":"Boolean"},"additionalJobDescription":{"type":"string","description":"The formatted additional job description value on the job profile.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Rich Text"},"jobFamilies":{"type":"array","description":"The job family for the job profile.","items":{"$ref":"#/components/schemas/jobFamilies_89a0b59e7cce1000074acb41e769015e"},"x-workday-type":"Multi-instance"},"difficultyToFill":{"$ref":"#/components/schemas/difficultyToFill_89a0b59e7cce1000074acb57c0c50162"},"name":{"type":"string","description":"The name of the job profile.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"jobCategory":{"$ref":"#/components/schemas/jobCategory_89a0b59e7cce1000074acb471919015f"},"payRateTypes":{"type":"array","description":"The pay rate for the job profile","items":{"$ref":"#/components/schemas/payRateTypes_89a0b59e7cce1000074acb28db06015a"},"x-workday-type":"Multi-instance"},"restrictedToCountries":{"type":"array","description":"Returns the valid countries for the job profile.","items":{"$ref":"#/components/schemas/restrictedToCountries_89a0b59e7cce10000648d30fbac8010f"},"x-workday-type":"Multi-instance"},"workersCompensationCodes":{"type":"array","description":"Returns the compensation codes for this job profile.","items":{"$ref":"#/components/schemas/workersCompensationCodes_3b00708994e4100004966aa2288d1284"},"x-workday-type":"Multi-instance"},"id":{"type":"string","description":"The id for Job Profile"}}}]},"jobProfileSummaryView_7deab99f645f10000b5152ce2d700034":{"allOf":[{"type":"object","properties":{"inactive":{"type":"boolean","description":"Returns true if the Job Profile is inactive.","example":true,"x-workday-type":"Boolean"},"name":{"type":"string","description":"The name of the job profile.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"jobWorkspaceData_1005157e3d631000144205466a6c13d3":{"allOf":[{"type":"object","properties":{"locationChain":{"type":"string","description":"Location chain including bread crumbs for location.","example":"Sample Location Chain","x-workday-type":"Text"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"additionalJobs_352c3a97ecd51000353cba4ccc1c0043":{"allOf":[{"$ref":"#/components/schemas/jobDataForWorker_b8ac205877fd10000ea91719a02a00a2"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Position  \nExample(s): Position_ID=Sample_Value"}}}]},"workerType_3f78eeedc01d1000138d97d80e5a0000":{"description":"Retrieves the employee type or contingent worker type for the worker.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"primaryJob_352c3a97ecd51000353cba144c5b0042":{"description":"The worker's primary job.","allOf":[{"$ref":"#/components/schemas/jobDataForWorker_b8ac205877fd10000ea91719a02a00a2"},{"type":"object"}]},"person_0ad147648b0a1000237bd486634a001a":{"description":"Person for the Worker","allOf":[{"$ref":"#/components/schemas/personDataView_be343791f59d100028d6a277ca8a0017"},{"type":"object"}]},"workerData_c2466b0778c610000d1936006720000e":{"allOf":[{"type":"object","properties":{"additionalJobs":{"type":"array","description":"The employee’s additional jobs and international assignments.","items":{"$ref":"#/components/schemas/additionalJobs_352c3a97ecd51000353cba4ccc1c0043"},"x-workday-type":"Multi-instance"},"workerType":{"$ref":"#/components/schemas/workerType_3f78eeedc01d1000138d97d80e5a0000"},"primaryJob":{"$ref":"#/components/schemas/primaryJob_352c3a97ecd51000353cba144c5b0042"},"person":{"$ref":"#/components/schemas/person_0ad147648b0a1000237bd486634a001a"},"workerId":{"type":"string","description":"The Employee ID or Contingent Worker ID for the worker.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for Worker"}}}]},"workContactChangeEvent_5fca6c96c1c81000142fd03784140113":{"allOf":[{"type":"object","properties":{"href":{"type":"string","description":"The URL to the related change work contact information resource where this event can be interacted with via REST.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"effective_date":{"type":"string","description":"The date this business process takes effect.","format":"date","x-workday-type":"Date"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"homeContactChangeEvent_f42ba27d87ed10001aa58a5d231b1621":{"allOf":[{"type":"object","properties":{"effective_date":{"type":"string","description":"The date this business process takes effect.","format":"date","x-workday-type":"Date"},"href":{"type":"string","description":"The URL to the related change home contact information resource where this event can be interacted with via REST","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"job_75e528a78e9a10000ab7512c5c550115":{"description":"The position for the worker prior to the effective date.  This field will be blank for non-staffing transactions and for hire transactions.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-conditionally-required":true},"supervisoryOrganization_75e528a78e9a10000ab75132a9df0116":{"description":"The supervisory organization for the worker as of the effective date.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"location_75e528a78e9a10000ab75125ebe50114":{"description":"The new location for the worker as of the effective date.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"reason_85deac43cd1a10000b96c80c118f171e":{"description":"The business process type, reason category and reason associated with the business process (e.g. Hire \\~Employee\\~ > New Hire > New Position).","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"template_2b1b95dfe4af100007f63081aec5158e":{"description":"The Change Job Template used to initiate the Change Job event.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"jobChangesStartDetailsPOSTData_75e528a78e9a10000ab750ea156f0111":{"allOf":[{"required":["date"],"type":"object","properties":{"job":{"$ref":"#/components/schemas/job_75e528a78e9a10000ab7512c5c550115"},"date":{"type":"string","description":"The date this business process takes effect.","format":"date","x-workday-type":"Date"},"supervisoryOrganization":{"$ref":"#/components/schemas/supervisoryOrganization_75e528a78e9a10000ab75132a9df0116"},"location":{"$ref":"#/components/schemas/location_75e528a78e9a10000ab75125ebe50114"},"reason":{"$ref":"#/components/schemas/reason_85deac43cd1a10000b96c80c118f171e"},"template":{"$ref":"#/components/schemas/template_2b1b95dfe4af100007f63081aec5158e"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for Change Job"}}}]},"position_99f6257185e61000043aadd66df203bb":{"description":"The new position for the worker as of the effective date.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"organizationAssignmentChangesPost_cc45d62b623c1000132ac812c30a052e":{"allOf":[{"required":["date"],"type":"object","properties":{"date":{"type":"string","description":"The date this business process takes effect.","format":"date","x-workday-type":"Date"},"position":{"$ref":"#/components/schemas/position_99f6257185e61000043aadd66df203bb"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for Assign Organization"}}}]},"skillItem_98f198f5056b100019631445471d225f":{"description":"Skills","allOf":[{"$ref":"#/components/schemas/skillItemAddRepresentation_c5fabc4ca81610000eaeb4ff2f000137"},{"type":"object"}]},"skills_30590590f73e1000251275f4e9f20000":{"allOf":[{"$ref":"#/components/schemas/displayExplicitSkillRepresentation_d6ca778018011000182fa5be1ae901a8"},{"type":"object","properties":{"id":{"type":"string","description":"The id for New Skill"}}}]},"skillSources_98f198f5056b100019631455ea852260":{"allOf":[{"$ref":"#/components/schemas/skillItemSourceAddRepresentation_c5fabc4ca81610000d5d15309ac90122"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Bulk Skill Item Source Representation"}}}]},"createSkillUsageRepresentation_98f198f5056b1000196313ffe9a0225e":{"allOf":[{"type":"object","properties":{"skillItem":{"$ref":"#/components/schemas/skillItem_98f198f5056b100019631445471d225f"},"skills":{"type":"array","description":"Explicit Skill Usages","items":{"$ref":"#/components/schemas/skills_30590590f73e1000251275f4e9f20000"},"x-workday-type":"Multi-instance"},"skillSources":{"type":"array","description":"Skill Sources","items":{"$ref":"#/components/schemas/skillSources_98f198f5056b100019631455ea852260"},"x-workday-type":"Multi-instance"}}}]},"skillItem_d6ca778018011000182fa5f3b32001aa":{"description":"Indicates the skill item name","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"skillSources_998d2cc58f2f100015f59c83f4e5072c":{"allOf":[{"$ref":"#/components/schemas/skillSourceRepresentation_998d2cc58f2f10000db59b08da0306a8"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Skill Item Source"}}}]},"displayExplicitSkillRepresentation_d6ca778018011000182fa5be1ae901a8":{"allOf":[{"type":"object","properties":{"skillItem":{"$ref":"#/components/schemas/skillItem_d6ca778018011000182fa5f3b32001aa"},"skillSources":{"type":"array","description":"The sources that serve as evidence for the skill usage.","items":{"$ref":"#/components/schemas/skillSources_998d2cc58f2f100015f59c83f4e5072c"},"x-workday-type":"Multi-instance"},"remoteID":{"type":"string","description":"Remote Skill ID for associated Remote Skill Item","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"serviceDatesData_6b1db753fd82100027b0c8519c860018":{"allOf":[{"type":"object","properties":{"hireDate":{"type":"string","description":"The worker's most recent hire date.","format":"date","x-workday-type":"Date"},"continuousServiceDate":{"type":"string","description":"Worker service date taking into account breaks in service.","format":"date","x-workday-type":"Date"}}}]},"checkInArchiveDetail_1163fe23102e10001df342088f8a018e":{"allOf":[{"required":["archive"],"type":"object","properties":{"archive":{"type":"boolean","description":"Indicates that the check-in is archived.","example":true,"x-workday-type":"Boolean"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"externalSkillLevel_a39462f09c44100005d46fd77ef00000":{"allOf":[{"required":["externalSkillId","externalSkillLevel"],"type":"object","properties":{"context":{"type":"string","description":"The text you enter to provide context for this external skill load. Not visible to end users.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"externalSkillLevel":{"type":"number","description":"The skill level normalized to a scale from 1-5 and to 1 decimal place.","format":"double","example":9.9,"x-workday-type":"Numeric"},"externalSkillId":{"type":"string","description":"The skill from the external system.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"effectiveMoment":{"type":"string","description":"The date that the external Skill Level was last updated.","format":"date","x-workday-type":"Date"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"externalSkillLevelDetail_1c67ac98c0f310002706be33dcdb0000":{"allOf":[{"type":"object","properties":{"externalSkillLevel":{"type":"number","description":"The skill level normalized to a scale from 1-5 and to 1 decimal place.","format":"double","example":9.9,"x-workday-type":"Numeric"},"skillVendorName":{"type":"string","description":"The name of the vendor associated with the External Skill.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"skillVendorId":{"type":"string","description":"The vendor associated to the External Skill.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"context":{"type":"string","description":"The text you enter to provide context for this external skill load. Not visible to end users.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"effectiveMoment":{"type":"string","description":"The date that the external Skill Level was last updated.","format":"date","x-workday-type":"Date"},"externalSkillId":{"type":"string","description":"The skill from the external system.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"externalSkillName":{"type":"string","description":"The name of the skill from the external system","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"checkInTopicArchiveDetail_1163fe23102e10001f72d77b213401a2":{"allOf":[{"required":["archive"],"type":"object","properties":{"archive":{"type":"boolean","description":"Indicates that the topic is archived.","example":true,"x-workday-type":"Boolean"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"skillItems_9d815bbfd67010001e9498993fd8132d":{"allOf":[{"$ref":"#/components/schemas/skillItemAddDefinition_faed9891d75a10001e9a289910540228"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Skill Item Promptable"}}}]},"skillItemsBulkDefinition_9d815bbfd67010000d6ed56204ab12de":{"allOf":[{"type":"object","properties":{"skillItems":{"type":"array","description":"Exposes Skill Items for a Skill Qualification Enabled.","items":{"$ref":"#/components/schemas/skillItems_9d815bbfd67010001e9498993fd8132d"},"x-workday-type":"Multi-instance"}}}]},"skillItemDisplayDefinition_4b4b7d34b4a21000301eaf52086700d8":{"allOf":[{"type":"object","properties":{"remoteID":{"type":"string","description":"The remote skill ID of a skill.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"skillName":{"type":"string","description":"The skill name that Workday bases similar skill suggestions on.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"skillSourceRepresentation_998d2cc58f2f10000db59b08da0306a8":{"allOf":[{"type":"object","properties":{"dateCreated":{"type":"string","description":"The Creation Date of this Skill Item Source","format":"date","x-workday-type":"Date"},"sourceTypeID":{"maxLength":36,"type":"string","description":"source type ID","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"sourceType":{"type":"string","description":"The Source Type of this Skill Item Source","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"businessProcessParameters_23782ad3f54110002073aab65def00fb":{"description":"The Action Event instance to be used with businessProcessLinkable linked service representations.","allOf":[{"$ref":"#/components/schemas/businessProcessParameters_2dcd9a4882b210000f7b2e0a85982265"},{"type":"object"}]},"eventStateOrganizationAssignment_f3e1ff305e2d100003327f7b7fa103f1":{"allOf":[{"type":"object","properties":{"businessProcessParameters":{"$ref":"#/components/schemas/businessProcessParameters_23782ad3f54110002073aab65def00fb"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for Assign Organization"}}}]},"jobLevelRelatedView_7deab99f645f10000f06cbbf927a0069":{"allOf":[{"type":"object","properties":{"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for Job Level"}}}]},"regionRelatedView_3b00708994e41000053151ffd9e31293":{"allOf":[{"type":"object","properties":{"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"}}}]},"skillSource_c5fabc4ca81610000d5d154e6e3c0123":{"description":"a set containing no instances","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"skillItemSourceAddRepresentation_c5fabc4ca81610000d5d15309ac90122":{"allOf":[{"type":"object","properties":{"skillSource":{"$ref":"#/components/schemas/skillSource_c5fabc4ca81610000d5d154e6e3c0123"},"id":{"type":"string","description":"The id for Skill Source Enabled"}}}]},"associatedCheckIns_d81c816de26f10000f521422ef9b0018":{"allOf":[{"$ref":"#/components/schemas/associatedCheckInsSummary_d81c816de26f10000f7a29ea89140020"},{"type":"object","properties":{"id":{"type":"string","description":"The id for \\~Check-In\\~  \nExample(s): Check-In_ID=Sample_Value"}}}]},"participant_d81c816de26f10000f52144d053f001b":{"description":"Participant of topic.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"checkInTopicAttachments_600ecde4c8421000278ee49da85401c3":{"allOf":[{"$ref":"#/components/schemas/checkInTopicAttachmentDetail_600ecde4c8421000278d06bfacea01c1"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Check-In Topic Attachment (Derived)"}}}]},"creator_d81c816de26f10000f521459ac80001d":{"description":"Creator of topic.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"checkInTopicsSummary_d81c816de26f10000ef2c5cb2fdd0015":{"allOf":[{"type":"object","properties":{"privateNotes":{"type":"string","description":"Personal notes of the topic.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Rich Text"},"name":{"type":"string","description":"Topic name.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"archived":{"type":"boolean","description":"Indicates that the topic is archived.","example":true,"x-workday-type":"Boolean"},"associatedCheckIns":{"type":"array","description":"Check-ins associated to topic.","items":{"$ref":"#/components/schemas/associatedCheckIns_d81c816de26f10000f521422ef9b0018"},"x-workday-type":"Multi-instance"},"participant":{"$ref":"#/components/schemas/participant_d81c816de26f10000f52144d053f001b"},"checkInTopicAttachments":{"type":"array","description":"Returns all attachments for the Check-In Topic.","items":{"$ref":"#/components/schemas/checkInTopicAttachments_600ecde4c8421000278ee49da85401c3"},"x-workday-type":"Multi-instance"},"creator":{"$ref":"#/components/schemas/creator_d81c816de26f10000f521459ac80001d"},"sharedNotes":{"type":"string","description":"Shared notes of the topic.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Rich Text"},"id":{"type":"string","description":"The id for Check-In Topic"}}}]},"skillItem_4b4b7d34b4a210001c7927f9e1330080":{"allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"skillItemAddDefinition_faed9891d75a10001e9a289910540228":{"allOf":[{"type":"object","properties":{"skillName":{"type":"string","description":"The skill name that Workday bases similar skill suggestions on.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"skillItem":{"$ref":"#/components/schemas/skillItem_4b4b7d34b4a210001c7927f9e1330080"},"remoteID":{"type":"string","description":"The remote skill ID of a skill.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"payRateTypeRelatedView_3b00708994e410000c52776049ba12c3":{"allOf":[{"type":"object","properties":{"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for Pay Rate Type"}}}]},"country_af21e47ff7c01000092ecf4d7ad30270":{"description":"Returns the country from the primary address for the location.","allOf":[{"$ref":"#/components/schemas/countryDataForLocationData_af21e47ff7c01000092e0e4f9a22026e"},{"type":"object"}]},"locationDataJobView_6d3eb084b4c410002b5fa13f0c9d0056":{"allOf":[{"type":"object","properties":{"country":{"$ref":"#/components/schemas/country_af21e47ff7c01000092ecf4d7ad30270"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for Location  \nExample(s): Location_ID=Sample_Value"}}}]},"checkInTopicAttachments_600ecde4c8421000282435e71a8901d6":{"allOf":[{"$ref":"#/components/schemas/checkInTopicAttachmentDetail_600ecde4c8421000278d06bfacea01c1"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Check-In Topic Attachment (Derived)"}}}]},"associatedCheckIns_3267c0ba92a0100016b8c52c084803c0":{"allOf":[{"$ref":"#/components/schemas/associatedCheckInDetail_3267c0ba92a0100016ed105476ad03c4"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Check-In (Derived)  \nExample(s): Check-In_ID=Sample_Value"}}}]},"checkInTopicDetail_3267c0ba92a010001688d79b032b03b8":{"allOf":[{"type":"object","properties":{"checkInTopicAttachments":{"type":"array","description":"Returns all attachments for the Check-In Topic.","items":{"$ref":"#/components/schemas/checkInTopicAttachments_600ecde4c8421000282435e71a8901d6"},"x-workday-type":"Multi-instance"},"associatedCheckIns":{"type":"array","description":"Check-ins associated to topic.","items":{"$ref":"#/components/schemas/associatedCheckIns_3267c0ba92a0100016b8c52c084803c0"},"x-workday-type":"Multi-instance"},"sharedNotes":{"type":"string","description":"Shared notes of the topic.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Rich Text"},"name":{"type":"string","description":"Topic name.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text","x-conditionally-required":true},"privateNotes":{"type":"string","description":"Personal notes of the topic.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Rich Text"},"id":{"type":"string","description":"The id for Check-In Topic"}}}]},"countryRelatedView_7deab99f645f10000cf305c30e260054":{"allOf":[{"type":"object","properties":{"alpha3Code":{"maxLength":3,"type":"string","description":"The ISO alpha-3 code for a country.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for \\~Country\\~"}}}]},"associatedTopicsSummary_b3a69f47a4991000171aae4c5a810040":{"allOf":[{"type":"object","properties":{"name":{"type":"string","description":"Topic name.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"archived":{"type":"boolean","description":"Indicates that the topic is archived.","example":true,"x-workday-type":"Boolean"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"supervisoryOrganizationJobView_fab4a151b24810000d29746fb7e21259":{"allOf":[{"type":"object","properties":{"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for \\~Supervisory Organization\\~  \nExample(s): Organization_Reference_ID=Sample_Value"}}}]},"jobCategoryRelatedView_7deab99f645f10000f8582dc572d0075":{"allOf":[{"type":"object","properties":{"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for Job Category"}}}]},"businessProcessParameters_5afc0b4b5a4610002aaebb8180cd2261":{"description":"The Action Event instance to be used with businessProcessLinkable linked service representations.","allOf":[{"$ref":"#/components/schemas/businessProcessParameters_2dcd9a4882b210000f7b2e0a85982265"},{"type":"object"}]},"status_54e611eca2c910000fbc4599be0b0112":{"description":"Transaction Status for Facet Search","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"eventState_54e611eca2c910000fbc4579181c0111":{"allOf":[{"type":"object","properties":{"validation":{"type":"string","description":"Validation message for an action event triggered by a condition.","example":"Sample Validation","x-workday-type":"Text"},"businessProcessParameters":{"$ref":"#/components/schemas/businessProcessParameters_5afc0b4b5a4610002aaebb8180cd2261"},"status":{"$ref":"#/components/schemas/status_54e611eca2c910000fbc4599be0b0112"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for Change Job"}}}]},"organizationType_3950e273020a100017857958e234369d":{"description":"Includes these organization types: Company, Cost Center, Custom orgs, Location Hierarchy, Matrix, Pay Group, Region, Retiree, Supervisory.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"customOrganizationDetails_3950e273020a100017857926d35d369c":{"allOf":[{"type":"object","properties":{"organizationType":{"$ref":"#/components/schemas/organizationType_3950e273020a100017857958e234369d"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for Custom Organization"}}}]},"workerJobView_fab4a151b24810000e7ff8d0c7f0126d":{"allOf":[{"type":"object","properties":{"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for \\~Worker\\~"}}}]},"skillItemAddRepresentation_c5fabc4ca81610000eaeb4ff2f000137":{"allOf":[{"type":"object","properties":{"remoteID":{"type":"string","description":"The remote skill ID of a skill.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"skillName":{"type":"string","description":"The skill name Workday returns.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"attachments_43b30ba735b8100010e21c8b136f0119":{"allOf":[{"$ref":"#/components/schemas/eventAttachmentsForToolbar_43b30ba735b8100011ee4767246d0143"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Event Attachment (Derived)  \nExample(s): File_ID=Sample_Value"}}}]},"for_5d688bd57bb910001815ab3dd10024a9":{"description":"The thing which this business process is about. It could be another business process if this is a sub-process","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-readOnly":true},"action_38ff08ab6736100010816009079d0126":{"description":"a set containing no instances","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"overallBusinessProcess_5d688bd57bb910001815ab49927724aa":{"description":"Returns the Top Level (overall) Business Process that this Event is part of or returns the same instance if this Event is not a sub-process.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-readOnly":true},"comments_38ff08ab6736100010b0e3c4dbb3012b":{"allOf":[{"$ref":"#/components/schemas/comments_86093b8a932f10001499f356ff83012e"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Comment"}}}]},"transactionStatus_7457adcbe0fa1000089b63ab3a510000":{"description":"Transaction Status for Facet Search","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"businessProcessParameters_2dcd9a4882b210000f7b2e0a85982265":{"allOf":[{"required":["action"],"type":"object","properties":{"warningValidations":{"type":"string","description":"Warning message for an action event triggered by a condition.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text","x-readOnly":true},"attachments":{"type":"array","description":"Returns attachments associated with this business process that are uploaded from the toolbar and are accessible to the processing person. Returns blank if either of these conditions are not met.","items":{"$ref":"#/components/schemas/attachments_43b30ba735b8100010e21c8b136f0119"},"x-workday-type":"Multi-instance"},"overallStatus":{"type":"string","description":"The current status of the business process.  For example: Successfully Completed, Denied, Terminated.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text","x-readOnly":true},"for":{"$ref":"#/components/schemas/for_5d688bd57bb910001815ab3dd10024a9"},"criticalValidations":{"type":"string","description":"Validation message for an action event triggered by a condition.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text","x-readOnly":true},"comment":{"type":"string","description":"Returns a null.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"action":{"$ref":"#/components/schemas/action_38ff08ab6736100010816009079d0126"},"overallBusinessProcess":{"$ref":"#/components/schemas/overallBusinessProcess_5d688bd57bb910001815ab49927724aa"},"comments":{"type":"array","description":"Returns the comments for the current business process.","items":{"$ref":"#/components/schemas/comments_38ff08ab6736100010b0e3c4dbb3012b"},"x-workday-type":"Multi-instance","x-readOnly":true},"transactionStatus":{"$ref":"#/components/schemas/transactionStatus_7457adcbe0fa1000089b63ab3a510000"}}}]},"jobProfileView_51ed1475e9e6100006c698ef68480017":{"allOf":[{"type":"object","properties":{"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"location_b8ac205877fd10000ea91737c7da00a5":{"description":"The location associated with the filled position or position restrictions. When associated with position restrictions, the location returned is in this order: the location on the effective job requisition, hiring restrictions, or primary location of the supervisory organization.","allOf":[{"$ref":"#/components/schemas/locationDataJobView_6d3eb084b4c410002b5fa13f0c9d0056"},{"type":"object"}]},"jobProfile_b8ac205877fd10000ea9174f73c500aa":{"description":"The job profile for the position.","allOf":[{"$ref":"#/components/schemas/jobProfileJobView_fab4a151b24810000d511d61ee641262"},{"type":"object"}]},"workSpace_426ac445037110001b3eb91ddf6f0100":{"description":"The work space associated with the position.","allOf":[{"$ref":"#/components/schemas/jobWorkspaceData_1005157e3d631000144205466a6c13d3"},{"type":"object"}]},"jobType_b8ac205877fd10000ea91752f39c00ab":{"description":"The position's job type which can be one of the following values: Primary, Additional Job, or International Assignment. If the position is not effective, no value will be returned. Primary and additional job are effective dated due to the Switch Primary Job business process. An international assignment cannot be switched to a be a primary job.","allOf":[{"$ref":"#/components/schemas/jobTypeData_b8ac205877fd100005c3b50b74a30055"},{"type":"object"}]},"supervisoryOrganization_b8ac205877fd10000ea91743659800a7":{"description":"The supervisory organization for the position.","allOf":[{"$ref":"#/components/schemas/supervisoryOrganizationJobView_fab4a151b24810000d29746fb7e21259"},{"type":"object"}]},"jobDataForWorker_b8ac205877fd10000ea91719a02a00a2":{"allOf":[{"type":"object","properties":{"location":{"$ref":"#/components/schemas/location_b8ac205877fd10000ea91737c7da00a5"},"jobProfile":{"$ref":"#/components/schemas/jobProfile_b8ac205877fd10000ea9174f73c500aa"},"workSpace":{"$ref":"#/components/schemas/workSpace_426ac445037110001b3eb91ddf6f0100"},"businessTitle":{"type":"string","description":"The business title for the position.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"jobType":{"$ref":"#/components/schemas/jobType_b8ac205877fd10000ea91752f39c00ab"},"supervisoryOrganization":{"$ref":"#/components/schemas/supervisoryOrganization_b8ac205877fd10000ea91743659800a7"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"jobFamilyGroupView_7164d34509ba10000b8610c566ea002d":{"allOf":[{"type":"object","properties":{"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for Job Family  \nExample(s): Job_Family_ID=Sample_Value"}}}]},"changeJobAdditionalJobClassificationData_27ec818d10d0100003600115b5200102":{"allOf":[{"type":"object","properties":{"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"jobFamilyRelatedView_3b00708994e410000e0e2540529b12d6":{"allOf":[{"type":"object","properties":{"name":{"type":"string","description":"The job family name for the job family.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"countryOrRegion_3b00708994e4100007848bc917a112a6":{"description":"Returns the Country or Country Region for this Job Profile Exempt.","allOf":[{"$ref":"#/components/schemas/countryOrRegionRelatedView_3b00708994e4100007e9c8f14e3812ae"},{"type":"object"}]},"jobProfileExemptRelatedView_3b00708994e41000076da515387812a2":{"allOf":[{"type":"object","properties":{"countryOrRegion":{"$ref":"#/components/schemas/countryOrRegion_3b00708994e4100007848bc917a112a6"},"exempt":{"type":"boolean","description":"Returns the exempt value for this Job Profile Exempt.","example":true,"x-workday-type":"Boolean"}}}]},"person_86093b8a932f10001499f38c72410130":{"description":"Comment made by Person","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"comments_86093b8a932f10001499f356ff83012e":{"allOf":[{"type":"object","properties":{"person":{"$ref":"#/components/schemas/person_86093b8a932f10001499f38c72410130"},"comment":{"type":"string","description":"Comment","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"commentDate":{"type":"string","description":"Gives the moment at which the instance was originally created.","format":"date","x-workday-type":"Date"}}}]},"regions_3b00708994e41000052377277e691291":{"allOf":[{"$ref":"#/components/schemas/regionRelatedView_3b00708994e41000053151ffd9e31293"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Country Region  \nExample(s): ISO_3166-2_Code=Sample_Value"}}}]},"country_3b00708994e4100004edeb4e0d37128c":{"description":"The country for the worker compensation code.","allOf":[{"$ref":"#/components/schemas/countryRelatedView_7deab99f645f10000cf305c30e260054"},{"type":"object"}]},"locations_3b00708994e4100005ea38a96336129a":{"allOf":[{"$ref":"#/components/schemas/locationDataJobView_6d3eb084b4c410002b5fa13f0c9d0056"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Location  \nExample(s): Location_ID=Sample_Value"}}}]},"workersCompensationCodeRelatedView_3b00708994e4100004af13d958811287":{"allOf":[{"type":"object","properties":{"regions":{"type":"array","description":"Returns the Country Regions that the worker's compensation code is used in.","items":{"$ref":"#/components/schemas/regions_3b00708994e41000052377277e691291"},"x-workday-type":"Multi-instance"},"country":{"$ref":"#/components/schemas/country_3b00708994e4100004edeb4e0d37128c"},"code":{"type":"string","description":"Returns the workers' compensation code.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"locations":{"type":"array","description":"The location for the worker compensation code.","items":{"$ref":"#/components/schemas/locations_3b00708994e4100005ea38a96336129a"},"x-workday-type":"Multi-instance"},"name":{"type":"string","description":"Returns the description of the worker's compensation code.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"inactive":{"type":"boolean","description":"Returns true if the worker's compensation code is inactive.","example":true,"x-workday-type":"Boolean"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"associatedCheckInDetail_3267c0ba92a0100016ed105476ad03c4":{"allOf":[{"type":"object","properties":{"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"uploadedBy_b32ff437243510000e22e06470370160":{"description":"Returns the primary Role of the person who uploaded the Attachment.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}],"x-readOnly":true},"category_43b30ba735b8100011ee4781a9d50146":{"description":"Returns the category of a Business Process Attachment.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"contentType_43b30ba735b8100011ee47993f11014a":{"description":"Content type of the attachment","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"eventAttachmentsForToolbar_43b30ba735b8100011ee4767246d0143":{"allOf":[{"type":"object","properties":{"uploadDate":{"type":"string","description":"Returns Date the Business Process Attachment was updated.","format":"date","x-workday-type":"Date","x-readOnly":true},"fileLength":{"type":"integer","description":"File length of the attachment","format":"int32","example":99999999999,"x-workday-type":"Numeric"},"fileName":{"maxLength":255,"type":"string","description":"File name of the attachment","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"uploadedBy":{"$ref":"#/components/schemas/uploadedBy_b32ff437243510000e22e06470370160"},"category":{"$ref":"#/components/schemas/category_43b30ba735b8100011ee4781a9d50146"},"description":{"type":"string","description":"Event attachment description","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"file":{"type":"string","description":"For RaaS Only (Reports used as Web Services).  Returns the raw Base64 data for an attachment or image.","format":"binary","x-workday-type":"File"},"contentType":{"$ref":"#/components/schemas/contentType_43b30ba735b8100011ee47993f11014a"},"id":{"type":"string","description":"The id for Event Attachment"}}}]},"countryDataForLocationData_af21e47ff7c01000092e0e4f9a22026e":{"allOf":[{"type":"object","properties":{"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"}}}]},"country_3b00708994e41000095e4647007012bc":{"description":"The country associated with the job profile pay rate","allOf":[{"$ref":"#/components/schemas/countryRelatedView_7deab99f645f10000cf305c30e260054"},{"type":"object"}]},"payRateType_3b00708994e410000c3d01aea96012c1":{"description":"The pay rate type for the job profile pay rate","allOf":[{"$ref":"#/components/schemas/payRateTypeRelatedView_3b00708994e410000c52776049ba12c3"},{"type":"object"}]},"jobProfilePayRateTypeRelatedView_3b00708994e4100008d4b09e903f12b5":{"allOf":[{"type":"object","properties":{"country":{"$ref":"#/components/schemas/country_3b00708994e41000095e4647007012bc"},"payRateType":{"$ref":"#/components/schemas/payRateType_3b00708994e410000c3d01aea96012c1"}}}]},"difficultyToFillRelatedView_3b00708994e41000032f4de84695004c":{"allOf":[{"type":"object","properties":{"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"checkInAttachments_ef244acfe6cf100029eba5c6bba501cc":{"allOf":[{"$ref":"#/components/schemas/checkInAttachmentDetail_ef244acfe6cf10002ebe92d43a7701d7"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Check-In Attachment"}}}]},"participant_b3a69f47a49910001687de1d4c75003c":{"description":"Participant of check-in.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"associatedTopics_b3a69f47a4991000171bad25c5760043":{"allOf":[{"$ref":"#/components/schemas/associatedTopicsSummary_b3a69f47a4991000171aae4c5a810040"},{"type":"object","properties":{"id":{"type":"string","description":"The id for \\~Check-In\\~ \\~Topic\\~  \nExample(s): Check-In_Topic_ID=Sample_Value"}}}]},"creator_b3a69f47a49910001687de28dd71003d":{"description":"Creator of check-in.","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"checkInsSummary_b3a69f47a499100010ce6be72bfe001d":{"allOf":[{"type":"object","properties":{"checkInAttachments":{"type":"array","description":"Returns all attachments for the Check-In.","items":{"$ref":"#/components/schemas/checkInAttachments_ef244acfe6cf100029eba5c6bba501cc"},"x-workday-type":"Multi-instance"},"participant":{"$ref":"#/components/schemas/participant_b3a69f47a49910001687de1d4c75003c"},"description":{"type":"string","description":"Description of check-in.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Rich Text"},"date":{"type":"string","description":"Date of check-in.","format":"date","x-workday-type":"Date"},"associatedTopics":{"type":"array","description":"Topics included in a check-in.","items":{"$ref":"#/components/schemas/associatedTopics_b3a69f47a4991000171bad25c5760043"},"x-workday-type":"Multi-instance"},"archived":{"type":"boolean","description":"Indicates that the check-in is archived.","example":true,"x-workday-type":"Boolean"},"creator":{"$ref":"#/components/schemas/creator_b3a69f47a49910001687de28dd71003d"},"id":{"type":"string","description":"The id for Check-In"}}}]},"countryOrRegionRelatedView_3b00708994e4100007e9c8f14e3812ae":{"allOf":[{"type":"object","properties":{"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"jobTypeData_b8ac205877fd100005c3b50b74a30055":{"allOf":[{"type":"object","properties":{"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"}}}]},"changeJobCompanyInsiderTypesData_05d4c45042b61000131e4b2132f30137":{"allOf":[{"type":"object","properties":{"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"contentType_600ecde4c842100027eaa21d044e01cf":{"description":"Content type of the attachment","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"checkInTopicAttachmentDetail_600ecde4c8421000278d06bfacea01c1":{"allOf":[{"type":"object","properties":{"contentType":{"$ref":"#/components/schemas/contentType_600ecde4c842100027eaa21d044e01cf"},"fileLength":{"type":"integer","description":"File length of the attachment","format":"int32","example":99999999999,"x-workday-type":"Numeric"},"fileName":{"maxLength":255,"type":"string","description":"File name of the attachment","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"file":{"type":"string","description":"For RaaS Only (Reports used as Web Services).  Returns the raw Base64 data for an attachment or image.","format":"binary","x-workday-type":"File"},"comment":{"type":"string","description":"Returns comment for the Attachment","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"The id for Check-In Topic Attachment"}}}]},"checkInAttachments_ef244acfe6cf10002ec020072d2001dd":{"allOf":[{"$ref":"#/components/schemas/checkInAttachmentDetail_ef244acfe6cf10002ebe92d43a7701d7"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Check-In Attachment (Derived)"}}}]},"associatedTopics_316b5a26cc3c10001011fc2518a402e6":{"allOf":[{"$ref":"#/components/schemas/associatedCheckInTopicDetail_316b5a26cc3c100010a01184c23902ea"},{"type":"object","properties":{"id":{"type":"string","description":"The id for Check-In Topic (Derived)  \nExample(s): Check-In_Topic_ID=Sample_Value"}}}]},"checkInDetail_316b5a26cc3c10000ebdb0cb484602e1":{"allOf":[{"required":["date"],"type":"object","properties":{"description":{"type":"string","description":"Description of check-in.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Rich Text"},"checkInAttachments":{"type":"array","description":"Returns all attachments for the Check-In.","items":{"$ref":"#/components/schemas/checkInAttachments_ef244acfe6cf10002ec020072d2001dd"},"x-workday-type":"Multi-instance"},"date":{"type":"string","description":"Date of check-in.","format":"date","x-workday-type":"Date"},"associatedTopics":{"type":"array","description":"Topics included in a check-in.","items":{"$ref":"#/components/schemas/associatedTopics_316b5a26cc3c10001011fc2518a402e6"},"x-workday-type":"Multi-instance"},"id":{"type":"string","description":"The id for Check-In"}}}]},"jobProfileJobView_fab4a151b24810000d511d61ee641262":{"allOf":[{"type":"object","properties":{"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"contentType_ef244acfe6cf10002ebe92e7001601d8":{"description":"Content type of the attachment","allOf":[{"$ref":"#/components/schemas/INSTANCE_MODEL_REFERENCE"},{"type":"object"}]},"checkInAttachmentDetail_ef244acfe6cf10002ebe92d43a7701d7":{"allOf":[{"type":"object","properties":{"contentType":{"$ref":"#/components/schemas/contentType_ef244acfe6cf10002ebe92e7001601d8"},"comment":{"type":"string","description":"Returns comment for the Attachment","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"fileLength":{"type":"integer","description":"File length of the attachment","format":"int32","example":99999999999,"x-workday-type":"Numeric"},"file":{"type":"string","description":"For RaaS Only (Reports used as Web Services).  Returns the raw Base64 data for an attachment or image.","format":"binary","x-workday-type":"File"},"fileName":{"maxLength":255,"type":"string","description":"File name of the attachment","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"managementLevelRelatedView_7deab99f645f10000d69adf2c932005c":{"allOf":[{"type":"object","properties":{"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"associatedCheckInTopicDetail_316b5a26cc3c100010a01184c23902ea":{"allOf":[{"type":"object","properties":{"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"managerWorkerView_a02c2e1916fa10000cbb84be81ce0027":{"allOf":[{"type":"object","properties":{"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"personDataView_be343791f59d100028d6a277ca8a0017":{"allOf":[{"type":"object","properties":{"phone":{"type":"string","description":"Returns the primary public work phone number for the worker.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"email":{"type":"string","description":"Returns the public primary work email address for the worker.","example":"Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.","x-workday-type":"Text"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"associatedCheckInsSummary_d81c816de26f10000f7a29ea89140020":{"allOf":[{"type":"object","properties":{"date":{"type":"string","description":"Date of check-in.","format":"date","x-workday-type":"Date"},"archived":{"type":"boolean","description":"Indicates that the check-in is archived.","example":true,"x-workday-type":"Boolean"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]},"companyInsiderTypeRelatedView_7deab99f645f10001000f8a388740081":{"allOf":[{"type":"object","properties":{"descriptor":{"type":"string","description":"The display name of the instance","example":"Lorem ipsum dolor sit ame"},"id":{"type":"string","description":"Workday Id or Reference Id of the instance."}}}]}},"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://<tenantAuthorizationHostname>","scopes":{}}}}}},"servers":[{"url":"/api/purple-suite/{instanceId}/contracts/hris/workday","description":"PurpleSuite Workday-painted instance boundary","variables":{"instanceId":{"default":"INSTANCE_ID","description":"PurpleSuite instance identifier"}}}],"security":[{"OAuth2":[]}],"paths":{"/staffing/v7/jobFamilies":{"get":{"tags":["jobFamilies"],"summary":"Retrieves a collection of job families.","description":"Retrieves a collection of job families.\n\n<b>Secured By Domain:</b> Job Information\n\n<b>Scope:</b> Jobs & Positions","parameters":[{"name":"inactive","in":"query","description":"If true, the method returns inactive job families. Default is false.","schema":{"type":"boolean"}},{"name":"jobFamilyGroup","in":"query","description":"The job family group for the job family. You can specify more than 1 jobFamilyGroup query parameter.","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"jobProfile","in":"query","description":"The job profile for the job family. You can specify more than 1 jobFamilyGroup query parameter. For possible values, you can use a returned id from GET /jobProfiles.","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/jobFamilyView_51ed1475e9e6100005d10fcedc5a000a"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"true","x-workday-operation-id":"51ed1475e9e6100005ba1fe1d9c00008","x-workday-secured-by-domains":["Job Information"]}},"/staffing/v7/jobFamilies/{ID}":{"get":{"tags":["jobFamilies"],"summary":"Retrieves a single job family instance.","description":"Retrieves a job family with the specified ID.\n\n<b>Secured By Domain:</b> Job Information\n\n<b>Scope:</b> Jobs & Positions","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/jobFamilyView_51ed1475e9e6100005d10fcedc5a000a"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"true","x-workday-operation-id":"51ed1475e9e6100005ba1fe1d9c00008","x-workday-secured-by-domains":["Job Information"]}},"/staffing/v7/jobChanges/{ID}/moveTeam":{"get":{"tags":["jobChanges"],"summary":"Retrieves a move team option from the specified job change ID.","description":"Retrieves a move team option from the specified job change ID.\n\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Actions: Move Manager's Team\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/changeJobMoveTeamData_544fdf5c01da1000238ad82d26d90146"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"544fdf5c01da1000238c50e131f60149","x-workday-secured-by-domains":["Staffing Actions: Move Manager's Team"]}},"/staffing/v7/jobChanges/{ID}/location/{subresourceID}":{"get":{"tags":["jobChanges"],"summary":"Returns the location information for the specified job change ID.","description":"Returns the location information for the specified job change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Actions: Location\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobLocation_90151d6c4ff110001b4a46091678025c"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"90151d6c4ff110001ac0773eeb0b0257","x-workday-secured-by-domains":["Staffing Actions: Location"]},"patch":{"tags":["jobChanges"],"summary":"Partially updates the location options for the specified change job ID.","description":"Partially updates the location options for the specified job change ID. \nThe {subResourceID} path parameter must be the same as the {ID} value.\n\nYou can call GET /jobChanges/{ID}/location/{subResourceID} to get the existing data to update. \n\nThe same Workday UI validations apply with this PATCH method. The data updates in this PATCH method do not persist until you call POST /jobChanges/{ID}/submit.\n\nIn the request body, specify at least this request field: location{id}. \n\nTo retrieve a location ID, you can call the GET /values/jobChangesGroup/locations prompt endpoint, which takes the job change ID as the staffingEvent query parameter. It returns HREF links to locations by location categories for the staffingEvent. You can filter the results by effectiveDate. By default, it returns locations on the current date. \n\nTo retrieve a workShift ID, call the GET /values/jobChangesGroup/workShifts prompt endpoint with the location query parameter. It returns work shifts by location. If you don't specify the location parameter, it returns an empty result.\n\nTo retrieve a workSpace ID, call the GET /values/jobChangesGroup/workSpaces prompt endpoint with the location query parameter. It returns HREF links to workspaces by configured prompt categories for the specified location. You can filter the results by effectiveDate. By default, it returns workspaces on the current date.\n\n<b>Secured By Domain:</b> Staffing Actions: Location\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobLocation_90151d6c4ff110001b4a46091678025c"}}}},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobLocation_90151d6c4ff110001b4a46091678025c"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A368 | This operation is only available to the person who initiated the Change Job operation. |\n| Critical | A401 | [Invalid In Progress Work Space Change] |\n| Critical | A403 | Submit this operation before the event Initiation step. |\n| Critical | A443 | [Invalid Complete Work Space Change] |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"90151d6c4ff110001d09aa450ce20283","x-workday-secured-by-domains":["Staffing Actions: Location"]}},"/staffing/v7/jobChanges/{ID}/administrative":{"get":{"tags":["jobChanges"],"summary":"Retrieves the administrative options for the specified job change ID.","description":"Retrieves the administrative options for the specified job change ID.\n\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\nNote that there are no localization constraints in this API version. This method returns the workingFTE and paidFTE fields even if the fields have not been localized.\n\n<b>Secured By Domain:</b> Staffing Actions: Administrator\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/changeJobAdministrativeDetailsData_f8f20079bc5a1000089ccb7f6a8800ea"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"f8f20079bc5a1000089ee3da3f2700ec","x-workday-secured-by-domains":["Staffing Actions: Administrator"]}},"/staffing/v7/jobChanges/{ID}/startDetails/{subresourceID}":{"get":{"tags":["jobChanges"],"summary":"Retrieves the start details for the specified job change ID.","description":"Retrieves the start details for the specified job change ID.\n\n<b>Secured By Domain:</b> Staffing Actions: Change Job Date and Reason\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/jobChangesStartDetailsData_ce861a6a360d10002d40f176b7180020"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"6762bea5631b100010b5475338d70190","x-workday-secured-by-domains":["Staffing Actions: Change Job Date and Reason"]},"patch":{"tags":["jobChanges"],"summary":"Partially updates the startDetails options for the specified change job ID.","description":"Partially updates the start details for the specified job change ID. \nThe {subResourceID} path parameter must be the same as the {ID} value.\n\nYou can call GET /jobChanges/{ID}/startDetails/{subResourceID} to get the existing data to update. \n\nThe same Workday UI validations apply with this PATCH method. The updates in this PATCH method do not persist until you call POST /jobChanges/{ID}/submit.\n\nIn the request body, specify at least these request fields: date, reason{id}. \n\nTo retrieve a reason ID, call the GET /values/jobChangesGroup/reason prompt endpoint, which takes the job change ID as the staffingEvent query parameter. If you specify the staffingEvent parameter, it returns change job reasons for the staffingEvent, by the change job category. By default, it returns all change job categories and reasons.\n\n<b>Secured By Domain:</b> Staffing Actions: Change Job Date and Reason\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/jobChangesStartDetailsData_ce861a6a360d10002d40f176b7180020"}}}},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/jobChangesStartDetailsData_ce861a6a360d10002d40f176b7180020"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A368 | This operation is only available to the person who initiated the Change Job operation. |\n| Critical | A390 | You cannot run this task on yourself. |\n| Critical | A391 | Enter a date that is after [lastUpdatedDate], the date the position was last updated. |\n| Critical | A403 | Submit this operation before the event Initiation step. |\n| Critical | A414 | The current \\~supervisory organization\\~ has changed for this position, and you can't make additional changes. Cancel this request and submit a new transaction. |\n| Critical | A415 | Select another \\~supervisory organization\\~. This \\~supervisory organization\\~ can't be used because it's inactive on [date]. |\n| Critical | A420 | Submit an effective date that’s on or after the last completed staffing organization change: [date]. |\n| Critical | A422 | You can’t submit a change job operation for this worker. |\n| Critical | A428 | The \\~worker\\~ has pending events that conflict with this job change.\n[InProgressMoveWorkerEvents]\n[InProgressEventsonPosition]\n[InProgressMerit]\n[InProgressResignationEvents]\n[InProgressPositionSwap] |\n| Critical | A944 | You can't complete this transaction because the \\~worker\\~ is included in an in-progress compensation review process. You can remove the \\~worker\\~ from the compensation review process, then complete the transaction, and optionally add the \\~worker\\~ back to the compensation review process. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"6e1f77692363100006c33973cd7c03ee","x-workday-secured-by-domains":["Staffing Actions: Change Job Date and Reason"]}},"/staffing/v7/jobChanges/{ID}/submit":{"post":{"tags":["jobChanges"],"summary":"Submit the specified change job ID.","description":"Submits the specified change job ID. \n\nTo submit the Change Job event and initiate the Change Job business process, specify an empty request body: {}.\nTo save for later, specify this request body:\n{\n    \"businessProcessParameters\": {\n        \"action\":{\n            \"id\": \"d9e41a8c446c11de98360015c5e6daf6\"\n        }\n    }\n}\n\nThe action id value is the Workday ID of the \"Save for Later\" action. If you submit this endpoint with the Save for Later action, you can no longer edit nor resubmit the Change Job event using the REST APIs. The user with correct permissions can edit and submit the saved Change Job event in the Workday UI.\n\n<b>Secured By Business Process Type:</b> Change Job\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/eventState_54e611eca2c910000fbc4579181c0111"},"x-workday-multipart-root-part-name":"jsonData"}},"x-workday-multipart-root-part-name":"jsonData"},"responses":{"201":{"description":"Resource created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/eventState_54e611eca2c910000fbc4579181c0111"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A165 | The attachment category is invalid for this business process. |\n| Critical | A175 | The file is required. |\n| Critical | A178 | The business process has already been initiated. |\n| Critical | A200 | You can't comment on this business process type. |\n| Critical | A205 | You don't have the security permission on this business process to add attachments. |\n| Critical | A206 | Attachments are not enabled for this business process. |\n| Critical | A207 | You've exceeded the attachment file size limit of [tenant setup attachment limit]KB. |\n| Critical | A211 | The attachment category is required. |\n| Critical | A219 | The business process action isn't valid. |\n| Critical | A221 | The attachment category isn't enabled for this business process. |\n| Critical | A368 | This operation is only available to the person who initiated the Change Job operation. |\n| Critical | A370 | Enter an active Pay Rate Type. |\n| Critical | A374 | Submit a job profile. |\n| Critical | A375 | [JobReqErrorMessageWithRecruitDate] |\n| Critical | A376 | This position cannot be closed because it is in an overlap situation |\n| Critical | A377 | Submit an active location. |\n| Critical | A378 | Submit a valid work space for the location. |\n| Critical | A379 | Submit a valid \\~employee\\~ type. |\n| Critical | A380 | Submit a date on which this change will become effective. |\n| Critical | A381 | The job is not valid for the \\~worker\\~. |\n| Critical | A383 | Submit a position, this \\~worker\\~ has more than one position you have access to. |\n| Critical | A384 | The \\~worker\\~ has pending events that conflict with this job change.\n[InProgressMoveWorkerEvents]\n[InProgressEventsonPosition]\n[InProgressPromotionAdjustment]\n[InProgressCompensationAdjustment]\n[InProgressResignationEvents]\n[InProgressPositionSwap] |\n| Critical | A385 | Submit an active assignment type. |\n| Critical | A386 | [EffectiveDateLessThanEarliestHireDateMessage] |\n| Critical | A387 | Submit a \\~supervisory organization\\~ or remove the field. |\n| Critical | A388 | You can't submit the selected headcount option when moving from a position management staffing organization to job management staffing organization. |\n| Critical | A390 | You cannot run this task on yourself. |\n| Critical | A391 | Enter a date that is after [lastUpdatedDate], the date the position was last updated. |\n| Critical | A392 | Working FTE cannot be greater than 999%. |\n| Critical | A393 | Submit an international assignment type. |\n| Critical | A395 | Submit a valid work shift for the location. |\n| Critical | A401 | [Invalid In Progress Work Space Change] |\n| Critical | A402 | Proposed Position is Required or Create Position must be selected. |\n| Critical | A403 | Submit this operation before the event Initiation step. |\n| Critical | A405 | Submit a valid position for the proposed organization. |\n| Critical | A406 | Time Type is required. |\n| Critical | A407 | Submit a valid \\~contingent worker\\~ type. |\n| Critical | A408 | The proposed position or job requisition is not valid for this \\~worker\\~ type. |\n| Critical | A409 | Submit an active \\~workers'\\~ compensation code. |\n| Critical | A410 | Submit a valid position time type. |\n| Critical | A413 | The proposed \\~supervisory organization\\~ is in a Hiring Freeze. It cannot be selected. |\n| Critical | A414 | The current \\~supervisory organization\\~ has changed for this position, and you can't make additional changes. Cancel this request and submit a new transaction. |\n| Critical | A416 | Submit a reason. |\n| Critical | A417 | Submit a location or remove the field. |\n| Critical | A418 | Expected Assignment End Date is required for fixed-term \\~employees\\~ on assignment. |\n| Critical | A419 | Select an End Employment Date that's on or after the Start Date: [start_date]. |\n| Critical | A420 | Submit an effective date that’s on or after the last completed staffing organization change: [date]. |\n| Critical | A422 | You can’t submit a change job operation for this worker. |\n| Critical | A423 | You can't submit job overlap edits on this change job. |\n| Critical | A424 | The \\~supervisory organization\\~ is invalid on the specified date. Specify a different \\~supervisory organization\\~ in a new Change Job operation. |\n| Critical | A426 | You can't close a position with a Create Job Requisition Event in progress. |\n| Critical | A427 | Submit a location that meets the proposed hiring restrictions. |\n| Critical | A429 | FTE cannot be greater than 999%. |\n| Critical | A430 | Submit a valid business site. |\n| Critical | A431 | You need to close the job requisition before you can close the position. |\n| Critical | A435 | Submit a valid reason. |\n| Critical | A437 | End Employment Date is required for a fixed-term \\~employee\\~. |\n| Critical | A438 | Submit a job profile that's active as of the effective date. |\n| Critical | A439 | This position's \\~supervisory organization\\~ cannot be changed because it is in an overlap situation. |\n| Critical | A441 | Submit a job profile that meets the hiring restrictions. |\n| Critical | A442 | Submit an \\~employee\\~ type. |\n| Critical | A443 | [Invalid Complete Work Space Change] |\n| Critical | A446 | Submit a \\~contingent worker\\~ type. |\n| Critical | A447 | Submit a valid job requisition for this operation. |\n| Critical | A448 | The hiring restrictions for the proposed \\~supervisory organization\\~ do not allow this type of \\~worker\\~. |\n| Critical | A450 | Hiring restrictions are missing for the organization selected. |\n| Critical | A452 | The Job Profile specified requires Work Shift, therefore Work Shift is required. |\n| Critical | A453 | Submit active job classifications that are valid for the location. |\n| Critical | A454 | Submit an expected assignment end date that's after the start date: [start_date]. |\n| Critical | A455 | Submit an active company insider type. |\n| Critical | A456 | Enter a Contract End Date that is after [timedate], the latest time entry submitted for its purchase order. |\n| Critical | A457 | [EventEffectiveDateLessThanRecruitingDateMessage] |\n| Critical | A460 | The Proposed Position or Headcount Group is frozen as of the effective date. |\n| Critical | A461 | If you don't select Move Headcount, select current and proposed positions that don't match. |\n| Critical | A462 | Enter a value of 168 hours or fewer. |\n| Critical | A464 | The proposed position is not fillable. |\n| Critical | A465 | Paid FTE cannot be greater than 999%. |\n| Critical | A466 | Enter a First Day of Work that is on or after the date that this job change takes effect. |\n| Critical | A944 | You can't complete this transaction because the \\~worker\\~ is included in an in-progress compensation review process. You can remove the \\~worker\\~ from the compensation review process, then complete the transaction, and optionally add the \\~worker\\~ back to the compensation review process. |\n| Critical | A1005 | Comments are not available for this business process. Remove your comment to continue. |\n| Critical | A1716 | [This time type is inactive: time type. Specify an active time type for Time Type.] |\n| Critical | A2452 | [changeJobCustomExitValidationMessage] |\n| Critical | A3291 | You must have the delegation permission to initiate this event. Ensure that you have all the required permissions and configuration for this action. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"5afc0b4b5a461000142fcfafa39e2258","x-workday-secured-by-business-process-types":["Change Job"]}},"/staffing/v7/jobChanges/{ID}/contract/{subresourceID}":{"get":{"tags":["jobChanges"],"summary":"Retrieves the contract options for the specified change job ID.","description":"Returns the contract options for the specified job change ID.\n\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Actions: Contract Details\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobContractDetailsData_27ec818d10d010000386ce823ac20107"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"27ec818d10d01000038f2891b3a10109","x-workday-secured-by-domains":["Staffing Actions: Contract Details"]},"patch":{"tags":["jobChanges"],"summary":"Partially updates the contract options for the specified change job ID.","description":"Partially updates the contract details options for the specified job change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\nYou can call GET /jobChanges/{ID}/contract/{subResourceID} to get the existing data to update. \n\nThe same Workday UI validations apply with this PATCH method. The updates in this PATCH method do not persist until you call POST /jobChanges/{ID}/submit.\n\n\nTo retrieve a frequency ID, call the GET /values/jobChangesGroup/frequencies prompt endpoint, which takes the job change ID as the staffingEvent query parameter. It returns all frequencies based on staffing event for contingent workers. By default, it returns all frequencies in the tenant.\n\nTo retrieve a currency ID, call the GET /values/jobChangesGroup/currencies prompt endpoint, which takes the job change ID as the staffingEvent query parameter. If you specify the staffingEvent parameter, it returns HREF links to active currencies by prompt category. By default, it returns all active currencies.\n\n<b>Secured By Domain:</b> Staffing Actions: Contract Details\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobContractDetailsData_27ec818d10d010000386ce823ac20107"}}}},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobContractDetailsData_27ec818d10d010000386ce823ac20107"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A368 | This operation is only available to the person who initiated the Change Job operation. |\n| Critical | A403 | Submit this operation before the event Initiation step. |\n| Critical | A425 | You can't submit this operation on events that are in the Initiation or Review by Current \\~Manager\\~ steps. |\n| Critical | A440 | You can't submit this operation on events that are initiated by the Change Location task. |\n| Critical | A451 | The Contract section is only available on \\~contingent workers\\~. You can’t submit this operation on an \\~employee\\~. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"24c8e6e9183f10000d3f75e5d2b00126","x-workday-secured-by-domains":["Staffing Actions: Contract Details"]}},"/staffing/v7/jobChanges/{ID}/opening":{"get":{"tags":["jobChanges"],"summary":"Retrieves the opening options for the specified job change ID.","description":"Retrieves the opening options for the specified job change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Actions: Change Job Date and Reason\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/changeJobOpeningData_97af9049a5fd10001c4888d654170000"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"544fdf5c01da1000224795cee68c0139","x-workday-secured-by-domains":["Staffing Actions: Change Job Date and Reason"]}},"/staffing/v7/jobChanges/{ID}/businessTitle":{"get":{"tags":["jobChanges"],"summary":"Retrieves a business title for the specified job change ID.","description":"Retrieves a business title for the specified specified job change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Actions: Business Title\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/changeJobBusinessTitle_3db8095ffa18100013a5f96969ca0102"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"3db8095ffa18100013a7cc40b75d0105","x-workday-secured-by-domains":["Staffing Actions: Business Title"]}},"/staffing/v7/jobChanges/{ID}/startDetails":{"get":{"tags":["jobChanges"],"summary":"Retrieves the start details for the specified job change ID.","description":"Retrieves the start details for the specified job change ID.\n\n<b>Secured By Domain:</b> Staffing Actions: Change Job Date and Reason\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/jobChangesStartDetailsData_ce861a6a360d10002d40f176b7180020"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"6762bea5631b100010b5475338d70190","x-workday-secured-by-domains":["Staffing Actions: Change Job Date and Reason"]}},"/staffing/v7/jobChanges/{ID}/jobProfile":{"get":{"tags":["jobChanges"],"summary":"Retrieves a job profile for the specified job change ID.","description":"Retrieves a job profile for the specified job change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Actions: Job Profile\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/changeJobJobProfileData_3db8095ffa18100013f019a27a1f0115"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"3db8095ffa18100013f19315a77d0119","x-workday-secured-by-domains":["Staffing Actions: Job Profile"]}},"/staffing/v7/jobChanges/{ID}/jobClassification/{subresourceID}":{"get":{"tags":["jobChanges"],"summary":"Retrieves a job classification for the specified job change ID.","description":"Retrieves a job classification for the specified job change ID.\n\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Actions: Additional Job Classifications\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobJobClassificationData_354103f196361000084489bcb281017f"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"354103f19636100008453c4c15260181","x-workday-secured-by-domains":["Staffing Actions: Additional Job Classifications"]},"patch":{"tags":["jobChanges"],"summary":"Partially updates the jobClassification options for the specified change job ID.","description":"Partially updates the job classifications for the specified job change ID. \nThe {subResourceID} path parameter must be the same as the {ID} value.\n\nYou can call GET /jobChanges/{ID}/jobClassification/{subResourceID} to get the existing data to update. \n\nThe same Workday UI validations apply with this PATCH method. The updates in this PATCH method do not persist until you call POST /jobChanges/{ID}/submit.\n\nIn the request body, specify at least this required field: additionalJobClassifications[ {id} ]. \n\nTo retrieve an additionalJobClassifications ID, call the GET /values/jobChangesGroup/jobClassifications prompt endpoint with the location and/or staffingEvent query parameter. It returns HREF links to job classifications by location for the staffing event. It returns an empty result if both location and staffingEvent are not specified. You can filter the results by effectiveDate. By default, it returns job classifications on the current date.\n\n<b>Secured By Domain:</b> Staffing Actions: Additional Job Classifications\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobJobClassificationData_354103f196361000084489bcb281017f"}}}},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobJobClassificationData_354103f196361000084489bcb281017f"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A368 | This operation is only available to the person who initiated the Change Job operation. |\n| Critical | A403 | Submit this operation before the event Initiation step. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"e5bc48baa9da10002248bdb0ef9600fc","x-workday-secured-by-domains":["Staffing Actions: Additional Job Classifications"]}},"/staffing/v7/jobChanges/{ID}/comment":{"get":{"tags":["jobChanges"],"summary":"Returns the comment information for the specified job change ID.","description":"Returns the comment information for the specified job change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Business Process Type:</b> Change Job\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/comments_7d98fd55aeee100022968e52a1b31c60"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"bccbb304450110001ec948bb7f9456b7","x-workday-secured-by-business-process-types":["Change Job"]}},"/staffing/v7/jobChanges/{ID}/position":{"get":{"tags":["jobChanges"],"summary":"Retrieves a position for the specified job change ID.","description":"Retrieves a position for the specified job change ID.\n\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Actions: Select or Create Position\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/changeJobPositionData_dfc4e58f7308100018bd1c459f435221"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"749c0ed39f3f100021c94f291078015f","x-workday-secured-by-domains":["Staffing Actions: Select or Create Position"]}},"/staffing/v7/jobChanges/{ID}/opening/{subresourceID}":{"get":{"tags":["jobChanges"],"summary":"Retrieves the opening options for the specified job change ID.","description":"Retrieves the opening options for the specified job change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Actions: Change Job Date and Reason\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobOpeningData_97af9049a5fd10001c4888d654170000"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"544fdf5c01da1000224795cee68c0139","x-workday-secured-by-domains":["Staffing Actions: Change Job Date and Reason"]},"patch":{"tags":["jobChanges"],"summary":"Partially updates the opening options for the specified change job ID.","description":"Partially updates the opening options for the specified job change ID. \nThe {subResourceID} path parameter must be the same as the {ID} value.\n\nYou can call GET /jobChanges/{ID}/opening/{subResourceID} to get the existing data to update. \n\nThe same Workday UI validations apply with this PATCH method. The updates in this PATCH method do not persist until you call POST /jobChanges/{ID}/submit.\n\nIn the request body, specify at least this required field: headcountOption{id} \n\nTo retrieve a headcountOption ID, call the GET /values/jobChangesGroup/headcountOptions prompt endpoint, which takes the job change ID as the staffingEvent query parameter. By default, it returns all headcount options.\n\n<b>Secured By Domain:</b> Staffing Actions: Change Job Date and Reason\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobOpeningData_97af9049a5fd10001c4888d654170000"}}}},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobOpeningData_97af9049a5fd10001c4888d654170000"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A368 | This operation is only available to the person who initiated the Change Job operation. |\n| Critical | A403 | Submit this operation before the event Initiation step. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"5e87e2681448100012d960a2c4ce00ed","x-workday-secured-by-domains":["Staffing Actions: Change Job Date and Reason"]}},"/staffing/v7/jobChanges/{ID}/administrative/{subresourceID}":{"get":{"tags":["jobChanges"],"summary":"Retrieves the administrative options for the specified job change ID.","description":"Retrieves the administrative options for the specified job change ID.\n\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\nNote that there are no localization constraints in this API version. This method returns the workingFTE and paidFTE fields even if the fields have not been localized.\n\n<b>Secured By Domain:</b> Staffing Actions: Administrator\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobAdministrativeDetailsData_f8f20079bc5a1000089ccb7f6a8800ea"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"f8f20079bc5a1000089ee3da3f2700ec","x-workday-secured-by-domains":["Staffing Actions: Administrator"]},"patch":{"tags":["jobChanges"],"summary":"Partially updates the administrative options for the specified job change ID.","description":"Partially updates the administrative options for the specified job change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\nYou can call GET /jobChanges/{ID}/administrative/{subResourceID} to get the existing data to update. \n\nThe same Workday UI validations apply with this PATCH method. The updates in this PATCH method do not persist until you call POST /jobChanges/{ID}/submit.\n\nNote that there are no localization constraints in this API version. You can update the workingFTE and paidFTE fields even if the fields have not been localized.\n\nTo retrieve a positionWorkerType ID, you can call the GET /values/jobChangesGroup/employeeTypes prompt endpoint, with staffingEvent and location query parameters. If you specify the staffingEvent parameter, it returns HREF links to employee types by country. By default, it returns all employee types, excluding contingent workers.\n\nFor the positionWorkerType ID, you can also call the GET /values/jobChangesGroup/contingentWorkerTypes prompt endpoint, with staffingEvent and location query parameters. If you specify the staffingEvent parameter, it returns HREF links to contingent worker types for staffing event. If you specify location, it returns HREF links to contingent worker types by location or country. By default, it returns all contingent worker types.\n\nTo retrieve a workersCompensationCodeOverride ID, call the GET /values/jobChangesGroup/workersCompensationCodeOverrides prompt endpoint, which takes the job change ID as the staffing Event query parameter. \n\nTo retrieve a payRateType ID, call the GET /values/jobChangesGroup/payRateTypes prompt endpoint, which takes the job change ID as the staffingEvent query parameter. It returns all pay rate types based on staffing event for contingent workers. By default, it returns all pay rate types in the tenant. \n\nTo retrieve companyInsiderType IDs, call the GET /values/jobChangesGroup/companyInsiderTypes prompt endpoint, which returns all company insider types in the tenant. \n\nTo retrieve an assignmentType ID, call the GET /values/jobChangesGroup/assignmentTypes prompt endpoint, which takes the job change ID as the staffingEvent query parameter. If you specify the staffingEvent parameter, it returns assignmentTypes for the staffingEvent. By default, it returns all active assignment types.\n\nTo retrieve a workStudy ID, call the GET /values/jobChangesGroup/workStudyAwards prompt endpoint, which takes the job change ID as the staffingEvent query parameter. If you specify the staffingEvent parameter, it returns work study awards for the staffingEvent. By default, it returns all work studies in the tenant.\n\nTo retrieve a timeType ID, call the GET /values/jobChangesGroup/timeTypes prompt endpoint, which takes the job change ID as the staffingEvent query parameter. If you specify the staffingEvent parameter, it returns time types for the staffingEvent. By default, it returns all time types based on the Relax Hiring Restrictions tenant configuration.\n\n<b>Secured By Domain:</b> Staffing Actions: Administrator\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobAdministrativeDetailsData_f8f20079bc5a1000089ccb7f6a8800ea"}}}},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobAdministrativeDetailsData_f8f20079bc5a1000089ccb7f6a8800ea"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A368 | This operation is only available to the person who initiated the Change Job operation. |\n| Critical | A403 | Submit this operation before the event Initiation step. |\n| Critical | A1716 | [This time type is inactive: time type. Specify an active time type for Time Type.] |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"511a7fd4f870100013b9bf39fbf606de","x-workday-secured-by-domains":["Staffing Actions: Administrator"]}},"/staffing/v7/jobChanges/{ID}/businessTitle/{subresourceID}":{"get":{"tags":["jobChanges"],"summary":"Retrieves a business title for the specified job change ID.","description":"Retrieves a business title for the specified specified job change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Actions: Business Title\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobBusinessTitle_3db8095ffa18100013a5f96969ca0102"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"3db8095ffa18100013a7cc40b75d0105","x-workday-secured-by-domains":["Staffing Actions: Business Title"]},"patch":{"tags":["jobChanges"],"summary":"Partially updates the businessTitle options for the specified change job ID.","description":"Partially updates the businessTitle options for the specified change job ID.\n\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\nYou can call GET /jobChanges/{ID}/businessTitle/{subResourceID} to get the existing data to update. \n\nThe same Workday UI validations apply with this PATCH method. The updates in this PATCH method do not persist until you call POST /jobChanges/{ID}/submit.\n\n<b>Secured By Domain:</b> Staffing Actions: Business Title\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobBusinessTitle_3db8095ffa18100013a5f96969ca0102"}}}},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobBusinessTitle_3db8095ffa18100013a5f96969ca0102"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A368 | This operation is only available to the person who initiated the Change Job operation. |\n| Critical | A403 | Submit this operation before the event Initiation step. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"0ba0460de73d10001d7459dbf3f3016b","x-workday-secured-by-domains":["Staffing Actions: Business Title"]}},"/staffing/v7/jobChanges/{ID}/comment/{subresourceID}":{"get":{"tags":["jobChanges"],"summary":"Returns the comment information for the specified job change ID.","description":"Returns the comment information for the specified job change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Business Process Type:</b> Change Job\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/comments_7d98fd55aeee100022968e52a1b31c60"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"bccbb304450110001ec948bb7f9456b7","x-workday-secured-by-business-process-types":["Change Job"]},"patch":{"tags":["jobChanges"],"summary":"Partially updates the comment for the specified change job ID.","description":"Updates the comment for the specified change job ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\nThe data updates in this PATCH method do not persist until you call POST /jobChanges/{ID}/submit.\n\nYou can call GET /jobChanges/{ID}/comment/{subResourceID} to get the existing data to update.\n\n<b>Secured By Business Process Type:</b> Change Job\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/comments_7d98fd55aeee100022968e52a1b31c60"}}}},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/comments_7d98fd55aeee100022968e52a1b31c60"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"bccbb304450110001f02f971f50356bb","x-workday-secured-by-business-process-types":["Change Job"]}},"/staffing/v7/jobChanges/{ID}/jobProfile/{subresourceID}":{"get":{"tags":["jobChanges"],"summary":"Retrieves a job profile for the specified job change ID.","description":"Retrieves a job profile for the specified job change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Actions: Job Profile\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobJobProfileData_3db8095ffa18100013f019a27a1f0115"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"3db8095ffa18100013f19315a77d0119","x-workday-secured-by-domains":["Staffing Actions: Job Profile"]},"patch":{"tags":["jobChanges"],"summary":"Partially updates the jobProfile options for the specified change job ID.","description":"Partially updates the job profile options for the specified job change ID.\n\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\nYou can call GET /jobChanges/{ID}/jobProfile/{subResourceID} to get the existing data to update.\n\nThe same Workday UI validations apply with this PATCH method. The updates in this PATCH method do not persist until you call POST /jobChanges/{ID}/submit.\n\nIn the request body, specify at least this required field: jobProfile{id}\n\nTo retrieve a jobProfile ID, call the GET /values/jobChangesGroup/jobProfiles prompt endpoint, which takes the job change ID as the staffingEvent query parameter. If you specify the staffingEvent parameter, it returns HREF links to the job profiles by the prompt category. If you don't specify the staffingEvent parameter, it returns all job profiles, regardless of their categories. You can also filter the job profiles by the effectiveDate query parameter. The default is the current date.\n\n<b>Secured By Domain:</b> Staffing Actions: Job Profile\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobJobProfileData_3db8095ffa18100013f019a27a1f0115"}}}},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobJobProfileData_3db8095ffa18100013f019a27a1f0115"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A368 | This operation is only available to the person who initiated the Change Job operation. |\n| Critical | A403 | Submit this operation before the event Initiation step. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"c0985b85189f100026872bf7ebf10385","x-workday-secured-by-domains":["Staffing Actions: Job Profile"]}},"/staffing/v7/jobChanges/{ID}":{"get":{"tags":["jobChanges"],"summary":"Retrieves a single change job event instance.","description":"Retrieves a change job event with the specified ID.\n\n<b>Secured By Domain:</b> Staffing Actions, Staffing Actions: Academic Pay, Staffing Actions: Additional Job Classifications, Staffing Actions: Administrator, Staffing Actions: Attachments, Staffing Actions: Business Title, Staffing Actions: Change Job Date and Reason, Staffing Actions: Compensation for All Job Profiles, Staffing Actions: Contract Details, Staffing Actions: Hire Student, Staffing Actions: Job Profile, Staffing Actions: View Worker Start Date Correction\n\n<b>Secured By Business Process Type:</b> Change Job\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobDefaultRepresentation_6cc31ee444d010000bb4153a954300e7"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"90151d6c4ff110001b21034f9a49025a","x-workday-secured-by-domains":["Staffing Actions","Staffing Actions: Academic Pay","Staffing Actions: Additional Job Classifications","Staffing Actions: Administrator","Staffing Actions: Attachments","Staffing Actions: Business Title","Staffing Actions: Change Job Date and Reason","Staffing Actions: Compensation for All Job Profiles","Staffing Actions: Contract Details","Staffing Actions: Hire Student","Staffing Actions: Job Profile","Staffing Actions: View Worker Start Date Correction"],"x-workday-secured-by-business-process-types":["Change Job"]}},"/staffing/v7/jobChanges/{ID}/position/{subresourceID}":{"get":{"tags":["jobChanges"],"summary":"Retrieves a position for the specified job change ID.","description":"Retrieves a position for the specified job change ID.\n\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Actions: Select or Create Position\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobPositionData_dfc4e58f7308100018bd1c459f435221"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"749c0ed39f3f100021c94f291078015f","x-workday-secured-by-domains":["Staffing Actions: Select or Create Position"]},"patch":{"tags":["jobChanges"],"summary":"Partially updates the position options for the specified change job ID.","description":"Partially updates the position options for the specified job change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\nYou can call GET /jobChanges/{ID}/startDetails/{subResourceID} to get the existing data to update. \n\nThe same Workday UI validations apply with this PATCH method. The updates in this PATCH method do not persist until you call POST /jobChanges/{ID}/submit.\n\nIn the request body, specify at least these request fields: position{id}, createPosition, closePosition, availableForOverlap\n\nTo retrieve a position ID, call the GET /values/jobChangesGroup/proposedPosition prompt endpoint, which takes the job change ID as the staffingEvent query parameter. It returns HREF links to proposed positions based on staffing event for contingent workers. You can filter the results by effectiveDate. By default, it returns all proposed positions on current date.\n\n<b>Secured By Domain:</b> Staffing Actions: Select or Create Position\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobPositionData_dfc4e58f7308100018bd1c459f435221"}}}},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobPositionData_dfc4e58f7308100018bd1c459f435221"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A368 | This operation is only available to the person who initiated the Change Job operation. |\n| Critical | A396 | You can’t close a position that’s currently filled. Submit a different position or submit a false value on the Close Position field. |\n| Critical | A402 | Proposed Position is Required or Create Position must be selected. |\n| Critical | A403 | Submit this operation before the event Initiation step. |\n| Critical | A412 | You can't submit Position section operations on this Change Job. |\n| Critical | A432 | You can only propose a position if the Create Position field is false. Submit a false value on Create Position. |\n| Critical | A945 | Set either the Close Position or Job Overlap Allowed field to True, but not both. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"0049eed8d30d10000dab0b8d07020417","x-workday-secured-by-domains":["Staffing Actions: Select or Create Position"]}},"/staffing/v7/jobChanges/{ID}/location":{"get":{"tags":["jobChanges"],"summary":"Returns the location information for the specified job change ID.","description":"Returns the location information for the specified job change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Actions: Location\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/changeJobLocation_90151d6c4ff110001b4a46091678025c"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"90151d6c4ff110001ac0773eeb0b0257","x-workday-secured-by-domains":["Staffing Actions: Location"]}},"/staffing/v7/jobChanges/{ID}/contract":{"get":{"tags":["jobChanges"],"summary":"Retrieves the contract options for the specified change job ID.","description":"Returns the contract options for the specified job change ID.\n\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Actions: Contract Details\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/changeJobContractDetailsData_27ec818d10d010000386ce823ac20107"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"27ec818d10d01000038f2891b3a10109","x-workday-secured-by-domains":["Staffing Actions: Contract Details"]}},"/staffing/v7/jobChanges/{ID}/jobClassification":{"get":{"tags":["jobChanges"],"summary":"Retrieves a job classification for the specified job change ID.","description":"Retrieves a job classification for the specified job change ID.\n\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Actions: Additional Job Classifications\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/changeJobJobClassificationData_354103f196361000084489bcb281017f"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"354103f19636100008453c4c15260181","x-workday-secured-by-domains":["Staffing Actions: Additional Job Classifications"]}},"/staffing/v7/jobChanges/{ID}/moveTeam/{subresourceID}":{"get":{"tags":["jobChanges"],"summary":"Retrieves a move team option from the specified job change ID.","description":"Retrieves a move team option from the specified job change ID.\n\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Actions: Move Manager's Team\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobMoveTeamData_544fdf5c01da1000238ad82d26d90146"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"544fdf5c01da1000238c50e131f60149","x-workday-secured-by-domains":["Staffing Actions: Move Manager's Team"]},"patch":{"tags":["jobChanges"],"summary":"Partially updates the moveTeam options for the specified change job ID.","description":"Partially updates the moveTeam options for the specified change job ID.\n\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\nYou can call GET /jobChanges/{ID}/moveTeam/{subResourceID} to get the existing data to update. \n\nThe same Workday UI validations apply with this PATCH method. The updates in this PATCH method do not persist until you call POST /jobChanges/{ID}/submit.\n\n<b>Secured By Domain:</b> Staffing Actions: Move Manager's Team\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobMoveTeamData_544fdf5c01da1000238ad82d26d90146"}}}},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeJobMoveTeamData_544fdf5c01da1000238ad82d26d90146"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A368 | This operation is only available to the person who initiated the Change Job operation. |\n| Critical | A369 | You can only submit the Move Team operation on \\~managers\\~ who change supervisory organizations. |\n| Critical | A403 | Submit this operation before the event Initiation step. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"41c17bd8b09e10001800b5ff96a7030b","x-workday-secured-by-domains":["Staffing Actions: Move Manager's Team"]}},"/staffing/v7/organizationAssignmentChanges":{"post":{"tags":["organizationAssignmentChanges"],"summary":"Creates a new change organization assignment event for a specific filled or unfilled position.","description":"Creates a new change organization assignment event for a specific filled or unfilled position, which returns a new change organization assignment ID. Specify the new ID in subsequent requests that update or get information about the change organization assignment event.\n\nIn the request body, specify at least this required field: date, job {id}.\"\n\n<b>Secured By Business Process Type:</b> Change Organization Assignments for Worker\n\n<b>Scope:</b> Organizations and Roles","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesPostPosition_cf97466f96d9100029bffcf91c120000"}}}},"responses":{"201":{"description":"Resource created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesPostPosition_cf97466f96d9100029bffcf91c120000"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"04c1d959129310000cbb8900db470000","x-workday-secured-by-business-process-types":["Change Organization Assignments for Worker"]}},"/staffing/v7/organizationAssignmentChanges/{ID}/costing/{subresourceID}":{"get":{"tags":["organizationAssignmentChanges"],"summary":"Retrieves the costing organizations for the specified organization assignment change ID.","description":"Retrieves the costing organizations for the specified organization assignment change ID. Costing organizations include: Grants, Funds, Programs, and Gifts.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Organizations: Grant, Fund, Program, Gift\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesCostingData_a18edb56aca0100014a4a09dc57e045a"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"a18edb56aca01000138ecd87f6b303ba","x-workday-secured-by-domains":["Staffing Organizations: Grant, Fund, Program, Gift"]},"patch":{"tags":["organizationAssignmentChanges"],"summary":"Partially updates the costing organization options for the specified organization assignment change ID.","description":"Partially updates the costing organizations for the specified organization assignment change ID. Costing organizations include: Grants, Funds, Programs, and Gifts.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\nYou can call GET /organizationAssignmentChanges/{ID}/costing/{subResourceID} to get the existing data to update. \n\nThe same Workday UI validations apply with this PATCH method. The data updates in this PATCH method do not persist until you call POST /organizationAssignmentChanges/{ID}/submit.\n\nIn the request body, specify the Workday ID of the grant, program, gift, or fund you want to update.\n\nTo retrieve a grants ID, call the GET /values/organizationAssignmentChangesGroup/grants prompt endpoint, which takes the change organization assignment ID as the event query parameter. If you specify the event parameter, it returns HREF links to the grants by organization, as of the event's effective date. If you don't specify the event parameter, it returns HREF links to the grants by active organization based on the current date. \n\nTo retrieve a funds ID, call the GET /values/organizationAssignmentChangesGroup/funds prompt endpoint, which takes the change organization assignment ID as the event query parameter. If you specify the event parameter, it returns HREF links to the funds by organization, as of the event's effective date. If you don't specify the event parameter, it returns HREF links to the funds by active organization based on the current date. \n\nTo retrieve a programs ID, call the GET /values/organizationAssignmentChangesGroup/programs prompt endpoint, which takes the change organization assignment ID as the event query parameter. If you specify the event parameter, it returns HREF links to the programs by organization, as of the event's effective date. If you don't specify the event parameter, it returns HREF links to the programs by active organization based on the current date. \n\nTo retrieve a gifts ID, call the GET /values/organizationAssignmentChangesGroup/gifts prompt endpoint, which takes the change organization assignment ID as the event query parameter. If you specify the event parameter, it returns HREF links to the gifts by organization, as of the event's effective date. If you don't specify the event parameter, it returns HREF links to the gifts by active organization based on the current date.\n\n<b>Secured By Domain:</b> Staffing Organizations: Grant, Fund, Program, Gift\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesCostingData_a18edb56aca0100014a4a09dc57e045a"}}}},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesCostingData_a18edb56aca0100014a4a09dc57e045a"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A403 | Submit this operation before the event Initiation step. |\n| Critical | A499 | This operation is only available to the person who initiated the Change Organization Assignment operation. |\n| Critical | A1596 | [You cant select Staff because it will override the existing Program on COA effective date and is not allowed for the Location Hierarchy or Supervisory Organization on that date. Correct or Rescind the Assign Organizations event effective on that date. If there are multiple Assign Organizations events on that date, rescind all of those events before continuing] |\n| Critical | A1597 | [You cant select Staff because it will override the existing Grant on COA effective date and is not allowed for the Location Hierarchy or Supervisory Organization on that date. Correct or Rescind the Assign Organizations event effective on that date. If there are multiple Assign Organizations events on that date, rescind all of those events before continuing] |\n| Critical | A1598 | [You cant select Staff because it will override the existing Fund on COA effective date and is not allowed for the Location Hierarchy or Supervisory Organization on that date. Correct or Rescind the Assign Organizations event effective on that date. If there are multiple Assign Organizations events on that date, rescind all of those events before continuing] |\n| Critical | A1600 | [You cant select Staff because it will override the existing Gift on COA effective date and is not allowed for the Location Hierarchy or Supervisory Organization on that date. Correct or Rescind the Assign Organizations event effective on that date. If there are multiple Assign Organizations events on that date, rescind all of those events before continuing] |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"3d1cd8e4c7e31000156d938729410906","x-workday-secured-by-domains":["Staffing Organizations: Grant, Fund, Program, Gift"]}},"/staffing/v7/organizationAssignmentChanges/{ID}/startDetails/{subresourceID}":{"get":{"tags":["organizationAssignmentChanges"],"summary":"Retrieves the start details for the specified organization assignment change ID.","description":"Retrieves the start details for the specified organization assignment change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Organizations: Header\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesStartDetailsData_90009f2bfc49100017b10cd07d19063b"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"90009f2bfc49100017b1c7101d0c063d","x-workday-secured-by-domains":["Staffing Organizations: Header"]},"patch":{"tags":["organizationAssignmentChanges"],"summary":"Partially updates the start details for the specified organization assignment change ID.","description":"Partially updates the start details for the specified organization assignment change ID. \nThe {subResourceID} path parameter must be the same as the {ID} value.\n\nIn the request body, specify the effective date for the event. \n\nYou can call GET /organizationAssignmentChanges/{ID}/startDetails/{subResourceID} to get the existing data to update. \n\nYou can only update the date field once the event is initiated. These fields are read-only: worker, supervisoryOrganization, and position.\n\nThe same Workday UI validations apply with this PATCH method. \n\nThe updates in this PATCH method do not persist until you call POST /organizationAssignmentChanges/{ID}/submit.\n\n<b>Secured By Domain:</b> Staffing Organizations: Header\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesStartDetailsData_90009f2bfc49100017b10cd07d19063b"}}}},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesStartDetailsData_90009f2bfc49100017b10cd07d19063b"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A371 | You can’t change organizations for this position because it might conflict with completed transactions. Access the \\~Worker\\~ History for a list of potential conflicts. For position management, view the business process history on the filled position and position restriction. |\n| Critical | A394 | Enter an Effective Date that is on or after the hire date for the \\~worker\\~: [date]. |\n| Critical | A403 | Submit this operation before the event Initiation step. |\n| Critical | A497 | Position Restriction is closed as of the effective date. Organizations cannot be changed after it has been closed. |\n| Critical | A499 | This operation is only available to the person who initiated the Change Organization Assignment operation. |\n| Critical | A503 | Select an Effective Date that is before the move date: [date]. |\n| Critical | A504 | The Position Restriction isn't available as of the Effective Date. You can't assign to the organization until on or after [date]. |\n| Critical | A516 | This position will be vacated or closed as of the effective date. Organization assignments cannot be made. |\n| Critical | A531 | Select an Effective Date that is on or after the move date: [date]. |\n| Critical | A1546 | [Complete or cancel all pending actions for worker before initiating this action] |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"4b01760a522a100015b44953adfe03bf","x-workday-secured-by-domains":["Staffing Organizations: Header"]}},"/staffing/v7/organizationAssignmentChanges/{ID}/submit":{"post":{"tags":["organizationAssignmentChanges"],"summary":"Submits the organization changes request for the specified ID, and initiates the Change Organization Assignment business process.","description":"Submits the organization assignment change event for the specified ID, and initiates the Change Organization Assignment business process.\n\nSubmitting this request with an empty request body { } is equivalent to clicking the Submit button on the Change Organization Assgingment task in Workday.\n\nFor the equivalent of clicking the Save For Later button, specify the Save for Later Workday ID, \"\"d9e41a8c446c11de98360015c5e6daf6\"\", in the status{id} request field. \n\nExample:\n{ \"\"status\"\": {\n    \"\"id\"\": \"\"d9e41a8c446c11de98360015c5e6daf6\"\"\n  }\n}\n\n<b>Secured By Business Process Type:</b> Change Organization Assignments for Worker\n\n<b>Scope:</b> Organizations and Roles","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/eventStateOrganizationAssignment_f3e1ff305e2d100003327f7b7fa103f1"},"x-workday-multipart-root-part-name":"jsonData"}},"x-workday-multipart-root-part-name":"jsonData"},"responses":{"201":{"description":"Resource created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/eventStateOrganizationAssignment_f3e1ff305e2d100003327f7b7fa103f1"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A165 | The attachment category is invalid for this business process. |\n| Critical | A175 | The file is required. |\n| Critical | A178 | The business process has already been initiated. |\n| Critical | A200 | You can't comment on this business process type. |\n| Critical | A205 | You don't have the security permission on this business process to add attachments. |\n| Critical | A206 | Attachments are not enabled for this business process. |\n| Critical | A207 | You've exceeded the attachment file size limit of [tenant setup attachment limit]KB. |\n| Critical | A211 | The attachment category is required. |\n| Critical | A219 | The business process action isn't valid. |\n| Critical | A221 | The attachment category isn't enabled for this business process. |\n| Critical | A371 | You can’t change organizations for this position because it might conflict with completed transactions. Access the \\~Worker\\~ History for a list of potential conflicts. For position management, view the business process history on the filled position and position restriction. |\n| Critical | A394 | Enter an Effective Date that is on or after the hire date for the \\~worker\\~: [date]. |\n| Critical | A497 | Position Restriction is closed as of the effective date. Organizations cannot be changed after it has been closed. |\n| Critical | A499 | This operation is only available to the person who initiated the Change Organization Assignment operation. |\n| Critical | A500 | Select only 1 Cost Center. |\n| Critical | A501 | Select only 1 Gift. |\n| Critical | A502 | Company is required. |\n| Critical | A503 | Select an Effective Date that is before the move date: [date]. |\n| Critical | A504 | The Position Restriction isn't available as of the Effective Date. You can't assign to the organization until on or after [date]. |\n| Critical | A505 | Submit a valid Gift. |\n| Critical | A506 | Submit a valid Fund. |\n| Critical | A507 | Submit a valid Grant. |\n| Critical | A509 | Cost Center is required. |\n| Critical | A510 | Submit a valid Company. |\n| Critical | A511 | Submit a valid Cost Center. |\n| Critical | A512 | Business Unit is required. |\n| Critical | A513 | Program is required. |\n| Critical | A514 | Select only 1 Company. |\n| Critical | A515 | Grant is required. |\n| Critical | A516 | This position will be vacated or closed as of the effective date. Organization assignments cannot be made. |\n| Critical | A517 | Select only 1 Grant. |\n| Critical | A518 | Select only 1 Fund. |\n| Critical | A522 | Select only 1 Business Unit. |\n| Critical | A524 | Submit a valid Business Unit. |\n| Critical | A526 | Submit a valid Program. |\n| Critical | A527 | Submit a valid Region. |\n| Critical | A529 | Region is required. |\n| Critical | A530 | Select only 1 Region. |\n| Critical | A531 | Select an Effective Date that is on or after the move date: [date]. |\n| Critical | A534 | Submit a valid custom organization for these organization types: [orgTypesInvalid]. |\n| Critical | A537 | The organization type has multiple custom organizations. Submit only 1 custom organization for these organization types: [orgTypesInvalid]. |\n| Critical | A538 | Select only 1 Program. |\n| Critical | A539 | Gift is required. |\n| Critical | A541 | Fund is required. |\n| Critical | A542 | Submit at least 1 custom organization for these organization types: [orgTypesInvalid]. |\n| Critical | A1005 | Comments are not available for this business process. Remove your comment to continue. |\n| Critical | A1546 | [Complete or cancel all pending actions for worker before initiating this action] |\n| Critical | A1553 | [You cant change company details for this event. Making these changes out of order can cause payroll errors for workers based in the UK.] |\n| Critical | A1556 | [The Effective Date must be on or after date. There is a completed event that conflicts with this date] |\n| Critical | A1590 | [You cant select Staff because it will override the existing Cost Center on effective date and is not allowed for the Location Hierarchy or Supervisory Organization on that date. Correct or Rescind the Assign Organizations event effective on that date. If there are multiple Assign Organizations events on that date, rescind all of those events before continuing] |\n| Critical | A1591 | [You cant select Staff because it will override the existing Region on effective date and is not allowed for the Location Hierarchy or Supervisory Organization on that date. Correct or Rescind the Assign Organizations event effective on that date. If there are multiple Assign Organizations events on that date, rescind all of those events before continuing] |\n| Critical | A1592 | [You cant select Staff because it will override the existing Organization Type on effective date and is not allowed for the Location Hierarchy or Supervisory Organization on that date. Correct or Rescind the Assign Organizations event effective on that date. If there are multiple Assign Organizations events on that date, rescind all of those events before continuing.] |\n| Critical | A1593 | [You cant select Staff because it will override the existing Company on effective date and is not allowed for the Location Hierarchy or Supervisory Organization on that date. Correct or Rescind the Assign Organizations event effective on that date. If there are multiple Assign Organizations events on that date, rescind all of those events before continuing] |\n| Critical | A1594 | [The changes you’ve made to Company or Cost Center will override the existing Company or Cost Center on date and will be invalid due to restricted Companies by Cost Center. Correct or Rescind the Company or Cost Center on the Assign Organizations event on date to continue. If there are multiple organization assignment events on that date, rescind all of those events before continuing. If this value populated automatically and you are unable to edit the organization, contact your administrator] |\n| Critical | A1595 | [1 or more of these custom organizations is inactive: custom orgs. Correct or rescind any Assign Organization events effective on the inactive date of the custom organizations to continue.] |\n| Critical | A1596 | [You cant select Staff because it will override the existing Program on COA effective date and is not allowed for the Location Hierarchy or Supervisory Organization on that date. Correct or Rescind the Assign Organizations event effective on that date. If there are multiple Assign Organizations events on that date, rescind all of those events before continuing] |\n| Critical | A1597 | [You cant select Staff because it will override the existing Grant on COA effective date and is not allowed for the Location Hierarchy or Supervisory Organization on that date. Correct or Rescind the Assign Organizations event effective on that date. If there are multiple Assign Organizations events on that date, rescind all of those events before continuing] |\n| Critical | A1598 | [You cant select Staff because it will override the existing Fund on COA effective date and is not allowed for the Location Hierarchy or Supervisory Organization on that date. Correct or Rescind the Assign Organizations event effective on that date. If there are multiple Assign Organizations events on that date, rescind all of those events before continuing] |\n| Critical | A1599 | [You cant select Staff because it will override the existing Business Unit on COA effective date and is not allowed for the Location Hierarchy or Supervisory Organization on that date. Correct or Rescind the Assign Organizations event effective on that date. If there are multiple Assign Organizations events on that date, rescind all of those events before continuing] |\n| Critical | A1600 | [You cant select Staff because it will override the existing Gift on COA effective date and is not allowed for the Location Hierarchy or Supervisory Organization on that date. Correct or Rescind the Assign Organizations event effective on that date. If there are multiple Assign Organizations events on that date, rescind all of those events before continuing] |\n| Critical | A1611 | [You cant select Staff because its inactive on inactive date and will override the existing Cost Center on COA effective date. Correct or Rescind the Assign Organization event effective on COA effective date. If there are multiple organization assignment events on that date rescind all of those events before continuing] |\n| Critical | A1612 | [You cant select Staff because its inactive on inactive date and will override the existing Region on COA effective date. Correct or Rescind the Assign Organization event effective on COA effective date. If there are multiple organization assignment events on that date rescind all of those events before continuing] |\n| Critical | A1613 | [You cant select Staff because its inactive on inactive date and will override the existing Company on COA effective date. Correct or Rescind the Assign Organization event effective on COA effective date. If there are multiple organization assignment events on that date rescind all of those events before continuing] |\n| Critical | A2452 | [assignOrganisationCustomExitValidationMessage] |\n| Critical | A3291 | You must have the delegation permission to initiate this event. Ensure that you have all the required permissions and configuration for this action. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"23782ad3f54110001eca7bebd03600f4","x-workday-secured-by-business-process-types":["Change Organization Assignments for Worker"]}},"/staffing/v7/organizationAssignmentChanges/{ID}/costCenter":{"get":{"tags":["organizationAssignmentChanges"],"summary":"Retrieves a cost center for the specified organization assignment change ID.","description":"Retrieves a cost center for the specified organization assignment change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Organizations: Cost Center\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/organizationAssignmentChangesCostCenterData_5aabf8e28cb3100010a999db2700024e"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"5aabf8e28cb3100010aa6cfbec7f0251","x-workday-secured-by-domains":["Staffing Organizations: Cost Center"]}},"/staffing/v7/organizationAssignmentChanges/{ID}/costCenter/{subresourceID}":{"get":{"tags":["organizationAssignmentChanges"],"summary":"Retrieves a cost center for the specified organization assignment change ID.","description":"Retrieves a cost center for the specified organization assignment change ID. \nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Organizations: Cost Center\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesCostCenterData_5aabf8e28cb3100010a999db2700024e"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"5aabf8e28cb3100010aa6cfbec7f0251","x-workday-secured-by-domains":["Staffing Organizations: Cost Center"]},"patch":{"tags":["organizationAssignmentChanges"],"summary":"Partially updates the cost center for the specified organization assignment change ID.","description":"Partially updates the cost center for the specified organization assignment change ID. \nThe {subResourceID} path parameter must be the same as the {ID} value.\n\nYou can call GET /organizationAssignmentChanges/{ID}/costCenter/{subResourceID} to get the existing data to update. \n\nThe same Workday UI validations apply with this PATCH method. The data updates in this PATCH method do not persist until you call POST /organizationAssignmentChanges/{ID}/submit.\n\nIn the request body, specify the Workday ID of the cost center. \n\nTo retrieve a costCenter ID, call the GET /values/organizationAssignmentChangesGroup/costCenters prompt endpoint, which takes the change organization assignment ID as the event query parameter. If you specify the event parameter, it returns HREF links to the cost centers by organization, as of the event's effective date. If you don't specify the event parameter, it returns HREF links to the cost centers by active organization based on the current date.\n\n<b>Secured By Domain:</b> Staffing Organizations: Cost Center\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesCostCenterData_5aabf8e28cb3100010a999db2700024e"}}}},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesCostCenterData_5aabf8e28cb3100010a999db2700024e"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A403 | Submit this operation before the event Initiation step. |\n| Critical | A499 | This operation is only available to the person who initiated the Change Organization Assignment operation. |\n| Critical | A1590 | [You cant select Staff because it will override the existing Cost Center on effective date and is not allowed for the Location Hierarchy or Supervisory Organization on that date. Correct or Rescind the Assign Organizations event effective on that date. If there are multiple Assign Organizations events on that date, rescind all of those events before continuing] |\n| Critical | A1611 | [You cant select Staff because its inactive on inactive date and will override the existing Cost Center on COA effective date. Correct or Rescind the Assign Organization event effective on COA effective date. If there are multiple organization assignment events on that date rescind all of those events before continuing] |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"9768a076eb931000140daeb396fe023f","x-workday-secured-by-domains":["Staffing Organizations: Cost Center"]}},"/staffing/v7/organizationAssignmentChanges/{ID}/startDetails":{"get":{"tags":["organizationAssignmentChanges"],"summary":"Retrieves the start details for the specified organization assignment change ID.","description":"Retrieves the start details for the specified organization assignment change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Organizations: Header\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/organizationAssignmentChangesStartDetailsData_90009f2bfc49100017b10cd07d19063b"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"90009f2bfc49100017b1c7101d0c063d","x-workday-secured-by-domains":["Staffing Organizations: Header"]}},"/staffing/v7/organizationAssignmentChanges/{ID}/company":{"get":{"tags":["organizationAssignmentChanges"],"summary":"Retrieves a company for the specified organization assignment change ID.","description":"Retrieves a company for the specified organization assignment change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Organizations: Company\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/organizationAssignmentChangesCompanyData_652d516fdff41000086e0b9c96950354"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"652d516fdff410000875dd2508fe0357","x-workday-secured-by-domains":["Staffing Organizations: Company"]}},"/staffing/v7/organizationAssignmentChanges/{ID}/comment":{"get":{"tags":["organizationAssignmentChanges"],"summary":"Retrieves the comment information for the specified organization assignment change ID.","description":"Retrieves the comment information for the specified organization assignment change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Business Process Type:</b> Change Organization Assignments for Worker\n\n<b>Scope:</b> Organizations and Roles","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/comments_7d98fd55aeee100022968e52a1b31c60"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"b12b1abae9dd1000132d942391080000","x-workday-secured-by-business-process-types":["Change Organization Assignments for Worker"]}},"/staffing/v7/organizationAssignmentChanges/{ID}/region":{"get":{"tags":["organizationAssignmentChanges"],"summary":"Retrieves a region for the specified organization assignment change ID.","description":"Retrieves a region for the specified organization assignment change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Organizations: Region\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/organizationAssignmentChangesRegionData_a18edb56aca0100006997e68e5780373"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"090ac1f0c87f10000509d4388f92036c","x-workday-secured-by-domains":["Staffing Organizations: Region"]}},"/staffing/v7/organizationAssignmentChanges/{ID}/customOrganizations/{subresourceID}":{"get":{"tags":["organizationAssignmentChanges"],"summary":"Retrieves the custom organizations for the specified organization assignment change ID.","description":"Retrieves the custom organizations for the specified organization assignment change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Organizations: Custom Organization\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesCustomOrganizationDetailsData_53cd2b632146100011e9bf4e7041551f"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"53cd2b632146100011ec9f06efac5522","x-workday-secured-by-domains":["Staffing Organizations: Custom Organization"]},"patch":{"tags":["organizationAssignmentChanges"],"summary":"Partially updates the custom organizations for the specified organization assignment change ID.","description":"Partially updates the custom organizations for the specified organization assignment change ID. \nThe {subResourceID} path parameter must be the same as the {ID} value.\n\nYou can call GET /organizationAssignmentChanges/{ID}/customorganization/{subResourceID} to get the existing data to update. \n\nThe same Workday UI validations apply with this PATCH method. The data updates in this PATCH method do not persist until you call POST /organizationAssignmentChanges/{ID}/submit.\n\nIn the request body, specify the Workday ID of the custom organization {id}\n\nTo retrieve a custom organization ID, call the GET /values/organizationAssignmentChangesGroup/customs prompt endpoint, which takes the change organization assignment ID as the event query parameter. If you specify the event parameter, it returns HREF links to the custom organizations, as of the event's effective date. If you don't specify the event parameter, it returns HREF links to the active custom organizations based on the current date.\n\n<b>Secured By Domain:</b> Staffing Organizations: Custom Organization\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesCustomOrganizationDetailsData_53cd2b632146100011e9bf4e7041551f"}}}},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesCustomOrganizationDetailsData_53cd2b632146100011e9bf4e7041551f"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A403 | Submit this operation before the event Initiation step. |\n| Critical | A499 | This operation is only available to the person who initiated the Change Organization Assignment operation. |\n| Critical | A534 | Submit a valid custom organization for these organization types: [orgTypesInvalid]. |\n| Critical | A537 | The organization type has multiple custom organizations. Submit only 1 custom organization for these organization types: [orgTypesInvalid]. |\n| Critical | A542 | Submit at least 1 custom organization for these organization types: [orgTypesInvalid]. |\n| Critical | A1592 | [You can’t select list of custom orgs because it will override the existing organizations on COA effective date and is not allowed for the Location Hierarchy or Supervisory Organization on that date. Correct or Rescind the Assign Organizations event effective on that date. If there are multiple Assign Organizations events on that date, rescind all of those events before continuing] |\n| Critical | A1595 | [1 or more of these custom organizations is inactive: custom orgs. Correct or rescind any Assign Organization events effective on the inactive date of the custom organizations to continue.] |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"bd340904070f10001787de26ea7727bd","x-workday-secured-by-domains":["Staffing Organizations: Custom Organization"]}},"/staffing/v7/organizationAssignmentChanges/{ID}/comment/{subresourceID}":{"get":{"tags":["organizationAssignmentChanges"],"summary":"Retrieves the comment information for the specified organization assignment change ID.","description":"Retrieves the comment information for the specified organization assignment change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Business Process Type:</b> Change Organization Assignments for Worker\n\n<b>Scope:</b> Organizations and Roles","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/comments_7d98fd55aeee100022968e52a1b31c60"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"b12b1abae9dd1000132d942391080000","x-workday-secured-by-business-process-types":["Change Organization Assignments for Worker"]},"patch":{"tags":["organizationAssignmentChanges"],"summary":"Partially updates  the comment for the organization assignment change ID.","description":"Partially updates the comment for the organization assignment change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\nThe data updates in this PATCH method don't persist until you call POST/organizationAssignmentChanges/{ID}/submit.\n\nTo get the exising data to update, call GET/organizationAssignmentChanges/{ID}/comment/{subResourceID}.\n\n<b>Secured By Business Process Type:</b> Change Organization Assignments for Worker\n\n<b>Scope:</b> Organizations and Roles","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/comments_7d98fd55aeee100022968e52a1b31c60"}}}},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/comments_7d98fd55aeee100022968e52a1b31c60"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"b12b1abae9dd100011a402491ec20000","x-workday-secured-by-business-process-types":["Change Organization Assignments for Worker"]}},"/staffing/v7/organizationAssignmentChanges/{ID}":{"get":{"tags":["organizationAssignmentChanges"],"summary":"Retrieves a single organization assignment change event instance.","description":"Retrieves information about an organization assignment change event with the specified ID.\n\n<b>Secured By Domain:</b> Staffing Organizations: Business Unit, Staffing Organizations: Company, Staffing Organizations: Cost Center, Staffing Organizations: Custom Organization, Staffing Organizations: Grant, Fund, Program, Gift, Staffing Organizations: Header, Staffing Organizations: Region\n\n<b>Secured By Business Process Type:</b> Change Organization Assignments for Worker\n\n<b>Scope:</b> Organizations and Roles, Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeOrganizationAssignmentDefaultRepresentation_db2f38bfb555100012de1eb17c2f00ff"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"db2f38bfb55510000d934b3527e800fb","x-workday-secured-by-domains":["Staffing Organizations: Business Unit","Staffing Organizations: Company","Staffing Organizations: Cost Center","Staffing Organizations: Custom Organization","Staffing Organizations: Grant, Fund, Program, Gift","Staffing Organizations: Header","Staffing Organizations: Region"],"x-workday-secured-by-business-process-types":["Change Organization Assignments for Worker"]}},"/staffing/v7/organizationAssignmentChanges/{ID}/customOrganizations":{"get":{"tags":["organizationAssignmentChanges"],"summary":"Retrieves the custom organizations for the specified organization assignment change ID.","description":"Retrieves the custom organizations for the specified organization assignment change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Organizations: Custom Organization\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/organizationAssignmentChangesCustomOrganizationDetailsData_53cd2b632146100011e9bf4e7041551f"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"53cd2b632146100011ec9f06efac5522","x-workday-secured-by-domains":["Staffing Organizations: Custom Organization"]}},"/staffing/v7/organizationAssignmentChanges/{ID}/businessUnit/{subresourceID}":{"get":{"tags":["organizationAssignmentChanges"],"summary":"Retrieves a business unit for the specified organization assignment change ID.","description":"Retrieves a business unit for the specified organization assignment change ID. \nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Organizations: Business Unit\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesBusinessUnitData_5aabf8e28cb310002520b2a2b31d0365"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"5aabf8e28cb310002521b33792f00368","x-workday-secured-by-domains":["Staffing Organizations: Business Unit"]},"patch":{"tags":["organizationAssignmentChanges"],"summary":"Partially updates the business unit for the specified organization assignment change ID.","description":"Partially updates the business unit option for the specified change organization assignment ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\nYou can call GET /organizationAssignmentChanges/{ID}/businessUnit/{subResourceID} to get the existing data to update. \n\nThe same Workday UI validations apply with this PATCH method. The data updates in this PATCH method do not persist until you call POST /organizationAssignmentChanges/{ID}/submit.\n\nIn the request body, specify the Workday ID of the business unit. \n\nTo retrieve a businessUnit ID, call the GET /values/organizationAssignmentChangesGroup/businessUnit prompt endpoint, which takes the change organization assignment ID as the event query parameter. If you specify the event parameter, it returns HREF links to the business units by organization, as of the event's effective date. If you don't specify the event parameter, it returns HREF links to the business units by active organization based on the current date.\n\n<b>Secured By Domain:</b> Staffing Organizations: Business Unit\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesBusinessUnitData_5aabf8e28cb310002520b2a2b31d0365"}}}},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesBusinessUnitData_5aabf8e28cb310002520b2a2b31d0365"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A403 | Submit this operation before the event Initiation step. |\n| Critical | A499 | This operation is only available to the person who initiated the Change Organization Assignment operation. |\n| Critical | A1599 | [You can’t select Staff because it will override the existing Organization Type on COA effective date and is not allowed for the Location Hierarchy or Supervisory Organization on that date. Correct or Rescind the Assign Organizations event effective on that date. If there are multiple Assign Organizations events on that date, rescind all of those events before continuing] |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"5c107dd7a839100017988dc36eeb0697","x-workday-secured-by-domains":["Staffing Organizations: Business Unit"]}},"/staffing/v7/organizationAssignmentChanges/{ID}/company/{subresourceID}":{"get":{"tags":["organizationAssignmentChanges"],"summary":"Retrieves a company for the specified organization assignment change ID.","description":"Retrieves a company for the specified organization assignment change ID. \nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Organizations: Company\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesCompanyData_652d516fdff41000086e0b9c96950354"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"652d516fdff410000875dd2508fe0357","x-workday-secured-by-domains":["Staffing Organizations: Company"]},"patch":{"tags":["organizationAssignmentChanges"],"summary":"Partially updates the company for the specified organization assignment change ID.","description":"Partially updates the company for the specified organization assignment change ID. \nThe {subResourceID} path parameter must be the same as the {ID} value.\n\nYou can call GET /organizationAssignmentChanges/{ID}/company/{subResourceID} to get the existing data to update. \n\nThe same Workday UI validations apply with this PATCH method. The data updates in this PATCH method do not persist until you call POST /organizationAssignmentChanges/{ID}/submit.\n\nIn the request body, specify the Workday ID of the company. \n\nTo retrieve a companies ID, call the GET /values/organizationAssignmentChangesGroup/companies prompt endpoint, which takes the change organization assignment ID as the event query parameter. If you specify the event parameter, it returns HREF links to the companies by organization, as of the event's effective date. If you don't specify the event parameter, it returns HREF links to the companies by active organization based on the current date.\n\n<b>Secured By Domain:</b> Staffing Organizations: Company\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesCompanyData_652d516fdff41000086e0b9c96950354"}}}},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesCompanyData_652d516fdff41000086e0b9c96950354"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A403 | Submit this operation before the event Initiation step. |\n| Critical | A499 | This operation is only available to the person who initiated the Change Organization Assignment operation. |\n| Critical | A1593 | [You cant select Staff because it will override the existing Organization Type on effective date and is not allowed for the Location Hierarchy or Supervisory Organization on that date. Correct or Rescind the Assign Organizations event effective on that date. If there are multiple Assign Organizations events on that date, rescind all of those events before continuing.] |\n| Critical | A1594 | [The changes you have made to Company or Cost Center will override the existing Company or Cost Center on date and will be invalid due to restricted Companies by Cost Center. Correct or Rescind the Company or Cost Center on the Assign Organizations event on date to continue. If there are multiple organization assignment events on that date, rescind all of those events before continuing. If this value populated automatically and you are unable to edit the organization, contact your administrator.] |\n| Critical | A1613 | [You cant select Staff because its inactive on inactive date and will override the existing Company on COA effective date. Correct or Rescind the Assign Organization event effective on COA effective date. If there are multiple organization assignment events on that date rescind all of those events before continuing] |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"56fe0dd0eca110000e277e8cb47a02e2","x-workday-secured-by-domains":["Staffing Organizations: Company"]}},"/staffing/v7/organizationAssignmentChanges/{ID}/businessUnit":{"get":{"tags":["organizationAssignmentChanges"],"summary":"Retrieves a business unit for the specified organization assignment change ID.","description":"Retrieves a business unit for the specified organization assignment change ID.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Organizations: Business Unit\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/organizationAssignmentChangesBusinessUnitData_5aabf8e28cb310002520b2a2b31d0365"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"5aabf8e28cb310002521b33792f00368","x-workday-secured-by-domains":["Staffing Organizations: Business Unit"]}},"/staffing/v7/organizationAssignmentChanges/{ID}/costing":{"get":{"tags":["organizationAssignmentChanges"],"summary":"Retrieves the costing organizations for the specified organization assignment change ID.","description":"Retrieves the costing organizations for the specified organization assignment change ID. Costing organizations include: Grants, Funds, Programs, and Gifts.\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Organizations: Grant, Fund, Program, Gift\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/organizationAssignmentChangesCostingData_a18edb56aca0100014a4a09dc57e045a"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"a18edb56aca01000138ecd87f6b303ba","x-workday-secured-by-domains":["Staffing Organizations: Grant, Fund, Program, Gift"]}},"/staffing/v7/organizationAssignmentChanges/{ID}/region/{subresourceID}":{"get":{"tags":["organizationAssignmentChanges"],"summary":"Retrieves a region for the specified organization assignment change ID.","description":"Retrieves a region for the specified organization assignment change ID. \nThe {subResourceID} path parameter must be the same as the {ID} value.\n\n<b>Secured By Domain:</b> Staffing Organizations: Region\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesRegionData_a18edb56aca0100006997e68e5780373"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"090ac1f0c87f10000509d4388f92036c","x-workday-secured-by-domains":["Staffing Organizations: Region"]},"patch":{"tags":["organizationAssignmentChanges"],"summary":"Partially updates the region for the specified organization assignment change ID.","description":"Partially updates the region for the specified organization assignment change ID. \n\nThe {subResourceID} path parameter must be the same as the {ID} value.\n\nIn the request body, specify the Workday ID of the region. \n\nTo retrieve a regions ID, call the GET /values/organizationAssignmentChangesGroup/regions prompt endpoint, which takes the change organization assignment ID as the event query parameter. If you specify the event parameter, it returns HREF links to the regions by organization, as of the event's effective date. If you don't specify the event parameter, it returns HREF links to the regions by active organization based on the current date.\n\n<b>Secured By Domain:</b> Staffing Organizations: Region\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesRegionData_a18edb56aca0100006997e68e5780373"}}}},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesRegionData_a18edb56aca0100006997e68e5780373"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A403 | Submit this operation before the event Initiation step. |\n| Critical | A499 | This operation is only available to the person who initiated the Change Organization Assignment operation. |\n| Critical | A1591 | [You cant select Staff because it will override the existing Region on effective date and is not allowed for the Location Hierarchy or Supervisory Organization on that date. Correct or Rescind the Assign Organizations event effective on that date. If there are multiple Assign Organizations events on that date, rescind all of those events before continuing] |\n| Critical | A1612 | [You cant select Staff because its inactive on inactive date and will override the existing Region on COA effective date. Correct or Rescind the Assign Organization event effective on COA effective date. If there are multiple organization assignment events on that date rescind all of those events before continuing] |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"5c107dd7a8391000100b2893eedb04c5","x-workday-secured-by-domains":["Staffing Organizations: Region"]}},"/staffing/v7/supervisoryOrganizations":{"get":{"tags":["supervisoryOrganizations"],"summary":"Retrieves a supervisory organization for the specified ID.","description":"Retrieves a supervisory organization for the specified ID.\n\n<b>Secured By Domain:</b> BDA OAuth 2.0 Connector, Manage: Supervisory Organization, View: Supervisory Organization\n\n<b>Scope:</b> Organizations and Roles","parameters":[{"name":"includeInactive","in":"query","description":"If true, this method returns the inactive organizations. Default is false.","schema":{"type":"boolean"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/supervisoryOrganizationView_a02c2e1916fa100009e137235f1f0018"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"true","x-workday-operation-id":"a02c2e1916fa100009e1ee01295d001d","x-workday-secured-by-domains":["BDA OAuth 2.0 Connector","Manage: Supervisory Organization","View: Supervisory Organization"]}},"/staffing/v7/supervisoryOrganizations/{ID}/members/{subresourceID}":{"get":{"tags":["supervisoryOrganizations"],"summary":"Retrieves a single member instance.","description":"Retrieves a member for the specified supervisory organization ID.\n\n<b>Secured By Domain:</b> Reports: Organization\n\n<b>Scope:</b> Organizations and Roles","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/jobData_1bfa8925c50510000ae4479925510026"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"true","x-workday-operation-id":"ad3e317e08f810000ebaef7a87a5003b","x-workday-secured-by-domains":["Reports: Organization"]}},"/staffing/v7/supervisoryOrganizations/{ID}/members":{"get":{"tags":["supervisoryOrganizations"],"summary":"Retrieves a collection of members for the specified supervisory organization ID.","description":"Retrieves a collection of members for the specified supervisory organization ID.\n\n<b>Secured By Domain:</b> Reports: Organization\n\n<b>Scope:</b> Organizations and Roles","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/jobData_1bfa8925c50510000ae4479925510026"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"true","x-workday-operation-id":"ad3e317e08f810000ebaef7a87a5003b","x-workday-secured-by-domains":["Reports: Organization"]}},"/staffing/v7/supervisoryOrganizations/{ID}":{"get":{"tags":["supervisoryOrganizations"],"summary":"Retrieves a single supervisory organization instance.","description":"Retrieves a supervisory organization for the specified ID.\n\n<b>Secured By Domain:</b> BDA OAuth 2.0 Connector, Manage: Supervisory Organization, View: Supervisory Organization\n\n<b>Scope:</b> Organizations and Roles","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/supervisoryOrganizationView_a02c2e1916fa100009e137235f1f0018"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"true","x-workday-operation-id":"a02c2e1916fa100009e1ee01295d001d","x-workday-secured-by-domains":["BDA OAuth 2.0 Connector","Manage: Supervisory Organization","View: Supervisory Organization"]}},"/staffing/v7/supervisoryOrganizations/{ID}/orgChart/{subresourceID}":{"get":{"tags":["supervisoryOrganizations"],"summary":"Retrieves a single organization chart instance.","description":"Retrieves information about an organization chart of the specified supervisory organization id.\n\n<b>Secured By Domain:</b> Reports: Organization\n\n<b>Scope:</b> Organizations and Roles","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/orgChartView_643e3a12629710000554e0338e670044"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"true","x-workday-operation-id":"643e3a1262971000055567b981030046","x-workday-secured-by-domains":["Reports: Organization"]}},"/staffing/v7/supervisoryOrganizations/{ID}/orgChart":{"get":{"tags":["supervisoryOrganizations"],"summary":"Retrieves information about an organization chart of the specified supervisory organization id.","description":"Retrieves information about an organization chart of the specified supervisory organization id.\n\n<b>Secured By Domain:</b> Reports: Organization\n\n<b>Scope:</b> Organizations and Roles","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/orgChartView_643e3a12629710000554e0338e670044"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"true","x-workday-operation-id":"643e3a1262971000055567b981030046","x-workday-secured-by-domains":["Reports: Organization"]}},"/staffing/v7/jobProfiles":{"get":{"tags":["jobProfiles"],"summary":"Retrieves a collection of job profiles.","description":"Retrieves a collection of job profiles.\n\n<b>Secured By Domain:</b> Job Profile: View, Public Job: View\n\n<b>Scope:</b> Jobs & Positions","parameters":[{"name":"includeInactive","in":"query","description":"If true, the method returns inactive job profiles. Default is false.","schema":{"type":"boolean"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/jobProfileSummaryView_7deab99f645f10000b5152ce2d700034"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"true","x-workday-operation-id":"7deab99f645f10000b35a723c5dd0032","x-workday-secured-by-domains":["Job Profile: View","Public Job: View"]}},"/staffing/v7/jobProfiles/{ID}":{"get":{"tags":["jobProfiles"],"summary":"Retrieves a single job profile instance.","description":"Retrieves a job profile with the specified ID.\n\n<b>Secured By Domain:</b> Job Profile: View, Public Job: View\n\n<b>Scope:</b> Jobs & Positions","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/jobProfileDetailView_7deab99f645f10000bd5e61a1b780041"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"true","x-workday-operation-id":"7deab99f645f10000b35a723c5dd0032","x-workday-secured-by-domains":["Job Profile: View","Public Job: View"]}},"/staffing/v7/jobs":{"get":{"tags":["jobs"],"summary":"Retrieves a collection of jobs.","description":"Retrieves a collection of jobs.\n\n<b>Secured By Domain:</b> Worker Position: View\n\n<b>Scope:</b> Staffing","parameters":[{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/jobData_1bfa8925c50510000ae4479925510026"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"true","x-workday-operation-id":"1bfa8925c50510000ae7e9242407002a","x-workday-secured-by-domains":["Worker Position: View"]}},"/staffing/v7/jobs/{ID}/workspace/{subresourceID}":{"get":{"tags":["jobs"],"summary":"Retrieves a single workspace instance.","description":"Retrieves a single workspace for the specified job ID.\n\n<b>Secured By Domain:</b> Worker Data: Public Worker Reports\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/jobWorkspaceData_1005157e3d631000144205466a6c13d3"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"true","x-workday-operation-id":"1005157e3d6310001442aef0d6ee13d5","x-workday-secured-by-domains":["Worker Data: Public Worker Reports"]}},"/staffing/v7/jobs/{ID}/workspace":{"get":{"tags":["jobs"],"summary":"Retrieves a collection of workspaces for the specified job ID.","description":"Retrieves a collection of workspaces for the specified job ID.\n\n<b>Secured By Domain:</b> Worker Data: Public Worker Reports\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/jobWorkspaceData_1005157e3d631000144205466a6c13d3"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"true","x-workday-operation-id":"1005157e3d6310001442aef0d6ee13d5","x-workday-secured-by-domains":["Worker Data: Public Worker Reports"]}},"/staffing/v7/jobs/{ID}":{"get":{"tags":["jobs"],"summary":"Retrieves a single job instance.","description":"Retrieves a job with the specified job ID.\n\n<b>Secured By Domain:</b> Worker Position: View\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/jobData_1bfa8925c50510000ae4479925510026"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"true","x-workday-operation-id":"1bfa8925c50510000ae7e9242407002a","x-workday-secured-by-domains":["Worker Position: View"]}},"/staffing/v7/workers":{"get":{"tags":["workers"],"summary":"Retrieves a collection of workers and current staffing information.","description":"Retrieves a collection of workers and current staffing information.\n\n<b>Secured By Domain:</b> FLW Service, Self-Service: Current Staffing Information, Worker Data: Public Worker Reports\n\n<b>Scope:</b> Staffing","parameters":[{"name":"filterByOrgVisibility","in":"query","description":"Only return workers whose supervisory organizations are visible to the processing user.  This requires the 'Enable Restrictions on Worker Prompts Based on Supervisory Org Visibility Settings' setting to be enabled in Edit Tenant Setup - System.","schema":{"type":"boolean"}},{"name":"includeTerminatedWorkers","in":"query","description":"Include terminated workers in the output","schema":{"type":"boolean"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"search","in":"query","description":"Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search.","schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/workerData_c2466b0778c610000d1936006720000e"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"true","x-workday-operation-id":"c2466b0778c610000cdf9abc4fbc000c","x-workday-secured-by-domains":["FLW Service","Self-Service: Current Staffing Information","Worker Data: Public Worker Reports"]}},"/staffing/v7/workers/{ID}/organizationAssignmentChanges":{"post":{"tags":["workers"],"summary":"Initiates an organization assignment change for a specific worker.","description":"Initiates an organization assignment change for a specific worker.\nCall this method to start a new change organization assignment event, which returns a new change organization assignment ID. Use the new ID to reference the change organization assignment event in subsequent methods that update or get information about the same event.\n\nThe same Workday UI validations apply with this POST method.  The updates in this POST method do not persist until you call POST /organizationAssignmentChanges/{ID}/submit.\n\nIn the request body, specify at least this required field: date, worker {id}, job {id}\n\nTo retrieve a worker ID, call the GET /values/organizationAssignmentChangesGroup/workers prompt endpoint with the effectiveDate query parameter. It returns HREF links to workers by category. You can filter the results by effectiveDate. By default, it returns workers on the current date. Only workers without blocking events or available for organization assignment change for the current user are returned.\n\nTo retrieve a job ID, call the /values/organizationAssignmentChangesGroup/jobs prompt endpoint with the worker query parameter.  It returns all positions for the worker with current user access to do an organization assignment change . You can filter the results by effectiveDate. By default, it returns positions on the current date.\n\n<b>Secured By Business Process Type:</b> Change Organization Assignments for Worker\n\n<b>Scope:</b> Organizations and Roles","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesPost_cc45d62b623c1000132ac812c30a052e"}}}},"responses":{"201":{"description":"Resource created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationAssignmentChangesPost_cc45d62b623c1000132ac812c30a052e"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A371 | You can’t change organizations for this position because it might conflict with completed transactions. Access the \\~Worker\\~ History for a list of potential conflicts. For position management, view the business process history on the filled position and position restriction. |\n| Critical | A389 | There's at least 1 conflicting in-progress or completed event. For in-progress events, cancel or complete the events. For completed events, specify a date that's on or after the event, or rescind the event. [events] |\n| Critical | A394 | Enter an Effective Date that is on or after the hire date for the \\~worker\\~: [date]. |\n| Critical | A398 | \\~Worker\\~ has more than one position. Position input required. |\n| Critical | A411 | The position entered is not a valid position for the \\~Worker\\~ as of the date entered. |\n| Critical | A421 | There's a conflicting in-progress event. Cancel the event. [event] |\n| Critical | A449 | An organization assignment change can't be submitted for this \\~worker\\~ on this date. |\n| Critical | A944 | You can't complete this transaction because the \\~worker\\~ is included in an in-progress compensation review process. You can remove the \\~worker\\~ from the compensation review process, then complete the transaction, and optionally add the \\~worker\\~ back to the compensation review process. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"cc45d62b623c1000132bdbe59fb10530","x-workday-secured-by-business-process-types":["Change Organization Assignments for Worker"]}},"/staffing/v7/workers/{ID}/checkIns":{"get":{"tags":["workers"],"summary":"Retrieves a collection of Check-Ins.","description":"Retrieves all Check-Ins for the specified worker. The worker is specified by the Workday ID of the worker.  You can use a returned id from GET /workers in the Staffing service /staffing. \n\nThis endpoint is equivalent to the View Check-Ins task in Workday.\n\n<b>Secured By Domain:</b> Self-Service: Check-Ins, Worker Data: Check-Ins\n\n<b>Scope:</b> Performance Enablement\n\nContains attachment(s)","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/checkInsSummary_b3a69f47a499100010ce6be72bfe001d"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"b3a69f47a499100012edcbe14f450027","x-workday-secured-by-domains":["Self-Service: Check-Ins","Worker Data: Check-Ins"]},"post":{"tags":["workers"],"summary":"Creates Check-Ins.","description":"Creates a single Check-In instance with the specified data with the specified worker. The worker is specified by the Workday ID of the worker.  You can use a returned id from GET /workers in the Staffing service /staffing.\n\nIn the request body, specify at least the required field: date. \n \nThis endpoint is equivalent to the Create Check-In task in Workday.\n\n<b>Secured By Domain:</b> Worker Data: Check-Ins REST API\n\n<b>Scope:</b> Performance Enablement\n\nContains attachment(s)","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/checkInDetail_316b5a26cc3c10000ebdb0cb484602e1"},"x-workday-multipart-root-part-name":"jsonData"}},"x-workday-multipart-root-part-name":"jsonData"},"responses":{"201":{"description":"Resource created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/checkInDetail_316b5a26cc3c10000ebdb0cb484602e1"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A6 | Check-In date is required. |\n| Critical | A6 | Submit a File for attachments. |\n| Critical | A161 | You can't add a topic that's been archived. |\n| Critical | A161 | You can't create a Check-In with a terminated worker. |\n| Critical | A161 | You can't create a Check-In with yourself. |\n| Critical | A161 | You can't include Check-In Topics that have a different participant. |\n| Critical | A161 | You cannot have more than one \\~check-in\\~ on the same date with the same participant. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"316b5a26cc3c1000118215c538f302f4","x-workday-secured-by-domains":["Worker Data: Check-Ins REST API"]}},"/staffing/v7/workers/{ID}/homeContactInformationChanges":{"post":{"tags":["workers"],"summary":"Creates a new Home Contact Change business process event.","description":"Creates a new Home Contact Change business process event for the parent Person.\n\n<b>Secured By Business Process Type:</b> Home Contact Change\n\n<b>Scope:</b> Contact Information","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/homeContactChangeEvent_f42ba27d87ed10001aa58a5d231b1621"}}}},"responses":{"201":{"description":"Resource created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/homeContactChangeEvent_f42ba27d87ed10001aa58a5d231b1621"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A602 | You cannot initialize a Home Contact Change Event for this Person. |\n| Critical | A641 | There is already a Change Home Contact Information event in progress for this person.  That event must be completed before another can be started. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"5f06a5c825501000164b238fea860174","x-workday-secured-by-business-process-types":["Home Contact Change"]}},"/staffing/v7/workers/{ID}/externalSkillLevel":{"get":{"tags":["workers"],"summary":"Retrieves all external skill level information for a worker. You can filter the external skill levels by externalSkillId.","description":"Retrieves all external skill level information for a worker. You can filter the external skill levels by externalSkillId.\n\n<b>Secured By Domain:</b> Self-Service: External Skill Source, Worker Data: External Skill Source\n\n<b>Scope:</b> Worker Profile and Skills","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}},{"name":"externalSkillId","in":"query","description":"All External Skills. If passed, the External Skill Level associated with the External Skill ID.","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/externalSkillLevelDetail_1c67ac98c0f310002706be33dcdb0000"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A1977 | To submit POST and PUT, enable Skills Cloud in the tenant. |\n| Critical | A2003 | Specify a date that isn't in the future. |\n| Critical | A2004 | Specify a Normalized Skill Level that's greater than or equal to 1 and less than or equal to 5. |\n| Critical | A2005 | Specify an External Skill ID that exists. |\n| Critical | A2008 | Specify a Free Context that doesn't exceed 500 characters. |\n| Critical | A2009 | Specify an External Skill ID that's mapped to a Local Skill. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"69d975e384d710000a679d7080170000","x-workday-secured-by-domains":["Self-Service: External Skill Source","Worker Data: External Skill Source"]},"post":{"tags":["workers"],"summary":"Creates external skill levels.","description":"Creates external skill levels.\n\n<b>Secured By Domain:</b> Self-Service: External Skill Source, Worker Data: External Skill Source\n\n<b>Scope:</b> Worker Profile and Skills","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/externalSkillLevel_a39462f09c44100005d46fd77ef00000"}}}},"responses":{"201":{"description":"Resource created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/externalSkillLevel_a39462f09c44100005d46fd77ef00000"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A1977 | To submit POST and PUT, enable Skills Cloud in the tenant. |\n| Critical | A2003 | Specify a date that isn't in the future. |\n| Critical | A2004 | Specify a Normalized Skill Level that's greater than or equal to 1 and less than or equal to 5. |\n| Critical | A2005 | Specify an External Skill ID that exists. |\n| Critical | A2007 | This External Skill Level for the worker already exists: [EXTERNAL SKILL NAME] |\n| Critical | A2008 | Specify a Free Context that doesn't exceed 500 characters. |\n| Critical | A2009 | Specify an External Skill ID that's mapped to a Local Skill. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"69d975e384d710000a679d7080170002","x-workday-secured-by-domains":["Self-Service: External Skill Source","Worker Data: External Skill Source"]}},"/staffing/v7/workers/{ID}/skillItems/{subresourceID}":{"get":{"tags":["workers"],"summary":"Returns skill items.","description":"Returns skill items.\n\n<b>Secured By Domain:</b> Person Data: Skills, Self-Service: Skills\n\n<b>Scope:</b> Worker Profile and Skills","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/skillItemDisplayDefinition_4b4b7d34b4a21000301eaf52086700d8"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"8aa3b2651012100012c44529219a00eb","x-workday-secured-by-domains":["Person Data: Skills","Self-Service: Skills"]}},"/staffing/v7/workers/{ID}/workContactInformationChanges/{subresourceID}":{"get":{"tags":["workers"],"summary":"Retrieves an existing Work Contact Change event for the Person.","description":"Retrieves an existing Work Contact Change event for the Person.\n\n<b>Secured By Business Process Type:</b> Work Contact Change\n\n<b>Scope:</b> Contact Information","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/workContactChangeEvent_5fca6c96c1c81000142fd03784140113"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"5f06a5c825501000164434a6c97c0170","x-workday-secured-by-business-process-types":["Work Contact Change"]}},"/staffing/v7/workers/{ID}/homeContactInformationChanges/{subresourceID}":{"get":{"tags":["workers"],"summary":"Retrieves an existing Home Contact Change event for the Person.","description":"Retrieves an existing Home Contact Change event for the Person.\n\n<b>Secured By Business Process Type:</b> Home Contact Change\n\n<b>Scope:</b> Contact Information","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/homeContactChangeEvent_f42ba27d87ed10001aa58a5d231b1621"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"5f06a5c825501000164b23890a0d0173","x-workday-secured-by-business-process-types":["Home Contact Change"]}},"/staffing/v7/workers/{ID}/explicitSkills":{"get":{"tags":["workers"],"summary":"Get Explicit Skills for Skill Enabled","description":"Get Explicit Skills for Skill Enabled\n\n<b>Secured By Domain:</b> Person Data: Skills, Self-Service: Skills\n\n<b>Scope:</b> Worker Profile and Skills","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"skill","in":"query","description":"Retrieves the skills for the specified skill name.","schema":{"type":"string"}},{"name":"skillSource","in":"query","description":"The Workday ID of the skill source. Returns skills associated with the skill source.","schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/displayExplicitSkillRepresentation_d6ca778018011000182fa5be1ae901a8"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-confidence-level":"Production","x-workday-internal-try-enabled":"false","x-workday-operation-id":"d734f7cb63801000088f78b219f8012c","x-workday-secured-by-domains":["Person Data: Skills","Self-Service: Skills"]},"post":{"tags":["workers"],"summary":"Save skills a user has","description":"Save skills a user has\n\n<b>Secured By Domain:</b> Self-Service: Skills\n\n<b>Scope:</b> Worker Profile and Skills","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/createSkillUsageRepresentation_98f198f5056b1000196313ffe9a0225e"}}}},"responses":{"201":{"description":"Resource created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/createSkillUsageRepresentation_98f198f5056b1000196313ffe9a0225e"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-confidence-level":"Production","x-workday-internal-try-enabled":"false","x-workday-operation-id":"d734f7cb63801000088f78cc1dc1012d","x-workday-secured-by-domains":["Self-Service: Skills"]}},"/staffing/v7/workers/{ID}/externalSkillLevel/{subresourceID}":{"get":{"tags":["workers"],"summary":"Retrieves all external skill level information for a worker. You can filter the external skill levels by externalSkillId.","description":"Retrieves all external skill level information for a worker. You can filter the external skill levels by externalSkillId.\n\n<b>Secured By Domain:</b> Self-Service: External Skill Source, Worker Data: External Skill Source\n\n<b>Scope:</b> Worker Profile and Skills","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/externalSkillLevelDetail_1c67ac98c0f310002706be33dcdb0000"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A1977 | To submit POST and PUT, enable Skills Cloud in the tenant. |\n| Critical | A2003 | Specify a date that isn't in the future. |\n| Critical | A2004 | Specify a Normalized Skill Level that's greater than or equal to 1 and less than or equal to 5. |\n| Critical | A2005 | Specify an External Skill ID that exists. |\n| Critical | A2008 | Specify a Free Context that doesn't exceed 500 characters. |\n| Critical | A2009 | Specify an External Skill ID that's mapped to a Local Skill. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"69d975e384d710000a679d7080170000","x-workday-secured-by-domains":["Self-Service: External Skill Source","Worker Data: External Skill Source"]},"put":{"tags":["workers"],"summary":"Updates external skill levels.","description":"Updates external skill levels.\n\n<b>Secured By Domain:</b> Self-Service: External Skill Source, Worker Data: External Skill Source\n\n<b>Scope:</b> Worker Profile and Skills","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/externalSkillLevel_a39462f09c44100005d46fd77ef00000"}}}},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/externalSkillLevel_a39462f09c44100005d46fd77ef00000"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A1977 | To submit POST and PUT, enable Skills Cloud in the tenant. |\n| Critical | A2003 | Specify a date that isn't in the future. |\n| Critical | A2004 | Specify a Normalized Skill Level that's greater than or equal to 1 and less than or equal to 5. |\n| Critical | A2005 | Specify an External Skill ID that exists. |\n| Critical | A2006 | You can't update an External Skill ID for an existing External Skill Level. |\n| Critical | A2008 | Specify a Free Context that doesn't exceed 500 characters. |\n| Critical | A2009 | Specify an External Skill ID that's mapped to a Local Skill. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"69d975e384d710000a679d7080170001","x-workday-secured-by-domains":["Self-Service: External Skill Source","Worker Data: External Skill Source"]}},"/staffing/v7/workers/{ID}/serviceDates/{subresourceID}":{"get":{"tags":["workers"],"summary":"Retrieves a single service date information instance.","description":"Retrieves information about a service date for the specified worker id.\n\n<b>Secured By Domain:</b> Self-Service: Service Dates, Worker Data: Service Dates\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/serviceDatesData_6b1db753fd82100027b0c8519c860018"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"true","x-workday-operation-id":"6b1db753fd82100027d4d4b0f2cd001f","x-workday-secured-by-domains":["Self-Service: Service Dates","Worker Data: Service Dates"]}},"/staffing/v7/workers/{ID}/explicitSkills/{subresourceID}":{"get":{"tags":["workers"],"summary":"Get Explicit Skills for Skill Enabled","description":"Get Explicit Skills for Skill Enabled\n\n<b>Secured By Domain:</b> Person Data: Skills, Self-Service: Skills\n\n<b>Scope:</b> Worker Profile and Skills","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/displayExplicitSkillRepresentation_d6ca778018011000182fa5be1ae901a8"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-confidence-level":"Production","x-workday-internal-try-enabled":"false","x-workday-operation-id":"d734f7cb63801000088f78b219f8012c","x-workday-secured-by-domains":["Person Data: Skills","Self-Service: Skills"]}},"/staffing/v7/workers/{ID}/checkInTopics/{subresourceID}":{"get":{"tags":["workers"],"summary":"Retrieves a single Check-In topic instance.","description":"Retrieves a Check-In topic with the specified ID for the specified worker. The worker is specified by the Workday ID of the worker.  You can use a returned id from GET /workers in the Staffing service /staffing.\n\n<b>Secured By Domain:</b> Self-Service: Check-Ins, Worker Data: Check-Ins\n\n<b>Scope:</b> Performance Enablement\n\nContains attachment(s)","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/checkInTopicsSummary_d81c816de26f10000ef2c5cb2fdd0015"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"d81c816de26f100018857de433280038","x-workday-secured-by-domains":["Self-Service: Check-Ins","Worker Data: Check-Ins"]},"delete":{"tags":["workers"],"summary":"Deletes an existing Check-In topic instance.","description":"Deletes an existing Check-In topic instance with the specified ID. This can only be done by the creater of the Check-In topic. \n\nThis endpoint is equivalent to the Delete Check-In Topic task in Workday.\n\n<b>Secured By Domain:</b> Self-Service: Check-Ins\n\n<b>Scope:</b> Performance Enablement","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Deleting resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A160 | You can only delete Check-In topics that you have created. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"b83f7edd481e100009593622baba1300","x-workday-secured-by-domains":["Self-Service: Check-Ins"]},"patch":{"tags":["workers"],"summary":"Partially updates an existing Check-In topic instance.","description":"Partially updates an existing Check-In topic instance with the specified ID and the specified data in the request body (name, privateNotes, sharedNotes, checkInTopicAttachments, or associatedCheckIns). This can only be done by the creator or participant of the Check-In. \n\nThis endpoint is equivalent to the Edit Check-In Topic task in Workday.\n\n<b>Secured By Domain:</b> Self-Service: Check-Ins\n\n<b>Scope:</b> Performance Enablement\n\nContains attachment(s)","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/checkInTopicDetail_3267c0ba92a010001688d79b032b03b8"},"x-workday-multipart-root-part-name":"jsonData"}},"x-workday-multipart-root-part-name":"jsonData"},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating file.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/checkInTopicDetail_3267c0ba92a010001688d79b032b03b8"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A6 | Submit a File for attachments. |\n| Critical | A6 | Topic name is required. |\n| Critical | A161 | You can't add a topic to a Check-In that has a different participant. |\n| Critical | A161 | You can't add a topic to a Check-In that's been archived. |\n| Critical | A161 | You can't modify an archived Check-In topic. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"3125bee9ec6610001a38647867c3022c","x-workday-secured-by-domains":["Self-Service: Check-Ins"]}},"/staffing/v7/workers/{ID}/checkInTopics/{subresourceID}?type=archive":{"patch":{"tags":["workers"],"summary":"Partially updates an existing Check-In topic to archived or un-archived.","description":"Partially updates an existing Check-In topic instance with the specified ID and the specified data in the request body (archive). This can only be done by the creator or participant of the Check-In. \n\nThis endpoint is equivalent to the Archive Check-In Topic task in Workday.\n\n<b>Secured By Domain:</b> Self-Service: Check-Ins, Worker Data: Check-Ins\n\n<b>Scope:</b> Performance Enablement","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/checkInTopicArchiveDetail_1163fe23102e10001f72d77b213401a2"}}}},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/checkInTopicArchiveDetail_1163fe23102e10001f72d77b213401a2"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"1163fe23102e10001faffd13358001ac","x-workday-secured-by-domains":["Self-Service: Check-Ins","Worker Data: Check-Ins"]}},"/staffing/v7/workers/{ID}/workContactInformationChanges":{"post":{"tags":["workers"],"description":"Creates a new Home Contact Change business process event for the parent Person.\n\n<b>Secured By Business Process Type:</b> Work Contact Change\n\n<b>Scope:</b> Contact Information","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workContactChangeEvent_5fca6c96c1c81000142fd03784140113"}}}},"responses":{"201":{"description":"Resource created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/workContactChangeEvent_5fca6c96c1c81000142fd03784140113"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A635 | You cannot initialize a Work Contact Change Event for this Person. |\n| Critical | A644 | There is already a Change Work Contact Information event in progress for this person.  That event must be completed before another can be started. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"5f06a5c825501000164434b6d3050171","x-workday-secured-by-business-process-types":["Work Contact Change"]}},"/staffing/v7/workers/{ID}/serviceDates":{"get":{"tags":["workers"],"summary":"Retrieves a collection of service dates for the specified worker id.","description":"Retrieves all service dates for the specified worker id.\n\n<b>Secured By Domain:</b> Self-Service: Service Dates, Worker Data: Service Dates\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/serviceDatesData_6b1db753fd82100027b0c8519c860018"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"true","x-workday-operation-id":"6b1db753fd82100027d4d4b0f2cd001f","x-workday-secured-by-domains":["Self-Service: Service Dates","Worker Data: Service Dates"]}},"/staffing/v7/workers/{ID}":{"get":{"tags":["workers"],"summary":"Retrieves a collection of workers and current staffing information.","description":"Retrieves a collection of workers and current staffing information.\n\n<b>Secured By Domain:</b> FLW Service, Self-Service: Current Staffing Information, Worker Data: Public Worker Reports\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/workerData_c2466b0778c610000d1936006720000e"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"true","x-workday-operation-id":"c2466b0778c610000cdf9abc4fbc000c","x-workday-secured-by-domains":["FLW Service","Self-Service: Current Staffing Information","Worker Data: Public Worker Reports"]}},"/staffing/v7/workers/{ID}/jobChanges":{"post":{"tags":["workers"],"summary":"Initiates a job change request for a specific worker","description":"Initiates a job change request for a specific worker\nCall this method to start a new job change event, which returns a new job change ID. Use the new ID to reference the job change event in subsequent methods that update or get information about the same event.\n\nThe same Workday UI validations apply with this POST method.  The updates in this POST method do not persist until you call POST /jobChanges/{ID}/submit.\n\nIn the request body, specify at least this required field: date, worker {id}, job {id}, reason {id}\n\nTo retrieve a worker ID, call the GET /values/jobChangesGroup/workers prompt endpoint with the effectiveDate query parameter. It returns HREF links to workers by category. You can filter the results by effectiveDate. By default, it returns workers on the current date. Only workers without blocking events or available for change job for the current user are returned.\n\nTo retrieve a job ID, call the GET /values/jobChangesGroup/jobs prompt endpoint with the worker query parameter.  It returns all positions for the worker with current user access to do a job change. You can filter the results by effectiveDate. By default, it returns positions on the current date. \n\nTo retrieve a reason ID, call the GET /values/jobChangesGroup/reason prompt endpoint, which takes the job change ID as the staffingEvent query parameter. If you specify the staffingEvent parameter, it returns change job reasons for the staffingEvent, by the change job category. By default, it returns all change job categories and reasons.\n\nTo retrieve a supervisoryOrganization ID, call the GET /values/jobChangesGroup/supervisoryOrganization prompt endpoint, with proposedManager and effectiveDate query parameters. If you specify the proposedManager parameter, it returns HREF links to all supervisory organizations for that manager. If you specify effectiveDate, it filters the results by effective date. The default is the current date.\n\nTo retrieve a location ID, call the GET /values/jobChangesGroup/locations prompt endpoint, which takes the staffingEvent query parameter.  It returns HREF links to locations by location categories for the specified location. You can filter the results by effectiveDate. By default, it returns locations on the current date.\n\n<b>Secured By Business Process Type:</b> Change Job\n\n<b>Scope:</b> Staffing","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/jobChangesStartDetailsPOSTData_75e528a78e9a10000ab750ea156f0111"}}}},"responses":{"201":{"description":"Resource created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/jobChangesStartDetailsPOSTData_75e528a78e9a10000ab750ea156f0111"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A390 | You cannot run this task on yourself. |\n| Critical | A391 | Enter a date that is after [lastUpdatedDate], the date the position was last updated. |\n| Critical | A415 | Select another \\~supervisory organization\\~. This \\~supervisory organization\\~ can't be used because it's inactive on [date]. |\n| Critical | A420 | Submit an effective date that’s on or after the last completed staffing organization change: [date]. |\n| Critical | A422 | You can’t submit a change job operation for this worker. |\n| Critical | A428 | The \\~worker\\~ has pending events that conflict with this job change.\n[InProgressMoveWorkerEvents]\n[InProgressEventsonPosition]\n[InProgressMerit]\n[InProgressResignationEvents]\n[InProgressPositionSwap] |\n| Critical | A681 | You can't update the reason for Change Job because it automatically populates from the template: [template]. |\n| Critical | A944 | You can't complete this transaction because the \\~worker\\~ is included in an in-progress compensation review process. You can remove the \\~worker\\~ from the compensation review process, then complete the transaction, and optionally add the \\~worker\\~ back to the compensation review process. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"ce861a6a360d100028b071fe9f480015","x-workday-secured-by-business-process-types":["Change Job"]}},"/staffing/v7/workers/{ID}/checkIns/{subresourceID}":{"get":{"tags":["workers"],"summary":"Retrieves a single Check-In instance.","description":"Retrieves a Check-In with the specified ID for the specified worker. The worker is specified by the Workday ID of the worker.  You can use a returned id from GET /workers in the Staffing service /staffing.\n\n<b>Secured By Domain:</b> Self-Service: Check-Ins, Worker Data: Check-Ins\n\n<b>Scope:</b> Performance Enablement\n\nContains attachment(s)","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/checkInsSummary_b3a69f47a499100010ce6be72bfe001d"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"b3a69f47a499100012edcbe14f450027","x-workday-secured-by-domains":["Self-Service: Check-Ins","Worker Data: Check-Ins"]},"delete":{"tags":["workers"],"summary":"Deletes an existing Check-In instance.","description":"Deletes an existing Check-In instance with the specified ID. This can only be done by the creater of the Check-In. \n \nThis endpoint is equivalent to the Delete Check-In task in Workday.\n\n<b>Secured By Domain:</b> Self-Service: Check-Ins\n\n<b>Scope:</b> Performance Enablement","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Deleting resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A160 | You can only delete Check-Ins that you have created. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"7620fa224f261000152ad2cf9cc91311","x-workday-secured-by-domains":["Self-Service: Check-Ins"]},"patch":{"tags":["workers"],"summary":"Partially updates an existing Check-In instance.","description":"Partially updates an existing Check-In instance with the specified ID and the specified data in the request body (date, description, or associated topics). This can only be done by the creator or participant of the Check-In. \n \nThis endpoint is equivalent to the Edit Check-In task in Workday.\n\n<b>Secured By Domain:</b> Self-Service: Check-Ins\n\n<b>Scope:</b> Performance Enablement\n\nContains attachment(s)","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/checkInDetail_316b5a26cc3c10000ebdb0cb484602e1"},"x-workday-multipart-root-part-name":"jsonData"}},"x-workday-multipart-root-part-name":"jsonData"},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating file.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/checkInDetail_316b5a26cc3c10000ebdb0cb484602e1"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A6 | Check-In date is required. |\n| Critical | A6 | Submit a File for attachments. |\n| Critical | A161 | You can't add a topic that's been archived. |\n| Critical | A161 | You can't include Check-In Topics that have a different participant. |\n| Critical | A161 | You can't modify an archived Check-In. |\n| Critical | A161 | You cannot have more than one \\~check-in\\~ on the same date with the same participant. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"8e4e33097f90100013c85dc4554200fb","x-workday-secured-by-domains":["Self-Service: Check-Ins"]}},"/staffing/v7/workers/{ID}/checkIns/{subresourceID}?type=archive":{"patch":{"tags":["workers"],"summary":"Partially updates an existing Check-In to archived or un-archived.","description":"Partially updates an existing Check-In instance with the specified ID and the specified data in the request body (archive). This can only be done by the creator or participant of the Check-In.\n \nThis endpoint is equivalent to the Archive Check-Ins task in Workday.\n\n<b>Secured By Domain:</b> Self-Service: Check-Ins, Worker Data: Check-Ins\n\n<b>Scope:</b> Performance Enablement","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}},{"name":"subresourceID","in":"path","description":"The Workday ID of the subresource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/checkInArchiveDetail_1163fe23102e10001df342088f8a018e"}}}},"responses":{"200":{"description":"Successful response. A successful response can return no matched data. Updating resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/checkInArchiveDetail_1163fe23102e10001df342088f8a018e"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"1163fe23102e10001e303f9c14a5019a","x-workday-secured-by-domains":["Self-Service: Check-Ins","Worker Data: Check-Ins"]}},"/staffing/v7/workers/{ID}/skillItems":{"get":{"tags":["workers"],"summary":"Returns skill items.","description":"Returns skill items.\n\n<b>Secured By Domain:</b> Person Data: Skills, Self-Service: Skills\n\n<b>Scope:</b> Worker Profile and Skills","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/skillItemDisplayDefinition_4b4b7d34b4a21000301eaf52086700d8"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"8aa3b2651012100012c44529219a00eb","x-workday-secured-by-domains":["Person Data: Skills","Self-Service: Skills"]},"post":{"tags":["workers"],"description":"\n\n<b>Secured By Domain:</b> Person Data: Skills, Self-Service: Skills\n\n<b>Scope:</b> Worker Profile and Skills","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/skillItemsBulkDefinition_9d815bbfd67010000d6ed56204ab12de"}}}},"responses":{"201":{"description":"Resource created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/skillItemsBulkDefinition_9d815bbfd67010000d6ed56204ab12de"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"8aa3b2651012100012c444e386bc00ea","x-workday-secured-by-domains":["Person Data: Skills","Self-Service: Skills"]}},"/staffing/v7/workers/{ID}/checkInTopics":{"get":{"tags":["workers"],"summary":"Retrieves a collection of Check-Ins topics.","description":"Retrieves all Check-In topics for the specified worker. The worker is specified by the Workday ID of the worker.  You can use a returned id from GET /workers in the Staffing service /staffing.\n\n<b>Secured By Domain:</b> Self-Service: Check-Ins, Worker Data: Check-Ins\n\n<b>Scope:</b> Performance Enablement\n\nContains attachment(s)","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default is 20. The maximum is 100.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/checkInTopicsSummary_d81c816de26f10000ef2c5cb2fdd0015"}}}}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"d81c816de26f100018857de433280038","x-workday-secured-by-domains":["Self-Service: Check-Ins","Worker Data: Check-Ins"]},"post":{"tags":["workers"],"summary":"Creates Check-In topics.","description":"Creates a single Check-In topic instance with the specified data with the specified worker. The worker is specified by the Workday ID of the worker.  You can use a returned id from GET /workers in the Staffing service /staffing.\n\nIn the request body, specify at least these required fields: name. \n\nThis endpoint is equivalent to the Create Check-In Topic task in Workday.\n\n<b>Secured By Domain:</b> Worker Data: Check-Ins REST API\n\n<b>Scope:</b> Performance Enablement\n\nContains attachment(s)","parameters":[{"name":"ID","in":"path","description":"The Workday ID of the resource.\n\n- **ID:** Replace with your actual Workday ID\n- **me**","required":true,"schema":{"type":"string","enum":["ID","me"]}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/checkInTopicDetail_3267c0ba92a010001688d79b032b03b8"},"x-workday-multipart-root-part-name":"jsonData"}},"x-workday-multipart-root-part-name":"jsonData"},"responses":{"201":{"description":"Resource created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/checkInTopicDetail_3267c0ba92a010001688d79b032b03b8"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)\n| Severity | Error Code | Validation Message |\n --- | --- | --- |\n| Critical | A6 | Submit a File for attachments. |\n| Critical | A6 | Topic name is required. |\n| Critical | A161 | You can't add a topic to a Check-In that has a different participant. |\n| Critical | A161 | You can't add a topic to a Check-In that's been archived. |\n| Critical | A161 | You can't create a Check-In topic with a terminated worker. |\n| Critical | A161 | You can't create a Check-In topic with yourself. |","content":{}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-try-enabled":"false","x-workday-operation-id":"3267c0ba92a010001ceb6f4d060003eb","x-workday-secured-by-domains":["Worker Data: Check-Ins REST API"]}},"/staffing/v7/values/jobChangesGroup/frequencies/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/jobProfiles/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/headcountOptions/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/workSpaces/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"false"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/workerTypes/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/reason/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/assignmentTypes/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/employeeTypes/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/jobClassifications/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/workStudyAwards/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/payRateTypes/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/locations/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/timeTypes/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/currencies/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/proposedPosition/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"false"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/templates/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"false"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/workersCompensationCodeOverrides/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/jobs/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"false"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/supervisoryOrganization/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/workShifts/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"false"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/workers/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/companyInsiderTypes/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/contingentWorkerTypes/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/jobChangesGroup/jobRequisitions/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"false"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"job","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"proposedManager","in":"query","style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"staffingEvent","in":"query","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/organizationAssignmentChangesGroup/regions/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"event","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"organizationType","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/organizationAssignmentChangesGroup/positions/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"false"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"event","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"organizationType","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/organizationAssignmentChangesGroup/companies/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"event","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"organizationType","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/organizationAssignmentChangesGroup/funds/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"false"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"event","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"organizationType","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/organizationAssignmentChangesGroup/grants/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"false"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"event","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"organizationType","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/organizationAssignmentChangesGroup/programs/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"false"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"event","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"organizationType","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/organizationAssignmentChangesGroup/jobs/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"false"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"event","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"organizationType","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/organizationAssignmentChangesGroup/businessUnits/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"false"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"event","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"organizationType","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/organizationAssignmentChangesGroup/workers/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"event","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"organizationType","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/organizationAssignmentChangesGroup/customs/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"event","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"organizationType","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/organizationAssignmentChangesGroup/costCenters/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"true"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"event","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"organizationType","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]},"/staffing/v7/values/organizationAssignmentChangesGroup/gifts/":{"get":{"tags":["Prompt Values"],"description":"Retrieves instances that can be used as values for other endpoint parameters in this service.","responses":{"200":{"description":"Successful response. A successful response can return no matched data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MULTIPLE_INSTANCE_MODEL_REFERENCE"}}}},"400":{"description":"Invalid request. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"401":{"description":"Unauthorized: Missing or invalid credentials. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"403":{"description":"User has insufficient permissions. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"404":{"description":"Resource not found. (https://community.workday.com/rest/error-messages)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALIDATION_ERROR_MODEL_REFERENCE"}}}},"default":{"description":"An error occurred.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ERROR_MODEL_REFERENCE"}}}}},"x-workday-internal-protected-usage-enabled":false,"x-workday-internal-try-enabled":"false"},"parameters":[{"name":"effectiveDate","in":"query","schema":{"type":"string","format":"date"}},{"name":"event","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","description":"The maximum number of objects in a single response. The default and maximum is 1000.","schema":{"type":"integer","format":"int64"}},{"name":"offset","in":"query","description":"The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.","schema":{"type":"integer","format":"int64"}},{"name":"organizationType","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","description":"A search string that matches display IDs. The search is case-insensitive and matches words that start with the given string.","schema":{"type":"string"}},{"name":"worker","in":"query","schema":{"type":"string"}}]}},"x-purple-suite-contract":"full-service-repository-modeled-runtime","x-purple-suite-upstream-servers":[{"url":"https://<tenantHostname>/staffing/v7"}],"x-purple-suite-runtime-fidelity":{"capturedOperationIds":["listSupervisoryOrganizations","getSupervisoryOrganization","listExplicitSkills","getExplicitSkill","getWorker"],"modeledOperationIds":["workdayStaffingGetJobFamilies","workdayStaffingGetJobFamiliesByID","workdayStaffingGetJobChangesByIDMoveTeam","workdayStaffingGetJobChangesByIDLocationBySubresourceID","workdayStaffingPatchJobChangesByIDLocationBySubresourceID","workdayStaffingGetJobChangesByIDAdministrative","workdayStaffingGetJobChangesByIDStartDetailsBySubresourceID","workdayStaffingPatchJobChangesByIDStartDetailsBySubresourceID","workdayStaffingPostJobChangesByIDSubmit","workdayStaffingGetJobChangesByIDContractBySubresourceID","workdayStaffingPatchJobChangesByIDContractBySubresourceID","workdayStaffingGetJobChangesByIDOpening","workdayStaffingGetJobChangesByIDBusinessTitle","workdayStaffingGetJobChangesByIDStartDetails","workdayStaffingGetJobChangesByIDJobProfile","workdayStaffingGetJobChangesByIDJobClassificationBySubresourceID","workdayStaffingPatchJobChangesByIDJobClassificationBySubresourceID","workdayStaffingGetJobChangesByIDComment","workdayStaffingGetJobChangesByIDPosition","workdayStaffingGetJobChangesByIDOpeningBySubresourceID","workdayStaffingPatchJobChangesByIDOpeningBySubresourceID","workdayStaffingGetJobChangesByIDAdministrativeBySubresourceID","workdayStaffingPatchJobChangesByIDAdministrativeBySubresourceID","workdayStaffingGetJobChangesByIDBusinessTitleBySubresourceID","workdayStaffingPatchJobChangesByIDBusinessTitleBySubresourceID","workdayStaffingGetJobChangesByIDCommentBySubresourceID","workdayStaffingPatchJobChangesByIDCommentBySubresourceID","workdayStaffingGetJobChangesByIDJobProfileBySubresourceID","workdayStaffingPatchJobChangesByIDJobProfileBySubresourceID","workdayStaffingGetJobChangesByID","workdayStaffingGetJobChangesByIDPositionBySubresourceID","workdayStaffingPatchJobChangesByIDPositionBySubresourceID","workdayStaffingGetJobChangesByIDLocation","workdayStaffingGetJobChangesByIDContract","workdayStaffingGetJobChangesByIDJobClassification","workdayStaffingGetJobChangesByIDMoveTeamBySubresourceID","workdayStaffingPatchJobChangesByIDMoveTeamBySubresourceID","workdayStaffingPostOrganizationAssignmentChanges","workdayStaffingGetOrganizationAssignmentChangesByIDCostingBySubresourceID","workdayStaffingPatchOrganizationAssignmentChangesByIDCostingBySubresourceID","workdayStaffingGetOrganizationAssignmentChangesByIDStartDetailsBySubresourceID","workdayStaffingPatchOrganizationAssignmentChangesByIDStartDetailsBySubresourceID","workdayStaffingPostOrganizationAssignmentChangesByIDSubmit","workdayStaffingGetOrganizationAssignmentChangesByIDCostCenter","workdayStaffingGetOrganizationAssignmentChangesByIDCostCenterBySubresourceID","workdayStaffingPatchOrganizationAssignmentChangesByIDCostCenterBySubresourceID","workdayStaffingGetOrganizationAssignmentChangesByIDStartDetails","workdayStaffingGetOrganizationAssignmentChangesByIDCompany","workdayStaffingGetOrganizationAssignmentChangesByIDComment","workdayStaffingGetOrganizationAssignmentChangesByIDRegion","workdayStaffingGetOrganizationAssignmentChangesByIDCustomOrganizationsBySubresourceID","workdayStaffingPatchOrganizationAssignmentChangesByIDCustomOrganizationsBySubresourceID","workdayStaffingGetOrganizationAssignmentChangesByIDCommentBySubresourceID","workdayStaffingPatchOrganizationAssignmentChangesByIDCommentBySubresourceID","workdayStaffingGetOrganizationAssignmentChangesByID","workdayStaffingGetOrganizationAssignmentChangesByIDCustomOrganizations","workdayStaffingGetOrganizationAssignmentChangesByIDBusinessUnitBySubresourceID","workdayStaffingPatchOrganizationAssignmentChangesByIDBusinessUnitBySubresourceID","workdayStaffingGetOrganizationAssignmentChangesByIDCompanyBySubresourceID","workdayStaffingPatchOrganizationAssignmentChangesByIDCompanyBySubresourceID","workdayStaffingGetOrganizationAssignmentChangesByIDBusinessUnit","workdayStaffingGetOrganizationAssignmentChangesByIDCosting","workdayStaffingGetOrganizationAssignmentChangesByIDRegionBySubresourceID","workdayStaffingPatchOrganizationAssignmentChangesByIDRegionBySubresourceID","workdayStaffingGetSupervisoryOrganizationsByIDMembersBySubresourceID","workdayStaffingGetSupervisoryOrganizationsByIDMembers","workdayStaffingGetSupervisoryOrganizationsByIDOrgChartBySubresourceID","workdayStaffingGetSupervisoryOrganizationsByIDOrgChart","workdayStaffingGetJobProfiles","workdayStaffingGetJobProfilesByID","workdayStaffingGetJobs","workdayStaffingGetJobsByIDWorkspaceBySubresourceID","workdayStaffingGetJobsByIDWorkspace","workdayStaffingGetJobsByID","workdayStaffingGetWorkers","workdayStaffingPostWorkersByIDOrganizationAssignmentChanges","workdayStaffingGetWorkersByIDCheckIns","workdayStaffingPostWorkersByIDCheckIns","workdayStaffingPostWorkersByIDHomeContactInformationChanges","workdayStaffingGetWorkersByIDExternalSkillLevel","workdayStaffingPostWorkersByIDExternalSkillLevel","workdayStaffingGetWorkersByIDSkillItemsBySubresourceID","workdayStaffingGetWorkersByIDWorkContactInformationChangesBySubresourceID","workdayStaffingGetWorkersByIDHomeContactInformationChangesBySubresourceID","workdayStaffingPostWorkersByIDExplicitSkills","workdayStaffingGetWorkersByIDExternalSkillLevelBySubresourceID","workdayStaffingPutWorkersByIDExternalSkillLevelBySubresourceID","workdayStaffingGetWorkersByIDServiceDatesBySubresourceID","workdayStaffingGetWorkersByIDCheckInTopicsBySubresourceID","workdayStaffingPatchWorkersByIDCheckInTopicsBySubresourceID","workdayStaffingDeleteWorkersByIDCheckInTopicsBySubresourceID","workdayStaffingPatchWorkersByIDCheckInTopicsBySubresourceIDTypeArchive","workdayStaffingPostWorkersByIDWorkContactInformationChanges","workdayStaffingGetWorkersByIDServiceDates","workdayStaffingPostWorkersByIDJobChanges","workdayStaffingGetWorkersByIDCheckInsBySubresourceID","workdayStaffingPatchWorkersByIDCheckInsBySubresourceID","workdayStaffingDeleteWorkersByIDCheckInsBySubresourceID","workdayStaffingPatchWorkersByIDCheckInsBySubresourceIDTypeArchive","workdayStaffingGetWorkersByIDSkillItems","workdayStaffingPostWorkersByIDSkillItems","workdayStaffingGetWorkersByIDCheckInTopics","workdayStaffingPostWorkersByIDCheckInTopics","workdayStaffingGetValuesJobChangesGroupFrequencies","workdayStaffingGetValuesJobChangesGroupJobProfiles","workdayStaffingGetValuesJobChangesGroupHeadcountOptions","workdayStaffingGetValuesJobChangesGroupWorkSpaces","workdayStaffingGetValuesJobChangesGroupWorkerTypes","workdayStaffingGetValuesJobChangesGroupReason","workdayStaffingGetValuesJobChangesGroupAssignmentTypes","workdayStaffingGetValuesJobChangesGroupEmployeeTypes","workdayStaffingGetValuesJobChangesGroupJobClassifications","workdayStaffingGetValuesJobChangesGroupWorkStudyAwards","workdayStaffingGetValuesJobChangesGroupPayRateTypes","workdayStaffingGetValuesJobChangesGroupLocations","workdayStaffingGetValuesJobChangesGroupTimeTypes","workdayStaffingGetValuesJobChangesGroupCurrencies","workdayStaffingGetValuesJobChangesGroupProposedPosition","workdayStaffingGetValuesJobChangesGroupTemplates","workdayStaffingGetValuesJobChangesGroupWorkersCompensationCodeOverrides","workdayStaffingGetValuesJobChangesGroupJobs","workdayStaffingGetValuesJobChangesGroupSupervisoryOrganization","workdayStaffingGetValuesJobChangesGroupWorkShifts","workdayStaffingGetValuesJobChangesGroupWorkers","workdayStaffingGetValuesJobChangesGroupCompanyInsiderTypes","workdayStaffingGetValuesJobChangesGroupContingentWorkerTypes","workdayStaffingGetValuesJobChangesGroupJobRequisitions","workdayStaffingGetValuesOrganizationAssignmentChangesGroupRegions","workdayStaffingGetValuesOrganizationAssignmentChangesGroupPositions","workdayStaffingGetValuesOrganizationAssignmentChangesGroupCompanies","workdayStaffingGetValuesOrganizationAssignmentChangesGroupFunds","workdayStaffingGetValuesOrganizationAssignmentChangesGroupGrants","workdayStaffingGetValuesOrganizationAssignmentChangesGroupPrograms","workdayStaffingGetValuesOrganizationAssignmentChangesGroupJobs","workdayStaffingGetValuesOrganizationAssignmentChangesGroupBusinessUnits","workdayStaffingGetValuesOrganizationAssignmentChangesGroupWorkers","workdayStaffingGetValuesOrganizationAssignmentChangesGroupCustoms","workdayStaffingGetValuesOrganizationAssignmentChangesGroupCostCenters","workdayStaffingGetValuesOrganizationAssignmentChangesGroupGifts"],"operations":[{"operationId":"workdayStaffingGetJobFamilies","method":"get","path":"/staffing/v7/jobFamilies","upstreamPath":"/jobFamilies","fidelity":"modeled","xWorkdayOperationId":"51ed1475e9e6100005ba1fe1d9c00008"},{"operationId":"workdayStaffingGetJobFamiliesByID","method":"get","path":"/staffing/v7/jobFamilies/{ID}","upstreamPath":"/jobFamilies/{ID}","fidelity":"modeled","xWorkdayOperationId":"51ed1475e9e6100005ba1fe1d9c00008"},{"operationId":"workdayStaffingGetJobChangesByIDMoveTeam","method":"get","path":"/staffing/v7/jobChanges/{ID}/moveTeam","upstreamPath":"/jobChanges/{ID}/moveTeam","fidelity":"modeled","xWorkdayOperationId":"544fdf5c01da1000238c50e131f60149"},{"operationId":"workdayStaffingGetJobChangesByIDLocationBySubresourceID","method":"get","path":"/staffing/v7/jobChanges/{ID}/location/{subresourceID}","upstreamPath":"/jobChanges/{ID}/location/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"90151d6c4ff110001ac0773eeb0b0257"},{"operationId":"workdayStaffingPatchJobChangesByIDLocationBySubresourceID","method":"patch","path":"/staffing/v7/jobChanges/{ID}/location/{subresourceID}","upstreamPath":"/jobChanges/{ID}/location/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"90151d6c4ff110001d09aa450ce20283"},{"operationId":"workdayStaffingGetJobChangesByIDAdministrative","method":"get","path":"/staffing/v7/jobChanges/{ID}/administrative","upstreamPath":"/jobChanges/{ID}/administrative","fidelity":"modeled","xWorkdayOperationId":"f8f20079bc5a1000089ee3da3f2700ec"},{"operationId":"workdayStaffingGetJobChangesByIDStartDetailsBySubresourceID","method":"get","path":"/staffing/v7/jobChanges/{ID}/startDetails/{subresourceID}","upstreamPath":"/jobChanges/{ID}/startDetails/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"6762bea5631b100010b5475338d70190"},{"operationId":"workdayStaffingPatchJobChangesByIDStartDetailsBySubresourceID","method":"patch","path":"/staffing/v7/jobChanges/{ID}/startDetails/{subresourceID}","upstreamPath":"/jobChanges/{ID}/startDetails/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"6e1f77692363100006c33973cd7c03ee"},{"operationId":"workdayStaffingPostJobChangesByIDSubmit","method":"post","path":"/staffing/v7/jobChanges/{ID}/submit","upstreamPath":"/jobChanges/{ID}/submit","fidelity":"modeled","xWorkdayOperationId":"5afc0b4b5a461000142fcfafa39e2258"},{"operationId":"workdayStaffingGetJobChangesByIDContractBySubresourceID","method":"get","path":"/staffing/v7/jobChanges/{ID}/contract/{subresourceID}","upstreamPath":"/jobChanges/{ID}/contract/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"27ec818d10d01000038f2891b3a10109"},{"operationId":"workdayStaffingPatchJobChangesByIDContractBySubresourceID","method":"patch","path":"/staffing/v7/jobChanges/{ID}/contract/{subresourceID}","upstreamPath":"/jobChanges/{ID}/contract/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"24c8e6e9183f10000d3f75e5d2b00126"},{"operationId":"workdayStaffingGetJobChangesByIDOpening","method":"get","path":"/staffing/v7/jobChanges/{ID}/opening","upstreamPath":"/jobChanges/{ID}/opening","fidelity":"modeled","xWorkdayOperationId":"544fdf5c01da1000224795cee68c0139"},{"operationId":"workdayStaffingGetJobChangesByIDBusinessTitle","method":"get","path":"/staffing/v7/jobChanges/{ID}/businessTitle","upstreamPath":"/jobChanges/{ID}/businessTitle","fidelity":"modeled","xWorkdayOperationId":"3db8095ffa18100013a7cc40b75d0105"},{"operationId":"workdayStaffingGetJobChangesByIDStartDetails","method":"get","path":"/staffing/v7/jobChanges/{ID}/startDetails","upstreamPath":"/jobChanges/{ID}/startDetails","fidelity":"modeled","xWorkdayOperationId":"6762bea5631b100010b5475338d70190"},{"operationId":"workdayStaffingGetJobChangesByIDJobProfile","method":"get","path":"/staffing/v7/jobChanges/{ID}/jobProfile","upstreamPath":"/jobChanges/{ID}/jobProfile","fidelity":"modeled","xWorkdayOperationId":"3db8095ffa18100013f19315a77d0119"},{"operationId":"workdayStaffingGetJobChangesByIDJobClassificationBySubresourceID","method":"get","path":"/staffing/v7/jobChanges/{ID}/jobClassification/{subresourceID}","upstreamPath":"/jobChanges/{ID}/jobClassification/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"354103f19636100008453c4c15260181"},{"operationId":"workdayStaffingPatchJobChangesByIDJobClassificationBySubresourceID","method":"patch","path":"/staffing/v7/jobChanges/{ID}/jobClassification/{subresourceID}","upstreamPath":"/jobChanges/{ID}/jobClassification/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"e5bc48baa9da10002248bdb0ef9600fc"},{"operationId":"workdayStaffingGetJobChangesByIDComment","method":"get","path":"/staffing/v7/jobChanges/{ID}/comment","upstreamPath":"/jobChanges/{ID}/comment","fidelity":"modeled","xWorkdayOperationId":"bccbb304450110001ec948bb7f9456b7"},{"operationId":"workdayStaffingGetJobChangesByIDPosition","method":"get","path":"/staffing/v7/jobChanges/{ID}/position","upstreamPath":"/jobChanges/{ID}/position","fidelity":"modeled","xWorkdayOperationId":"749c0ed39f3f100021c94f291078015f"},{"operationId":"workdayStaffingGetJobChangesByIDOpeningBySubresourceID","method":"get","path":"/staffing/v7/jobChanges/{ID}/opening/{subresourceID}","upstreamPath":"/jobChanges/{ID}/opening/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"544fdf5c01da1000224795cee68c0139"},{"operationId":"workdayStaffingPatchJobChangesByIDOpeningBySubresourceID","method":"patch","path":"/staffing/v7/jobChanges/{ID}/opening/{subresourceID}","upstreamPath":"/jobChanges/{ID}/opening/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"5e87e2681448100012d960a2c4ce00ed"},{"operationId":"workdayStaffingGetJobChangesByIDAdministrativeBySubresourceID","method":"get","path":"/staffing/v7/jobChanges/{ID}/administrative/{subresourceID}","upstreamPath":"/jobChanges/{ID}/administrative/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"f8f20079bc5a1000089ee3da3f2700ec"},{"operationId":"workdayStaffingPatchJobChangesByIDAdministrativeBySubresourceID","method":"patch","path":"/staffing/v7/jobChanges/{ID}/administrative/{subresourceID}","upstreamPath":"/jobChanges/{ID}/administrative/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"511a7fd4f870100013b9bf39fbf606de"},{"operationId":"workdayStaffingGetJobChangesByIDBusinessTitleBySubresourceID","method":"get","path":"/staffing/v7/jobChanges/{ID}/businessTitle/{subresourceID}","upstreamPath":"/jobChanges/{ID}/businessTitle/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"3db8095ffa18100013a7cc40b75d0105"},{"operationId":"workdayStaffingPatchJobChangesByIDBusinessTitleBySubresourceID","method":"patch","path":"/staffing/v7/jobChanges/{ID}/businessTitle/{subresourceID}","upstreamPath":"/jobChanges/{ID}/businessTitle/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"0ba0460de73d10001d7459dbf3f3016b"},{"operationId":"workdayStaffingGetJobChangesByIDCommentBySubresourceID","method":"get","path":"/staffing/v7/jobChanges/{ID}/comment/{subresourceID}","upstreamPath":"/jobChanges/{ID}/comment/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"bccbb304450110001ec948bb7f9456b7"},{"operationId":"workdayStaffingPatchJobChangesByIDCommentBySubresourceID","method":"patch","path":"/staffing/v7/jobChanges/{ID}/comment/{subresourceID}","upstreamPath":"/jobChanges/{ID}/comment/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"bccbb304450110001f02f971f50356bb"},{"operationId":"workdayStaffingGetJobChangesByIDJobProfileBySubresourceID","method":"get","path":"/staffing/v7/jobChanges/{ID}/jobProfile/{subresourceID}","upstreamPath":"/jobChanges/{ID}/jobProfile/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"3db8095ffa18100013f19315a77d0119"},{"operationId":"workdayStaffingPatchJobChangesByIDJobProfileBySubresourceID","method":"patch","path":"/staffing/v7/jobChanges/{ID}/jobProfile/{subresourceID}","upstreamPath":"/jobChanges/{ID}/jobProfile/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"c0985b85189f100026872bf7ebf10385"},{"operationId":"workdayStaffingGetJobChangesByID","method":"get","path":"/staffing/v7/jobChanges/{ID}","upstreamPath":"/jobChanges/{ID}","fidelity":"modeled","xWorkdayOperationId":"90151d6c4ff110001b21034f9a49025a"},{"operationId":"workdayStaffingGetJobChangesByIDPositionBySubresourceID","method":"get","path":"/staffing/v7/jobChanges/{ID}/position/{subresourceID}","upstreamPath":"/jobChanges/{ID}/position/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"749c0ed39f3f100021c94f291078015f"},{"operationId":"workdayStaffingPatchJobChangesByIDPositionBySubresourceID","method":"patch","path":"/staffing/v7/jobChanges/{ID}/position/{subresourceID}","upstreamPath":"/jobChanges/{ID}/position/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"0049eed8d30d10000dab0b8d07020417"},{"operationId":"workdayStaffingGetJobChangesByIDLocation","method":"get","path":"/staffing/v7/jobChanges/{ID}/location","upstreamPath":"/jobChanges/{ID}/location","fidelity":"modeled","xWorkdayOperationId":"90151d6c4ff110001ac0773eeb0b0257"},{"operationId":"workdayStaffingGetJobChangesByIDContract","method":"get","path":"/staffing/v7/jobChanges/{ID}/contract","upstreamPath":"/jobChanges/{ID}/contract","fidelity":"modeled","xWorkdayOperationId":"27ec818d10d01000038f2891b3a10109"},{"operationId":"workdayStaffingGetJobChangesByIDJobClassification","method":"get","path":"/staffing/v7/jobChanges/{ID}/jobClassification","upstreamPath":"/jobChanges/{ID}/jobClassification","fidelity":"modeled","xWorkdayOperationId":"354103f19636100008453c4c15260181"},{"operationId":"workdayStaffingGetJobChangesByIDMoveTeamBySubresourceID","method":"get","path":"/staffing/v7/jobChanges/{ID}/moveTeam/{subresourceID}","upstreamPath":"/jobChanges/{ID}/moveTeam/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"544fdf5c01da1000238c50e131f60149"},{"operationId":"workdayStaffingPatchJobChangesByIDMoveTeamBySubresourceID","method":"patch","path":"/staffing/v7/jobChanges/{ID}/moveTeam/{subresourceID}","upstreamPath":"/jobChanges/{ID}/moveTeam/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"41c17bd8b09e10001800b5ff96a7030b"},{"operationId":"workdayStaffingPostOrganizationAssignmentChanges","method":"post","path":"/staffing/v7/organizationAssignmentChanges","upstreamPath":"/organizationAssignmentChanges","fidelity":"modeled","xWorkdayOperationId":"04c1d959129310000cbb8900db470000"},{"operationId":"workdayStaffingGetOrganizationAssignmentChangesByIDCostingBySubresourceID","method":"get","path":"/staffing/v7/organizationAssignmentChanges/{ID}/costing/{subresourceID}","upstreamPath":"/organizationAssignmentChanges/{ID}/costing/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"a18edb56aca01000138ecd87f6b303ba"},{"operationId":"workdayStaffingPatchOrganizationAssignmentChangesByIDCostingBySubresourceID","method":"patch","path":"/staffing/v7/organizationAssignmentChanges/{ID}/costing/{subresourceID}","upstreamPath":"/organizationAssignmentChanges/{ID}/costing/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"3d1cd8e4c7e31000156d938729410906"},{"operationId":"workdayStaffingGetOrganizationAssignmentChangesByIDStartDetailsBySubresourceID","method":"get","path":"/staffing/v7/organizationAssignmentChanges/{ID}/startDetails/{subresourceID}","upstreamPath":"/organizationAssignmentChanges/{ID}/startDetails/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"90009f2bfc49100017b1c7101d0c063d"},{"operationId":"workdayStaffingPatchOrganizationAssignmentChangesByIDStartDetailsBySubresourceID","method":"patch","path":"/staffing/v7/organizationAssignmentChanges/{ID}/startDetails/{subresourceID}","upstreamPath":"/organizationAssignmentChanges/{ID}/startDetails/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"4b01760a522a100015b44953adfe03bf"},{"operationId":"workdayStaffingPostOrganizationAssignmentChangesByIDSubmit","method":"post","path":"/staffing/v7/organizationAssignmentChanges/{ID}/submit","upstreamPath":"/organizationAssignmentChanges/{ID}/submit","fidelity":"modeled","xWorkdayOperationId":"23782ad3f54110001eca7bebd03600f4"},{"operationId":"workdayStaffingGetOrganizationAssignmentChangesByIDCostCenter","method":"get","path":"/staffing/v7/organizationAssignmentChanges/{ID}/costCenter","upstreamPath":"/organizationAssignmentChanges/{ID}/costCenter","fidelity":"modeled","xWorkdayOperationId":"5aabf8e28cb3100010aa6cfbec7f0251"},{"operationId":"workdayStaffingGetOrganizationAssignmentChangesByIDCostCenterBySubresourceID","method":"get","path":"/staffing/v7/organizationAssignmentChanges/{ID}/costCenter/{subresourceID}","upstreamPath":"/organizationAssignmentChanges/{ID}/costCenter/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"5aabf8e28cb3100010aa6cfbec7f0251"},{"operationId":"workdayStaffingPatchOrganizationAssignmentChangesByIDCostCenterBySubresourceID","method":"patch","path":"/staffing/v7/organizationAssignmentChanges/{ID}/costCenter/{subresourceID}","upstreamPath":"/organizationAssignmentChanges/{ID}/costCenter/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"9768a076eb931000140daeb396fe023f"},{"operationId":"workdayStaffingGetOrganizationAssignmentChangesByIDStartDetails","method":"get","path":"/staffing/v7/organizationAssignmentChanges/{ID}/startDetails","upstreamPath":"/organizationAssignmentChanges/{ID}/startDetails","fidelity":"modeled","xWorkdayOperationId":"90009f2bfc49100017b1c7101d0c063d"},{"operationId":"workdayStaffingGetOrganizationAssignmentChangesByIDCompany","method":"get","path":"/staffing/v7/organizationAssignmentChanges/{ID}/company","upstreamPath":"/organizationAssignmentChanges/{ID}/company","fidelity":"modeled","xWorkdayOperationId":"652d516fdff410000875dd2508fe0357"},{"operationId":"workdayStaffingGetOrganizationAssignmentChangesByIDComment","method":"get","path":"/staffing/v7/organizationAssignmentChanges/{ID}/comment","upstreamPath":"/organizationAssignmentChanges/{ID}/comment","fidelity":"modeled","xWorkdayOperationId":"b12b1abae9dd1000132d942391080000"},{"operationId":"workdayStaffingGetOrganizationAssignmentChangesByIDRegion","method":"get","path":"/staffing/v7/organizationAssignmentChanges/{ID}/region","upstreamPath":"/organizationAssignmentChanges/{ID}/region","fidelity":"modeled","xWorkdayOperationId":"090ac1f0c87f10000509d4388f92036c"},{"operationId":"workdayStaffingGetOrganizationAssignmentChangesByIDCustomOrganizationsBySubresourceID","method":"get","path":"/staffing/v7/organizationAssignmentChanges/{ID}/customOrganizations/{subresourceID}","upstreamPath":"/organizationAssignmentChanges/{ID}/customOrganizations/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"53cd2b632146100011ec9f06efac5522"},{"operationId":"workdayStaffingPatchOrganizationAssignmentChangesByIDCustomOrganizationsBySubresourceID","method":"patch","path":"/staffing/v7/organizationAssignmentChanges/{ID}/customOrganizations/{subresourceID}","upstreamPath":"/organizationAssignmentChanges/{ID}/customOrganizations/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"bd340904070f10001787de26ea7727bd"},{"operationId":"workdayStaffingGetOrganizationAssignmentChangesByIDCommentBySubresourceID","method":"get","path":"/staffing/v7/organizationAssignmentChanges/{ID}/comment/{subresourceID}","upstreamPath":"/organizationAssignmentChanges/{ID}/comment/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"b12b1abae9dd1000132d942391080000"},{"operationId":"workdayStaffingPatchOrganizationAssignmentChangesByIDCommentBySubresourceID","method":"patch","path":"/staffing/v7/organizationAssignmentChanges/{ID}/comment/{subresourceID}","upstreamPath":"/organizationAssignmentChanges/{ID}/comment/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"b12b1abae9dd100011a402491ec20000"},{"operationId":"workdayStaffingGetOrganizationAssignmentChangesByID","method":"get","path":"/staffing/v7/organizationAssignmentChanges/{ID}","upstreamPath":"/organizationAssignmentChanges/{ID}","fidelity":"modeled","xWorkdayOperationId":"db2f38bfb55510000d934b3527e800fb"},{"operationId":"workdayStaffingGetOrganizationAssignmentChangesByIDCustomOrganizations","method":"get","path":"/staffing/v7/organizationAssignmentChanges/{ID}/customOrganizations","upstreamPath":"/organizationAssignmentChanges/{ID}/customOrganizations","fidelity":"modeled","xWorkdayOperationId":"53cd2b632146100011ec9f06efac5522"},{"operationId":"workdayStaffingGetOrganizationAssignmentChangesByIDBusinessUnitBySubresourceID","method":"get","path":"/staffing/v7/organizationAssignmentChanges/{ID}/businessUnit/{subresourceID}","upstreamPath":"/organizationAssignmentChanges/{ID}/businessUnit/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"5aabf8e28cb310002521b33792f00368"},{"operationId":"workdayStaffingPatchOrganizationAssignmentChangesByIDBusinessUnitBySubresourceID","method":"patch","path":"/staffing/v7/organizationAssignmentChanges/{ID}/businessUnit/{subresourceID}","upstreamPath":"/organizationAssignmentChanges/{ID}/businessUnit/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"5c107dd7a839100017988dc36eeb0697"},{"operationId":"workdayStaffingGetOrganizationAssignmentChangesByIDCompanyBySubresourceID","method":"get","path":"/staffing/v7/organizationAssignmentChanges/{ID}/company/{subresourceID}","upstreamPath":"/organizationAssignmentChanges/{ID}/company/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"652d516fdff410000875dd2508fe0357"},{"operationId":"workdayStaffingPatchOrganizationAssignmentChangesByIDCompanyBySubresourceID","method":"patch","path":"/staffing/v7/organizationAssignmentChanges/{ID}/company/{subresourceID}","upstreamPath":"/organizationAssignmentChanges/{ID}/company/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"56fe0dd0eca110000e277e8cb47a02e2"},{"operationId":"workdayStaffingGetOrganizationAssignmentChangesByIDBusinessUnit","method":"get","path":"/staffing/v7/organizationAssignmentChanges/{ID}/businessUnit","upstreamPath":"/organizationAssignmentChanges/{ID}/businessUnit","fidelity":"modeled","xWorkdayOperationId":"5aabf8e28cb310002521b33792f00368"},{"operationId":"workdayStaffingGetOrganizationAssignmentChangesByIDCosting","method":"get","path":"/staffing/v7/organizationAssignmentChanges/{ID}/costing","upstreamPath":"/organizationAssignmentChanges/{ID}/costing","fidelity":"modeled","xWorkdayOperationId":"a18edb56aca01000138ecd87f6b303ba"},{"operationId":"workdayStaffingGetOrganizationAssignmentChangesByIDRegionBySubresourceID","method":"get","path":"/staffing/v7/organizationAssignmentChanges/{ID}/region/{subresourceID}","upstreamPath":"/organizationAssignmentChanges/{ID}/region/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"090ac1f0c87f10000509d4388f92036c"},{"operationId":"workdayStaffingPatchOrganizationAssignmentChangesByIDRegionBySubresourceID","method":"patch","path":"/staffing/v7/organizationAssignmentChanges/{ID}/region/{subresourceID}","upstreamPath":"/organizationAssignmentChanges/{ID}/region/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"5c107dd7a8391000100b2893eedb04c5"},{"operationId":"listSupervisoryOrganizations","method":"get","path":"/staffing/v7/supervisoryOrganizations","upstreamPath":"/supervisoryOrganizations","fidelity":"stateful","xWorkdayOperationId":"a02c2e1916fa100009e1ee01295d001d"},{"operationId":"workdayStaffingGetSupervisoryOrganizationsByIDMembersBySubresourceID","method":"get","path":"/staffing/v7/supervisoryOrganizations/{ID}/members/{subresourceID}","upstreamPath":"/supervisoryOrganizations/{ID}/members/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"ad3e317e08f810000ebaef7a87a5003b"},{"operationId":"workdayStaffingGetSupervisoryOrganizationsByIDMembers","method":"get","path":"/staffing/v7/supervisoryOrganizations/{ID}/members","upstreamPath":"/supervisoryOrganizations/{ID}/members","fidelity":"modeled","xWorkdayOperationId":"ad3e317e08f810000ebaef7a87a5003b"},{"operationId":"getSupervisoryOrganization","method":"get","path":"/staffing/v7/supervisoryOrganizations/{ID}","upstreamPath":"/supervisoryOrganizations/{ID}","fidelity":"stateful","xWorkdayOperationId":"a02c2e1916fa100009e1ee01295d001d"},{"operationId":"workdayStaffingGetSupervisoryOrganizationsByIDOrgChartBySubresourceID","method":"get","path":"/staffing/v7/supervisoryOrganizations/{ID}/orgChart/{subresourceID}","upstreamPath":"/supervisoryOrganizations/{ID}/orgChart/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"643e3a1262971000055567b981030046"},{"operationId":"workdayStaffingGetSupervisoryOrganizationsByIDOrgChart","method":"get","path":"/staffing/v7/supervisoryOrganizations/{ID}/orgChart","upstreamPath":"/supervisoryOrganizations/{ID}/orgChart","fidelity":"modeled","xWorkdayOperationId":"643e3a1262971000055567b981030046"},{"operationId":"workdayStaffingGetJobProfiles","method":"get","path":"/staffing/v7/jobProfiles","upstreamPath":"/jobProfiles","fidelity":"modeled","xWorkdayOperationId":"7deab99f645f10000b35a723c5dd0032"},{"operationId":"workdayStaffingGetJobProfilesByID","method":"get","path":"/staffing/v7/jobProfiles/{ID}","upstreamPath":"/jobProfiles/{ID}","fidelity":"modeled","xWorkdayOperationId":"7deab99f645f10000b35a723c5dd0032"},{"operationId":"workdayStaffingGetJobs","method":"get","path":"/staffing/v7/jobs","upstreamPath":"/jobs","fidelity":"modeled","xWorkdayOperationId":"1bfa8925c50510000ae7e9242407002a"},{"operationId":"workdayStaffingGetJobsByIDWorkspaceBySubresourceID","method":"get","path":"/staffing/v7/jobs/{ID}/workspace/{subresourceID}","upstreamPath":"/jobs/{ID}/workspace/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"1005157e3d6310001442aef0d6ee13d5"},{"operationId":"workdayStaffingGetJobsByIDWorkspace","method":"get","path":"/staffing/v7/jobs/{ID}/workspace","upstreamPath":"/jobs/{ID}/workspace","fidelity":"modeled","xWorkdayOperationId":"1005157e3d6310001442aef0d6ee13d5"},{"operationId":"workdayStaffingGetJobsByID","method":"get","path":"/staffing/v7/jobs/{ID}","upstreamPath":"/jobs/{ID}","fidelity":"modeled","xWorkdayOperationId":"1bfa8925c50510000ae7e9242407002a"},{"operationId":"workdayStaffingGetWorkers","method":"get","path":"/staffing/v7/workers","upstreamPath":"/workers","fidelity":"modeled","xWorkdayOperationId":"c2466b0778c610000cdf9abc4fbc000c"},{"operationId":"workdayStaffingPostWorkersByIDOrganizationAssignmentChanges","method":"post","path":"/staffing/v7/workers/{ID}/organizationAssignmentChanges","upstreamPath":"/workers/{ID}/organizationAssignmentChanges","fidelity":"modeled","xWorkdayOperationId":"cc45d62b623c1000132bdbe59fb10530"},{"operationId":"workdayStaffingGetWorkersByIDCheckIns","method":"get","path":"/staffing/v7/workers/{ID}/checkIns","upstreamPath":"/workers/{ID}/checkIns","fidelity":"modeled","xWorkdayOperationId":"b3a69f47a499100012edcbe14f450027"},{"operationId":"workdayStaffingPostWorkersByIDCheckIns","method":"post","path":"/staffing/v7/workers/{ID}/checkIns","upstreamPath":"/workers/{ID}/checkIns","fidelity":"modeled","xWorkdayOperationId":"316b5a26cc3c1000118215c538f302f4"},{"operationId":"workdayStaffingPostWorkersByIDHomeContactInformationChanges","method":"post","path":"/staffing/v7/workers/{ID}/homeContactInformationChanges","upstreamPath":"/workers/{ID}/homeContactInformationChanges","fidelity":"modeled","xWorkdayOperationId":"5f06a5c825501000164b238fea860174"},{"operationId":"workdayStaffingGetWorkersByIDExternalSkillLevel","method":"get","path":"/staffing/v7/workers/{ID}/externalSkillLevel","upstreamPath":"/workers/{ID}/externalSkillLevel","fidelity":"modeled","xWorkdayOperationId":"69d975e384d710000a679d7080170000"},{"operationId":"workdayStaffingPostWorkersByIDExternalSkillLevel","method":"post","path":"/staffing/v7/workers/{ID}/externalSkillLevel","upstreamPath":"/workers/{ID}/externalSkillLevel","fidelity":"modeled","xWorkdayOperationId":"69d975e384d710000a679d7080170002"},{"operationId":"workdayStaffingGetWorkersByIDSkillItemsBySubresourceID","method":"get","path":"/staffing/v7/workers/{ID}/skillItems/{subresourceID}","upstreamPath":"/workers/{ID}/skillItems/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"8aa3b2651012100012c44529219a00eb"},{"operationId":"workdayStaffingGetWorkersByIDWorkContactInformationChangesBySubresourceID","method":"get","path":"/staffing/v7/workers/{ID}/workContactInformationChanges/{subresourceID}","upstreamPath":"/workers/{ID}/workContactInformationChanges/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"5f06a5c825501000164434a6c97c0170"},{"operationId":"workdayStaffingGetWorkersByIDHomeContactInformationChangesBySubresourceID","method":"get","path":"/staffing/v7/workers/{ID}/homeContactInformationChanges/{subresourceID}","upstreamPath":"/workers/{ID}/homeContactInformationChanges/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"5f06a5c825501000164b23890a0d0173"},{"operationId":"listExplicitSkills","method":"get","path":"/staffing/v7/workers/{ID}/explicitSkills","upstreamPath":"/workers/{ID}/explicitSkills","fidelity":"stateful","xWorkdayOperationId":"d734f7cb63801000088f78b219f8012c"},{"operationId":"workdayStaffingPostWorkersByIDExplicitSkills","method":"post","path":"/staffing/v7/workers/{ID}/explicitSkills","upstreamPath":"/workers/{ID}/explicitSkills","fidelity":"modeled","xWorkdayOperationId":"d734f7cb63801000088f78cc1dc1012d"},{"operationId":"workdayStaffingGetWorkersByIDExternalSkillLevelBySubresourceID","method":"get","path":"/staffing/v7/workers/{ID}/externalSkillLevel/{subresourceID}","upstreamPath":"/workers/{ID}/externalSkillLevel/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"69d975e384d710000a679d7080170000"},{"operationId":"workdayStaffingPutWorkersByIDExternalSkillLevelBySubresourceID","method":"put","path":"/staffing/v7/workers/{ID}/externalSkillLevel/{subresourceID}","upstreamPath":"/workers/{ID}/externalSkillLevel/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"69d975e384d710000a679d7080170001"},{"operationId":"workdayStaffingGetWorkersByIDServiceDatesBySubresourceID","method":"get","path":"/staffing/v7/workers/{ID}/serviceDates/{subresourceID}","upstreamPath":"/workers/{ID}/serviceDates/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"6b1db753fd82100027d4d4b0f2cd001f"},{"operationId":"getExplicitSkill","method":"get","path":"/staffing/v7/workers/{ID}/explicitSkills/{subresourceID}","upstreamPath":"/workers/{ID}/explicitSkills/{subresourceID}","fidelity":"stateful","xWorkdayOperationId":"d734f7cb63801000088f78b219f8012c"},{"operationId":"workdayStaffingGetWorkersByIDCheckInTopicsBySubresourceID","method":"get","path":"/staffing/v7/workers/{ID}/checkInTopics/{subresourceID}","upstreamPath":"/workers/{ID}/checkInTopics/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"d81c816de26f100018857de433280038"},{"operationId":"workdayStaffingPatchWorkersByIDCheckInTopicsBySubresourceID","method":"patch","path":"/staffing/v7/workers/{ID}/checkInTopics/{subresourceID}","upstreamPath":"/workers/{ID}/checkInTopics/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"3125bee9ec6610001a38647867c3022c"},{"operationId":"workdayStaffingDeleteWorkersByIDCheckInTopicsBySubresourceID","method":"delete","path":"/staffing/v7/workers/{ID}/checkInTopics/{subresourceID}","upstreamPath":"/workers/{ID}/checkInTopics/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"b83f7edd481e100009593622baba1300"},{"operationId":"workdayStaffingPatchWorkersByIDCheckInTopicsBySubresourceIDTypeArchive","method":"patch","path":"/staffing/v7/workers/{ID}/checkInTopics/{subresourceID}?type=archive","upstreamPath":"/workers/{ID}/checkInTopics/{subresourceID}?type=archive","fidelity":"modeled","queryDiscriminator":{"parameter":"type","value":"archive"},"xWorkdayOperationId":"1163fe23102e10001faffd13358001ac"},{"operationId":"workdayStaffingPostWorkersByIDWorkContactInformationChanges","method":"post","path":"/staffing/v7/workers/{ID}/workContactInformationChanges","upstreamPath":"/workers/{ID}/workContactInformationChanges","fidelity":"modeled","xWorkdayOperationId":"5f06a5c825501000164434b6d3050171"},{"operationId":"workdayStaffingGetWorkersByIDServiceDates","method":"get","path":"/staffing/v7/workers/{ID}/serviceDates","upstreamPath":"/workers/{ID}/serviceDates","fidelity":"modeled","xWorkdayOperationId":"6b1db753fd82100027d4d4b0f2cd001f"},{"operationId":"getWorker","method":"get","path":"/staffing/v7/workers/{ID}","upstreamPath":"/workers/{ID}","fidelity":"stateful","xWorkdayOperationId":"c2466b0778c610000cdf9abc4fbc000c"},{"operationId":"workdayStaffingPostWorkersByIDJobChanges","method":"post","path":"/staffing/v7/workers/{ID}/jobChanges","upstreamPath":"/workers/{ID}/jobChanges","fidelity":"modeled","xWorkdayOperationId":"ce861a6a360d100028b071fe9f480015"},{"operationId":"workdayStaffingGetWorkersByIDCheckInsBySubresourceID","method":"get","path":"/staffing/v7/workers/{ID}/checkIns/{subresourceID}","upstreamPath":"/workers/{ID}/checkIns/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"b3a69f47a499100012edcbe14f450027"},{"operationId":"workdayStaffingPatchWorkersByIDCheckInsBySubresourceID","method":"patch","path":"/staffing/v7/workers/{ID}/checkIns/{subresourceID}","upstreamPath":"/workers/{ID}/checkIns/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"8e4e33097f90100013c85dc4554200fb"},{"operationId":"workdayStaffingDeleteWorkersByIDCheckInsBySubresourceID","method":"delete","path":"/staffing/v7/workers/{ID}/checkIns/{subresourceID}","upstreamPath":"/workers/{ID}/checkIns/{subresourceID}","fidelity":"modeled","xWorkdayOperationId":"7620fa224f261000152ad2cf9cc91311"},{"operationId":"workdayStaffingPatchWorkersByIDCheckInsBySubresourceIDTypeArchive","method":"patch","path":"/staffing/v7/workers/{ID}/checkIns/{subresourceID}?type=archive","upstreamPath":"/workers/{ID}/checkIns/{subresourceID}?type=archive","fidelity":"modeled","queryDiscriminator":{"parameter":"type","value":"archive"},"xWorkdayOperationId":"1163fe23102e10001e303f9c14a5019a"},{"operationId":"workdayStaffingGetWorkersByIDSkillItems","method":"get","path":"/staffing/v7/workers/{ID}/skillItems","upstreamPath":"/workers/{ID}/skillItems","fidelity":"modeled","xWorkdayOperationId":"8aa3b2651012100012c44529219a00eb"},{"operationId":"workdayStaffingPostWorkersByIDSkillItems","method":"post","path":"/staffing/v7/workers/{ID}/skillItems","upstreamPath":"/workers/{ID}/skillItems","fidelity":"modeled","xWorkdayOperationId":"8aa3b2651012100012c444e386bc00ea"},{"operationId":"workdayStaffingGetWorkersByIDCheckInTopics","method":"get","path":"/staffing/v7/workers/{ID}/checkInTopics","upstreamPath":"/workers/{ID}/checkInTopics","fidelity":"modeled","xWorkdayOperationId":"d81c816de26f100018857de433280038"},{"operationId":"workdayStaffingPostWorkersByIDCheckInTopics","method":"post","path":"/staffing/v7/workers/{ID}/checkInTopics","upstreamPath":"/workers/{ID}/checkInTopics","fidelity":"modeled","xWorkdayOperationId":"3267c0ba92a010001ceb6f4d060003eb"},{"operationId":"workdayStaffingGetValuesJobChangesGroupFrequencies","method":"get","path":"/staffing/v7/values/jobChangesGroup/frequencies/","upstreamPath":"/values/jobChangesGroup/frequencies/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupJobProfiles","method":"get","path":"/staffing/v7/values/jobChangesGroup/jobProfiles/","upstreamPath":"/values/jobChangesGroup/jobProfiles/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupHeadcountOptions","method":"get","path":"/staffing/v7/values/jobChangesGroup/headcountOptions/","upstreamPath":"/values/jobChangesGroup/headcountOptions/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupWorkSpaces","method":"get","path":"/staffing/v7/values/jobChangesGroup/workSpaces/","upstreamPath":"/values/jobChangesGroup/workSpaces/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupWorkerTypes","method":"get","path":"/staffing/v7/values/jobChangesGroup/workerTypes/","upstreamPath":"/values/jobChangesGroup/workerTypes/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupReason","method":"get","path":"/staffing/v7/values/jobChangesGroup/reason/","upstreamPath":"/values/jobChangesGroup/reason/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupAssignmentTypes","method":"get","path":"/staffing/v7/values/jobChangesGroup/assignmentTypes/","upstreamPath":"/values/jobChangesGroup/assignmentTypes/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupEmployeeTypes","method":"get","path":"/staffing/v7/values/jobChangesGroup/employeeTypes/","upstreamPath":"/values/jobChangesGroup/employeeTypes/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupJobClassifications","method":"get","path":"/staffing/v7/values/jobChangesGroup/jobClassifications/","upstreamPath":"/values/jobChangesGroup/jobClassifications/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupWorkStudyAwards","method":"get","path":"/staffing/v7/values/jobChangesGroup/workStudyAwards/","upstreamPath":"/values/jobChangesGroup/workStudyAwards/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupPayRateTypes","method":"get","path":"/staffing/v7/values/jobChangesGroup/payRateTypes/","upstreamPath":"/values/jobChangesGroup/payRateTypes/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupLocations","method":"get","path":"/staffing/v7/values/jobChangesGroup/locations/","upstreamPath":"/values/jobChangesGroup/locations/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupTimeTypes","method":"get","path":"/staffing/v7/values/jobChangesGroup/timeTypes/","upstreamPath":"/values/jobChangesGroup/timeTypes/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupCurrencies","method":"get","path":"/staffing/v7/values/jobChangesGroup/currencies/","upstreamPath":"/values/jobChangesGroup/currencies/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupProposedPosition","method":"get","path":"/staffing/v7/values/jobChangesGroup/proposedPosition/","upstreamPath":"/values/jobChangesGroup/proposedPosition/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupTemplates","method":"get","path":"/staffing/v7/values/jobChangesGroup/templates/","upstreamPath":"/values/jobChangesGroup/templates/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupWorkersCompensationCodeOverrides","method":"get","path":"/staffing/v7/values/jobChangesGroup/workersCompensationCodeOverrides/","upstreamPath":"/values/jobChangesGroup/workersCompensationCodeOverrides/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupJobs","method":"get","path":"/staffing/v7/values/jobChangesGroup/jobs/","upstreamPath":"/values/jobChangesGroup/jobs/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupSupervisoryOrganization","method":"get","path":"/staffing/v7/values/jobChangesGroup/supervisoryOrganization/","upstreamPath":"/values/jobChangesGroup/supervisoryOrganization/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupWorkShifts","method":"get","path":"/staffing/v7/values/jobChangesGroup/workShifts/","upstreamPath":"/values/jobChangesGroup/workShifts/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupWorkers","method":"get","path":"/staffing/v7/values/jobChangesGroup/workers/","upstreamPath":"/values/jobChangesGroup/workers/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupCompanyInsiderTypes","method":"get","path":"/staffing/v7/values/jobChangesGroup/companyInsiderTypes/","upstreamPath":"/values/jobChangesGroup/companyInsiderTypes/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupContingentWorkerTypes","method":"get","path":"/staffing/v7/values/jobChangesGroup/contingentWorkerTypes/","upstreamPath":"/values/jobChangesGroup/contingentWorkerTypes/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesJobChangesGroupJobRequisitions","method":"get","path":"/staffing/v7/values/jobChangesGroup/jobRequisitions/","upstreamPath":"/values/jobChangesGroup/jobRequisitions/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesOrganizationAssignmentChangesGroupRegions","method":"get","path":"/staffing/v7/values/organizationAssignmentChangesGroup/regions/","upstreamPath":"/values/organizationAssignmentChangesGroup/regions/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesOrganizationAssignmentChangesGroupPositions","method":"get","path":"/staffing/v7/values/organizationAssignmentChangesGroup/positions/","upstreamPath":"/values/organizationAssignmentChangesGroup/positions/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesOrganizationAssignmentChangesGroupCompanies","method":"get","path":"/staffing/v7/values/organizationAssignmentChangesGroup/companies/","upstreamPath":"/values/organizationAssignmentChangesGroup/companies/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesOrganizationAssignmentChangesGroupFunds","method":"get","path":"/staffing/v7/values/organizationAssignmentChangesGroup/funds/","upstreamPath":"/values/organizationAssignmentChangesGroup/funds/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesOrganizationAssignmentChangesGroupGrants","method":"get","path":"/staffing/v7/values/organizationAssignmentChangesGroup/grants/","upstreamPath":"/values/organizationAssignmentChangesGroup/grants/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesOrganizationAssignmentChangesGroupPrograms","method":"get","path":"/staffing/v7/values/organizationAssignmentChangesGroup/programs/","upstreamPath":"/values/organizationAssignmentChangesGroup/programs/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesOrganizationAssignmentChangesGroupJobs","method":"get","path":"/staffing/v7/values/organizationAssignmentChangesGroup/jobs/","upstreamPath":"/values/organizationAssignmentChangesGroup/jobs/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesOrganizationAssignmentChangesGroupBusinessUnits","method":"get","path":"/staffing/v7/values/organizationAssignmentChangesGroup/businessUnits/","upstreamPath":"/values/organizationAssignmentChangesGroup/businessUnits/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesOrganizationAssignmentChangesGroupWorkers","method":"get","path":"/staffing/v7/values/organizationAssignmentChangesGroup/workers/","upstreamPath":"/values/organizationAssignmentChangesGroup/workers/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesOrganizationAssignmentChangesGroupCustoms","method":"get","path":"/staffing/v7/values/organizationAssignmentChangesGroup/customs/","upstreamPath":"/values/organizationAssignmentChangesGroup/customs/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesOrganizationAssignmentChangesGroupCostCenters","method":"get","path":"/staffing/v7/values/organizationAssignmentChangesGroup/costCenters/","upstreamPath":"/values/organizationAssignmentChangesGroup/costCenters/","fidelity":"modeled"},{"operationId":"workdayStaffingGetValuesOrganizationAssignmentChangesGroupGifts","method":"get","path":"/staffing/v7/values/organizationAssignmentChangesGroup/gifts/","upstreamPath":"/values/organizationAssignmentChangesGroup/gifts/","fidelity":"modeled"}]},"x-purple-suite-runtime-path-canonicalization":[{"documentedPath":"/staffing/v7/workers/{ID}/checkInTopics/{subresourceID}?type=archive","runtimePath":"/staffing/v7/workers/:ID/checkInTopics/:subresourceID","queryDiscriminator":{"parameter":"type","value":"archive"},"reason":"The pinned Workday artifact encodes a query string in an OpenAPI path key; HTTP routing canonicalizes only this exact single-value discriminator."},{"documentedPath":"/staffing/v7/workers/{ID}/checkIns/{subresourceID}?type=archive","runtimePath":"/staffing/v7/workers/:ID/checkIns/:subresourceID","queryDiscriminator":{"parameter":"type","value":"archive"},"reason":"The pinned Workday artifact encodes a query string in an OpenAPI path key; HTTP routing canonicalizes only this exact single-value discriminator."}],"x-purple-suite-exclusions":["Workday Web Services (SOAP/WWS)","Workday Graph API","Workday Query Language (WQL), a separate Platform API family","Reports-as-a-Service (RaaS) and tenant custom reports","Finance, Payroll, Student, and non-HR Platform REST services","Experimental alpha, beta, and labs services","Tenant-configured actions absent from the pinned public artifacts"]}