diff --git a/developer_manual/core/externalapi.rst b/developer_manual/core/externalapi.rst index 1b6300661..8f7742980 100644 --- a/developer_manual/core/externalapi.rst +++ b/developer_manual/core/externalapi.rst @@ -48,6 +48,10 @@ The output defaults to XML. If you want to get JSON append this to the URL:: ?format=json +Or set the proper Accept header:: + + Accept: application/json + Output from the application is wrapped inside a **data** element: **XML**: