get
https://api.seismic.com/css/v1/schemas//versions/
Retrieve a schema by a schema_id and the provided schema_version number.
Key Features:
- Retrieve the custom schema specified by the schema ID and version number. The version number is in format of {major}.{minor}, where major and minor are integers. E.g. 1.0, 2.1.
- Support including space names that the schema is distributed to in the response with the
includequery parameter. Note: The space names will be included in the response under the schema item.
Authorization Logic:
- User must have a valid tenant-level JWT token
- Token must have seismic.custom_schema.view scope for custom schema
Usage Example:
Retrieve the custom schema at the specified version.
Permissions Required:
Requires: seismic.custom_schema.view