List Current State of Adhoc Task Members

get

/process/api/v1/audit/tasks/{adhocTaskId}/members

Retrieves the list of members as determined by replaying the member audit.

Request

Path Parameters
Query Parameters
  • Restrict to the member state as at a particular point in time. 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
Header Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : MemberAuditNetPermission
Match All
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 : MemberAuditNetPermission-allOf[2]
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : Member
Type: object
Show Source

201 Response

There are no members for the adhoc task 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