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 | The display name of the instance |
| IdGenerator_Descriptor | String | The display name of the instance |
| 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 | The display name of the instance |
| 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 | The display name of the instance |
| 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 | The display name of the instance |
| 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. |