![]() |
API Documentation
|
where {labelId} is the ID of a label.
GET - used to retrieve information about an existing label, based on the label's ID.DELETE - used to delete an exiting label.Note: Both of these methods take no parameters.
This API endpoint serves a number of purposes:
GET method of the <access-service>/api/v1/labels API endpoint, which retrieves a list of field information for all existing labels on the Covata Platform. GET method call to this API endpoint is also returned in the response from a GET method call to the <access-service>/api/v1/labels endpoint. Therefore, if you do not require a label's description when retrieving information about the label, there is no need to call the GET method on this API endpoint.Be aware that by design and for security reasons, it is not possible to edit any aspect of a label.
This API endpoint supports the following Covata user roles (as described in the Covata Platform Administrator's Guide):
The Covata Platform's resources available to one of these Covata users (above) is determined by the access token passed in the header of requests to this endpoint.
The appropriate access token as the Bearer token:
Authorization: Bearer a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6A JSON-formatted response containing the following members:
priority - .
Example (response from ...):
If the request succeeded, then an HTTP response status 200 OK is returned.