Get Members of an Instance

get

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

Member with READ permission and above can get all members of 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
  • member label
  • member permission
  • 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. label:asc. Multiple ordering is not supported. The supported attributes include: permission and label
Header Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : UpdateMembersCollection
Match All
Show Source
Nested Schema : CommonModel
Type: object
Show Source
Nested Schema : UpdateMembersCollection-allOf[1]
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : Member
Type: object
Show Source
Examples

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
Back to Top