Get an environment variable by id. For security, the value is not included.

Prev Next
Get
/environment_variables/{environment_variable_id}

Return an environment variable instance Using implicit model binding, will automatically return 404 if variable now found

Security
OAuth

Laravel passport oauth2 security.

FlowAuthorization Code
Authorization URLhttp://processmaker.test/oauth/authorize
Token URLhttp://processmaker.test/oauth/token
Refresh URLhttp://processmaker.test/token/refresh
HTTP
Type bearer
Path parameters
environment_variable_id
integerRequired

ID of environment_variables to return

Responses
201

success

object
name
string
description
string
value
string
id
integer (id)
created_at
string (date-time)
updated_at
string (date-time)