Get Solutions By Id

Get Solutions By Id

Get Solution by ID

Request
URI
GET
https://apigw.vmware.com/sampleExchange/v1/search/solutions/{id}
COPY
Path Parameters
integer
id
Required

id


Authentication
This operation uses the following authentication methods.
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
    }
]

404

The Solution was not found.

Operation doesn't return any data structure