RequestTypes
Stores and categorizes different types of requests available in the system.
Workday Resource Information
Returns all request types. The returned results are secured based on the processing person's Initiate access to the request. Call GET /types/{ID} to retrieve details about the questionnaire for the request type.Secured by: Core Navigation
Scope: Adaptive Planning for Financial Plans, Adaptive Planning for the Workforce, Tenant Non-Configurable
Columns
| Name | Type | Description |
| Id [KEY] | String | The unique identifier for the instance, typically used as a primary reference ID within the system. |
| AllowRequestOnBehalfOf | Bool | Indicates whether the request allows for initiation on behalf of another person, enabling delegated requests. |
| Description | String | A detailed description of the request type, explaining its purpose and the actions it pertains to. |
| Descriptor | String | A brief preview or summary description of the instance, typically used for quick identification or reference. |
| IdGenerator_Descriptor | String | A description of the ID generator instance, which may be used to generate unique identifiers for requests or entities. |
| IdGenerator_Href | String | A URL link to the specific instance of the ID generator for detailed reference or interaction. |
| IdGenerator_Id | String | The unique Workday ID or reference ID for the ID generator instance. |
| Questionnaire_Descriptor | String | A description of the specific questionnaire instance, providing context for the associated questionnaire. |
| Questionnaire_Href | String | A URL link to the specific questionnaire instance for detailed reference or interaction. |
| Questionnaire_Id | String | The unique identifier for the questionnaire instance, typically a Workday ID or reference ID. |
| RequestDescriptionDisplay_Descriptor | String | A description of the display format for the request description, outlining how it is presented. |
| RequestDescriptionDisplay_Href | String | A URL link to the specific request description display instance for further reference or details. |
| RequestDescriptionDisplay_Id | String | The unique Workday ID or reference ID for the request description display instance. |
| RestrictQuestionnaireResponses | Bool | True if Questionnaire responses associated with this request type can only be viewed by security groups added to the Questionnaire results domain. |
| WorkdayObject_Descriptor | String | A description of the Workday object instance associated with the request, providing insight into the object involved. |
| WorkdayObject_Href | String | A URL link to the specific Workday object instance for further reference. |
| WorkdayObject_Id | String | The unique identifier for the Workday object instance, typically a Workday ID or reference ID. |