Get Flags Created By Current User

Get Flags Created By Current User

Get all Flag's created by the current user

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

successful operation

Returns Array of Flag of type(s) application/json
[
    {
        "id": 0,
        "author": {
            "id": 0,
            "federationId": "string",
            "communitiesUser": "string",
            "fullName": "string",
            "gitHubLogin": "string",
            "gitHubToken": "string",
            "linked": false,
            "score": "number"
        },
        "entityId": 0,
        "entityType": "string",
        "flagType": {
            "id": 0,
            "entityType": "string",
            "flagType": "string",
            "explanation": "string"
        },
        "details": "string",
        "created": "string"
    }
]