List All Social Views
Designing
GET
/social-views/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/social-views/?reaction&type&limit=50&next=&prev=&sortBy=&sortDirection=asc' \
--header 'apikey: '
Response Response Example
200 - Success
{
"cursor": {
"prev": "Duis dolore nostrud do reprehenderit",
"next": null
},
"data": [
{
"id": "66fd5d5f2d98b65f16cc05ef",
"viewer": {
"id": "66fd5d5f2d98b65f16cc05ef",
"type": "ut fugiat officia velit",
"online": null,
"numberOfReviews": -48018473.40290801,
"firstName": "Earlene",
"lastName": "Boyer",
"organizationName": "cum et ab",
"picture": "https://loremflickr.com/640/480/nightlife",
"hasActiveStory": false
},
"reaction": "sad",
"storyId": "0d955e95-97ff-43d9-9244-b534eb74f7e0",
"createdAt": "2024-10-02T19:08:26.142Z",
"updatedAt": "2024-10-02T10:48:07.275Z"
},
{
"id": "in nulla anim consectetur Ut",
"viewer": {
"id": "40e0d121-5bdc-4f04-a76d-6a61bf52ccfc",
"type": "sed sunt sit",
"online": null,
"numberOfReviews": -25810231.579528287,
"firstName": "Leilani",
"lastName": "Davis",
"organizationName": "neque ea sequi",
"picture": "https://loremflickr.com/640/480/city",
"hasActiveStory": true
},
"reaction": "angry",
"storyId": "4aea6027-00a5-43f8-9414-e2c681a85cb9",
"createdAt": "2024-10-02T22:42:41.190Z",
"updatedAt": "2024-10-02T16:39:02.573Z"
},
{
"id": "cupidatat",
"viewer": {
"id": "046a8942-da9d-4ced-bb33-9ba74a681e0f",
"type": "dolor nisi consequat",
"online": null,
"numberOfReviews": 26354219.10306883,
"firstName": "Chanelle",
"lastName": "Goyette",
"organizationName": "ad sequi voluptates",
"picture": "https://loremflickr.com/640/480/abstract",
"hasActiveStory": false
},
"reaction": "angry",
"storyId": "2dd15fca-90f0-4790-8e10-f4d60dbac15a",
"createdAt": "2024-10-02T17:06:18.054Z",
"updatedAt": "2024-10-02T11:03:45.168Z"
}
]
}
Request
Path Params
id
stringÂ
required
Query Params
reaction
enum<string>Â
optional
Allowed values:
funnyclapangrylovesad
type
enum<string>Â
required
Allowed values:
reelstory
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-23 07:45:31