Search Story Groups
Designing
GET
/story-groups/search
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/story-groups/search?title&ownerId&limit=50&next=&prev=&sortBy=&sortDirection=asc' \
--header 'apikey: '
Response Response Example
200 - Success
{
"cursor": {
"prev": null,
"next": null
},
"data": [
{
"id": "1564fa75-a7d8-44ea-95e0-62b6a100366e",
"owner": {
"id": "ca27a07c-41bf-4a49-b8af-8ee990b39c61",
"type": "profile",
"organizationName": "repellendus doloribus voluptatibus",
"online": true,
"firstName": "Jude",
"lastName": "Prohaska",
"picture": "https://loremflickr.com/640/480/abstract",
"hasActiveStory": true
},
"title": "dolore quod molestias",
"cover": {
"metadata": {
"mimetype": "sed sunt Lorem do culpa",
"size": 62785034.96583703,
"name": "praesentium accusantium doloribus"
},
"url": "https://lumpy-lightning.biz",
"fileId": "dolor incididunt"
},
"stories": [
{
"id": "96438506-7cf7-4b5a-81ac-1bf55103c301",
"parentId": "1fa1d92f-4fea-461b-8ab2-f90a064473b9",
"source": "platform-story",
"type": "text",
"content": "Sapiente sint minus nihil in recusandae sit ullam. Autem distinctio perferendis ad commodi maxime corporis ipsam. Non commodi quae animi pariatur blanditiis. Corrupti mollitia aperiam officia.",
"background": "elit nulla consequat aliquip dolore",
"visibility": "public",
"numberOf": {
"shares": 77324227,
"reactions": {
"clap": 1,
"love": 1,
"haha": 1,
"funny": 1,
"sad": 1
},
"reactionsCount": -33833892
},
"videoId": "proident exercitation incididunt esse mollit",
"owner": {
"id": "d30fb0ab-d251-4e17-b365-a34067fe0d83",
"type": "organization"
},
"createdBy": "ceae1a73-3583-4613-bb4f-6021df74e973",
"updatedby": "1a9deab6-7791-4c42-aded-00bcfa4e2b30",
"mentions": [
{
"id": "871560c0-1cbd-42fc-9f24-012021d3da8f",
"type": "profile"
},
{
"id": "35bfcc2c-8792-4510-a7c3-62ad13a3eef5",
"type": "profile"
}
],
"files": [
"aliquip aliqua commodo ad nisi"
],
"createdAt": "2024-10-01T21:13:40.752Z",
"updatedAt": "2024-10-02T18:25:30.809Z"
}
],
"createdAt": "2024-10-02T10:01:48.237Z",
"updatedAt": "2024-10-02T14:18:27.651Z"
}
]
}
Request
Query Params
title
stringÂ
optional
ownerId
stringÂ
required
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-08 09:39:51