Retrieve a specific annotation schema by its unique identifier
GET /annotation-schemas/v1/{schemaUUID}
-
Headers:
X-ANNOTATIONSCHEMAS-APPKEY
(string): Required. The API key to authenticate the request.
-
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.