Junction Networks

Junction Networks Web Services API

CdrBrowse

Returns information about a group CDRs.

Authentication

This action requires an Authenticated Session.

Authorization

This action requires Account/Organization/User Read permission.

Parameters

One and only one of the following (Required)
AccountId
A positive integer which references a unique Account.
OrganizationId
A positive integer which references a unique Organization.
UserId
A positive integer which references a unique User.
One and only one of the following (Optional)
MonthOffset
Default Value: 0
A month offset into the history. 0 = current month, -1 = last month, -2 = two months ago, ...
StartDateTime & EndDateTime
DateTime range; StartDateTime <= DateTime < EndDateTime
StartCdrId & EndCdrId
CdrId range; StartCdrId <= CdrId < EndCdrId
OrderBy
Optional
Default Value: DateTime Desc
CdrId [Desc] | DateTime [Desc] | Price [Desc]
Limit
Optional
Default Value: 20
The maximum number of records to return.
Offset
Optional
Default Value: 0
The offset of the first record to return. The offset of the initial record is 0 (not 1).
CalcFound
Optional
Default Value: true
Calculate how many records there would be in the result set, disregarding any Limit parameter.

Result RELAX NG Schema Modules

Main module: CdrBrowse.rng

Supporting modules:  Cdr.rng

Result Element Example

Not available.