Environments-14
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
GET | |
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
POST |
List all environments exports
Required API key scopes
export:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /environments /:project_id /exportsExample response
Status 200
RESPONSE
Create environments exports
Required API key scopes
export:writePath parameters
- project_idstring
Request parameters
- dashboardinteger
- insightinteger
- export_format
- export_context
Response
Example request
POST /api /environments /:project_id /exportsExample response
Status 201
RESPONSE
Create environments exports
Required API key scopes
export:writePath parameters
- project_idstring
Request parameters
- dashboardinteger
- insightinteger
- export_format
- export_context
Response
Example request
POST /api /environments /:project_id /exportsExample response
Status 201
RESPONSE
Retrieve environments exports
Required API key scopes
export:readPath parameters
- idinteger
- project_idstring
Response
Example request
GET /api /environments /:project_id /exports /:idExample response
Status 200
RESPONSE
Retrieve environments exports
Required API key scopes
export:readPath parameters
- idinteger
- project_idstring
Response
Example request
GET /api /environments /:project_id /exports /:idExample response
Status 200
RESPONSE
Retrieve environments exports content
Required API key scopes
export:readPath parameters
- idinteger
- project_idstring
Example request
GET /api /environments /:project_id /exports /:id /contentExample response
Status 200 No response body
Retrieve environments exports content
Required API key scopes
export:readPath parameters
- idinteger
- project_idstring
Example request
GET /api /environments /:project_id /exports /:id /contentExample response
Status 200 No response body
List all environments file system
Required API key scopes
file_system:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
- searchstring
Response
Example request
GET /api /environments /:project_id /file_systemExample response
Status 200
RESPONSE
List all environments file system
Required API key scopes
file_system:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
- searchstring
Response
Example request
GET /api /environments /:project_id /file_systemExample response
Status 200
RESPONSE
Create environments 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 /environments /:project_id /file_systemExample response
Status 201
RESPONSE
Create environments 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 /environments /:project_id /file_systemExample response
Status 201
RESPONSE
Retrieve environments file system
Required API key scopes
file_system:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /environments /:project_id /file_system /:idExample response
Status 200
RESPONSE
Retrieve environments file system
Required API key scopes
file_system:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /environments /:project_id /file_system /:idExample response
Status 200
RESPONSE
Update environments 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 /environments /:project_id /file_system /:idExample response
Status 200
RESPONSE
Update environments 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 /environments /:project_id /file_system /:idExample response
Status 200
RESPONSE
Delete environments file system
Required API key scopes
file_system:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /environments /:project_id /file_system /:idExample response
Status 204 No response body
Delete environments file system
Required API key scopes
file_system:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /environments /:project_id /file_system /:idExample response
Status 204 No response body
Create environments 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 /environments /:project_id /file_system /:id /count