Extending applications

Quickbase provides a few ways to extend the capability of applications:

  • Code pages
  • RESTful APIs
  • XML APIs

Code pages

Use CSS, HTML, and JavaScript on embedded code pages to create scripts, utilities, enhancements, and custom user interfaces. Code pages are stored as part of an application’s schema.

APIs

Leverage RESTful APIs and XML APIs to build your own custom data integrations. This also enables you to add your own chart types, special components, and other services.

Our RESTful API also supports the Open API Specification (OAS). You can use Quickbase APIs with any language that supports OAS or constructs an HTTP call.

For more detailed information, see Extending Quickbase in our help center. You can also browse the developer portals for our RESTful API and XML API.