{ "opencollection": "1.0.0", "info": { "name": "ExtremeCloud IQ Account Essentials - ExtremeLocation API", "version": "25.9.0-36" }, "items": [ { "info": { "name": "Essentials - ExtremeLocation", "type": "folder" }, "items": [ { "info": { "name": "Get the last known location of the client", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/essentials/eloc/clients/:clientMac/last-known-location", "params": [ { "name": "clientMac", "value": "", "type": "path", "description": "The mac address of client" }, { "name": "floorId", "value": "", "type": "query", "description": "The location ID of the floor" }, { "name": "parentId", "value": "", "type": "query", "description": "The location ID of the floor's parent" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the last known location of the client on the floor plan." } ] } ], "bundled": true }