Retrieve Likers Collection

GET https://api.speakap.io/networks/:eid/messages/:eid/likers/

Since

1.0.16

Request

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

Parameters

Name Type Description
networkEID EID Network EID
messageEID EID Liked message EID

Sorting

Name Type Description
fullName string Order by the user’s full name
_meta.liked datetime Order by the date the user liked the message

Response

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

See also

Message Like