Search a Reaction
Developing
GET
/reactions/search
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/reactions/search?entityId=666596715dc2f2d682c17b1c&entityType=post&limit=50&next=&prev=&sortBy=&sortDirection=asc' \
--header 'apikey: '
Response Response Example
200 - Success
{
"cursor": {
"next": null,
"prev": "velit",
"totalItems": 6
},
"data": [
{
"id": "5e9e4762-90c7-473d-873f-0981142cc9d3",
"entity": {
"id": "reprehenderit",
"type": "dolor nisi aliqua sed magna"
},
"owner": {
"type": "profile",
"id": "dolore",
"online": false,
"numberOfReviews": 6,
"firstName": "Neal",
"lastName": "Kemmer",
"organizationName": "itaque aliquam sequi",
"picture": "https://loremflickr.com/640/480/city",
"hasActiveStory": true
},
"type": "like",
"createdAt": "2024-10-02T04:52:36.227Z",
"updatedAt": "2024-10-01T21:02:15.006Z"
},
{
"id": "c3fc6f91-064b-45a9-b4ad-0c4851e383c8",
"entity": {
"id": "cillum do Excepteur",
"type": "cillum esse qui"
},
"owner": {
"type": "profile",
"id": "mollit nulla",
"online": false,
"numberOfReviews": 78325399.73568058,
"firstName": "Haven",
"lastName": "Upton",
"organizationName": "doloribus magni repudiandae",
"picture": "https://loremflickr.com/640/480/nightlife",
"hasActiveStory": false
},
"type": "like",
"createdAt": "2024-10-02T05:17:13.802Z",
"updatedAt": "2024-10-02T02:01:30.359Z"
},
{
"id": "bea3e36a-224c-4146-80d1-01314e4083fb",
"entity": {
"id": "consequat ipsum dolor sint id",
"type": "amet qui Duis Lorem velit"
},
"owner": {
"type": "profile",
"id": "tempor occaecat Ut Duis ut",
"online": true,
"numberOfReviews": -2120909.0942776203,
"firstName": "Eunice",
"lastName": "Hessel",
"organizationName": "sed facere deleniti",
"picture": "https://loremflickr.com/640/480/people",
"hasActiveStory": true
},
"type": "like",
"createdAt": "2024-10-01T18:43:46.167Z",
"updatedAt": "2024-10-01T19:30:36.541Z"
}
]
}
Request
Query Params
type
stringÂ
optional
Example:
wow
entityId
stringÂ
optional
Example:
666596715dc2f2d682c17b1c
entityType
stringÂ
optional
Example:
post
limit
integerÂ
optional
Default:
50
next
stringÂ
optional
prev
stringÂ
optional
sortBy
stringÂ
optional
sortDirection
enum<string>Â
optional
Allowed values:
ascdesc
Default:
asc
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-09 13:17:01