Get All Favorites

Get All Favorites

Note that this returns both Sample and Request favorites.

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