Retrieve All Reactions
Developing
GET
/reactions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/reactions?limit=50&next=&prev=&sortBy=&sortDirection=asc'
Response Response Example
200 - Success
{
"cursor": {
"prev": "veniam do nostrud eu pariatur",
"next": null,
"totalItems": 4
},
"data": [
{
"id": "66fba5afd195e04a6f6137ea",
"entity": {
"id": "66fba5afd195e04a6f6137ea",
"type": "irure"
},
"owner": {
"id": "66fba5afd195e04a6f6137ea",
"type": "profile",
"online": false,
"numberOfReviews": 4,
"picture": "https://loremflickr.com/640/480/nature",
"organizationName": "saepe qui animi",
"firstName": "Pearline",
"lastName": "Keebler",
"hasActiveStory": true
},
"type": "love",
"createdAt": "2024-10-01T19:57:19.803Z",
"updatedAt": "2024-10-01T22:15:21.619Z"
},
{
"id": "66fba5afd195e04a6f6137ea",
"entity": {
"id": "66fba5afd195e04a6f6137ea",
"type": "consectetur in eiusmod"
},
"owner": {
"id": "66fba5afd195e04a6f6137ea",
"type": "profile",
"online": true,
"numberOfReviews": -88684283.66016933,
"picture": "https://loremflickr.com/640/480/people",
"organizationName": "autem optio mollitia",
"firstName": "Emmalee",
"lastName": "Schmeler",
"hasActiveStory": true
},
"type": "love",
"createdAt": "2024-10-02T08:28:37.381Z",
"updatedAt": "2024-10-01T11:43:32.560Z"
}
]
}
Request
Query Params
entityId
stringÂ
optional
Example:
666596715dc2f2d682c17b1c
type
stringÂ
required
Example:
love
limit
integerÂ
optional
Default:
50
next
stringÂ
optional
prev
stringÂ
optional
sortBy
stringÂ
optional
sortDirection
enum<string>Â
optional
Allowed values:
ascdesc
Default:
asc
Responses
Modified at 2025-04-09 13:16:44