GET
/
v2
/
event
/
{eventId}

Authorizations

Authorization
string
headerrequired

It is the "access_token" returned after login

Path Parameters

eventId
number
required

Response

200 - application/json
id
integer
wanderId
integer
name
string
startDate
string
endDate
string
hasEndDateNotReliable
boolean
lowestPrice
number | null

The lowest price for the event in euros. If it's null, we don't know the price.

highestPrice
number | null

The highest price for the event in euros. If it's null, we don't know the price.

description
string
hasGoodDeal
boolean

This attribute is a boolean which is set to ‘true’ when a good deal on the event is identified during integration (discount, early bird ticket, preferential rate, etc.). One of the sources has 'isGoodDeal' set to true.

image
string | null
imageHeight
number | null
imageWidth
number | null
squareImage
string | null
rectangleImage
string | null
webImage
string | null

This is the image compressed.

notAvailableAt
string | null

This is the date on which the event became unavailable. Either because all the places have been sold or because there is no more availability.

cancelledAt
string | null

This is the date on which the event was cancelled.

createdAt
string
updatedAt
string
place
object
sources
object[]
categories
object[]

It's an array of all the categories of the event. Some of these objects are ‘sub-categories’ and others are 'main categories'. For a main category, 'subCategory' is null, while for a sub-category, ‘subCategory’ is not null and ‘mainCategory’ has the same value as the main category.

commentaries
object[]

During integration, we retrieve all the comments/grades made about the event.

averageGrade
number | null

During integration, we also retrieve all the comments/grades made about the event. ‘AverageGrade’ is simply the average of these ratings.

totalGrades
number

During integration, we also retrieve all the comments/grades made about the event. 'totalGrades' is simply the number of these ratings.

trendingScore
number
performers
object[]