Skip to main content

Get a Contact

Get details of specific Contact

Query String Parameters

NameTypeDescriptionRequired
ActionStringContactDetailRequired
ContactIdIntThe unique identifier of the contact which can be retrieved using Contact List.Optional
ContactRefStringThe internal reference of the contact.Optional
IncludeDeletedBoolInclude deleted contacts in the search if set to 1. Defaults to false (0).Optional
IncludeDefaultsBoolInclude custom field default value if no updated value on the contact, if set to 1. Defaults to false (0)Optional

Response Codes

CodeMessageInformation
0Response DataSee 'Response' example tab
2contactId or contactRef parameter requiredMandatory parameter was not supplied
2Invalid ContactId parameter.Integer value is invalid or was not specified (when required)
2No contacts foundNo data returned or set-up in BigChange
2misc_noRightYou do not have the permissions to view contacts.

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=contactdetail&contactid=38759340
note

Any custom fields defined for the contact group will be returned with the format "cust_fieldname" where fieldname is the caption used by the custom field.