For the complete documentation index, see llms.txt. This page is also available as Markdown.

Export the selected rule (by ID) into the file

Returns schema files for the schema.

get

Returns schema files for the schema. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
schemaIdstringRequired

Schema ID

Example: 000000000000000000000001
Responses
200

Successful operation. Response zip file.

No content

get/schemas/{schemaId}/export/file
GET /api/v1/schemas/{schemaId}/export/file HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*

No content

Was this helpful?