# Get a specific reference data source Endpoint: GET /reference-data-sources/{reference_data_source_id} Version: 1.12 Security: bearerAuth ## Path parameters: - `reference_data_source_id` (integer, required) Reference data source identifier Example: 1 ## 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