POST
/
v1
/
Inbound
/
{inboundId}
/
Calls

Authorizations

Authorization
string
headerrequired

Specify the authorization token.

For more information, check out the Authorization Guide.

Path Parameters

inboundId
string
required

The unique identifier of the inbound configuration.

Body

fromDate
string
required
toDate
string
required
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.

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.