Get all labels
GET/api/v1/project/labels
Get all labels
Request
Query Parameters
name string
Filter labels by name
applicationCategory string
Possible values: [user, technician]
Filter labels by application category
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id numberrequired
Unique identifier of the label
name stringrequired
Name of the label
applicationCategory string
Possible values: [user, technician]
Application category this label belongs to
[
{
"id": 0,
"name": "string",
"applicationCategory": "user"
}
]
Loading...