Get Session List
Get Session List
Path Parameters
Name
Type
Description
{
"meta": {
"totalResults": 1,
"start": 0,
"perPage": 100,
"count": 1
},
"results": [
{
"id": 1,
"eventId": 1,
"name": "Test Session 1",
"startDate": "2018-04-18 03:30:00 UTC",
"endDate": "2018-04-18 15:00:00 UTC",
"description": null,
"roomId": 1,
"isOptional": true,
"maxCapacity": 10,
"costAmount": 100,
"isTaxFree": true,
"autoCloseDate": "2025-03-12 19:30:00 UTC",
"setupTime": 3,
"breakdownTime": 4,
"speakers": [
1,
2581
],
"showInAgenda": true,
"showTime": true,
"onlyForCertainTickets": true,
"tickets": [
1,
576
],
"notes": "Session notes",
"setupNotes": "setup notes",
"createdDate": "2018-04-19 05:51:17 UTC",
"modifiedDate": "2025-03-11 23:17:05 UTC",
"allowGuests": true
}
]
}Example Request
Returns
Property
Description
Throws
Code
Description
Last updated