# Get a list of Dialstrings Endpoint: GET /dialstrings 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" - `fields` (string) Comma-delimited list of the field(s) to return if only a subset is required Example: "id,name" - `dialstring` (string) Filter by dialstring Example: "xyz | in:x,y | like:xyz" - `referenceDataSourceChargeGroupId` (string) Filter by a particular reference data source charge group id Example: "0" - `startDate` (string) Filter dialstrings based on start date Example: "yyyy-MM-dd | lt:yyyy-MM-dd | gt:yyyy-MM-dd | gtn:yyyy-MM-dd" - `endDate` (string) Filter dialstrings based on end date Example: "yyyy-MM-dd | lt:yyyy-MM-dd | gt:yyyy-MM-dd | gtn:yyyy-MM-dd" ## Response 200 fields (application/json): - `id` (integer) Internal identifier for dialstring Example: 1 - `dialstring` (string, required) Dialstring prefix - `referenceDataSourceChargeGroupId` (integer, required) Identifier of the linked reference data source charge group Example: 1 - `startDate` (string, required) Date this dialstring applies from - `endDate` (string) Date this dialstring applies to ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 412 fields ## Response 500 fields ## Response 501 fields