Get Assignments

Get Assignments

Get all assignments for the current user

Request
URI
GET
https://apigw.vmware.com/sampleExchange/v1/requests/assignments
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

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

401

Unauthorized, credentials not supplied or incorrect.

Operation doesn't return any data structure