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 |
Supported for: SELECT. A preview of the instance |
AttachmentCategory_Id | String | False |
Supported for: SELECT, UPDATE. Id of the instance |
Comment | String | False |
Supported for: SELECT, UPDATE. The comment for the attachment. |
ContentType_Descriptor | String | False |
Supported for: SELECT. A description of the instance |
ContentType_Href | String | False |
Supported for: SELECT. A link to the instance |
ContentType_Id | String | False |
Supported for: SELECT, INSERT. wid / id / reference id |
Descriptor | String | False |
Supported for: SELECT, INSERT, UPDATE. A preview of the instance |
External | Bool | False |
Supported for: SELECT, UPDATE. If true, an external supplier can view the attachment on the purchase order once the purchase order has been issued. |
FileLength | Decimal | False |
Supported for: SELECT, INSERT. The length of the attachment. |
FileName | String | False |
Supported for: SELECT, INSERT. The file name of the attachment. |
Href | String | False |
Supported for: INSERT. A link to the instance |
ExternalSourceableId_Prompt | String | False |
Only used when a Requisitions_Id filter is not provided. No description available. |
ExternalSystemId_Prompt | String | False |
Only used when a Requisitions_Id filter is not provided. No description available. |
FromDate_Prompt | Date | False |
Only used when a Requisitions_Id filter is not provided. Filters the requisitions with document date on or after the specified date. Use the yyyy-mm-dd format. |
Requester_Prompt | String | False |
Only used when a Requisitions_Id filter is not provided. Filters the requisitions by requester. Specify the Workday ID of the worker who requested the requisition. |
RequisitionType_Prompt | String | False |
Only used when a Requisitions_Id filter is not provided. Accepts multiple inputs. Filters the requisitions by type. Specify the Workday ID of the requisition type. You can specify multiple requisitionType query parameters. |
SubmittedByPerson_Prompt | String | False |
Only used when a Requisitions_Id filter is not provided. 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 |
Only used when a Requisitions_Id filter is not provided. Accepts multiple inputs. 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 |
Only used when a Requisitions_Id filter is not provided. 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 |
Only used when a Requisitions_Id filter is not provided. Filters the requisitions with document date on or before the specified date. Use the yyyy-mm-dd format. |