POST
/
v1
/
Outbound
/
{outboundId}
/
CallRequest

Authorizations

Authorization
string
headerrequired

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

skip
integer

Number of entries to skip for pagination.

limit
integer

Limit on the number of entries to return.

sortProp
string | null

Property name to sort by.

isAscending
boolean

Whether the sort order is ascending.

fromDate
string

The start date for filtering the search results.

toDate
string

The end date for filtering the search results.

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.