メインコンテンツへスキップ
GET
/
cms
/
v3
/
hubdb
/
tables
/
{tableIdOrName}
/
rows
Get rows for a table
curl --request GET \
  --url https://api.hubapi.com/cms/v3/hubdb/tables/{tableIdOrName}/rows \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    "<unknown>"
  ],
  "total": 123,
  "type": "RANDOM_ACCESS",
  "paging": {
    "next": {
      "offset": 123,
      "link": "<string>"
    }
  }
}

Supported products

承認

Authorization
string
header
必須

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

パスパラメータ

tableIdOrName
string
必須

クエリパラメータ

after
string

The paging cursor token of the last successfully read resource will be returned as the paging.next.after JSON property of a paged response containing more results.

archived
boolean

Whether to return only results that have been archived.

limit
integer<int32>

The maximum number of results to display per page.

offset
integer<int32>
properties
string[]
sort
string[]

レスポンス

successful operation

results
any[]
必須
total
integer<int32>
必須

The total number of rows available in the collection.

type
enum<string>
デフォルト:RANDOM_ACCESS
必須

Indicates the type of response, which is 'RANDOM_ACCESS' by default.

利用可能なオプション:
RANDOM_ACCESS
paging
object
最終更新日 2026年6月5日