Get all incoming email logs

GET

Get all incoming invoice emails for an entity.

Path parameters

entityIdstringRequired

Entity ID or Entity ForeignID

Query parameters

startDatedatetimeOptional
endDatedatetimeOptional
limitintegerOptional

Number of logs to return. Limit can range between 1 and 100, and the default is 10.

startingAfterstringOptional

The ID of the log to start after. If not provided, the first page of logs will be returned.

searchstringOptional

Search for logs by email address or subject

Response

This endpoint returns an object.
countinteger

Total number of logs for the given filters. This value is not limited by the limit parameter. It is provided so that you can determine how many pages of results are available.

hasMoreboolean

True if there are more logs available for the given filters.

datalist of objects