General information

TBD

Searching

TBD

Response formatting

It is possible to determine how the response should look like by using response transformation.

Please see section on this in Response formatting

Selecting specific records

For custom tables of type UPSERT it is possible to extract a specific records in a few different ways.

Single record with __id

The __id is the internal id created by the database.

Availability

Custom table types APPEND, UPSERT, REPLACE

Limitations

Result is of single record type.

API path

GET /v1/custom-tables/data/{tableName}/{id}

Example request