Sites
Get Site
Returns the specified site
GET
/
teams
/
{team_id}
/
sites
/
{site_id}
Request
team_id
integer
requiredThe id of the team
site_id
integer
requiredThe id of the site
Response
id
integer
The identifier of the site
name
string
The name of the site
street
string
The street of the site
postal_code
string
The postal code of the site
house_number
string
The house number of the site
house_number_addition
string
The addition to the house number of the site
city
string
The city of the site
country
string
The country of the site
created_at
string
The date the site was created
updated_at
string
The date the site was last updated
Was this page helpful?