Environments-15
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
GET | |
GET | |
POST | |
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
POST |
Retrieve environments groups property definitions
Required API key scopes
group:read
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Example request
GET
/api /environments /:project_id /groups /property_definitions
Example response
Status 200 No response body
Retrieve environments groups property values
Required API key scopes
group:read
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Example request
GET
/api /environments /:project_id /groups /property_values
Example response
Status 200 No response body
Retrieve environments groups property values
Required API key scopes
group:read
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Example request
GET
/api /environments /:project_id /groups /property_values
Example response
Status 200 No response body
Create environments groups update property
Required API key scopes
group:write
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Query parameters
- group_keystring
Specify the key of the group to find
- group_type_indexinteger
Specify the group type to find
Request parameters
- group_type_indexinteger
- group_keystring
- group_properties
Example request
POST
/api /environments /:project_id /groups /update_property
Example response
Status 200 No response body
Create environments groups update property
Required API key scopes
group:write
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Query parameters
- group_keystring
Specify the key of the group to find
- group_type_indexinteger
Specify the group type to find
Request parameters
- group_type_indexinteger
- group_keystring
- group_properties
Example request
POST
/api /environments /:project_id /groups /update_property
Example response
Status 200 No response body
List all environments hog functions
Required API key scopes
hog_function:read
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Query parameters
- created_atstring
- created_byinteger
- enabledboolean
- idstring
- limitinteger
Number of results to return per page.
- offsetinteger
The initial index from which to return the results.
- searchstring
A search term.
- typearray
Multiple values may be separated by commas.
- updated_atstring
Response
Example request
GET
/api /environments /:project_id /hog_functions
Example response
Status 200
List all environments hog functions
Required API key scopes
hog_function:read
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Query parameters
- created_atstring
- created_byinteger
- enabledboolean
- idstring
- limitinteger
Number of results to return per page.
- offsetinteger
The initial index from which to return the results.
- searchstring
A search term.
- typearray
Multiple values may be separated by commas.
- updated_atstring
Response
Example request
GET
/api /environments /:project_id /hog_functions
Example response
Status 200
Create environments hog functions
Required API key scopes
hog_function:write
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
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_functions
Example response
Status 201
Create environments hog functions
Required API key scopes
hog_function:write
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
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_functions
Example response
Status 201
Retrieve environments hog functions
Required API key scopes
hog_function:read
Path parameters
- idstring
A UUID string identifying this hog function.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Response
Example request
GET
/api /environments /:project_id /hog_functions /:id
Example response
Status 200
Retrieve environments hog functions
Required API key scopes
hog_function:read
Path parameters
- idstring
A UUID string identifying this hog function.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Response
Example request
GET
/api /environments /:project_id /hog_functions /:id
Example response
Status 200
Update environments hog functions
Required API key scopes
hog_function:write
Path parameters
- idstring
A UUID string identifying this hog function.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
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 /:id
Example response
Status 200
Update environments hog functions
Required API key scopes
hog_function:write
Path parameters
- idstring
A UUID string identifying this hog function.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
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 /:id
Example response
Status 200
Delete environments 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:write
Path parameters
- idstring
A UUID string identifying this hog function.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Example request
DELETE
/api /environments /:project_id /hog_functions /:id
Example response
Status 405 No response body
Delete environments 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:write
Path parameters
- idstring
A UUID string identifying this hog function.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Example request
DELETE
/api /environments /:project_id /hog_functions /:id
Example response
Status 405 No response body
Create environments hog functions broadcast
Path parameters
- idstring
A UUID string identifying this hog function.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
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 /broadcast