Zum Hauptinhalt springen
GET
/
cms
/
v3
/
hubdb
/
tables
/
{tableIdOrName}
/
rows
/
{rowId}
Get a table row
curl --request GET \
  --url https://api.hubapi.com/cms/v3/hubdb/tables/{tableIdOrName}/rows/{rowId} \
  --header 'Authorization: Bearer <token>'
{
  "childTableId": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "name": "<string>",
  "path": "<string>",
  "publishedAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "values": {}
}

Produits pris en charge

Exige l'un des produits suivants ou un produit supérieur.
Marketing HubMarketing Hub -Gratuit
Sales HubSales Hub -Gratuit
Service HubService Hub -Gratuit
Content HubContent Hub -Gratuit
Cette API requiert l'une des portées suivantes :
hubdb

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

rowId
string
required

The ID of the row

tableIdOrName
string
required

The ID or name of the table

Query Parameters

archived
boolean

Response

successful operation

childTableId
string
required

Specifies the value for the column child table id

createdAt
string<date-time>
required

Timestamp at which the row is created

id
string
required

The id of the table row

name
string
required

Specifies the value for hs_name column, which will be used as title in the dynamic pages

path
string
required

Specifies the value for hs_path column, which will be used as slug in the dynamic pages

publishedAt
string<date-time>
required
updatedAt
string<date-time>
required

Timestamp at which the row is updated last time

values
object
required

List of key value pairs with the column name and column value