# Get a list of available reference data sources Endpoint: GET /reference-data-sources 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" - `name` (string) Filter by name Example: "xyz | in:x,y | like:xyz" - `locale` (string) Filter by locale id Example: "0" - `siMaintained` (string) Filter by whether they are automatically or manually maintained Example: "true | false" ## Response 200 fields (application/json): - `id` (integer) Internal identifier of reference data source Example: 1 - `name` (string, required) Reference data source name - `locale` (object, required) - `locale.id` (integer) Internal identifier for locale entry Example: 1 - `locale.country` (object, required) - `locale.country.code` (string, required) ISO 3166 alpha-2 code representing country Example: "GB" - `locale.country.name` (string, required) Name of country Example: "United Kingdom" - `locale.currency` (object, required) - `locale.currency.id` (integer) Internal identifier for currency entry Example: 1 - `locale.currency.code` (string, required) ISO 4217 3-character currency code Example: "GBP" - `locale.currency.symbol` (string, required) Currency symbol - `locale.currency.majorCurrencyName` (string, required) Name of major currency - `locale.currency.minorCurrencyName` (string, required) Name of minor currency - `locale.currency.majorCurrencyFormat` (string, required) Format to use when displaying major currency - `locale.currency.minorCurrencyFormat` (string, required) Format to use when displaying minor currency - `locale.currency.salesTaxName` (string, required) Name used for sales tax in this currency - `siMaintained` (boolean, required) Indicates if this reference data source can be managed externally (false) or only by Strategic Imperatives (true) ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 412 fields ## Response 500 fields ## Response 501 fields