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
Responses
200
successful operation
Returns Array of FlagType of type(s) application/json
[
{
"id": 0,
"entityType": "string",
"flagType": "string",
"explanation": "string"
}
]