Get Events
Get all events of a specific project.
Get Events
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": [
{
"id": "a7fde717-6100-4377-8530-fbad083eb768",
"type": "events",
"attributes": {
"name": "Event",
"duration": 60,
"start_mode": "manual",
"state": "future",
"actions": [],
"original_duration": 60,
"repeat": false,
"repeat_in": null,
"start_at": 1554392102,
"start_at_iso": "2019-04-04T15:35:02Z",
"end_at": 1554392162,
"end_at_iso": "2019-04-04T15:36:02Z",
"end_mode": "duration",
"settings": [
{
"key": "text",
"values": {
"all": "value"
}
},
],
"live_stats_uuid": null,
"on_demand_duration": null,
"extra_time_duration": null
},
"relationships": {
"elements": {
"links": {
"related": "https://environment.lvis.io/api/v2/events/a7fde717-6100-4377-8530-fbad083eb768/elements"
}
},
"stats": {
"data": {
"id": "a7fde717-6100-4377-8530-fbad083eb768",
"type": "stats"
}
},
"project": {
"data": {
"id": "55aecc98-87d4-4c42-b9c9-c8d76e924452",
"type": "projects"
}
}
},
"links": {
"self": "https://environment.lvis.io/api/v2/events/a7fde717-6100-4377-8530-fbad083eb768"
}
}
],
"links": {
"prev": "https://environment.lvis.io/api/v2/projects/55aecc98-87d4-4c42-b9c9-c8d76e924452/events?filter[state]=future&page[count]=20&page[cursor]=eyJmcm9tIjoxNTU0MzkyMTAyMDAwLCJvcmRlciI6InN0YXJ0X3RpbWUiLCJpZCI6Ijg1NyIsImZvcndhcmQiOmZhbHNlfQ",
"next": "https://environment.lvis.io/api/v2/projects/55aecc98-87d4-4c42-b9c9-c8d76e924452/events?filter[state]=future&page[count]=20&page[cursor]=eyJmcm9tIjoxNTU0MzkyMTAyMDAwLCJvcmRlciI6InN0YXJ0X3RpbWUiLCJpZCI6Ijg1NyIsImZvcndhcmQiOnRydWV9"
}
}
