Skip to content

Retrieve the fields and values configured on a specific version of a specific binder.

GET/api/{version}/objects/binders/{binder_id}/versions/(major_version}/{minor_version}
NameDescription
Acceptapplication/json (default) or application/xml
NameDescription
{binder_id}The binder id field value.
{major_version}The binder major_version_number__v field value.
{minor_version}The binder minor_version_number__v field value.
curl -X GET -H "Authorization: {SESSION_ID}" \ https://myvault.veevavault.com/api/v17.2/objects/binders/566/versions/0/3

See the response from the Retrieve Binder endpoint above for additional details.