Retrieve Task Authors

CUSTOM-ENDPOINT

GET https://api.speakap.io/networks/:eid/tasks/authors/

Use Cases

  • Retrieve a list of users who have authored tasks
  • Filter task authors by name
  • Filter by assignee

CUSTOM-REQUEST

  • URI: /networks/{networkEID}/tasks/authors/
  • Method: GET
  • Accept: application/json
  • Authentication: OAuth 2.0

Parameters

NameTypeDescription
networkEIDEIDNetwork EID

Filters

NameTypeDescription
limitintThe limit of returned authors
offsetintThe current page for pagination
q_author_namestringFilter by author name (partial match)
exclude_recipientEIDExclude tasks with the given recipient EID
assigneeEIDFilter by assignee EID

Response Body

Returns a collection of user resources representing task authors.

Response

StatusData
200Returns a collection of User resources
401Unauthorized: returns an Error object
403Permission denied: returns an Error object
404Network not found: returns an Error object