Skip to content

Create EDLs

Create a new Expected Document List.

POST/api/{version}/vobjects/study__v/{study_id}/actions/etmfcreateedl
NameDescription
Content-Typeapplication/json or text/csv
Acceptapplication/json (default) or text/csv
NameDescription
{study_id}The ID of the study.
curl -X POST -H "Authorization: {SESSION_ID}" \
-H "Content-Type: text/csv" \
-H "Accept: text/csv" \
https://myvault.veevavault.com/api/v24.3/vobjects/study__v/00S07710/actions/etmfcreateedl
{
  "responseStatus": "SUCCESS",
  "url": "https://myvault.veevavault.com/api/v24.3/services/jobs/1201",
  "job_id": 1201
}