Get Comments For Current User
Get all comments created by the current user
Request
URI
GET
https://apigw.vmware.com/sampleExchange/v1/comments
COPY
Responses
200
successful operation
Returns Array of Comment of type(s) application/json
[
{
"id": 0,
"parentId": 0,
"type": "string",
"federationId": "string",
"communitiesUser": "string",
"comment": "string",
"created": "string",
"lastUpdated": "string"
}
]