RequisitionTemplatesWorktags
Links worktags to requisition templates for financial reporting.
Workday Resource Information
Retrieves the goods and service line details of a requisition template with the specified ID. This operation returns only requisition templates that are authorized for use by the processing worker.You can use the response data from this endpoint to:
* Create a new requisition using POST /requisitions.
* Add a requisition line to an existing requisition using POST /requisitions/{ID}/requisitionLines.
Secured by: REST API Public
Columns
| Name | Type | Description |
| Id [KEY] | String | The unique identifier for this instance. |
| RequisitionTemplates_Id [KEY] | String | The Workday ID of the RequisitionTemplates record that contains this instance. |
| Descriptor | String | A brief preview of the instance, summarizing key details. |
| WorktagType_Descriptor | String | A description of the associated worktag type, outlining its purpose and usage. |
| WorktagType_Href | String | A URL link to the detailed record of the worktag type. |
| WorktagType_Id | String | The unique identifier for the worktag type. |