List Process Instance Documents

get

/process/api/v1/instances/{id}/documents

List documents associated with the process instance ID.

Request

Path Parameters
Query Parameters
  • View type of the documents
    Allowed Values: [ "flat", "hierarchy" ]
Header Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : DocumentCollection
Match All
Show Source
Nested Schema : CommonModel
Type: object
Show Source
Nested Schema : DocumentCollection-allOf[1]
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : ContentItem
Type: object
Show Source
Nested Schema : User
Match All
Show Source
Nested Schema : permissions
Type: array
Show Source
Nested Schema : IdentityCommon
Type: object
Show Source

401 Response

Unauthorized
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source
Examples

500 Response

Internal server error
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source
Examples

Back to Top