Difference between revisions of "Query Structures Web Service"

From FMR Knowledge Base
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:FMR_REST_API_Reference]]
+
[[Category:FMR REST API Reference]]
 +
= Overview =
 +
Fusion Registry provides a web service for '''deleting''' structural metadata.
  
To be written.
+
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 12: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