danielatikOriginal post
Web Developer
I cannot use the SDK and I'm trying to call via PHP to get the value of the paramaters of a document but I don't find the right documentation for this and an error appears:
This is my code:
Summary
Developers are attempting to retrieve document parameters through curl in PHP but encounter a syntax error. The issue lies in the query formatting. The correct way to structure the query is by encoding it and adding it as a multiple parameter. This solution should resolve the error and allow successful retrieval of the document parameters.