Custom Data
OAuth2 Bearer token obtained from authentication endpoint
Name of the custom data table the row belongs to.
Identifier of the row within the table.
The custom data table row.
A single row of a custom data table.
Unique identifier of the row within its table.
42Identifier of the organization the row belongs to.
1Column values of the row, one entry per table column, in the same order as the columns are defined in the table.
{"type":"text","columnName":"name","value":"Order 1"}Whether the authenticated user is allowed to edit this row.
Whether the authenticated user is allowed to delete this row.
Timestamp (Unix epoch milliseconds) of the last row modification.
1720000000000Bad request
Forbidden. The authenticated user has no access to the table or the row.
Table or row not found.
Too many requests
Internal server error
OAuth2 Bearer token obtained from authentication endpoint
Name of the custom data table the row belongs to.
Identifier of the row within the table.
The row was deleted.
No content
Bad request
Forbidden. The authenticated user has no access to the table or the row.
Table or row not found.
Too many requests
Internal server error
No content
OAuth2 Bearer token obtained from authentication endpoint
Request payload for retrieving a page of custom data table rows.
Name of the custom data table to read rows from.
ordersZero-based index of the page to return.
0Maximum number of rows to return per page.
20Sorting mode applied to the returned rows.
Name of the column to sort by. Only used together with the
CUSTOM_ASCENDING / CUSTOM_DESCENDING sorting modes.
nameA filter applied to the table rows. The concrete schema depends on the
type discriminator property.
Optional case-insensitive query matched against the value of the table's display column.
Order AWhether to include rows owned by sub-organizations. Only effective for tables that share rows with sub-organizations and when reading from the root organization.
falseA page of custom data table rows.
A page of custom data table rows together with the total row count.
Total number of rows matching the request (before pagination is applied).
3Bad request. The request body is missing, malformed or fails validation.
Forbidden. The authenticated user has no access to the table.
Table not found.
Too many requests
Internal server error
OAuth2 Bearer token obtained from authentication endpoint
Request payload for creating a custom data table row.
Name of the custom data table to create the row in.
ordersColumn values to set for the new row. Each entry targets a
column by its columnName. Order is not significant.
{"type":"text","columnName":"name","value":"Order 1"}The created custom data table row.
A single row of a custom data table.
Unique identifier of the row within its table.
42Identifier of the organization the row belongs to.
1Column values of the row, one entry per table column, in the same order as the columns are defined in the table.
{"type":"text","columnName":"name","value":"Order 1"}Whether the authenticated user is allowed to edit this row.
Whether the authenticated user is allowed to delete this row.
Timestamp (Unix epoch milliseconds) of the last row modification.
1720000000000Bad request. The request body is missing, malformed or fails validation.
Forbidden. The authenticated user has no access to create rows in the table.
Table not found.
Too many requests
Internal server error
Last updated
Was this helpful?

