Overview
This document covers the requirements for the initial request to get the Map Data based on the Map Profile ID.Details
This request can be the existing GetMaps API request.
Type | POST |
Endpoint | {{ url }} /api/Maps/GetMaps |
Request Example | { "mapid": 36 } |
Response Example | { "d": { "Locations": [ { "Building": "", "City": "", "Country": "Switzerland", "Floor": "", "FloorLevel": 0, "FloorLevelDisplay": "", "Height": "1038", "Level": "Country", "LocationId": null, "MapID": 8050, "MapURL": "/ResourceFiles//1683297076-Switzerland.svg", "ShowClock": 0, "Site": "", "StylesheetID": 11035, "StylesheetURL": "/Stylesheet/Css?id=11035", "Width": "1623", "Zone": "", "CountryId": null }, { "Building": "Ferring International Center SA", "City": "Geneva", "Country": "Switzerland", "Floor": "A Floor", "FloorLevel": 1, "FloorLevelDisplay": "", "Height": "1130", "Level": "Floor", "LocationId": 8156, "MapID": 7048, "MapURL": "/ResourceFiles//1678446548-FerringInternationalCenterSA.svg", "ShowClock": 1, "Site": "Ferrings", "StylesheetID": 8026, "StylesheetURL": "/Stylesheet/Css?id=8026", "Width": "4096", "Zone": "", "CountryId": null } ], "Buildings": null, "EnergySavingMode": 0, "ErrCode": "", "ErrDesc": "", "PseudoPowerStart": "17:00", "PseudoPowerEnd": "09:00", "WorkingDay": [ "09:00", "13:00", "13:00", "17:00" ], "ServerDate": "Wednesday, 20 September", "ServerDate1": "20/09/2023 10:32", "ServerTime": "10:32", "ServerTimeFormat": "0", "TimeZone": "GMT Standard Time", "AuthType": { "ShowRFID": 1, "ShowAccessCode": 1, "ShowUserPwd": 0, "ShowPwdChars": 0 }, "__type": "RXMapProfileData" } } |