Project Attachments REST Endpoints

Project Attachments
The project attachments resource is used to add, update, view or delete an attachment to a project.
Create a set of project attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectAttachments
Delete a project attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectAttachments/{AttachmentKey}
Get a project attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectAttachments/{AttachmentKey}
Get all project attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectAttachments
Update a project attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectAttachments/{AttachmentKey}