Skip to main content

Get Geo Loc Versions

GET 

/v1/armada/geographic_location/:geo_loc_id/versions

Get versions for the geographic location

Request

Path Parameters

    geo_loc_id uuidrequired

    The geographic location ID

Responses

Successful Response

Schema

    versions

    object[]

    required

  • Array [

  • description Description (string)required

    Possible values: non-empty

    Where exactly is this in the physical world.

    geographic_location_id uuidrequired
  • ]

  • transactions

    object[]

    required

  • Array [

  • id Id (integer)required
    issued_at date-timerequired

    Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone

    meta

    object

    required

    property name* string
  • ]

Loading...