POST
/
v1
/
Outbound
/
{outboundId}
/
CallRequest

Authorizations

Authorization
string
header
required

Specify the authorization token.

For more information, check out the Authorization Guide.

Path Parameters

outboundId
string
required

The unique identifier of the outbound campaign for which the API call requests are being retrieved.

Body

Extends TableSearch to include date filtering for more specific searches.

fromDate
string
required

The start date for filtering the search results.

toDate
string
required

The end date for filtering the search results.

isAscending
boolean

Whether the sort order is ascending.

limit
integer

Limit on the number of entries to return.

skip
integer

Number of entries to skip for pagination.

sortProp
string | null

Property name to sort by.

Response

200 - text/plain
count
integer

The total number of items matching the search criteria.

results
object[] | null

The list of results for the current page, based on the search criteria.