SMALL TITLE
TAG LINE
id | "id": "Hello World" Type: String This is the unique numeric identifier for the EventTracking |
eventActionTypeId | "eventActionTypeId": 41 Type: Number Unique identifier for the associated EventActionType object. |
eventQueueTypeId | "eventQueueTypeId": 983 Type: Number Unique identifier for the associated EventQueueType object. |
eventTrackingId | "eventTrackingId": "Hello World" Type: String |
domainContextTrackingId | "domainContextTrackingId": "Hello World" Type: String |
sent | "sent": "2005-04-11T14:56:24" Type: Date |
processed | "processed": "2005-04-11T14:56:24" Type: Date |
event | "event": "Hello World" Type: String |
When updating an object you use the update request header with the list of properties to update. Then you need only supply the new values in the body of your request. Please note, this header can only be used with PUT or PATCH requests.
Field List:
DataFlow PATCH objects:
DELETE | api/v1/Event/Tracking/{id:long} |
Delete an instance of the EventTracking object. |
GET | api/v1/Event/Tracking |
Retrieve all of the EventTracking objects. |
GET | api/v1/Event/Tracking/Metadata |
Retrieve all of the meta data details of the EventTracking object. |
GET | api/v1/Event/Tracking/Metadata/{option} |
Retrieve all the meta data details of the EventTracking object based on provided options. | |
{option} | Metadata options for the EventTracking object. |
GET | api/v1/Event/Tracking/Paged |
Retreive all of the EventTracking objects in a paged fashion. |
GET | api/v1/Event/Tracking/{id:long} |
Retrieve all of the EventTracking objects. |
POST | api/v1/Event/Tracking |
Create a new instance of the EventTracking object. |
PUT | api/v1/Event/Tracking/{id:long} |
Update an existing instance of the EventTracking object. |