SOAP API method Contact_retrieve
Parameters
Name | Type | Description |
---|---|---|
id * | string | The identifier (id) of the object that is retrieved |
* required parameters |
Return values
Name | Type | Description |
---|---|---|
contact | Structure of type 'contact' | All properties of the retrieved contact |
Structure 'contact'
Name | Type | Description |
---|---|---|
id | int | The ID of the contact. |
plannedtime | timestamp | The timestamp for which the contact is or was scheduled. |
executedtime | timestamp | The timestamp when the contact was scheduled. |
remarks | ContactData | The remarks of the contact. |
report | ContactData | The report of the contact. |
important | boolean | Is this a very important contact?. |
extra | string | The extra data of the contact. |
subject | string | Set a subject of the contact report |