Retrieve Timeline
CUSTOM-IMPORTANT
Apps have limited access to timelines. Only messages sent to the whole network are retrievable.
CUSTOM-ENDPOINT
GET https://api.speakap.io/networks/:eid/timeline/
Use Cases
- Retrieve messages from the network timeline
CUSTOM-AUTHORIZATION
Permissions: get_network_timeline
CUSTOM-REQUEST
- URI: /networks/{networkEID}/timeline/
- Method: GET
- Accept: application/vnd.speakap.api-v1.8.2+json+hal
- Authentication: OAuth 2.0
Parameters
Name | Type | Description |
---|---|---|
networkEID | EID | Network EID |
Filters
Name | Type | Description |
---|---|---|
bubbling | boolean | Whether or not the bubbling is enabled causing the timeline to be sorted by activity instead of newest to oldest |
conversation | EID | Filters all private messages in a network part of a specific conversation |
group | EID | Returns a specific Group Profile Timeline |
user | EID | Returns a specific User Profile Timeline |
Response
Status | Data |
---|---|
200 | Returns a collection of Message resource |
403 | Unauthorized: returns an Error object |