Example 2
This example demonstrates the response structure for a Event Listings list request.
Response Structure
{
"current_page": 1,
"data": [
{
"id": 3,
"deleted_at": null,
"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",
"category_id": 149,
"ticket_price": "72.00",
"is_online": "No",
"is_featured": "Yes",
"status_id": 155,
"is_current_owner": 1,
"is_current_author": 1,
"is_current_group": 0
},
{
"id": 2,
"deleted_at": null,
"event_name": "Harmony Futures Live Forum",
"description": "A hybrid concert experience combined with artist interviews, industry panel discussions, and networking sessions for music enthusiasts",
"start_date": "2025-11-08 16:30:00",
"end_date": "2025-11-08 21:00:00",
"category_id": 148,
"ticket_price": "45.00",
"is_online": "Yes",
"is_featured": "No",
"status_id": 154,
"is_current_owner": 1,
"is_current_author": 1,
"is_current_group": 0
},
{
"id": 1,
"deleted_at": null,
"event_name": "Neon Pulse Album Launch",
"description": "An electrifying launch night featuring live indie performances, exclusive previews of Neon Pulse’s new album, and guest DJ sets.",
"start_date": "2026-06-12 19:00:00",
"end_date": "2026-06-12 23:00:00",
"category_id": 147,
"ticket_price": "18.50",
"is_online": "No",
"is_featured": "Yes",
"status_id": 155,
"is_current_owner": 1,
"is_current_author": 1,
"is_current_group": 0
}
],
"first_page_url": "http://corecrm.jacobdev.espprojects.local:8081/api/v1/event_listings?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://corecrm.jacobdev.espprojects.local:8081/api/v1/event_listings?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"page": null,
"active": false
},
{
"url": "http://corecrm.jacobdev.espprojects.local:8081/api/v1/event_listings?page=1",
"label": "1",
"page": 1,
"active": true
},
{
"url": null,
"label": "Next »",
"page": null,
"active": false
}
],
"next_page_url": null,
"path": "http://corecrm.jacobdev.espprojects.local:8081/api/v1/event_listings",
"per_page": 100,
"prev_page_url": null,
"to": 3,
"total": 3
}
Fields
| Field | Type |
|---|---|
event_name |
Varchar |
description |
Text Area |
start_date |
Date Time |
end_date |
Date Time |
category_id |
Select |
ticket_price |
Decimal |
is_online |
Checkbox |
is_featured |
Checkbox |
status_id |
Radio Button |