latestOpenAPI 3.0.02026-08-10221235717.8 KB
e21ad140ec3c
public
Value
List Shared Values in an Environment
The returned values will be the base Application values with the Environment overrides where applicable. The source field will specify the level from which the value is from.
get/orgs/{orgId}/apps/{appId}/envs/{envId}/values
Path parameters
orgIdstring required
The Organization ID.
appIdstring required
The Application ID.
envIdstring required
The Environment ID.
Response
A possibly empty list of Values.
Example response
[
{
"description": "The message to show me.",
"is_secret": false,
"key": "MY_MSG",
"value": "Hello World"
}
]