GET
/
teams
/
{team_id}
/
sites
/
{site_id}
Get Site
curl --request GET \
  --url https://cloud.volttime.com/api/v2/teams/{team_id}/sites/{site_id} \
  --header 'Authorization: Bearer <token>'

Request

team_id
integer
required
The id of the team
site_id
integer
required
The 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