Get One Location
Session Locations
Get One Location
Retrieves a single session location by its ID, including the location name, capacity, and address details.
GET
Get One Location
Authorizations
OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.
Path Parameters
integer - required - The ID of the location you want to get
Example:
1
Query Parameters
string - optional - Comma separated list of fields you want to return
Example:
"id,name,capacity,color,use_event_address,created_by,created_at,updated_by,updated_at"
string - optional - Comma separated list of objects you want to return
Example:
""
Response
Get Location