List Shared Values in an Application

GET {{baseUrl}}/orgs/:orgId/apps/:appId/values

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.

RESPONSES

status: OK

[{"description":"The message to show me.","is_secret":false,"key":"MY_MSG","value":"Hello World"},{"description":"The message to show me.","is_secret":false,"key":"MY_MSG","value":"Hello World"}]