Get current application

GetApplication gets the current application data based on the provided Oauth2 credentials.

Request
query Parameters
cultureCode
string

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

Responses
200

Success

500

Internal Server Error

get/ApplicationService.svc/rest/GetApplication
Response samples
{
  • "Id": 0,
  • "ParentId": 0,
  • "Key": "string",
  • "Name": "string",
  • "Url": "string",
  • "SenderEmailAddress": "string",
  • "Client": {
    },
  • "Cultures": {
    },
  • "Currencies": {
    },
  • "Pricelists": {
    },
  • "SalesAreas": {
    },
  • "Roles": {
    },
  • "Countries": {
    },
  • "Authorizations": [
    ]
}