CRM
日本語
cURL
curl --request GET \ --url https://api.hubapi.com/crm/v3/objects/partner_clients/{partnerClientId}/associations/{toObjectType} \ --header 'Authorization: Bearer <token>'
{ "results": [ { "id": "<string>", "type": "deal_to_contact" } ], "paging": { "next": { "after": "NTI1Cg%3D%3D", "link": "?after=NTI1Cg%3D%3D" }, "prev": { "before": "<string>", "link": "<string>" } } }
サポートされる製品
必須スコープ
The access token received from the authorization server in the OAuth 2.0 flow.
最後に正常に読み取られたリソースのページ操作カーソルトークンは、より多くの結果を含むページ付きレスポンスのpaging.next.after JSONプロパティーとして返されます。
ページごとに表示する結果の最大数。
successful operation
表示 子属性
The ID for the association type.
The type of association.
"deal_to_contact"
Specifies the paging information needed to retrieve the next set of results in a paginated API response
A paging cursor token for retrieving subsequent pages.
A URL that can be used to retrieve the next page results.
{ "after": "NTI1Cg%3D%3D", "link": "?after=NTI1Cg%3D%3D"}
specifies the paging information needed to retrieve the previous set of results in a paginated API response
A paging cursor token for retrieving previous pages.
A URL that can be used to retrieve the previous pages' results.