Retrieve Timeline
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-v2024.3.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