Retrieve Task Assignees
CUSTOM-ENDPOINT
GET https://api.speakap.io/networks/:eid/messages/:eid/assignees/
Use Cases
- Retrieve a list of users assigned to a specific task
- Filter assignees by completion status
- Search assignees by name
- Filter assignees by group
CUSTOM-REQUEST
- URI: /networks/{networkEID}/messages/{taskEID}/assignees/
- Method: GET
- Accept: application/json
- Authentication: OAuth 2.0
Parameters
| Name | Type | Description |
|---|
| networkEID | EID | Network EID |
| taskEID | EID | Task EID |
Filters
| Name | Type | Description |
|---|
| completed | string | Filter by completion status. One of: completed, ongoing |
| q | string | Search assignees by name (partial match) |
| groupEID | EID | Filter assignees by group EID |
Response Body
Returns a collection of user resources representing task assignees.
Response