Request
Body Params application/json
Request Code Samples
curl --location --request GET 'https://dev.outbackmarketplace.com/api/v1/reply-mgt/get-replies?townhall_post_id=6720e58a27cd0ff1288ca95d' \
--header 'Authorization: bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI2NmVkNDI0Zjk5NDgyZDNmMzFmZWYzNDMiLCJpYXQiOjE3MzAyMDczOTMsImV4cCI6MTc2MTc2NDk5M30.ZSRwoBpXZfgNVFjQTTKeHrDnAr4qB89vOxwVrlA2sF0' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
application/json {
"status": 1,
"statusCode": 200,
"message": "Replies fetched successfully",
"data": [
{
"_id": "6836b143b0dfd0b020c088e2",
"townhall_post_id": "6836b132b0dfd0b020c088dc",
"reply_text": "helloo",
"createdAt": "2025-05-28T06:46:27.449Z",
"updatedAt": "2025-05-28T07:51:51.082Z",
"__v": 0,
"reactions": [
{
"emoji": "💕",
"createdAt": "2025-05-28T07:16:18.026Z",
"user": {
"_id": "682c2adf9314812d913ddf7a",
"name": "naveed",
"profile_photo_url": ""
}
},
{
"emoji": "❤️",
"createdAt": "2025-05-28T07:51:51.081Z",
"user": {
"_id": "682c2ad49314812d913ddf73",
"name": "nazish",
"profile_photo_url": ""
}
}
],
"profile_photo_url": null,
"name": "naveed"
}
]
}
Modified at 2025-05-28 11:21:40