v1
OpenAPI 3.0.02026-08-04109109370.6 KBGet a list of events
Retrieve a feed of events. Events, also known as change logs, are a record of everything that happened in Nutshell. They're used to power notifications and timelines among other things.
Query parameters
Retrieve a feed of events with an ID less than or equal to than the specified ID
Retrieve a feed of events with an ID greater than the specified ID
Retrieve a feed of events that occurred before the specified time
Retrieve a feed of events that occurred after the specified time
Retrieve a feed of events related to a specific entity
The number of events to return
Opt in to additional event types: comments, mailchimp, followup, constantContact, emailInteraction, assignments, formSubmissions
Retrieve a feed of events related to a type of entity
Retrieve a feed of events caused by a specific user or team
Whether to receive email sent or received events. Requires a creator filter
Response
A list of events
Example response
{
"meta": {
"instanceId": "12345"
},
"events": [
{
"id": "3-contacts",
"actorType": "users",
"payloadType": "contacts",
"action": "create",
"changes": [
{
"attribute": "value"
}
]
}
]
}