Difference between revisions of "Query Structures Web Service"
Jump to navigation
Jump to search
(→Overview) |
(→Overview) |
||
Line 23: | Line 23: | ||
|style="background-color:#eaecf0"|<b>Error Response</b>|| SDMX-ML 2.1 Error Response Document | |style="background-color:#eaecf0"|<b>Error Response</b>|| SDMX-ML 2.1 Error Response Document | ||
|} | |} | ||
+ | |||
+ | =Headers= | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | !|HTTP Header || Purpose || Allowed Values | ||
+ | |- | ||
+ | |style="background-color:#eaecf0"|<b>Accept</b>|| To define the response format || | ||
+ | <ul> | ||
+ | <li>application/vnd.sdmx.structure+edi</li> | ||
+ | <li>application/vnd.sdmx.structure+xml;version=1.0</li> | ||
+ | <li>application/vnd.sdmx.structure+xml;version=2.0</li> | ||
+ | <li>application/vnd.sdmx.structure+xml;version=2.1</li> | ||
+ | <li>application/vnd.sdmx.json</li> | ||
+ | </ul> | ||
+ | |- |
Revision as of 13:31, 20 January 2021
Overview
Fusion Metadata Registry provides a web service for querying structural metadata which conforms to the SDMX specification.
Some additional Accept header values and query parameters are also supported both of which are explained in this guide.
Entry Point | /ws/public/sdmxapi/rest/ |
Access | Secure Public |
Authentication | None |
Http Method | GET |
Response Format | Multiple SDMX formats supported which can be specified wither using the HTTP Accept header or the 'format' URL parameter |
Response Statuses | 200 - Success 404 - Structure not found 500 - Server Error |
Error Response | SDMX-ML 2.1 Error Response Document |
Headers
HTTP Header | Purpose | Allowed Values |
---|---|---|
Accept | To define the response format |
|