GET
/
crm
/
v3
/
lists
/
{listId}
/
memberships
/
join-order
リストに追加された日付で並べ替えられたリストメンバーシップを取得
curl --request GET \
  --url https://api.hubapi.com/crm/v3/lists/{listId}/memberships/join-order \
  --header 'Authorization: Bearer <token>'
{
  "total": 123,
  "paging": {
    "next": {
      "link": "",
      "after": ""
    },
    "prev": {
      "before": "",
      "link": ""
    }
  },
  "results": [
    {
      "recordId": "<string>",
      "membershipTimestamp": "2023-11-07T05:31:56Z"
    }
  ]
}
サポートされる製品
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing HubStarter
Sales HubSales Hub無料ツール
Service HubService Hub無料ツール
Content HubContent HubStarter

必須スコープ

この API には、次のいずれかのスコープが必要です。
  • crm.lists.read

Authorizations

Authorization
string
header
required

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

Response

successful operation

results
object[]
required
total
integer
paging
object

The cursor to be used for paging through records.