Retreive a Comment
Developing
GET
/comments/{commentId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/comments/' \
--header 'apikey: '
Response Response Example
200 - Success
{
"id": "66fcf8cefed0da5ec8525176",
"owner": {
"id": "66fcf8cefed0da5ec8525176",
"type": "organization",
"online": false,
"numberOfReviews": -15062041.155757472,
"organizationName": "cupiditate eveniet occaecati",
"firstName": "Nico",
"lastName": "Mertz",
"picture": "picture or avator of the owner",
"hasActiveStory": "false"
},
"parentId": "deserunt commodo consequat Lorem",
"post": {
"id": "66fcf8cefed0da5ec8525176",
"type": "question"
},
"content": "Quis cumque reprehenderit eos sunt.\nOdit atque in modi libero occaecati similique consequatur totam vero.",
"mentions": [
{
"id": "66fcf8cefed0da5ec8525176",
"type": "organization",
"online": false,
"numberOfReviews": 6768471.369849786,
"organizationName": "molestiae esse autem",
"firstName": "Brooklyn",
"lastName": "Halvorson",
"picture": "picture or avator of the owner",
"hasActiveStory": "false"
},
{
"id": "66fcf8cefed0da5ec8525176",
"type": "organization",
"online": false,
"numberOfReviews": -6869510.370514125,
"organizationName": "temporibus officiis odio",
"firstName": "Genoveva",
"lastName": "Schamberger",
"picture": "picture or avator of the owner",
"hasActiveStory": "false"
}
],
"numberOf": {
"replies": -97740087.20141922,
"reactions": {
"clap": 1,
"love": 1,
"angry": 1,
"funny": 1,
"sad": 1
}
},
"files": [
{
"metadata": {
"mimetype": "Ut do velit elit",
"size": "id",
"name": "eum magni nostrum"
},
"url": "http://handmade-tune.org",
"fileId": "in do"
}
],
"loomUrls": [
"eu reprehenderit proident veniam adipisicing"
],
"createdAt": "2024-10-01T09:24:50.922Z",
"updatedAt": "2024-10-01T18:08:44.634Z"
}
Request
Path Params
commentId
stringÂ
required
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-08 14:59:12