Export Files from Schema
Request
Path Parameters
Parameter
Type
Required
Description
Response
Success Response
Error Responses
Status
Description
Was this helpful?
GET /schemas/{schemaId}/export/file
Returns schema files for the schemas as a zip archive. Only users with the Standard Registry role are allowed to make the request.
Authentication: Bearer token required (Authorization: Bearer <token>)
Permission: Permissions.SCHEMAS_SCHEMA_READ
schemaId
String
Yes
Selected schema ID
Status: 200 OK
Returns a binary zip file containing the schema files.
Content-Type: application/zip
401 Unauthorized
Missing or invalid token
403 Forbidden
Insufficient permissions
422 Unprocessable Entity
Validation error
500 Internal Server Error
Unexpected server failure
Was this helpful?
Was this helpful?