HubDb API-Rows
Number of APIs: 9
-
Clone a row POST {{baseUrl}}/cms/v3/hubdb/tables/:tableIdOrName/rows/:rowId/draft/clone?name=<string>
-
Get rows from draft table GET {{baseUrl}}/cms/v3/hubdb/tables/:tableIdOrName/rows/draft?sort=<string>&sort=<string>&after=<string>&limit=<integer>&properties=<string>&properties=<string>&offset=<integer>&archived=<boolean>
-
Get a row from the draft table GET {{baseUrl}}/cms/v3/hubdb/tables/:tableIdOrName/rows/:rowId/draft?archived=<boolean>
-
Replaces an existing row PUT {{baseUrl}}/cms/v3/hubdb/tables/:tableIdOrName/rows/:rowId/draft
-
Permanently deletes a row DELETE {{baseUrl}}/cms/v3/hubdb/tables/:tableIdOrName/rows/:rowId/draft
-
Updates an existing row PATCH {{baseUrl}}/cms/v3/hubdb/tables/:tableIdOrName/rows/:rowId/draft
-
Get rows for a table GET {{baseUrl}}/cms/v3/hubdb/tables/:tableIdOrName/rows?sort=<string>&sort=<string>&after=<string>&limit=<integer>&properties=<string>&properties=<string>&offset=<integer>&archived=<boolean>
-
Add a new row to a table POST {{baseUrl}}/cms/v3/hubdb/tables/:tableIdOrName/rows
-
Get a table row GET {{baseUrl}}/cms/v3/hubdb/tables/:tableIdOrName/rows/:rowId?archived=<boolean>