GET
/
v0
/
map
/
{mapId}
/
locations
curl --request GET \
  --url https://realtime.nocodemapapp.com/v0/map/{mapId}/locations \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "04P1DY1YbwePX2rjKo3H",
    "name": "The Kooks Restaurant",
    "placeId": "ChIJ6_ktdpMVvEgRJBv3ZEgxsD8",
    "latLngLiteral": {
      "lat": "61.89263500000001",
      "lng": "-6.911805999999999"
    },
    "properties": {
      "Restaurant": "The Kooks Restaurant",
      "Address": "Frammi við Gjónna, Leynavatn 410, Faroe Islands",
      "key": "The Kooks Restaurant"
    }
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

mapId
string
required

ID of the map to retrieve

Query Parameters

limit
number

The number of locations returned in each request. Must be less than or equal to 100. Default is 100.

offset
number

Offset to list locations starting on the order from a location in your previous request

Response

200
application/json

Map response

The response is of type object[].