List History of Process Document

get

/process/api/v1/audit/instances/{instanceId}/documents/{documentId}

Retrieves the history of a single document used within a process instance.

Request

Path Parameters
Query Parameters
  • The number of items to return. If parameter is omitted default value 25 is set. If limit <=0 or limit> 50 then upto 50 records are returned
    Default Value: 25
  • 0 based index. The number of items to skip before starting to collect the result set.
Header Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : AuditDocumentDetail
Match All
Show Source
Nested Schema : CommonModel
Type: object
Show Source
Nested Schema : AuditDocumentWithoutCM
Type: object
Show Source
Nested Schema : ListPagination
Type: object
A common structure for helping a client with pagination
Show Source
  • The count of elements that are returned in the current this will be equal to or less than the "limit" parameter
  • The maximum number of elements to be returned. This will correspond to the "limit" query parameter
  • The index number of the first element for the list. This will correspond to the "offset" query parameter value
  • The total number of elements in the list for the applied filters - not including the "limit" parameter
Nested Schema : AuditDocumentDetail-allOf[3]
Type: object
Show Source
Nested Schema : AuditUser
Match All
Show Source
Nested Schema : Identity
Match All
Show Source
Nested Schema : IdentityCommon
Type: object
Show Source
Nested Schema : Identity-allOf[1]
Type: object
Show Source
Nested Schema : AuditUser-allOf[1]
Type: object
Nested Schema : historyDetail
Type: array
Show Source
Nested Schema : AuditDocumentEvent
Type: object
Show Source

201 Response

There are no document for the process instance id

401 Response

Unauthorized

404 Response

The document instance does not exist

429 Response

Too Many Requests

500 Response

internal server error

503 Response

Too Many Exceptions or Too Slow Requests
Back to Top