• Elevate Developers
  • Getting Started
  • API Reference
  • How-to
  • What's new
  • Elevate Developers
  • Getting Started
  • API Reference
  • How-to
  • What's new
    API References
      Elevate Authentication & Users API
      Elevate Admin API
      Elevate Bill Run API
      Elevate Contract Management
      Elevate Customer and Sites API
      Elevate Document API
        documents
          get
          Get a page of documents in a specific folder
          head
          Check if documents exists
          post
          Upload a new file or create a new folder
          get
          Find a document using the document identifier
          patch
          Update a file or folder's attributes
          get
          Download the contents of the file or folder
      Elevate Events API
      Elevate Product Inventory API
      Elevate Invoices API
      Elevate Mediation API
      Elevate Notifications API
      Elevate Payment and Refund API
      Elevate Pricing API
      Elevate Pricing Assignment API
      Elevate Products API
      Elevate Provisioning API
      Elevate Reference Data API
      Elevate Rental API

Download the contents of the file or folder

get/document-contents/{id}

Download the contents of the file or folder. If a folder it will zip the files and folders within

SecuritybearerAuth
Request
path Parameters
id
required
integer <int64> (IdParam) >= 1

Document identifier

Example: 1
Responses
200

A file contents or zip file of folder

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found