Quantcast
Channel: Topliners : All Content - All Communities
Viewing all articles
Browse latest Browse all 2909

How to get all contact field using REST API

$
0
0

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


Viewing all articles
Browse latest Browse all 2909

Trending Articles