Get Events By Federation Id

Get Events By Federation Id

Get all Events for the user with the specified federationId.

Request
URI
GET
https://apigw.vmware.com/sampleExchange/v1/search/events/user/federationId/{federationId}
COPY
Path Parameters
string
federationId
Required

federationId

Query Parameters
integer
days
Optional

If provided an integer value for the number of preceeding days to search in. Default is 0 meaning all time.


Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns Array of Event of type(s) application/json
[
    {}
]