Viewing a contact profile
The API provides feature to get the contact profile for both Individual and organization, in order to get the profile pass a valid contact Id in URL.
Request Information
URI Parameters
In order to make a call integrate the below parameters into Url while calling the API from an integration.
| Name | Description | Type | Additional information |
|---|---|---|---|
| contactId |
pass the contact Id |
integer |
Required |
Get the profile
Below is the sample to get the profile of a contact:
admin/contact/profile/9831292
Response Information
Resource Description
ITypedResponse with profile Information of this Contact be wrapped inside
ITypedResponseOfProfileInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | ProfileInfo |
None. |
|
| Category | string |
None. |
Response Formats
Sample not available.
