veeva · JSON Structure

Veeva Vault Document List Response Structure

DocumentListResponse schema from Veeva Vault REST API

Type: object Properties: 4

DocumentListResponse is a JSON Structure definition published by veeva, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

responseStatus documents size start

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/veeva/refs/heads/main/json-structure/veeva-vault-document-list-response-structure.json",
  "name": "DocumentListResponse",
  "description": "DocumentListResponse schema from Veeva Vault REST API",
  "type": "object",
  "properties": {
    "responseStatus": {
      "type": "string"
    },
    "documents": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "document": {
            "$ref": "#/components/schemas/DocumentFields"
          }
        }
      }
    },
    "size": {
      "type": "int32"
    },
    "start": {
      "type": "int32"
    }
  }
}