ApiEvent Series
Get Event Series
Authorization
Bearer AuthorizationBearer <token>
Enter your bearer token from the Pylon Auth API.
In: header
Path Parameters
eventId*string
Format
uuidResponse Body
application/json
curl -X GET "https://loading/api/organizer/v1/events/497f6eca-6276-4993-bfeb-53cbbbba6f08/series"[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"status": "string",
"sessionCount": 0,
"firstSessionDate": "2019-08-24T14:15:22Z",
"lastSessionDate": "2019-08-24T14:15:22Z"
}
]