Hi,
I followed mentioned link "REST API - Contact Information" to do below process.
I used Rest Api /data/contact/{id}?depth={depth}&viewId={viewId} to get contact details
Its working fine,i got response as below
{
"type":"Contact",
"currentStatus":"Awaiting action",
"id":"1128",
"createdAt":"1406523706",
"depth":"complete",
"name":"2securephones@gmail.com",
"updatedAt":"1406523706",
"emailAddress":"2securephones@gmail.com",
"emailFormatPreference":"unspecified",
"fieldValues":
[
{
"type":"FieldValue",
"id":"100005"
},
but I couldn't find below mentioned column in my Respone.
"lastName":, "postalCode", "province", "salesperson","title","MobileNo".Should I do any special setup to enable above column in my response.Please guide me to do that.
Thanks in Advance.
Thanks,
Sathiya