- OUTBACK APIs
- User
- Post
- Get Popular Categories Post
- Add Post
- Update Post
- Get Post
- Get My Post
- Detail Post By Id
- Get Trending Posts
- Get Most Viewed Post
- get specfic user post
- Record Fav_Unfav post
- Get Favt Post
- Record Views
- All Posts Views
- Add Comment
- Get Comments
- Get Collection List
- Get Post Collection
- Remove Collection
- Soft Delete Post
- Delete Post
- Update Sold Type
- report post
- update thumnail of posts
- ChatRoom/Messages
- Town Hall
- notfication
- Category
- Payments
- PAYMENTS APIS
get town hall post
GET
/town-hall-mgt/get-town-hall-posts
Request
Query Params
zip_code
string
required
Example:
2600
place
string
required
Example:
Canberra
page
string
required
Example:
1
limit
string
optional
userId
string
required
Example:
66ed424f99482d3f31fef343
Body Params application/json
object {0}
Example
{}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://13.239.78.144:3000/api/v1/town-hall-mgt/get-town-hall-posts?zip_code=2600&place=Canberra&page=1&limit=&userId=66ed424f99482d3f31fef343' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{
"status": 1,
"statusCode": 200,
"message": "Town Hall Posts fetched successfully",
"data": [
{
"media": {
"video_url": "https://outback-prod-bucket.s3.ap-southeast-2.amazonaws.com/image_picker_8F2E20B8-1402-41AA-837D-EBB4330E6970-3349-00000146DCF93B78trim.3AB1D346-ABEC-4D67-8F01-CEE2AE8DFBB8.MOV",
"photo_url": [
"https://outback-prod-bucket.s3.ap-southeast-2.amazonaws.com/image_picker_5A0BFD4E-151C-4994-850E-4F336F9C893E-3349-00000146EA1DCD75.jpg"
]
},
"address": {
"zip_code": "2600",
"place": "Canberra"
},
"view": 14,
"_id": "6818745a2956d29e91602542",
"userId": "67f8e46246f9ede1448808f5",
"query": "hello, outback!",
"profile_photo_url": "",
"report_reasons": [],
"createdAt": "2025-05-05T08:18:34.714Z",
"updatedAt": "2025-05-05T12:28:38.194Z",
"reply_count": 0,
"reactions": [
{
"emoji": "❤️",
"createdAt": "2025-05-05T12:28:38.101Z",
"user": {
"_id": "67f8e46246f9ede1448808f5",
"name": "test",
"profile_photo_url": ""
}
},
{
"emoji": "♥️",
"createdAt": "2025-05-05T12:28:38.101Z",
"user": {
"_id": "67f8e45c46f9ede1448808ee",
"name": "test",
"profile_photo_url": ""
}
},
{
"emoji": "👌🏻",
"createdAt": "2025-05-05T12:28:38.101Z",
"user": {
"_id": "67d7ca2e3bb9e0b3827073de",
"name": "test",
"profile_photo_url": ""
}
},
{
"emoji": "😂",
"createdAt": "2025-05-05T12:28:38.102Z",
"user": {
"_id": "67d7d614e1a2a7fbaeae5947",
"name": "test",
"profile_photo_url": ""
}
},
{
"emoji": "❤️",
"createdAt": "2025-05-05T12:28:38.102Z",
"user": {
"_id": "68188a2d5e9561638d26cb10",
"name": "test",
"profile_photo_url": ""
}
}
],
"reaction_key": [
{
"userId": "67f8e46246f9ede1448808f5",
"reaction_type": "heart"
},
{
"userId": "67f8e45c46f9ede1448808ee",
"reaction_type": "like"
},
{
"userId": "67d7ca2e3bb9e0b3827073de",
"reaction_type": "like"
},
{
"userId": "67d7d614e1a2a7fbaeae5947",
"reaction_type": "haha"
},
{
"userId": "68188a2d5e9561638d26cb10",
"reaction_type": "heart"
}
]
},
{
"media": {
"video_url": "https://outback-prod-bucket.s3.ap-southeast-2.amazonaws.com/image_picker_8F2E20B8-1402-41AA-837D-EBB4330E6970-3349-00000146DCF93B78trim.3AB1D346-ABEC-4D67-8F01-CEE2AE8DFBB8.MOV",
"photo_url": [
"https://outback-prod-bucket.s3.ap-southeast-2.amazonaws.com/image_picker_5A0BFD4E-151C-4994-850E-4F336F9C893E-3349-00000146EA1DCD75.jpg"
]
},
"address": {
"zip_code": "2600",
"place": "Canberra"
},
"view": 6,
"_id": "68187e146327e534c577fc4e",
"userId": "67f8e45c46f9ede1448808ee",
"query": "bye, outback!",
"report_reasons": [],
"createdAt": "2025-05-05T09:00:04.117Z",
"updatedAt": "2025-05-05T12:28:38.192Z",
"reply_count": 0,
"reactions": [],
"reaction_key": []
}
],
"limit": 10,
"page": 1,
"totalPosts": 2
}
Modified at 2025-05-02 12:08:44