MCP Server for Workday

Build 25.0.9440

JobChangesJobClassification

Retrieves job classification details for a specific job change, ensuring accurate categorization based on organizational standards.

Table Specific Information

Select

The Workday server requires filtering on JobChange_Id in order to perform the query.

For example:

SELECT * FROM JobChangesJobClassification WHERE JobChange_Id = '1234';

Workday Resource Information

Retrieves a job classification for the specified job change ID.

The {subResourceID} path parameter must be the same as the {ID} value.

Secured by: Staffing Actions: Additional Job Classifications

Scope: Staffing

Aggregate Fields

The server represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is. Fields marked with a hyphen are read-only and must not be included when calling stored procedures or when performing an INSERT or UPDATE.

This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.

AdditionalJobClassifications_Aggregate


[{
  descriptor: Text /* A preview of the instance */
  id: Text /* Id of the instance */
}]

Columns

Name Type ReadOnly Description
JobChange_Id [KEY] String False

A system-generated unique identifier for the job change process, required in all queries to track employment modifications.

AdditionalJobClassifications_Aggregate String False

A list of additional job classifications proposed as part of the staffing event, ensuring proper categorization of the worker’s role within the organization.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440