Retrieve a particular label
Retrieve a particular label
Path Parameters
- project_id integer required
ID of the project
- label_id integer required
ID of the label
Responses
- 200
- 401
- 403
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- id integer
The ID of the label
- name string
The label's name.
{
"id": 1,
"name": "POS"
}
User is not authenticated. This means token is either not present or invalid
User does not have the minimal required project role "VIEWER"
The project or the label was not found
Something is wrong with the API.
Loading...