Difference between revisions of "Query Structures Web Service"
Jump to navigation
Jump to search
m (Glenn moved page Query Structures Web Services to Query Structures Web Service without leaving a redirect) |
|||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:FMR REST API Reference]] |
+ | = 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 <code>DELETE</code> 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. | |
+ | |||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | |style="background-color:#eaecf0"|<b>Entry Point</b>|| <b> /ws/public/sdmxapi/rest/ </b> | ||
+ | |- | ||
+ | |style="background-color:#eaecf0"|<b>Access</b>|| <span style='color:green'><b>Secure</b></span> Public | ||
+ | |- | ||
+ | |style="background-color:#eaecf0"|<b>Authentication</b>|| None | ||
+ | |- | ||
+ | |style="background-color:#eaecf0"|<b>Http Method</b>|| GET | ||
+ | |- | ||
+ | |style="background-color:#eaecf0"|<b>Response Format</b>|| Multiple SDMX formats supported which can be specified wither using the HTTP Accept header or the 'format' URL parameter | ||
+ | |- | ||
+ | |style="background-color:#eaecf0"|<b>Response Statuses</b>|| <p><b>200</b> - Success</p> | ||
+ | <p><b>404</b> - Structure not found</p> | ||
+ | <p><b>500</b> - Server Error</p> | ||
+ | |} |
Revision as of 11:06, 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 |