Retrieve a specific annotation schema by its unique identifier
GET /annotation-schemas/v1/{schemaUUID}
-
Headers:
Authorization(string): Required. Example:Bearer {{accessToken}}
-
Path Parameters:
schemaUUID(UUID): Required. The unique identifier of the annotation schema.
-
Responses:
200 OK: Returns the requested schema.404 Not Found: If the schema is not found.
