4 years ago
Using API v2
Hi
Can someone point me in the direction of some instructions on how to make API calls with V2 of the API? (Just with a basic example on how the auth is done now etc)
I can find exampl...
Just now, MrJ said:How do you get the if of the specific group?
Assuming you mean ID. There are several ways. Programmatically, you'd do a get_device_group_list() method call. You could get the whole list then filter/search in your script to find the ID, or you could include a filter in the call so that only the group you're interested in is returned.