Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Charthop table API

The table API from Charthop — 10 operation(s) for table.

Charthop table API is one of 87 APIs that Charthop publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include table. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 16 operations across 10 paths, and defines 12 schemas. It is described by OpenAPI 2.0, at version V1.0.0.

Requests are made against the base URL https://api.charthop.com.

16 operations 10 paths 12 schemas 3 DELETE6 GET2 PATCH5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
V1.0.0
Base URL
https://api.charthop.com
Contact
Resource Areas
1

Paths & Operations 16

Across 10 paths, the API surfaces 16 operations — 3 DELETE, 6 GET, 2 PATCH, 5 POST. Each is listed below with its method, path, parameters, and response codes.

table 16
GET
/v1/org/{orgId}/table
Return all tables in the organization paginated
findTables 5 params → 200400401404
POST
/v1/org/{orgId}/table
Create a table
createTable 2 params → 201400401403404
GET
/v1/org/{orgId}/table/{tableId}
Return a particular table by id or name
getTable 2 params → 200400404
PATCH
/v1/org/{orgId}/table/{tableId}
Update an existing table
updateTable 3 params → 204400401403404
DELETE
/v1/org/{orgId}/table/{tableId}
Delete a table
deleteTable 2 params → 204400401403404
GET
/v1/org/{orgId}/table/{tableId}/data
Retrieve all rows from the table
findRows 12 params → 200400401404
POST
/v1/org/{orgId}/table/{tableId}/data
Upsert row data
upsertRow 5 params → 204400401404
GET
/v1/org/{orgId}/table/{tableId}/data/{keyColumn}/{keyValue}
Retrieve a particular row
getRow 8 params → 200400401404
PATCH
/v1/org/{orgId}/table/{tableId}/data/{keyColumn}/{keyValue}
Update an existing row
updateRow 7 params → 204400401404
DELETE
/v1/org/{orgId}/table/{tableId}/data/{keyColumn}/{keyValue}
Delete an existing row
deleteRow 6 params → 204400401404
GET
/v1/org/{orgId}/table/{tableId}/data/{keyColumn}/{keyValue}/history
Retrieve the history of a particular row
findRowHistory 12 params → 200400401404
DELETE
/v1/org/{orgId}/table/{tableId}/data/{keyColumn}/{keyValue}/purge
Delete an existing row, purging from history entirely
purgeRowFromHistory 5 params → 204400401404
POST
/v1/org/{orgId}/table/{tableId}/export
Export table data to CSV file
exportCsv 3 params → 202400401403
POST
/v1/org/{orgId}/table/{tableId}/import
Import data from CSV file
importCsv 7 params → 200400401403
GET
/v1/org/{orgId}/table/{tableId}/import/download-template
Download a CSV template for a table import
downloadImportCsvTemplate 2 params → 200400401403
POST
/v1/org/{orgId}/table/{tableId}/reorder
Reorder the default order that columns in a table will appear
reorderTableColumns 3 params → 204400401403404

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are Process (29 properties), Table (21 properties), UpdateTable (6 properties), Attribution (6 properties). Each schema is shown below with its type and property counts.

AccessAction
object
3 properties 1 required
Process
object
29 properties 9 required
LogData
object
4 properties 3 required
ResultsAccess
object
2 properties 1 required
UpdateTable
object
6 properties
CreateTable
object
5 properties 2 required
ResultsTable
object
3 properties 1 required
ReorderColumns
object
1 property 1 required
Attribution
object
6 properties
ShareAccess
object
4 properties 1 required
Table
object
21 properties 7 required
ResultsData
object
4 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

charthop-table-api-openapi.yml Raw ↑

Other APIs Charthop publishes across the network.

Charthop access API
Charthop action API
Charthop ai API
Charthop ai-credit-limit API
Charthop ai-hint API
Charthop ai-prompt API
Charthop app API
Charthop appConfig API
Charthop approval API
Charthop approval-delegate API
Charthop approval-request API
Charthop assessment API