v1
latestOpenAPI 3.0.32026-07-23194968.1 KBCustom 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.