Skip to content

Retrieve Binder Template Attributes

Retrieve the attributes of a specific binder template in your Vault.

GET/api/{version}/objects/binders/templates/{template_name}
NameDescription
Acceptapplication/json (default) or application/xml
NameDescription
{binder_id}The binder id field value.
{template_name}The binder template name__v field value.
curl -X GET -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v19.1/objects/binders/templates/study_site_level_file_tmf_rm_20__c
{
   "responseStatus":"SUCCESS",
   "data":[
      {
         "name__v": "study_site_level_file_tmf_rm_20__c",
         "label__v": "Study Site Level File TMF RM 2.0",
         "active__v": "true",
         "type__v": "site_master_file__v",
         "subtype__v": null,
         "classification__v": null,
         "filing_model__v": "0MO000000000102"
      }
   ]
}

The response lists all attributes configured on a specific binder template in the Vault. Shown above are the attributes configured on the specified template: