Core-9
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
GET | |
GET | |
GET | |
GET | |
POST | |
GET | |
GET | |
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
POST | |
POST | |
POST | |
POST | |
GET | |
POST |
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 list
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 create
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 retrieve
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 retrieve
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 list
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 create
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 retrieve
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 update
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 destroy
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 create
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 /countExample response
Status 200 No response body
Create file system link create
Path parameters
- idstring
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /projects /:project_id /file_system /:id /linkExample response
Status 200 No response body
Create file system move create
Path parameters
- idstring
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /projects /:project_id /file_system /:id /moveExample response
Status 200 No response body
Create file system count by path create
Get count of all files in a folder.
Path parameters
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /projects /:project_id /file_system /count_by_pathExample response
Status 200 No response body
Retrieve file system log view retrieve
Path parameters
- project_idstring
Example request
GET /api /projects /:project_id /file_system /log_viewExample response
Status 200 No response body
Create file system log view create
Path parameters
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /projects /:project_id /file_system /log_view