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
| Name | Type | Description |
|---|
| networkEID | EID | Network EID |
Filters
| Name | Type | Description |
|---|
| limit | int | The limit of returned authors |
| offset | int | The current page for pagination |
| q_author_name | string | Filter by author name (partial match) |
| exclude_recipient | EID | Exclude tasks with the given recipient EID |
| assignee | EID | Filter by assignee EID |
Response Body
Returns a collection of user resources representing task authors.
Response