latestOpenAPI 3.0.02026-08-10221235717.8 KB
e21ad140ec3c
public
Value
List Shared Values in an Application
The returned values will be the "base" values for the Application. The overridden value for the Environment can be retrieved via the /orgs/{orgId}/apps/{appId}/envs/{envId}/values endpoint.
get/orgs/{orgId}/apps/{appId}/values
Path parameters
orgIdstring required
The Organization ID.
appIdstring required
The Application 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"
}
]