From the v2 active devices endpoint documentation listed on https://developer.cisco.com/docs/cisco-spaces-location/v2/v2devices/ I notice that compared to the CMX Location API, properties such as username, IP address and the SSID the device is associated with are not in the response body. It is possible to filter for them by using the request params, but if you just have a bunch of devices without knowing the SSID already, you won't be able to get the SSID from the response of that particular endpoint.
I realise the example response body is for an unassociated device so SSID and IP would be unlogical to have in that response anyway, but note the model also does not list those properties.
Is there any other endpoint that is able to provide the missing data? I'm aware of the existance of the firehose API but it's an entirely different beast and I want to make sure I have a complete view of all the options before going that route.