Event
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
PATCH | |
DELETE |
List all event schemas
Required API key scopes
event_definition:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /event_schemasExample response
Status 200
RESPONSE
Create event schemas
Required API key scopes
event_definition:writePath parameters
- project_idstring
Request parameters
- event_definitionstring
- property_group_idstring
Response
Example request
POST /api /projects /:project_id /event_schemasExample response
Status 201
RESPONSE
Update event schemas
Required API key scopes
event_definition:writePath parameters
- idstring
- project_idstring
Request parameters
- event_definitionstring
- property_group_idstring
Response
Example request
PATCH /api /projects /:project_id /event_schemas /:idExample response
Status 200
RESPONSE
Delete event schemas
Required API key scopes
event_definition:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /projects /:project_id /event_schemas /:id