Retrieve Participants of Conversation Collection (since 1.0.18)

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

Since

1.0.18

Request

URI:/networks/{networkEID}/conversations/{conversationEID}/participants/
Method:GET
Accept:application/vnd.speakap.api-v1.8.2+json+hal
Authentication:OAuth 2.0

Parameters

Name Type Description
networkEID EID Network EID
conversationEID EID Conversation EID

Sorting

Name Type Description
fullName string Order by participants’ full names
lastActive datetime Order by participants’ last activity (i.e., date a participant contributed to the conversation by adding a message)

Response

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