GET api/subscriptions/{subscriptionId}/cdr/{startDate}/{endDate}/grouped

Retrieves a list of usage records (CDR's) for the specified subscription, grouped by type.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
subscriptionId

The ID of the subscription for which to retrieve records.

integer

Required

startDate

The first date from which to include records.

string

Required

endDate

The last date until which to include records.

string

Required

Body Parameters

None.

Response Information

Resource Description

A list of usage records (CDR's).

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]

text/html

Sample:
[{},{}]

application/xml, text/xml

Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <anyType />
  <anyType />
</ArrayOfanyType>