Hi there,
I'm pulling data from Prime's REST API, and facing some difficulties:
1.) I need to be able to specify extra attributes for which I'd like to retrieve data, currently I have the following two URLs for getting details from Wireless Controllers:
<primeUrl>/webacs/api/v1/data/InventoryDetails/16816800?.full=true?.ctx_domain=root
<primeUrl>/webacs/api/v1/data/Devices/16816800?.full=true
And i get some good data, but I can't retrieve the last successful poll time, or the MAC address.
I'm specifying '.full=true', so I understand that I'm getting what Prime describes as a 'full' dataset, but is there any way I can get further information from the API?
Thanks,
Alex