Get events for given fitlers
GET {{baseUrl}}/api/v1/ActivityEvents?filters.from=<>&filters.to=<>&filters.linkkey=<>&Filters.logicbrokerKey=<>&Filters.documentType=<>&Filters.typeId=<>&Filters.category=<>&Filters.level=<>&filters.page=<>&Filters.senderId=<>&Filters.receiverId=<>&Filters.processed=<>&Filters.viewed=<>
Request rate limited to 10 requests per second with bursts up to 100 requests.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filters.from | string | Beginning of time search window. | |
filters.to | string | End of time search window. | |
filters.linkkey | string | The linkkey identifies a group of related documents. It ties the Order to all the Shipments and Invoices. | |
Filters.logicbrokerKey | string | Gets or sets the order number. | |
Filters.documentType | string | Gets or sets the shipment number. | |
Filters.typeId | string | Gets or sets the event type id. | |
Filters.category | string | Gets or sets the invoice number. | |
Filters.level | string | Gets or sets the status. | |
filters.page | string | Page number | |
Filters.senderId | string | Gets or sets the partner company id. | |
Filters.receiverId | string | Gets or sets the company id. | |
Filters.processed | string | Gets or sets the company id. | |
Filters.viewed | string | Gets or sets the company id. |