Get KeyUv SubRegion details
  • 17 Jan 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Get KeyUv SubRegion details

  • Dark
    Light
  • PDF

Article summary

Get
/subregions/{id}/

Operation retrieves full details by given id.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of subregion

Responses
200

KeyUv SubRegion

{
  "id": [
    "123"
  ],
  "identifier": [
    "test identifier"
  ],
  "name": [
    "test name"
  ]
}
object

KeyUvSubRegion

id
integer

Primary key

identifier
string

Identifier

name
string

name

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object
details
string

Detailed description of error

404

Object was not found

{
  "details": "Not found."
}
object
details
string

Detailed description of error


Was this article helpful?