-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center.
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center.
- HP Community
- Poly Phones
- Desk and IP Conference Phones
- REST API documentation and formatting
Create an account on the HP Community to personalize your profile and ask a question
09-23-2019 01:07 PM
Just a helpful FYI for those of you trying to work with the REST APIs on VVX devices. The PDF documentation provided by Poly on the REST API is not formatted so that it can be cut and pasted into workable code. Often, the PDF document has translated double quotes ("), as well as inserted additional spaces, so that you will get invalidly formatted JSON.
My recommendation is to cut and paste into a environment that is validating the JSON format.
For the folks at Polycom, I would recommend that API documentation be done online, and not in a PDF document. PDF documents, unless very well constructed, are not ideal for code. If you're interested, here's a good example of someone who does API documentation well. . .
https://stripe.com/docs/api
Solved! Go to Solution.
Accepted Solutions
09-23-2019 01:51 PM
Thanks for the feedback jeff@bluip - I've raised this one for our doc team as well