RequisitionTemplates
Retrieves the goods and service line details of a requisition template.
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 | Id of the instance |
| CreatedOnDate | Datetime | The document date of the requisition template. |
| Currency_Descriptor | String | A description of the instance |
| Currency_Href | String | A link to the instance |
| Currency_Id | String | wid / id / reference id |
| Descriptor | String | A preview of the instance |
| LineCount | Decimal | The number of lines on the requisition template. |
| Name | String | The name of the requisition template. |
| OwnedByCurrentUser | Bool | True when the processing worker also owns the requisition template. Workers can create either shared or private templates. |
| Owner_Descriptor | String | A description of the instance |
| Owner_Href | String | A link to the instance |
| Owner_Id | String | wid / id / reference id |