diff --git a/developer_manual/core/externalapi.rst b/developer_manual/core/externalapi.rst index e675b03811e..2128bf8a361 100644 --- a/developer_manual/core/externalapi.rst +++ b/developer_manual/core/externalapi.rst @@ -53,6 +53,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**: