Get a reference data summaries

get/reference-data-summary/{referenceDataSummaryType}/{id}
SecuritybearerAuth
Request
path Parameters
referenceDataSummaryType
required
string (ReferenceDataSummaryType)

Reference Data Summary Type

Enum: "CALL_CLASS" "DIALSTRING" "CHARGE_GROUP"
id
required
integer <int64> (IdParam) >= 1

Entity identifier

Example: 1
query Parameters
page
required
integer <int32> (PageParam) >= 1

Page of results to show

Example: page=1
pageSize
required
integer <int32> (ResultsPerPageParam) [ 1 .. 1000 ]

Results to return per page

Example: pageSize=100
sort
string (SortParam)

Comma-delimited list of the fields to sort by - defaults to ascending order, suffix :desc to change

Example: sort=id,name | name:desc
Responses
200

OK

400

Bad Request

401

Unauthorized

404

Not Found

412

Precondition Failed

500

Internal Server Error

501

Not Implemented Yet

Response samples
application/json
[
  • {
    • "chargeGroupId": 1,
    • "chargeGroupName": "string",
    • "chargeGroupStartDate": "2019-08-24",
    • "chargeGroupEndDate": "2019-08-24",
    • "chargeGroupCategoryId": 1,
    • "chargeGroupCategoryName": "string",
    • "chargeGroupCategoryChargingUnitType": "DURATION",
    • "chargeGroupCategoryStartDate": "2019-08-24",
    • "chargeGroupCategoryEndDate": "2019-08-24",
    • "referenceDataSourceId": 1,
    • "referenceDataSourceName": "string",
    • "referenceDataSourceChargeGroupId": 1,
    • "referenceDataSourceChargeGroupName": "string",
    • "referenceDataSourceChargeGroupStartDate": "2019-08-24",
    • "referenceDataSourceChargeGroupEndDate": "2019-08-24",
    • "callClassId": 1,
    • "callClass": "string",
    • "callClassStartDate": "2019-08-24",
    • "callClassEndDate": "2019-08-24",
    • "dialstringId": 1,
    • "dialstring": "string",
    • "dialstringStartDate": "2019-08-24",
    • "dialstringEndDate": "2019-08-24"
    }
]