# Get ApplicationRole Get ApplicationRole Endpoint: GET /Application/ApplicationRoles Version: 2.0 ## Response 200 fields (application/json): - `Id` (integer) Id. Key property. - `ApplicationId` (integer) ApplicationId. Nullable. - `ClientId` (integer) ClientId. Nullable. - `DefaultName` (string) DefaultName. MaxLength: 50. Nullable. - `DefaultDescription` (string) DefaultDescription. MaxLength: 500. Nullable. - `ReplacesApplicationRoleId` (integer) ReplacesApplicationRoleId. Nullable. - `IsActive` (boolean) IsActive. - `Created` (string) Created. - `CreatedBy` (integer) CreatedBy. - `Updated` (string) Updated. Nullable. - `UpdatedBy` (integer) UpdatedBy. Nullable. - `IsDefault` (boolean) IsDefault. - `Code` (string) Code. MaxLength: 50. Nullable. - `Cultures` (array) Cultures. - `Cultures.ApplicationRoleId` (integer) ApplicationRoleId. Key property. - `Cultures.CultureCode` (string) CultureCode. MaxLength: 16. Key property. - `Cultures.Name` (string) Name. MaxLength: 50. Nullable. - `Cultures.Description` (string) Description. MaxLength: 500. Nullable.