Environments-14
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
PATCH | |
DELETE | |
GET | |
POST | |
GET | |
POST | |
GET | |
GET | |
GET | |
GET | |
POST | |
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
POST |
Update file system shortcut
Required API key scopes
file_system_shortcut:writePath parameters
- idstring
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
Response
Example request
PATCH /api /environments /:project_id /file_system_shortcut /:idExample response
Status 200
RESPONSE
Update file system shortcut
Required API key scopes
file_system_shortcut:writePath parameters
- idstring
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
Response
Example request
PATCH /api /environments /:project_id /file_system_shortcut /:idExample response
Status 200
RESPONSE
Delete file system shortcut
Required API key scopes
file_system_shortcut:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /environments /:project_id /file_system_shortcut /:idExample response
Status 204 No response body
Delete file system shortcut
Required API key scopes
file_system_shortcut:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /environments /:project_id /file_system_shortcut /:idExample response
Status 204 No response body
List all 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
- project_idstring
Query parameters
- cursorstring
- group_type_indexinteger
- searchstring
Response
Example request
GET /api /environments /:project_id /groupsExample response
Status 200
RESPONSE
Create groups
Required API key scopes
group:writePath parameters
- project_idstring
Request parameters
- group_type_indexinteger
- group_keystring
- group_properties
Response
Example request
POST /api /environments /:project_id /groupsExample response
Status 201
RESPONSE
Retrieve groups activity
Required API key scopes
activity_log:readPath parameters
- project_idstring
Query parameters
- group_type_indexinteger
- idstring
Example request
GET /api /environments /:project_id /groups /activityExample response
Status 200 No response body
Create groups delete property
Required API key scopes
group:writePath parameters
- project_idstring
Query parameters
- group_keystring
- group_type_indexinteger
Request parameters
- group_type_indexinteger
- group_keystring
- group_properties
Example request
POST /api /environments /:project_id /groups /delete_propertyExample response
Status 200 No response body
Retrieve groups find
Required API key scopes
group:readPath parameters
- project_idstring
Query parameters
- group_keystring
- group_type_indexinteger
Example request
GET /api /environments /:project_id /groups /findExample response
Status 200 No response body
Retrieve groups property definitions
Required API key scopes
group:readPath parameters
- project_idstring
Example request
GET /api /environments /:project_id /groups /property_definitionsExample response
Status 200 No response body
Retrieve groups property values
Required API key scopes
group:readPath parameters
- project_idstring
Example request
GET /api /environments /:project_id /groups /property_valuesExample response
Status 200 No response body
Create groups update property
Required API key scopes
group:writePath parameters
- project_idstring
Query parameters
- group_keystring
- group_type_indexinteger
Request parameters
- group_type_indexinteger
- group_keystring
- group_properties
Example request
POST /api /environments /:project_id /groups /update_propertyExample response
Status 200 No response body
List all hog functions
Required API key scopes
hog_function:readPath parameters
- project_idstring
Query parameters
- created_atstring
- created_byinteger
- enabledboolean
- idstring
- limitinteger
- offsetinteger
- searchstring
- typearray
- updated_atstring
Response
Example request
GET /api /environments /:project_id /hog_functionsExample response
Status 200
RESPONSE
Create hog functions
Required API key scopes
hog_function:writePath parameters
- project_idstring
Request parameters
- type
- namestring
- descriptionstring
- enabledboolean
- deletedboolean
- hogstring
- inputs_schemaarray
- inputsobject
- filters
- masking
- mappingsarray
- icon_urlstring
- template_idstring
- execution_orderinteger
- _create_in_folderstring
Response
Example request
POST /api /environments /:project_id /hog_functionsExample response
Status 201
RESPONSE
Retrieve hog functions
Required API key scopes
hog_function:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /environments /:project_id /hog_functions /:idExample response
Status 200
RESPONSE
Update hog functions
Required API key scopes
hog_function:writePath parameters
- idstring
- project_idstring
Request parameters
- type
- namestring
- descriptionstring
- enabledboolean
- deletedboolean
- hogstring
- inputs_schemaarray
- inputsobject
- filters
- masking
- mappingsarray
- icon_urlstring
- template_idstring
- execution_orderinteger
- _create_in_folderstring
Response
Example request
PATCH /api /environments /:project_id /hog_functions /:idExample response
Status 200
RESPONSE
Delete hog functions
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Required API key scopes
hog_function:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /environments /:project_id /hog_functions /:idExample response
Status 405 No response body
Create hog functions enable backfills
Path parameters
- idstring
- project_idstring
Request parameters
- type
- namestring
- descriptionstring
- enabledboolean
- deletedboolean
- hogstring
- inputs_schemaarray
- inputsobject
- filters
- masking
- mappingsarray
- icon_urlstring
- template_idstring
- execution_orderinteger
- _create_in_folderstring
Example request
POST /api /environments /:project_id /hog_functions /:id /enable_backfills