Events
Event List
List all events using the filtering options.
List all events using the filtering options.
GET
/eventsstoryden-session<token>
In: cookie
Query Parameters
q?string
Search query string.
Length
0 <= lengthpage?string
Pagination query parameters.
Response Body
curl -X GET "https://loading/api/events?q=string&page=string"{
"page_size": 0,
"results": 0,
"total_pages": 0,
"current_page": 0,
"next_page": 0,
"events": [
{
"id": "cc5lnd2s1s4652adtu50",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"deletedAt": "2019-08-24T14:15:22Z",
"misc": {},
"name": "Friday beers, coding and design hack night",
"slug": "friday-beers-coding-design-hack-night",
"description": "Join us for a night of coding, design and beers!",
"time_range": {
"start": "2019-08-24T14:15:22Z",
"end": "2019-08-24T14:15:22Z"
},
"primary_image": {
"id": "cc5lnd2s1s4652adtu50",
"filename": "string",
"path": "string",
"mime_type": "string",
"width": 0,
"height": 0,
"parent": {
"id": "cc5lnd2s1s4652adtu50",
"filename": "string",
"path": "string",
"mime_type": "string",
"width": 0,
"height": 0,
"parent": {}
}
},
"participants": [
{
"profile": {
"id": "cc5lnd2s1s4652adtu50",
"joined": "2019-08-24T14:15:22Z",
"suspended": "2019-08-24T14:15:22Z",
"handle": "Southclaws",
"name": "Barnaby Keene"
},
"role": "attendee",
"status": "requested"
}
],
"participation_policy": "open",
"visibility": "draft",
"location": {
"location_type": "physical",
"name": "string",
"address": "string",
"latitude": 0,
"longitude": 0,
"url": "string"
},
"capacity": 0,
"meta": {}
}
]
}Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}