Skip to main content

Hello there,

 

I’ve created an app for my analytics web application and I’ve managed to connect and use it successfully.

 

I’m now trying to get the `device_name` from the `GET /athlete/activities` endpoint but I saw that the model returned does not contain it.

In order to get that info I could do a single `GET /activities/{id}` for each activity found in the former, but in doing so I would burn a lot of resources on your end and deplete my hourly/daily limits.

 

Is there another way of getting the device name?

Thank you

I can't claim this 100% but the logic behind the data structure would seem to suggest that this isn't possible. The device name is a parameter of a specific activity, not of a user (people tend to use multiple devices anyway). So there's probably no other way than querying individual activities.