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.

commentstring required
created_atstring date-time required
created_bystring required
idstring required
result_of'app_value_create' | 'app_value_update' | 'app_value_delete' | 'app_values_delete' | 'app_value_set_version_restore' | 'app_value_set_version_purge' | 'env_value_create' | 'env_value_update' | 'env_value_delete' | 'env_values_delete' | 'env_value_set_version_restore' | 'env_value_set_version_purge' nullable required
source_value_set_version_idstring nullable required
updated_atstring date-time required
valuesValueSetResponse required

Example response

[
  {
    "created_at": "2020-06-22T09:37:23.523Z",
    "updated_at": "2020-06-22T09:37:23.523Z"
  }
]