Admin
Export registry data
Exports registry data as a ZIP archive. If a groupId query parameter is provided, only data belonging to the specified group will be exported and global rules will be excluded.
get/admin/export
Query parameters
forBrowserboolean
Indicates if the operation is done for a browser. If true, the response will be a JSON payload with a property called href. This href will be a single-use, naked download link suitable for use by a web browser to download the content.
groupIdstring
If specified, only data belonging to this group will be exported. Global rules will be excluded.
Response
Response when the export is successful.
Example response
{
"downloadId": "247-4987490-297845",
"href": "https://54321.registry.examples.org/apis/registry/v3/downloads/247-4987490-297845"
}