Core-2
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
POST | |
POST | |
POST | |
POST | |
GET | |
POST | |
POST | |
GET | |
GET | |
POST | |
GET | |
POST | |
GET | |
GET |
List all environments file system
Required API key scopes
file_system:readPath parameters
- environment_idstring
Query parameters
- limitinteger
- offsetinteger
- searchstring
Response
Example request
GET /api /environments /:environment_id /file_systemExample response
Status 200
RESPONSE
Create environments file system
Required API key scopes
file_system:writePath parameters
- environment_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Response
Example request
POST /api /environments /:environment_id /file_systemExample response
Status 201
RESPONSE
Retrieve environments file system
Required API key scopes
file_system:readPath parameters
- environment_idstring
- idstring
Response
Example request
GET /api /environments /:environment_id /file_system /:idExample response
Status 200
RESPONSE
Update environments file system
Required API key scopes
file_system:writePath parameters
- environment_idstring
- idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Response
Example request
PATCH /api /environments /:environment_id /file_system /:idExample response
Status 200
RESPONSE
Delete environments file system
Required API key scopes
file_system:writePath parameters
- environment_idstring
- idstring
Example request
DELETE /api /environments /:environment_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
- environment_idstring
- idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /environments /:environment_id /file_system /:id /countExample response
Status 200 No response body
Create environments file system link
Path parameters
- environment_idstring
- idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /environments /:environment_id /file_system /:id /linkExample response
Status 200 No response body
Create environments file system move
Path parameters
- environment_idstring
- idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /environments /:environment_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
- environment_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /environments /:environment_id /file_system /count_by_pathExample response
Status 200 No response body
Retrieve environments file system log view
Path parameters
- environment_idstring
Example request
GET /api /environments /:environment_id /file_system /log_viewExample response
Status 200 No response body
Create environments file system log view
Path parameters
- environment_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /environments /:environment_id /file_system /log_viewExample response
Status 200 No response body
Create environments file system undo delete
Path parameters
- environment_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /environments /:environment_id /file_system /undo_deleteExample response
Status 200 No response body
Retrieve environments file system unfiled
Path parameters
- environment_idstring
Example request
GET /api /environments /:environment_id /file_system /unfiledExample response
Status 200 No response body
List all environments groups
List all groups of a specific group type. You must pass ?group_type_index= in the URL. To get a list of valid group types, call /api/:project_id/groups_types/
Required API key scopes
group:readPath parameters
- environment_idstring
Query parameters
- cursorstring
- group_type_indexinteger
- searchstring
Response
Example request
GET /api /environments /:environment_id /groupsExample response
Status 200
RESPONSE
Create environments groups
Required API key scopes
group:writePath parameters
- environment_idstring
Request parameters
- group_type_indexinteger
- group_keystring
- group_properties
Response
Example request
POST /api /environments /:environment_id /groupsExample response
Status 201
RESPONSE
Retrieve environments groups activity
Required API key scopes
activity_log:readPath parameters
- environment_idstring
Query parameters
- group_type_indexinteger
- idstring
Example request
GET /api /environments /:environment_id /groups /activityExample response
Status 200 No response body
Create environments groups delete property
Required API key scopes
group:writePath parameters
- environment_idstring
Query parameters
- group_keystring
- group_type_indexinteger
Request parameters
- group_type_indexinteger
- group_keystring
- group_properties
Example request
POST /api /environments /:environment_id /groups /delete_propertyExample response
Status 200 No response body
Retrieve environments groups find
Required API key scopes
group:readPath parameters
- environment_idstring
Query parameters
- group_keystring
- group_type_indexinteger
Example request
GET /api /environments /:environment_id /groups /findExample response
Status 200 No response body
Retrieve environments groups property definitions
Required API key scopes
group:readPath parameters
- environment_idstring
Example request
GET /api /environments /:environment_id /groups /property_definitions