The LabelsQueryBuilder
allows you to run, sort, and control
which results a query returns.
Typically, you build a query using the queryLabels()
function,
refine the query by chaining LabelsQueryBuilder
functions, and then execute the
query by chaining the find()
function.
For example, the following code returns the first 5 labels that were created by sorting them in ascending order:
Note:
Only visitors with
Manage Contacts permissions
can query labels.
You can override the permissions by setting the suppressAuth
option to true
in the find()
function.