Bold360 and BoldChat Developer Center

getClosedEmailThreads

Retrieves closed email threads for a folder based on the Closed date.

Input parameters

Parameter Type Version Required Description

FolderID

string id

All

yes

The identifier of the folder to retrieve data from

FromDate

date

All

no

The start date

ToDate

date

All

no

The end date

PageStart

integer

v1

no

The number of elements to skip in the result set.

PageSize

integer

v1

no

The number of results in the returned set. This can be used to limit the returned set to less than the server maximum (this will not allow you to exceed the server page size, which is 1000 records in most cases.)

Return values

Parameter Type Version Description

Data

json array

All

A JSON array of JSON objects with the mappings of fields to values

Truncated

boolean

All

Whether or not the above JSON array is the complete result set, or if the server limited the returned results.

Next

json object

v1

If the method called supports it, and the data is truncated, the Next parameter will contain the necessary parameters to pass back to the same server method to get more results.

Additional information

Maximum page size: 500 records