Event
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
List all event definitions
Path Parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Query Parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
RESPONSE
Retrieve event definitions
Path Parameters
- idstring
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Response
Request
GET 
Response
Status 200
RESPONSE
Update event definitions
Path Parameters
- idstring
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request Parameters
- namestring
- created_atstring
- last_seen_atstring
- tagsarray
- post_to_slackboolean
Response
Request
PATCH 
Response
Status 200
RESPONSE
Delete event definitions
Path Parameters
- idstring
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request
DELETE