Environment Variables
API Reference for ProcessMaker Environment Variable API
Last updated
Was this helpful?
API Reference for ProcessMaker Environment Variable API
Last updated
Was this helpful?
Fetch a collection of variables based on paged request and filter if provided
/environment_variables
Filter results by string. Searches Name, Description, and Status. Status must match exactly. Others can be a substring.
Field to order results by
asc
, desc
Include data from related models in payload. Comma separated list.
Return an environment variable instance Using implicit model binding, will automatically return 404 if variable now found
/environment_variables/{environment_variable_id}
ID of environment_variables to return
Update an environment variable
/environment_variables/{environment_variable_id}
ID of environment variables to update