Get events
GET
/api/collections/{id}
Get events of a collection by name.
Parameters
Path Parameters
id*
Name of the collection to get.
Type
Requiredstring
Example
"collection_test"Query Parameters
start
Start timestamp (default: now).
Type
integer
Example
1784109600end
End timestamp (optional).
Type
integer
Example
1784109600show_multidate
Show also multidate events (default: true).
Type
boolean
Example
falseshow_recurrent
Show also recurrent events (default: as choosen in admin settings).
Type
boolean
Example
falseshow_federated
Show federated events too.
Type
boolean
Example
falselimit
Limit events.
Type
integer
Example
100page
Pagination.
Type
integer
Example
50older
Select <= start instead of >=.
Type
boolean
Example
truereverse
Reverse order.
Type
boolean
Example
trueResponses
Events of the collection with name id.
application/json
JSON { "id": 1, "slug": "event-slug", "status": "EventScheduled", "title": "Event title", "media": [ { "name": "Image name", "url": "6e599b27-5ed8-44c9-b954-53e9c6fa3c80.jpg", "height": 400, "width": 200, "size": 50000, "focalpoint": [ [ 0, 0 ] ] } ], "start_datetime": 1784109600, "end_datetime": 1784131200, "place": { "type": "string", "properties": "string" } }
[
]

