latestOpenAPI 3.0.02026-08-10221235717.8 KB
e21ad140ec3c
public
ValueSetVersion
List Value Set Versions in an Environment of an App
A new Value Set Version is created on every modification of a Value inside the an Environment of an App. In case this environment has no overrides the response is the same as the App level endpoint.
get/orgs/{orgId}/apps/{appId}/envs/{envId}/value-set-versions
Path parameters
orgIdstring required
The Organization ID.
appIdstring required
The Application ID.
envIdstring required
The Environment ID.
Query parameters
key_changedstring
(Optional) Return only value set version where the specified key changed
Response
A possibly empty list of ValueSetVersion.
Example response
[
{
"created_at": "2020-06-22T09:37:23.523Z",
"updated_at": "2020-06-22T09:37:23.523Z"
}
]