# Retrieve By Id Regional Settings Get Regional Settings By Id Endpoint: GET /rest/2.0/REGIONAL_SETTINGS/{id} Version: 1.0 Security: JWT ## Path parameters: - `id` (integer, required) Id of the record ## Header parameters: - `sessionId` (string, required) ## Response 200 fields (application/json): - `retrieveResponse` (object) - `retrieveResponse.Created` (string) System controlled field: Date and time the record was created - `retrieveResponse.Default` (integer) Default: Is default for system - `retrieveResponse.CurrencyDecimal` (string) Currency Decimal: Specify the character used as the decimal and integer separator in currency-related fields. You can choose a comma, period, or none. - `retrieveResponse.NumberDecimal` (string) Number Decimal: Specify the character used as the decimal and integer separator in numerical fields. You can choose a comma, period, or none. - `retrieveResponse.IncludeCurSymbolInExportAPI` (integer) Include Currency Symbols in Exports: Select this box to include currency symbols in exports (e.g. $500.00 instead of 500.00). - `retrieveResponse.UpdatedUserId` (string) System controlled field: Id of the last user that updated the record - `retrieveResponse.Id` (string) Id - `retrieveResponse.Updated` (string) System controlled field: Date and time the record was last updated - `retrieveResponse.IncludeCurGroupInExportAPI` (integer) Include Currency Grouping in Exports: Select this box to include currency grouping symbols in exports (e.g. $50,000.00 instead of $50000.00). - `retrieveResponse.CurrencyGrouping` (string) Currency Grouping: Specify the character used as the thousands separator in currency-related fields. It can be comma, period, or none. - `retrieveResponse.IncludeNumGroupingInExportAPI` (integer) Include Number Grouping in Exports: Select this box to include number grouping characters in exports (e.g. 50,000.00 instead of 50000.00). - `retrieveResponse.NumberGrouping` (string) Number Grouping: Specify the character used as the thousands separator in numerical fields. It can be comma, period, or none. - `retrieveResponse.CreatedUserId` (string) System controlled field: Id of the user that created the record - `retrieveResponse.Name` (string) Name ## Response 400 fields (application/json): - `error` (string) Bad request - `message` (string) Bad request ## Response 401 fields (application/json): - `error` (string) Unauthorized - `message` (string) Unauthorized ## Response 404 fields (application/json): - `error` (string) Not found - `message` (string) Not found ## Response 429 fields (application/json): - `error` (string) Too many requests - `message` (string) Too many requests ## Response 500 fields (application/json): - `error` (string) Internal error - `message` (string) Internal error