# List application flags Lists the flags available for this application. Flag group id can be used when listing flags to narrow it down to a specific flag. See ListApplicationFlagGroups for available groups. Endpoint: GET /ApplicationService.svc/rest/ListApplicationFlags Version: 1.1 ## Query parameters: - `flagGroupId` (string) Specifies an optional flag group to select flags from. All flags are retrieved if flagGroupId is not specified. - `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) 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. - `Value` (string) The Value of the Entity. MaxLength: max. - `Code` (string) The Code of the Entity, if existing. Use this value when hard coding is required. MaxLength: 255.