Skip to content

Conversation Find

Protocol

POST

URL

https://api.helpmonks.com/api/v1/conversation/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 Conversation Data Model. Refer to the Query syntax documentation on how to query against your records

Example

{
    query : { status : 'closed' },
    fields : {},
    options : { sort : { last_conversation_date: 'asc' } }
}

Returned data

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

-->