Retrieve Conversations Collection

GET https://api.speakap.io/networks/:eid/conversations/

Request

URI:/networks/{networkEID}/conversations/
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
disable_participant_matching boolean Since 1.1 Whether or not to only match the query string against the text in private messages of a conversation
modified_since datetime Since 1.0.13 Returns only conversations that have been modified since the specified date and time. Modifications include new messages in the conversation
q string Returns only conversations in a network with the names of participants or text in their private messages matching the specified terms
unread boolean Whether or not to filter out conversatons that have been read

Response

200
Returns a collection of Conversation resources
403
Unauthorized: returns an Error object