Required Scopes: STUDIO_READ
Returns studio's general information for authenticated subject
OK
Validation of the request failed.
Authentication failed. No api-key, wrong api-key or wrong header name.
Authorization failed. The caller has no privilege to the given resource.
Entity does not exists.
Conflict
Access denied - rate limit is exceeded.
Unexpected system error.
{- "name": "Example studio",
- "description": "Example studio description",
- "email": "operator@example.com",
- "telephone": "0831/6901234-10",
- "openingHours": [
- {
- "dayOfWeekFrom": "MONDAY",
- "dayOfWeekTo": "MONDAY",
- "timeFrom": {
- "hour": 0,
- "minute": 0,
- "second": 0,
- "nano": 0
}, - "timeTo": {
- "hour": 0,
- "minute": 0,
- "second": 0,
- "nano": 0
}
}
], - "street": "Kastanienallee",
- "houseNumber": "83",
- "zip": "84439",
- "city": "Berlin",
- "country": "Germany",
- "countryCode": "DE",
- "studioId": 123,
- "accessCodeConfiguration": {
- "enabled": true
}
}