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

NameTypeDescription
networkEIDEIDNetwork EID
taskEIDEIDTask EID

Filters

NameTypeDescription
completedstringFilter by completion status. One of: completed, ongoing
qstringSearch assignees by name (partial match)
groupEIDEIDFilter assignees by group EID

Response Body

Returns a collection of user resources representing task assignees.

Response

StatusData
200Returns a collection of User resources
403Permission denied: returns an Error object