Environments-12
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
POST | |
POST | |
GET | |
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
POST | |
POST | |
POST | |
POST | |
GET | |
POST | |
POST | |
GET | |
GET | |
POST |
Create environments external data sources database schema
Path parameters
- project_idstring
Request parameters
- client_secretstring
- account_idstring
- descriptionstring
- job_inputs
Example request
POST /api /environments /:project_id /external_data_sources /database_schemaExample response
Status 200 No response body
Create environments external data sources source prefix
Path parameters
- project_idstring
Request parameters
- client_secretstring
- account_idstring
- descriptionstring
- job_inputs
Example request
POST /api /environments /:project_id /external_data_sources /source_prefixExample response
Status 200 No response body
Retrieve environments external data sources wizard
Path parameters
- project_idstring
Example request
GET /api /environments /:project_id /external_data_sources /wizardExample 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
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
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
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 /countExample response
Status 200 No response body
Create environments file system link
Path parameters
- idstring
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /environments /:project_id /file_system /:id /linkExample response
Status 200 No response body
Create environments file system move
Path parameters
- idstring
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /environments /:project_id /file_system /:id /moveExample response
Status 200 No response body
Create environments file system count by path
Get count of all files in a folder.
Path parameters
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /environments /:project_id /file_system /count_by_pathExample response
Status 200 No response body
Retrieve environments file system log view
Path parameters
- project_idstring
Example request
GET /api /environments /:project_id /file_system /log_viewExample response
Status 200 No response body
Create environments file system log view
Path parameters
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /environments /:project_id /file_system /log_viewExample response
Status 200 No response body
Create environments file system undo delete
Path parameters
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /environments /:project_id /file_system /undo_deleteExample response
Status 200 No response body
Retrieve environments file system unfiled
Path parameters
- project_idstring
Example request
GET /api /environments /:project_id /file_system /unfiledExample response
Status 200 No response body
List all environments file system shortcut
Required API key scopes
file_system_shortcut:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /environments /:project_id /file_system_shortcutExample response
Status 200
RESPONSE
List all environments file system shortcut
Required API key scopes
file_system_shortcut:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /environments /:project_id /file_system_shortcutExample response
Status 200
RESPONSE
Create environments file system shortcut
Required API key scopes
file_system_shortcut:writePath parameters
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
Response
Example request
POST /api /environments /:project_id /file_system_shortcutExample response
Status 201
RESPONSE