Get Flag Types Available For Entity

Get Flag Types Available For Entity

Returns a list of the available FlagType's for the specified entityType.

Request
URI
GET
https://apigw.vmware.com/sampleExchange/v1/flags/entity/{entityType}/flagTypes
COPY
Path Parameters
string
entityType
Required

entityType

Possible values are : Sample, Request, RequestComment, SampleComment, Solution,

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"
    }
]