Get Current User Request Favorites

Get Current User Request Favorites

Get all Request favorites for the current user

Request
URI
GET
https://apigw.vmware.com/sampleExchange/v1/favorites/request
COPY
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"
    }
]