Retreive a Post
Developing
GET
/posts/{postId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/posts/663b452250d6e96b6716a062' \
--header 'apikey: '
Response Response Example
200 - Success
{
"id": "66fc0d36afdf2f48944a9b5d",
"type": "question",
"title": "Odio iste rem culpa.",
"parent": {
"id": "66fc0d36afdf2f48944a9b5d",
"content": "Iste molestias est nemo natus. Laudantium deserunt non autem. Sequi occaecati ducimus soluta omnis asperiores.",
"title": "quam sapiente voluptate"
},
"content": "Deleniti aperiam cupiditate officiis illum molestiae tenetur expedita exercitationem harum.\nNostrum et laboriosam optio ex autem ipsa unde.",
"status": "solved",
"visibility": "restricted",
"numberOf": {
"shares": 44381432,
"comments": -15512142,
"reactions": {
"clap": 1,
"love": 1,
"angry": 1,
"funny": 1,
"sad": 1
},
"reactionsCount": 23237736
},
"rating": 3,
"owner": {
"type": "organization",
"id": "66fc0d36afdf2f48944a9b5d",
"online": null,
"numberOfReviews": 16515500.600489914,
"organizationName": "the name of the organization (if the ower is profile it will be null)",
"firstName": "first name of a profile (if the owner is organization it will be null)",
"lastName": "last name of a profile (if the owner is organization it will be null)",
"picture": "picture or avator of the owner",
"hasActiveStory": true
},
"createdBy": {
"id": "66fc0d36afdf2f48944a9b5d",
"type": "irure ut velit nisi",
"online": true,
"numberOfReviews": 29110240.332673952,
"organizationName": "inventore ipsum itaque",
"firstName": "Alena",
"lastName": "last name of a profile",
"picture": "https://loremflickr.com/640/480/business",
"hasActiveStory": false
},
"entity": {
"courseId": "66fc0d36afdf2f48944a9b5d",
"title": "pariatur ullam nam",
"thumbnail": "qui ipsum id dolor",
"lectureId": "consequat quis",
"chapterIndex": null,
"lectureIndex": "cillum nostrud Duis aliquip labore"
},
"files": [
{
"metadata": {
"size": -75319143.80512483,
"mimetype": "proident magna"
},
"url": "https://grown-vignette.net",
"fileId": "velit commodo eu labore Duis"
},
{
"metadata": {
"size": -88592727.02029161,
"mimetype": "officia irure amet"
},
"url": "https://french-hospitalization.name",
"fileId": "magna do consequat occaecat ullamco"
}
],
"mentions": [
{
"type": "profile",
"id": "66fc0d36afdf2f48944a9b5d",
"online": false,
"numberOfReviews": 47184364.600312114,
"picture": "https://loremflickr.com/640/480/nature",
"organizationName": "ex numquam ut",
"firstName": "Spencer",
"lastName": "Donnelly",
"hasActiveStory": true
},
{
"type": "profile",
"id": "66fc0d36afdf2f48944a9b5d",
"online": true,
"numberOfReviews": -84493247.04957557,
"picture": "https://loremflickr.com/640/480/food",
"organizationName": "veniam exercitationem beatae",
"firstName": "Missouri",
"lastName": "Olson",
"hasActiveStory": false
}
],
"createdAt": "59993",
"updatedAt": "91656",
"partecipants": [
{
"id": "66fc0d36afdf2f48944a9b5d",
"type": "profile",
"online": false,
"numberOfReviews": -75153413.99723479,
"organizationName": "provident commodi qui",
"firstName": "Herminio",
"lastName": "Bartell",
"hasActiveStory": true
}
],
"answerId": "do incididunt aliqua"
}
Request
Path Params
postId
stringÂ
required
Example:
663b452250d6e96b6716a062
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-09 13:16:00