# Get current application GetApplication gets the current application data based on the provided Oauth2 credentials. Endpoint: GET /ApplicationService.svc/rest/GetApplication Version: 1.1 ## Query parameters: - `cultureCode` (string) Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application. ## Response 200 fields (application/json): - `Id` (integer,null) The system wide unique internal Storm Id for this Application. - `ParentId` (integer,null) Id of the parent application, if any. Will be the same as Id if none exists. Applications with the same parentId share products and customers. Some content and navigation can differ. - `Key` (string) The system wide unique Key for this Application. - `Name` (string) The Name of this Application. MaxLength: 50. - `Url` (string) The Url to the Application. MaxLength: 255. - `SenderEmailAddress` (string) The sender e-mail address for all external communication and notifications if Norce Storm email services are used. MaxLength: 255. - `Client` (object) - `Client.Id` (integer) The system wide unique internal Storm Id for the Client. - `Client.Key` (string) The system wide unique Key for the Client. - `Client.Name` (string) The Name of the Client. MaxLength: 100. - `Cultures` (object) - `Cultures.List` (array) A list of cultures. - `Cultures.List.Code` (string) The Code of the culture. Two letter or five letter codes. sv-SE for swedish. MaxLength: 16. - `Cultures.List.Name` (string) The name of the culture. MaxLength: 50. - `Cultures.Default` (object) - `Currencies` (object) - `Currencies.List` (array) A list of currencies. - `Currencies.List.Id` (integer) The internal Storm Id of the currency. - `Currencies.List.Name` (string) The name of the currency. MaxLength: 50. - `Currencies.List.Code` (string) The Code of the currency. ISO 4217 is used. SEK for Swedish kronor. MaxLength: 3. - `Currencies.List.Prefix` (string) The Prefix sign/code if available. MaxLength: 10. - `Currencies.List.Suffix` (string) The suffix sign/code if available. MaxLength: 10. - `Pricelists` (object) - `Pricelists.Ids` (array) A list of priceList ids. - `Pricelists.Default` (integer) The default priceList id from the list. - `SalesAreas` (object) - `SalesAreas.List` (array) A list of SalesAreas. - `SalesAreas.List.Id` (integer) The internal Id of the SalesArea. - `SalesAreas.List.Name` (string) The Name of the SalesArea. MaxLength: 50. - `SalesAreas.List.CurrencyId` (integer) The default id of the Currency for this SalesArea. - `SalesAreas.List.VatCodeId` (integer) The default id of the VatCode for this SalesArea. - `Roles` (object) - `Roles.List` (array) A list of roles. - `Roles.List.Id` (integer) The internal Id of the role. - `Roles.List.Name` (string) The Name of the role. MaxLength: 50. - `Roles.List.Description` (string) The Description of the role. MaxLength: 500. - `Countries` (object) - `Countries.List` (array) A list of countries. - `Countries.List.Id` (integer) The internal Storm Id of the country. - `Countries.List.Name` (string) The name of the country. MaxLength: 50. - `Countries.List.Code` (string) The Code of the country. The ISO 3166-1 alpha-2 is used. SE for Sweden. MaxLength: 3. - `Authorizations` (array) A list of authorizations available for this application. Can be used when creating customer accounts. - `Authorizations.Id` (integer) The internal Id of the Entity. This Id might be different in different tiers such as Stage and Production. Use Code if hard coding is required. - `Authorizations.Value` (string) The Value of the Entity. MaxLength: max. - `Authorizations.Code` (string) The Code of the Entity, if existing. Use this value when hard coding is required. MaxLength: 255.