List All Story Groups
Designing
GET
/story-groups
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/story-groups?limit=50&next=&prev=&sortBy=&sortDirection=asc' \
--header 'apikey: '
Response Response Example
200 - Success
{
"cursor": {
"prev": null,
"next": null
},
"data": [
{
"id": "306381d1-bf52-42da-abef-f72bc6c86d85",
"owner": {
"id": "e27ee6e7-7db5-460b-9e27-037f38ed1891",
"type": "organization",
"online": false,
"organizationName": "quidem id voluptatem",
"firstName": "Rosetta",
"lastName": "Christiansen",
"picture": "https://loremflickr.com/640/480/business"
},
"title": "ipsum nisi eos",
"cover": "28d41513-6d59-40c9-afb4-abbe581c39f4",
"stories": [
{
"id": "f81b3c13-0f82-47c3-97cf-b07127c32c09",
"parentId": "282f5a8f-6453-4c27-83d4-73b62b939245",
"source": "platform-story",
"type": "photo",
"content": "Aliquid cupiditate rem minima repellat minus a minus voluptates. Explicabo error sunt libero est nulla. Temporibus a quae. Aperiam error nam dolor nihil id itaque id cum dicta. Vitae molestiae dolor sunt doloribus pariatur totam voluptate magnam.",
"background": "anim adipisicing laboris",
"visibility": "public",
"numberOf": {
"shares": 70430650,
"reactions": {
"clap": 1,
"love": 1,
"haha": 1,
"funny": 1,
"sad": 1
},
"reactionsCount": 11269580
},
"videoId": "ullamco veniam dolor ex sit",
"owner": {
"id": "5a035944-4df6-4cd9-b83e-ba6b81636e81",
"type": "profile"
},
"createdBy": "51ff7857-99cc-4af6-b5b8-06a166dfad4c",
"updatedby": "8f8711be-60c9-48bb-ad24-84b9c9897711",
"mentions": [
{
"id": "f9361925-b0ac-4748-95a8-e0efd0427e20",
"type": "profile"
}
],
"files": [
"cf9a8b36-98b5-40a1-8dc5-982c4d3e71c2",
"28ffff7c-2f5d-44d7-acb2-71f237620f5d",
"41195cc9-3975-4a1a-ae22-751f889f98c2"
],
"createdAt": "2024-10-02T15:57:17.489Z",
"updatedAt": "2024-10-02T09:55:56.851Z"
}
],
"createdAt": "2024-10-01T20:41:38.466Z",
"updatedAt": "2024-10-01T20:44:22.362Z"
}
]
}
Request
Query Params
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-12 09:29:26