AplasAplas API Reference

Retrieve a map

GET
/map/{mapId}

Authorization

BearerAuth
AuthorizationBearer <token>

API authentication via Authorization: Bearer <your-api-key>. Obtain your API key from Config → API in the Aplas web app.

In: header

Path Parameters

mapId*string

The id of the map

Response Body

*/*

*/*

curl -X GET "https://api.au.aplas.com/api/v2/map/id"
{
  "id": "id",
  "name": "Map A",
  "description": "More information",
  "applicationFilter": "mapSize = 'small'",
  "indexId": "id_index",
  "tagGroupId": "id_tag_group"
}
{
  "code": 500,
  "message": "Internal server error"
}