Skip to main content

Introduction

This is the reference for the TablesPrint API. Use the sidebar to explore the API and learn more about important concepts.

The TablesPrint API can be used to integrate your worksheets and data management systems with external applications and services. The API follows REST principles, uses JSON for data exchange, and utilizes standard HTTP status codes to indicate the success or failure of operations.

API Basics​

The API is organized around these main concepts:

  • Tables: Core data storage units (formerly Worksheets)
  • Views: Customized ways to filter and display your data
  • Records: Individual entries within your tables
  • Fields: Data structure definitions for your tables

Base URL​

All API requests should be made to:

https://api.tablesprint.com/v1