• ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
The HP Community is where owners of HP products, like you, volunteer to help each other find solutions.
HP Recommended

Hi, 

 

Is there a REST API available for PDMS? The specific use case I have in mind is to do asset management where we need to retrieve all phones that are registered with PDMS. Instead of making REST API call to each phone, it'd be much better to make an API call to PDMS.

 

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
HP Recommended

Hello plcmusr,

 

Welcome to the Polycom Community.

 

We have an OBiTALK Service API currently available. The service exposes a REST-like interface, relying on the HTTP/1.1 protocol for request/response framing. As you've indicated, our current implementation of the API does make a call to each device. For example, to get basic device status of the devices in an organization, the following script queries the /devices/{device}/quick-values endpoint for each device, and writes the results to a CSV file. The collected information includes the device online status (device is connected to the OBiTALK service) and its firmware version.

Additional information on our Service API can be found within PDMS-SP, under the Service API section. If you would like to become a Polycom partner, please go to http://www.polycom.com/partners/become-partner.html/partnerapp to apply a partner program. If you're already a Polycom partner, and would like to request a PDMS-SP account please send an email to ITSPSales@Polycom.com

 

View solution in original post

2 REPLIES 2
HP Recommended

Hello plcmusr,

 

Welcome to the Polycom Community.

 

We have an OBiTALK Service API currently available. The service exposes a REST-like interface, relying on the HTTP/1.1 protocol for request/response framing. As you've indicated, our current implementation of the API does make a call to each device. For example, to get basic device status of the devices in an organization, the following script queries the /devices/{device}/quick-values endpoint for each device, and writes the results to a CSV file. The collected information includes the device online status (device is connected to the OBiTALK service) and its firmware version.

Additional information on our Service API can be found within PDMS-SP, under the Service API section. If you would like to become a Polycom partner, please go to http://www.polycom.com/partners/become-partner.html/partnerapp to apply a partner program. If you're already a Polycom partner, and would like to request a PDMS-SP account please send an email to ITSPSales@Polycom.com

 

HP Recommended

Hi JerRod, thank you for your response.

 

I couldn't find the script that you were referring to. Could you please upload?

 

A different question (but related), does the phone support webhook when certain event occurred? For example, when the phone received a call, it'd be great if it can trigger a SOAP/REST call to a URL. 

 

Thank you!

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.