Instance Documents REST Endpoints
Processes/Instances/Instance Documents
The operations from the Processes/Instances/Instance Documents category.
- Delete a Process Document
- Method: deletePath:
/process/api/v1/instances/{id}/documents/files/{documentId} - Download a Process Document
- Method: getPath:
/process/api/v1/instances/{id}/documents/files/{documentId}/data - List Process Instance Documents
- Method: getPath:
/process/api/v1/instances/{id}/documents - Upload Process Document to Process Instance
- Method: postPath:
/process/api/v1/instances/{id}/documents/files/data