Get Exchange Area details
  • 28 Oct 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Get Exchange Area details

  • Dark
    Light
  • PDF

Article summary

Get
/exchange-areas/{id}

Operation is used to retrieve full details of given Exchange Area id. Available from product version 3.2.8.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of Exchange Area

Responses
200

Exchange Area

object

Exchange Area

id
integer

Primary key

name
string

Area 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?