api.contacts.get_primary_details
GET /contacts/{contactId}/primarydetails— ACPortal
Python
api.contacts.get_primary_details(contact_id: str) -> ContactPrimaryDetails
CLI
ab contacts get_primary_details <contact_id>
GET /contacts/{contactId}/primarydetails
Response
Returns ContactPrimaryDetails.
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Contact integer ID |
|
|
no |
Full display name |
|
|
no |
Primary email |
|
|
no |
Primary phone |
|
|
no |
Associated company (full object) |
|
|
no |
Company UUID |
|
|
no |
Company name |
|
|
no |
Cell phone number |
|
|
no |
Fax number |
|
|
no |
Contact address |