veeva · Example Payload

Veeva Vault Document List Response Example

Veeva Vault Document List Response Example is an example object payload from veeva, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

responseStatusdocumentssizestart

Example Payload

Raw ↑
{
  "responseStatus": "active",
  "documents": [
    {
      "document": "sample_value"
    }
  ],
  "size": 709,
  "start": 652
}