Events

Events will be created at the time of entities creation, updating and deletion process. Entities are DataFiles, DataRecords, Orders and Downloads.

Get Events By EntityId and EntityType

Http Method              : Get

URL                                 : /api/FusionApi/Event

Get the events associated with the entity (data record, data file, and order) using the entity id.

Request Body Parameter

Responses

The below tabs show the list of expected response from get events endpoint.

Response parameter description

Events

Response parameter description

Response parameter description

Response parameter description

Response parameter description

Response parameter description

Post Events for Downloads

Http Method              : Post

URL                                 : /api/FusionApi/Event/Downloads

Create an event associated with the entity (Download) using the entity id.

Example JSON payload
{

"type": "string",

"entityId": "string",

"data": {}

}

Request Array Parameters

Responses

The below tabs show the list of expected response from post data file endpoint.

Response parameter description

Response parameter description

Response parameter description

Response parameter description

Response parameter description

Response parameter description