GET map-id

A lookup call to get all available Map IDs.

When accessed via a GET request this API method will return a list of all available Map IDs.

INPUT

There is no INPUT for this method.

OUTPUT - JSON sample

If accessing GET /api/map-id the following JSON would be returned:


{
    "data": [
        {
            "map_id": "8OUTDOOR_SHOPPING_CENTRE_EXTERIOR_DERBYRIVERLIGHTS_01OF01_01_20180822",
            "media_owner": "8 Outdoor"
        },
        {
            "map_id": "8OUTDOOR_SHOPPING_CENTRE_EXTERIOR_LEEDSPINNACLE_01OF01_01_20180822",
            "media_owner": "8 Outdoor"
        },
        {
            "map_id": "ADM_RETAIL _ABINGTON_01of01_01_20110117",
            "media_owner": "i-media"
        },
        {
            "map_id": "ADM_RETAIL _ALFRETON_01of01_01_20110117",
            "media_owner": "i-media"
        }
    ]
}
        

A "data" element that contains an array of Map IDs