List Process Instance Members

get

/process/api/v1/audit/instances/{instanceId}/member-history

Retieves the list of members involved in the process instance.

Request

Path Parameters
Query Parameters
  • Restrict to member actions that were created the given date. By default*, the date must have the format yyyy-MM-dd'T'HH:mm:ss.SSSZ, e.g., 2013-01-23T14:42:45.000Z or 2013-01-23T14:42:45.000Z+0200
  • Restrict to member actions that were created before the given date. By default*, the date must have the format yyyy-MM-dd'T'HH:mm:ss.SSSZ, e.g., 2013-01-23T14:42:45.000Z or 2013-01-23T14:42:45.000Z+0200
  • 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. to return.
  • This parameter specifies the order by clause. The value must follow the format of fieldName[:(asc/desc)][,fieldName[:(asc/desc)]]*. e.g. updatedDate:asc. Multiple ordering is not supported. The supported attributes include: updatedDate and updatedBy
  • If true return total count of records for given query with filters
    Default Value: false
Header Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : MemberAuditCollection
A collection of member for a process instance.
Match All
A collection of member for a process instance.
A collection of member for a process instance.
A collection of member for a process instance.
Show Source
Nested Schema : CommonModel
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 : MemberAuditCollection-allOf[2]
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : MemberAuditResponse
Type: object
The information for a member.
Show Source
Nested Schema : payload
Type: object
Additional Properties Allowed
Show Source
The payload of the create/update request.
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

201 Response

There are no members for the process instance id

401 Response

Unauthorized

404 Response

The process instance does not exist

429 Response

Too many requests

500 Response

Internal server error

503 Response

Too many exceptions or the request are too slow
Back to Top