- Subcategories:
- Large Object (LOB) Attributes - FileContents
- Large Object (LOB) Attributes - FileWebImage
Attachment to a Deliverable REST Endpoints
Deliverables/Attachment to a Deliverable
The attachment resource is used to create, view, update, or delete an attachment to a project deliverable.
- Create attachments for a deliverable
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}/child/Attachment
- Delete an attachment to a deliverable
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}/child/Attachment/{AttachmentUniqID}
- Get all attachments for a deliverable
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}/child/Attachment
- Get an attachment for a deliverable
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}/child/Attachment/{AttachmentUniqID}
- Update an attachment to a deliverable
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}/child/Attachment/{AttachmentUniqID}