Retreive a Story Group
Designing
GET
/story-groups/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/story-groups/' \
--header 'apikey: '
Response Response Example
200 - Success
{
"id": "38d5116a-6776-4383-8fae-b2d5c0fdcc7d",
"owner": {
"id": "de1e8096-3cfe-46e8-b76d-de60b54bd8d7",
"type": "organization",
"online": null,
"firstName": "Dario",
"lastName": "Hintz",
"organizationName": "provident consectetur ea",
"picture": "https://loremflickr.com/640/480/animals",
"hasActiveStory": true
},
"title": "adipisci ipsam beatae",
"cover": "c17e3dfe-296b-4327-9395-7ebb0981370e",
"stories": [
{
"id": "acbf8a8c-9a70-4735-8c21-693e6cdf9018",
"parentId": "f0609288-aab8-4161-953f-654ce1c93b27",
"source": "platform-story",
"type": "photo",
"content": "Ut alias aspernatur. Nihil facere sequi expedita. Adipisci veritatis quisquam minus consequuntur. Officiis nulla voluptatibus maxime placeat a. Pariatur iste occaecati.",
"background": "non proident sint do",
"visibility": "restricted",
"numberOf": {
"shares": -45175369,
"reactions": {
"clap": 1,
"love": 1,
"haha": 1,
"funny": 1,
"sad": 1
},
"reactionsCount": 76084417
},
"videoId": "mollit cupidatat",
"owner": {
"id": "9983261f-a8f3-4ad0-a5da-0ffa3570799b",
"type": "organization"
},
"createdBy": "f98876c3-5db6-4cd0-a99a-679a636aac79",
"updatedby": "5bb2e742-7334-4167-a74a-faa9253094d8",
"mentions": [
{
"id": "6fca4a45-ed45-4796-bd2e-934f784c542d",
"type": "profile"
},
{
"id": "0e4c9d92-b7b0-484c-9cab-b2b98aaa2011",
"type": "profile"
}
],
"files": [
"veniam in qui esse",
"89884410-f492-41c6-bb4f-458355095412"
],
"createdAt": "2024-10-02T18:40:33.594Z",
"updatedAt": "2024-10-02T04:58:00.538Z"
}
],
"createdAt": "2024-10-02T06:23:55.070Z",
"updatedAt": "2024-10-02T01:24:22.339Z"
}
Request
Path Params
id
stringÂ
required
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-08 09:39:11