RequisitionsWorktags
Reads /worktags entries from the Requisitions table.
Workday Resource Information
Retrieves a requisition with the specified ID.Secured by: Checkout (REST), Process: Requisition - Reporting, Process: Requisition - View, Self-Service: Requisition, Self-Service: Supplier Contact Tasks, View: Organization Requisition
Scope: Procurement
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Requisitions_Id [KEY] | String | False |
The Workday ID of the Requisitions that contains this. |
| Descriptor | String | False |
A preview of the instance |
| Href | String | False |
A link to the instance |
| WorktagType_Descriptor | String | False |
A description of the instance |
| WorktagType_Href | String | False |
A link to the instance |
| WorktagType_Id | String | False |
wid / id / reference id |
| ExternalSourceableId_Prompt | String | False | |
| ExternalSystemId_Prompt | String | False | |
| FromDate_Prompt | Date | False |
Filters the requisitions with document date on or after the specified date. Use the yyyy-mm-dd format. |
| Requester_Prompt | String | False |
Filters the requisitions by requester. Specify the Workday ID of the worker who requested the requisition. |
| RequisitionType_Prompt | String | False |
Filters the requisitions by type. Specify the Workday ID of the requisition type. You can specify multiple requisitionType query parameters. |
| SubmittedByPerson_Prompt | String | False |
Filters the requisitions by the Person who submitted the requisition. Specify the Workday ID or the reference ID of the person. |
| SubmittedBySupplier_Prompt | String | False |
Filters the requisitions by the supplier who submitted the requisition. Specify the Workday ID or the reference ID of the supplier. You can specify multiple submittedBySupplier query parameters. |
| SubmittedBy_Prompt | String | False |
Filters the requisitions by the Worker who submitted the requisition. Specify the Workday ID or the reference ID of the worker. You can use a returned id from GET /workers in the Staffing REST web service. |
| ToDate_Prompt | Date | False |
Filters the requisitions with document date on or before the specified date. Use the yyyy-mm-dd format. |