CRM
Deutsch
cURL
curl --request GET \ --url https://api.hubapi.com/crm/v3/owners/ \ --header 'Authorization: Bearer <token>'
{ "results": [ { "id": "6166860", "email": "[email protected]", "firstName": "John", "lastName": "Smith", "userId": 1296619, "createdAt": "2019-10-30T03:30:17.883Z", "updatedAt": "2019-12-07T16:50:06.678Z", "archived": false, "teams": [ { "id": "178588", "name": "West Coast Sales", "primary": true }, { "id": "178590", "name": "California Sales", "primary": false } ] } ], "paging": { "next": { "after": "<string>", "link": "<string>" } } }
アカウント上の利用可能な担当者のページ分割リストを取得します。
サポートされる製品
必須スコープ
crm.objects.owners.read
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
Anzeigen untergeordnete attribute
担当者/所有者がアーカイブ済みかどうかを示します。
担当者/所有者が作成された日時。
担当者/所有者の固有ID。
担当者/所有者のタイプで、PERSONまたはQUEUEのいずれかです。
PERSON
QUEUE
担当者/所有者が最後に更新された日時。
担当者/所有者のEメールアドレス。
担当者/所有者の名。
担当者/所有者の姓。
担当者/所有者のユーザーID。
無効化されたユーザーを含む、担当者/所有者のユーザーID。
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.