Diagnostics

Diagnostic information for a resource request may be accessed by setting the _diagnostics parameter to 1.

When the _diagnostics parameter is set to 1, diagnostic information will be nested under a key named “diagnostics”, and the usual response will be nested under a key named “response”, like this:

{
    "diagnostics": JSON_OBJECT,
    "response": JSON_OBJECT
}