Skip to content

Retrieve Object Record Attachment Versions

GET/api/{version}/vobjects/{object_name}/{object_record_id}/attachments/{attachment_id}/versions
NameDescription
Acceptapplication/json (default) or application/xml
curl -X GET -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v24.1/vobjects/site__v/1357752909483/attachments/571/versions
{
    "responseStatus": "SUCCESS",
    "data": [
        {
            "version__v": 1,
            "url": "https://myvault.veevavault.com/api/v24.1/vobjects/site__v/1357752909483/attachments/571/versions/1"
        }
    ]
}