RequisitionsAttachments
Retrieves the metadata or the attachment content of the specified requisition.
Workday Resource Information
Retrieves the metadata of the attachment with the specified ID for the specified requisition.To retrieve the attachment content, specify the type=getFileContent query parameter.
Secured by: REST API Public
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 owns this. |
| AttachmentCategory_Descriptor | String | False |
A preview of the instance |
| AttachmentCategory_Id | String | False |
Id of the instance |
| Comment | String | False |
The comment for the attachment. |
| ContentType_Descriptor | String | False |
A description of the instance |
| ContentType_Href | String | False |
A link to the instance |
| ContentType_Id | String | False |
wid / id / reference id |
| Descriptor | String | False |
A preview of the instance |
| External | Bool | False |
If true, an external supplier can view the attachment on the purchase order once the purchase order has been issued. |
| FileLength | Decimal | False |
The length of the attachment. |
| FileName | String | False |
The file name of the attachment. |
| Href | String | False |
A link to the instance |
| 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. |