Return conversations matching the parameters

GET

Returns a list of conversation objects along with a next_page_uri if applicable

Query parameters

created_sincedatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

Return records that were created after this date. Note that updated_since and created_since are mutually exclusive, so you must only use one in a request.

updated_sincedatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

Return records that were updated after this date. Note that updated_since and created_since are mutually exclusive, so you must only use one in a request.

page_sizeintegerOptional>=100<=10000

Number of records to return in response. The maximum and default is 10000, the minimum is 100.

created_todatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

Return records that were created earlier than this date. If created_since is used and this parameter is not specified, this value defaults to 7 days after created_since.

updated_todatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

Return records that were updated earlier than this date. If updated_since is used and this parameter is not specified, this value defaults to 7 days after updated_since.

Response

Ada successfully processed the request

itemslist of objectsOptional

Records returned from the query

metaobjectOptional