# Get a reference data summaries Endpoint: GET /reference-data-summary/{referenceDataSummaryType}/{id} Version: 1.12 Security: bearerAuth ## Query parameters: - `page` (integer, required) Page of results to show Example: 1 - `pageSize` (integer, required) Results to return per page Example: 100 - `sort` (string) Comma-delimited list of the fields to sort by - defaults to ascending order, suffix :desc to change Example: "id,name | name:desc" ## Path parameters: - `referenceDataSummaryType` (string, required) Reference Data Summary Type Enum: "CALL_CLASS", "DIALSTRING", "CHARGE_GROUP" - `id` (integer, required) Entity identifier Example: 1 ## Response 200 fields (application/json): - `chargeGroupId` (integer) Internal identifier of charge group Example: 1 - `chargeGroupName` (string) Charge group name - `chargeGroupStartDate` (string) Date this charge group applies from - `chargeGroupEndDate` (string) Date this charge group applies to - `chargeGroupCategoryId` (integer) Internal identifier of charge group category Example: 1 - `chargeGroupCategoryName` (string) Charge group category name - `chargeGroupCategoryChargingUnitType` (string) Charging unit i.e. duration or data (MB) or one off Enum: "DURATION", "MB", "ONE_OFF" - `chargeGroupCategoryStartDate` (string) Date this charge group category applies from - `chargeGroupCategoryEndDate` (string) Date this charge group category applies to - `referenceDataSourceId` (integer) Internal identifier of reference data source Example: 1 - `referenceDataSourceName` (string) Reference data source name - `referenceDataSourceChargeGroupId` (integer) Internal identifier of reference data source charge group Example: 1 - `referenceDataSourceChargeGroupName` (string) Name of the reference data source charge group - `referenceDataSourceChargeGroupStartDate` (string) Date this reference data source charge group applies from - `referenceDataSourceChargeGroupEndDate` (string) Date this reference data source charge group applies to - `callClassId` (integer) Internal identifier of call class Example: 1 - `callClass` (string) Call class - `callClassStartDate` (string) Date this call class applies from - `callClassEndDate` (string) Date this call class applies to - `dialstringId` (integer) Internal identifier for dialstring Example: 1 - `dialstring` (string) Dialstring prefix - `dialstringStartDate` (string) Date this dialstring applies from - `dialstringEndDate` (string) Date this dialstring applies to ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 412 fields ## Response 500 fields ## Response 501 fields