v1

latestOpenAPI 3.0.12026-07-2665150231.1 KB
Inbound

Search Calls

Retrieves the calls within a specific date range of inbound

post/v1/Inbound/{inboundId}/Calls

Path parameters

inboundIdstring required

The unique identifier of the inbound configuration.

Request body

skipinteger

Number of entries to skip for pagination.

limitinteger

Limit on the number of entries to return.

sortPropstring nullable

Property name to sort by.

isAscendingboolean

Whether the sort order is ascending.

fromDatestring date-time required

The start date for filtering the search results.

toDatestring date-time required

The end date for filtering the search results.

tagsstring[] nullable

List of tags to filter by.

statusesEConversationStatusView[] nullable

List of Status to filter by.

searchInputstring nullable

Text to filter by.

Response

Calls within the specified date range for inbound.

countinteger

The total number of items matching the search criteria.