Get Relation Event
Get all relationship events.
This operation retrieves all relationship events.
This API endpoint does not check for long-term storage, hence, it will not return any data older than 4 months.
Request:
Parameter | Required | Details | |
---|---|---|---|
Headers |
Authorization
| Yes | Information about authentication access token in format "Bearer
<accessToken> " (see details in Authentication API ). |
Query |
offset
| No | An offset in a list of events that are found. |
max
| No | Max number of events to retrieve. | |
types
| No | Comma-separated list of event types by which the events should be filtered. | |
startTime
| Yes | Start time from which events should be displayed. | |
endTime
| Yes | End time from which events should be displayed. |
Response
JSON Array representing a list of entity events.
Request
Response