Retrieve Binder Version
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}Headers
Section link for Headers| Name | Description |
|---|---|
Accept | application/json (default) or application/xml |
URI Path Parameters
Section link for URI Path Parameters| Name | Description |
|---|---|
{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. |
Request
Section link for Requestcurl -X GET -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v17.2/objects/binders/566/versions/0/3Response Details
Section link for Response DetailsSee the response from the Retrieve Binder endpoint above for additional details.