Cells API

Cells APIs works as a columnar API, supporting data using key-value pairs.

Endpoints


List Name and Ids of Entries - Returns a list of entry names and ids for a given object.

Get Ids using Filters - Get list of Ids using filters

Get Data - Get the value of specific fields for a specified list of entries.

Create, Update or Upsert - Create, Update or Upsert entries and upload binary data

There are several advantages to using the Cells API:

  • Perform currency conversions on the fly
  • Ignore near duplicate warnings
  • Upload binary data including images and files
  • More performant than Rows API