HubDb API-Rows

Number of APIs: 9

  1. Clone a row POST {{baseUrl}}/cms/v3/hubdb/tables/:tableIdOrName/rows/:rowId/draft/clone?name=<string>

  2. 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>

  3. Get a row from the draft table GET {{baseUrl}}/cms/v3/hubdb/tables/:tableIdOrName/rows/:rowId/draft?archived=<boolean>

  4. Replaces an existing row PUT {{baseUrl}}/cms/v3/hubdb/tables/:tableIdOrName/rows/:rowId/draft

  5. Permanently deletes a row DELETE {{baseUrl}}/cms/v3/hubdb/tables/:tableIdOrName/rows/:rowId/draft

  6. Updates an existing row PATCH {{baseUrl}}/cms/v3/hubdb/tables/:tableIdOrName/rows/:rowId/draft

  7. 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>

  8. Add a new row to a table POST {{baseUrl}}/cms/v3/hubdb/tables/:tableIdOrName/rows

  9. Get a table row GET {{baseUrl}}/cms/v3/hubdb/tables/:tableIdOrName/rows/:rowId?archived=<boolean>