Skip to content

Label FindOne

Protocol

POST

URL

https://api.helpmonks.com/api/v1/label/findone

Parameters

Name Required Value Comment
query Yes Available column in object
fields No Available column name
options No Available options like sort, slice, etc.

The available fields are documented in the Label Data Model. Refer to the Query syntax documentation on how to query against your records

Example

{
    query : { 'name' : 'Followup' },
    fields : { 'name' },
    options : { sort : { name: 'asc' } }
}

Returned data

Please refer to the Label Data Model to see the data structure being returned

-->