JSON Encoding
The JSON Encoding feature allows the user to view or modify the setting for JSON responses.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Set strict JSON encoding format for API-return
data-types
POST
/v1/{practiceid}/misc/properjsonencoding
Configures the setting determining whether or not JSON responses are properly encoded for Booleans, integers, and strings
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allOutput Parameters
Expand allExample Code
Get the current status for strict-JSON encoding format
setting
GET
/v1/{practiceid}/misc/properjsonencoding
Retrieves the configured setting whether or not JSON responses are properly encoded for Booleans, integers, and strings
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
Example Code
Disables setting strict JSON encoding format for API-return
data-types
DELETE
/v1/{practiceid}/misc/properjsonencoding
Disables the setting determining JSON responses
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
Output Parameters
Expand allExample Code