cURL
curl --request GET \ --url https://api.maalbar.dk/geographical/locations \ --header 'X-Api-Key: <api-key>'
{ "data": [ { "publicId": "lli_xxxxxxxxxxxx", "name": "<string>", "type": "<string>", "parent": { "publicId": "lli_xxxxxxxxxxxx" } } ], "pagination": { "page": 123, "pageSize": 123, "totalCount": 123, "totalPages": 123 } }
Paginated with defaults page=1, pageSize=50
Successful response
Show child attributes