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"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.