Get list of KeyUv SubRegions
  • 17 Jan 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Get list of KeyUv SubRegions

  • Dark
    Light
  • PDF

Article summary

Get
/subregions/

Operation is used to get a list of KeyUv SubRegions that are referenced in the system

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Responses
200

A result KeyUv SubRegion.

{
  "Next": [
    null
  ],
  "Previous": [
    null
  ],
  "Results": [
    null
  ],
  "Total": [
    "0"
  ]
}
Array of object

List of fetched KeyUv SubRegions

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


Was this article helpful?