POST
/
v1
/
Outbound
/
{outboundId}
/
Calls

Authorizations

Authorization
string
header
required

Specify the authorization token.

For more information, check out the Authorization Guide.

Path Parameters

outboundId
string
required

The outbound's unique identifier.

Body

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.

searchInput
string | null

Text to filter by.

skip
integer

Number of entries to skip for pagination.

sortProp
string | null

Property name to sort by.

statuses
integer[] | null

List of Status to filter by.

1 - New

10 - NeedRetry

30 - WrongCountryCode

40 - OnCall

100 - Success

110 - NotSuccessfull

130 - Complete

150 - Unreachable

500 - Error

tags
string[] | null

List of tags to filter 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.