v1

latestOpenAPI 3.0.32026-07-23194968.1 KB
Custom Data

Get custom data row by ID

Retrieve a single custom data table row by its identifier, within the authenticated organization.

Organization-scoped tokens have full access. For user-scoped tokens the row is returned only if the user's role has view access to the table and the row.

get/api/v1/organization/custom-data/row

Query parameters

tableNamestring required

Name of the custom data table the row belongs to.

idinteger required

Identifier of the row within the table.

Response

The custom data table row.

idinteger required

Unique identifier of the row within its table.

orgIdinteger required

Identifier of the organization the row belongs to.

canEditboolean required

Whether the authenticated user is allowed to edit this row.

canDeleteboolean required

Whether the authenticated user is allowed to delete this row.

modifiedAtinteger required

Timestamp (Unix epoch milliseconds) of the last row modification.