Skip to content
POST/api/{version}/objects/binders/{binder_id}/actions
NameDescription
Content-Typeapplication/x-www-form-urlencoded
Acceptapplication/json (default) or application/xml
NameDescription
{binder_id}The binder id field value.
NameDescription
action=refresh_auto_filing
required
Trigger auto-filing for a specific binder. This is analogous to the Refresh Auto-Filing action in the UI.
curl -X POST -H "Authorization: {SESSION_ID}" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d "action=refresh_auto_filing" \ https://myvault.veevavault.com/api/v26.1/objects/binders/566/actions
{ "responseStatus": "SUCCESS" }