Get Solutions
Get all solutions created by the current user
Request
URI
GET
https://apigw.vmware.com/sampleExchange/v1/solutions
COPY
Responses
200
successful operation
Returns Array of Solution of type(s) application/json
[
{
"id": 0,
"requestId": 0,
"federationId": "string",
"communitiesUser": "string",
"description": "string",
"comments": [
{
"id": 0,
"parentId": 0,
"type": "string",
"federationId": "string",
"communitiesUser": "string",
"comment": "string",
"created": "string",
"lastUpdated": "string"
}
],
"created": "string",
"lastUpdated": "string",
"acceptedSolution": false,
"linkedSampleId": 0
}
]
Solutions Operations
POST
Create Solution
GET
Get Solutions
DELETE
Remove Solution
PUT
Update Solution