Developers
API ReferenceTask Share

Retrieves the collection of TaskShare resources.

GET
/project/tasks/{id}/task-shares

Retrieves the collection of TaskShare resources.

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

Task identifier

Formatuuid

Query Parameters

page?integer

The collection page number

Default1
itemsPerPage?integer

The number of items per page

Range0 <= value <= 100
Default30
isPublic?boolean
isPublic[]?array<boolean>

Response Body

curl -X GET "https://example.com/project/tasks/497f6eca-6276-4993-bfeb-53cbbbba6f08/task-shares"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "token": "b5507016-7da2-4777-a161-1e8042a6a377",    "firstName": "string",    "lastName": "string",    "email": "string",    "notifyAboutChanges": true,    "taskShortCode": "string",    "isPublic": true  }]