GET ./organizations/labels

Tags: simple-query, pagination

It is used to get the list of labels.

Admin rights required

Output example

{
"meta": {
"countTotal": "3",
"countData": "3",
"countOffset": "0"
},
"data": [
{
"lbID": "1",
"lbName": "test label 1",
"lbColor": "test color 1",
"lbIsSystem": "0",
"lbType": null,
"lbMetadata": null,
"lbCreatedAt": "2025-02-06 14:10:56",
"lbUpdatedAt": null,
"lbCreatedByID": "156461"
},
{
"lbID": "2",
"lbName": "test label 3",
"lbColor": "test color 3",
"lbIsSystem": "0",
"lbType": null,
"lbMetadata": null,
"lbCreatedAt": "2025-02-06 14:11:50",
"lbUpdatedAt": "2025-02-06 15:35:53",
"lbCreatedByID": "156461"
},
{
"lbID": "4",
"lbName": "test label 4 system",
"lbColor": "test color 4",
"lbIsSystem": "1",
"lbType": null,
"lbMetadata": null,
"lbCreatedAt": "2025-02-06 14:12:17",
"lbUpdatedAt": null,
"lbCreatedByID": "156461"
}
]
}