Example 2
This example demonstrates the response structure for retrieving a Event Listing using the Get endpoint.
Response Structure
{
"message": "Successfully found Event Listing with ID 3.",
"payload": {
"data": {
"id": 3,
"event_name": "Aurora Arts & Culture Expo",
"description": "A three-day cultural festival showcasing immersive exhibitions, interactive installations, international food vendors, and live entertainment.",
"start_date": "2026-08-21 10:00:00",
"end_date": "2026-08-23 22:00:00",
"event_date": "2026-08-21",
"start_time": "10:00:00",
"category_id": 149,
"tags_id": "151",
"ticket_price": "72.00",
"is_online": 0,
"is_featured": 1,
"banner_image_id": 14,
"gallery_id": "15,16",
"status_id": 155,
"created_at": "2026-05-07T09:46:37.000000Z",
"updated_at": "2026-05-07T09:46:37.000000Z",
"deleted_at": null,
"author_id": 1,
"group_id": null
},
"permissions": true
}
}
Fields
| Field | Type |
|---|---|
event_name |
Varchar |
description |
Text Area |
start_date |
Date Time |
end_date |
Date Time |
event_date |
Date |
start_time |
Time |
category_id |
Select |
tags_id |
Multi Select |
ticket_price |
Decimal |
is_online |
Checkbox |
is_featured |
Checkbox |
banner_image_id |
Image Upload |
gallery_id |
Multiple Image Upload |
status_id |
Radio Button |