# Returns Feature Flags that are available to be added to the given Target Group Returns the list of Feature Flags that the Target Group can be added to. This list will exclude any Feature Flag that the Target Group is already part of. Endpoint: GET /cf/admin/segments/{identifier}/available_flags Version: 1.0 Security: x-api-key ## Path parameters: - `identifier` (string, required) Unique identifier for the object in the API. ## Query parameters: - `accountIdentifier` (string, required) Account Identifier - `orgIdentifier` (string, required) Organization Identifier - `projectIdentifier` (string, required) The Project identifier - `environmentIdentifier` (string, required) Environment Identifier - `pageNumber` (integer) PageNumber - `pageSize` (integer) PageSize - `sortOrder` (string) SortOrder Enum: "ASCENDING", "DESCENDING" - `sortByField` (string) SortByField Enum: "name" - `flagNameIdentifier` (string) Identifier of the feature flag ## Response 200 fields (application/json): - `itemCount` (integer, required) The total number of items Example: 1 - `pageCount` (integer, required) The total number of pages Example: 100 - `pageIndex` (integer, required) The current page - `pageSize` (integer, required) The number of items per page Example: 1 - `version` (integer) The version of this object. The version will be incremented each time the object is modified Example: 5 - `featureFlags` (array) - `featureFlags.identifier` (string, required) The flag identifier Example: "test-flag" - `featureFlags.name` (string, required) The user friendly flag name Example: "Test Flag" ## Response 401 fields (application/json): - `code` (string, required) The http error code Example: "404" - `details` (object) Additional details about the error - `message` (string, required) The reason the request failed ## Response 403 fields (application/json): - `code` (string, required) The http error code Example: "404" - `details` (object) Additional details about the error - `message` (string, required) The reason the request failed ## Response 404 fields (application/json): - `code` (string, required) The http error code Example: "404" - `details` (object) Additional details about the error - `message` (string, required) The reason the request failed ## Response 500 fields (application/json): - `code` (string, required) The http error code Example: "404" - `details` (object) Additional details about the error - `message` (string, required) The reason the request failed