Events
List Events
GET
/
events
Authorizations
x-api-key
string
headerrequiredQuery Parameters
page
number
default: 1limit
number
default: 10Response
200 - application/json
id_event
string
requiredUnique identifier for the event
id_connection
string
requiredConnection ID associated with the event
id_project
string
requiredProject ID associated with the event
type
enum<string>
requiredScope of the event
Available options:
crm.contact.created
, crm.contact.pulled
, crm.company.created
, crm.company.pulled
, crm.deal.created
, crm.deal.pulled
, crm.engagement.created
, crm.engagement.pulled
, crm.note.created
, crm.note.pulled
, crm.stage.pulled
, crm.task.pulled
, crm.task.created
, crm.user.pulled
, ticketing.ticket.created
, ticketing.ticket.pulled
, ticketing.comment.created
, ticketing.comment.pulled
, ticketing.attachment.created
, ticketing.attachment.pulled
, ticketing.collection.pulled
, ticketing.account.pulled
, ticketing.contact.pulled
, ticketing.tag.pulled
, ticketing.team.pulled
, ticketing.user.pulled
, ats.activity.created
, ats.activity.pulled
, ats.application.created
, ats.application.pulled
, ats.attachment.created
, ats.attachment.pulled
, ats.candidate.created
, ats.candidate.pulled
, ats.department.pulled
, ats.eecos.pulled
, ats.interview.created
, ats.interview.pulled
, ats.job.pulled
, ats.jobinterviewstage.pulled
, ats.offer.created
, ats.office.pulled
, ats.rejectreason.pulled
, ats.scorecard.pulled
, ats.tag.pulled
, ats.user.pulled
, filestorage.file.created
, filestorage.file.pulled
, filestorage.folder.created
, filestorage.folder.pulled
, filestorage.group.pulled
, filestorage.user.pulled
, filestorage.drive.pulled
, filestorage.permission.pulled
, filestorage.sharedlink.pulled
, connection.created
status
enum<string>
requiredStatus of the event
Available options:
success
, fail
direction
string
requiredDirection of the event
method
enum<string>
requiredHTTP method used for the event
Available options:
GET
, POST
, PUT
, DELETE
url
string
requiredURL associated with the event
provider
string
requiredProvider associated with the event
timestamp
string
requiredTimestamp of the event
id_linked_user
string
requiredLinked user ID associated with the event
Was this page helpful?