Skip to content

Mailbox Find

Protocol

POST

URL

https://api.helpmonks.com/api/v1/mailbox/find

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 Mailbox Data Model. Refer to the Query syntax documentation on how to query against your records

Example

{
    query : { 'name' : 'Support' },
    fields : {},
    options : {}
}

Returned data

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

-->