GET ./organizations/labels/school_labels/{id}

Tags: simple-query, pagination

It is used to get labels filtered by school ID. Admin rights required.

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": "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"
},
{
"lbID": "5",
"lbName": "test label 3",
"lbColor": "test color 3",
"lbIsSystem": "0",
"lbType": null,
"lbMetadata": null,
"lbCreatedAt": "2025-02-10 11:46:09",
"lbUpdatedAt": null,
"lbCreatedByID": "156461"
}
]
}