- Subcategories:
- Large Object (LOB) Attributes - File Contents
- Large Object (LOB) Attributes - File Web Image
Project Attachments REST Endpoints
Projects/Project Attachments
The Attachments resource is used to view, create, update and delete attachments to a project.
- Create an attachment for a project
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/Attachments - Delete an attachment for a project
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/Attachments/{AttachmentsUniqID} - Get all attachments for a project
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/Attachments - Get an attachment for a project
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/Attachments/{AttachmentsUniqID} - Update an attachment for a project
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/Attachments/{AttachmentsUniqID}