旧
日本語
cURL
curl --request GET \ --url 'https://api.hubapi.com/crm/v3/extensions/cards-dev/{appId}?hapikey='
{ "results": [ { "actions": { "baseUrls": [ "https://www.example.com/hubspot" ] }, "createdAt": "2020-02-26T18:30:53.451Z", "display": { "properties": [ { "dataType": "STRING", "label": "Pets Name", "name": "pet_name" } ] }, "fetch": { "objectTypes": [ { "name": "contacts", "propertiesToSend": [ "email", "firstname" ] } ], "targetUrl": "https://www.example.com/hubspot/target" }, "id": "123", "title": "PetSpot", "updatedAt": "2020-02-26T18:30:53.451Z" } ] }
指定されたアプリのカードのリストを返します。
ターゲットアプリのID。
successful operation
カードレスポンスのリスト
表示 子属性