...
Code Block | ||
---|---|---|
| ||
{ "SearchResults": [ { "ResId": 1, "Name": "Meeting Room", "Status": 1, "Location": { "Country": "", "City": "", "Site": "", "Building": "", "Floor": "", "Zone": "" }, "SpaceType": "Room", "IconPath": "", "Occupancy": 4, "MapId": 1234, }, { "ResId": 2, "Name": "Conference Room", "Status": 1, "Location": { "Country": "", "City": "", "Site": "", "Building": "", "Floor": "", "Zone": "" }, "SpaceType": "Conference Room", "IconPath": "/ResourceFiles/images/conference-room-icon.svg", "Occupancy": 8, "MapId": 1234, } ] } |
Use case
...
...