Table of Contents

DocumentSummary

{
  "document_id" : "string",
  "document_name": "string",
  "content_type": "string",
  "content_length": "number",
  "contents": "string"
}
document_id

The unique identifier that was generated for this document.

document_name

The name of the document. This may be provided when the document is uploaded. For documents that are generated thru other channels, like communications, this will be auto-generated.

content_type

The MIME type of the document.

content_length

The length of the document.

contents

The Base64 content of the document.