GET
/
v2
/
place
/
{placeId}

Authorizations

Authorization
string
headerrequired

It is the "access_token" returned after login

Path Parameters

placeId
number
required

Response

200 - application/json

Place object returned with '/v2/place/{placeId}'

id
integer
googleId
string

The unique identifier of the place in the Google Places API.

name
string
description
string | null
image
string | null
squareImage
string | null
rectangleImage
string | null
webImage
string | null
averageGrade
number | null

This is the average grade for the place on Google.

totalGrades
number | null

This is the total number of grades for the place on Google.

address
object
schedules
object[] | null
events
object[]