RequisitionsAttachments
Stores metadata and file content for attachments linked to requisitions.
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 |
The unique identifier for the instance, typically used as the primary reference ID within the system. |
| Requisitions_Id [KEY] | String | False |
The Workday ID of the requisition that owns or is associated with this attachment. |
| AttachmentCategory_Descriptor | String | False |
A brief preview or description of the category of the attachment, providing context about its type or usage. |
| AttachmentCategory_Id | String | False |
The unique identifier for the attachment category, used to classify the type of attachment. |
| Comment | String | False |
A comment or note regarding the attachment, providing additional information or context about the attached file. |
| ContentType_Descriptor | String | False |
A description of the content type of the attachment, outlining the nature or format of the file. |
| ContentType_Href | String | False |
A link to the content type instance for further details or reference. |
| ContentType_Id | String | False |
The unique Workday ID or reference ID for the content type associated with the attachment. |
| Descriptor | String | False |
A brief preview or summary description of the attachment instance. |
| External | Bool | False |
Indicates whether the attachment can be viewed by an external supplier once the associated purchase order is issued (true) or not (false). |
| FileLength | Decimal | False |
The size of the attachment file, typically measured in bytes. |
| FileName | String | False |
The name of the file associated with the attachment. |
| Href | String | False |
A link to the specific attachment instance for viewing or further interaction. |
| ExternalSourceableId_Prompt | String | False |
A prompt to filter attachments by their external sourceable ID, which links the attachment to external systems. |
| ExternalSystemId_Prompt | String | False |
A prompt to filter attachments by their external system ID, used for integration with other systems. |
| FromDate_Prompt | Date | False |
Filters requisitions by their document date, selecting those created on or after the specified date (use yyyy-mm-dd format). |
| Requester_Prompt | String | False |
Filters requisitions by the requester. Specify the Workday ID of the worker who initiated the requisition. |
| RequisitionType_Prompt | String | False |
Filters requisitions by their type. Specify the Workday ID of the requisition type. Multiple requisitionType parameters can be used for more specific filtering. |
| SubmittedByPerson_Prompt | String | False |
Filters requisitions by the person who submitted them. Specify the Workday ID or reference ID of the person. |
| SubmittedBySupplier_Prompt | String | False |
Filters requisitions by the supplier who submitted them. Specify the Workday ID or reference ID of the supplier. |
| SubmittedBy_Prompt | String | False |
Filters requisitions by the worker who submitted them. Specify the Workday ID or reference ID of the worker. |
| ToDate_Prompt | Date | False |
Filters requisitions by their document date, selecting those created on or before the specified date (use yyyy-mm-dd format). |