Core-9
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
PATCH | |
DELETE | |
GET | |
GET | |
GET | |
GET | |
GET | |
GET | |
POST | |
GET | |
GET | |
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
POST |
Retrieve event definitions
Required API key scopes
event_definition:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /projects /:project_id /event_definitions /:idExample response
Status 200
RESPONSE
Update event definitions
Required API key scopes
event_definition:writePath parameters
- idstring
- project_idstring
Request parameters
- namestring
- ownerinteger
- descriptionstring
- tagsarray
- verifiedboolean
- hiddenboolean
- enforcement_mode
- post_to_slackbooleanDefault:
false - default_columnsarray
Response
Example request
PATCH /api /projects /:project_id /event_definitions /:idExample response
Status 200
RESPONSE
Delete event definitions
Required API key scopes
event_definition:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /projects /:project_id /event_definitions /:idExample response
Status 204 No response body
Retrieve event definitions metrics
Path parameters
- idstring
- project_idstring
Example request
GET /api /projects /:project_id /event_definitions /:id /metricsExample response
Status 200 No response body
Retrieve event definitions by name
Get event definition by exact name
Required API key scopes
event_definition:readPath parameters
- project_idstring
Query parameters
- namestring
Response
Example request
GET /api /projects /:project_id /event_definitions /by_nameExample response
Status 200
RESPONSE
Retrieve event definitions golang
Required API key scopes
event_definition:readPath parameters
- project_idstring
Example request
GET /api /projects /:project_id /event_definitions /golangExample response
Status 200 No response body
Retrieve event definitions python
Required API key scopes
event_definition:readPath parameters
- project_idstring
Example request
GET /api /projects /:project_id /event_definitions /pythonExample response
Status 200 No response body
Retrieve event definitions typescript
Required API key scopes
event_definition:readPath parameters
- project_idstring
Example request
GET /api /projects /:project_id /event_definitions /typescriptExample response
Status 200 No response body
List all exports
Required API key scopes
export:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /exportsExample response
Status 200
RESPONSE
Create exports
Required API key scopes
export:writePath parameters
- project_idstring
Request parameters
- dashboardinteger
- insightinteger
- export_format
- export_context
Response
Example request
POST /api /projects /:project_id /exportsExample response
Status 201
RESPONSE
Retrieve exports
Required API key scopes
export:readPath parameters
- idinteger
- project_idstring
Response
Example request
GET /api /projects /:project_id /exports /:idExample response
Status 200
RESPONSE
Retrieve exports content
Required API key scopes
export:readPath parameters
- idinteger
- project_idstring
Example request
GET /api /projects /:project_id /exports /:id /contentExample response
Status 200 No response body
List all file system
Required API key scopes
file_system:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
- searchstring
Response
Example request
GET /api /projects /:project_id /file_systemExample response
Status 200
RESPONSE
Create file system
Required API key scopes
file_system:writePath parameters
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Response
Example request
POST /api /projects /:project_id /file_systemExample response
Status 201
RESPONSE
Retrieve file system
Required API key scopes
file_system:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /projects /:project_id /file_system /:idExample response
Status 200
RESPONSE
Update file system
Required API key scopes
file_system:writePath parameters
- idstring
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Response
Example request
PATCH /api /projects /:project_id /file_system /:idExample response
Status 200
RESPONSE
Delete file system
Required API key scopes
file_system:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /projects /:project_id /file_system /:idExample response
Status 204 No response body
Create file system count
Get count of all files in a folder.
Path parameters
- idstring
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /projects /:project_id /file_system /:id /count