Get Domain

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

domain_idstringRequiredformat: "uuid"
UUID of the domain

Response

Successful Response
idstringformat: "uuid"
namestring
created_atdatetime
updated_atdatetime
descriptionstring or nullOptional
created_bystring or nullOptional
updated_bystring or nullOptional
term_set_countintegerOptionalDefaults to 0

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error