Get All Members of an Adhoc Task

get

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

User with READ permission or above can get a list of all the members of an adhoc task.

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 (INSPECT, READ, USE or MANAGE).
  • 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

404 Response

Task not found for given ID

429 Response

Too many requests

500 Response

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

503 Response

Too many exceptions or too slow requests
Back to Top