Get Request Favorites

Get Request Favorites

Get all Favorite's of the specified request

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

requestId


Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns Array of Favorite of type(s) application/json
[
    {
        "id": 0,
        "parentId": 0,
        "type": "string",
        "federationId": "string",
        "communitiesUser": "string",
        "created": "string"
    }
]