Web Form Attachments REST Endpoints

Shared Services/Web Form Attachments
The web form attachments resource is used to view, create, delete, or modify attachments provided by registered public user or agency users.
Create an attachment for a registered public user account
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWebformAttachments
Delete an attachment for a registered public user account
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWebformAttachments/{DocumentKey}
Get all attachments for a registered public user account
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWebformAttachments
Get an attachment for a registered public user account
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWebformAttachments/{DocumentKey}
Update an attachment for a registered public user account
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWebformAttachments/{DocumentKey}