Difference between revisions of "Query Structures Web Service"
Jump to navigation
Jump to search
(→Overview) |
|||
Line 20: | Line 20: | ||
<p><b>404</b> - Structure not found</p> | <p><b>404</b> - Structure not found</p> | ||
<p><b>500</b> - Server Error</p> | <p><b>500</b> - Server Error</p> | ||
+ | |- | ||
+ | |style="background-color:#eaecf0"|<b>Error Response</b>|| SDMX-ML 2.1 Error Response Document | ||
|} | |} |
Revision as of 11:07, 20 January 2021
Overview
Fusion Registry provides a web service for deleting structural metadata.
Deletion is performed by submitting a structure message as if importing the content to the Registry, but instead using the HTTP DELETE
verb. The structure message can be in any supported structure format, with the information supplied as a file, zip file, or in the HTTP body.
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 |