How to retrieve users and time profiles attached to cameras with python (protocol)

Hello,

I’m asking for help to do integration with python. I guess I have to use Protocol integration.

I would need to know where to go to read all the endpoints that are available in this protocol. What I’m trying to obtain is the following:

  • Get the full list of users with their Milestone unique ID
  • Get the roles of a user, and for each role, the camera and time profile attached

Thanks in advance!

ConfigAPI Client sample might be helpful for you. https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/configapiclient/readme.html&tree=tree_2.html

Please read this link - https://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/intro_configurationapi.html&tree=tree_4.html which also include info on login(Login and authentication process).

Hi Rie,

Yep, I already found it, and it is super useful project!! Anyway, I’m trying to found the reference on how to use this SOAP service, and obtain all of the endpoints with possible parameters.

Thanks a lot!