latestOpenAPI 3.0.02026-08-10221235717.8 KB
e21ad140ec3c
public
ValueSetVersion
List Value Set Versions in the App
A new Value Set Version is created on every modification of a Value inside the app.
get/orgs/{orgId}/apps/{appId}/value-set-versions
Path parameters
orgIdstring required
The Organization ID.
appIdstring required
The Application 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"
}
]