get https://api.apsis.one/audience/keyspaces//profiles//sections//events
Events are created in response to actions performed on activities.
A relationship between an activity and an event is found through activity ID. Activity is a source of an event.
Activities for specific tools can be fetched using the following endpoints:
- recent activities:
GET /<tool_name>/sections/{section_discriminator}/activities
- specific activity:
GET/<tool_name>/sections/{section_discriminator}/activities/{activity_id}
Events are sorted by event_time
in descending order (most recent first). Note that if a set of events is over 300 KB, then it will be truncated.