CRM
Deutsch
cURL
curl --request GET \ --url https://api.hubapi.com/crm/v3/objects/line_items \ --header 'Authorization: Bearer <token>'
{ "paging": { "next": { "after": "NTI1Cg%3D%3D", "link": "?after=NTI1Cg%3D%3D" }, "prev": { "before": "<string>", "link": "<string>" } }, "results": [ { "archived": true, "archivedAt": "2023-11-07T05:31:56Z", "associations": {}, "createdAt": "2023-11-07T05:31:56Z", "id": "<string>", "objectWriteTraceId": "<string>", "properties": {}, "propertiesWithHistory": {}, "updatedAt": "2023-11-07T05:31:56Z" } ] }
商品項目のページを読み取ります。「properties」クエリーパラメーターを使用して返される内容を制御します。
サポートされる製品
必須スコープ
crm.objects.line_items.read
Anzeigen untergeordnete attribute