Instance Documents REST Endpoints

Processes/Instances/Instance Documents
The operations from the Processes/Instances/Instance Documents category.
Delete a Process Document
Method: delete
Path: /process/api/v1/instances/{id}/documents/files/{documentId}
Download a Process Document
Method: get
Path: /process/api/v1/instances/{id}/documents/files/{documentId}/data
List Process Instance Documents
Method: get
Path: /process/api/v1/instances/{id}/documents
Upload Process Document to Process Instance
Method: post
Path: /process/api/v1/instances/{id}/documents/files/data