Get All Flag Types

Get All Flag Types

Returns a list of the available FlagType's. This is a static list for the system.

Request
URI
GET
https://apigw.vmware.com/sampleExchange/v1/flags/flagTypes
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns Array of FlagType of type(s) application/json
[
    {
        "id": 0,
        "entityType": "string",
        "flagType": "string",
        "explanation": "string"
    }
]