Quantcast
Viewing all articles
Browse latest Browse all 3423

How do I get the "id" value from the bulk interface?

I've noticed that not all of the columns available in the regular REST interface are available in the BULK interface.

 

But one glaring omission appears to be the "id" column, which we use to match pieces together.

 

Some of the columns in REST "Contact" table have corresponding /contact/field/nnn items, which we've found by experimentation:

100001emailAddress
100002firstName
100003lastName
100004accountName
100006address1
100007address2
100008address3
100009city
100010province
100011postalCode
100012country
100013businessPhone
100014mobilePhone
100015fax
100016title

But the following columns have no analog, and some, especially the first, are a problem for us:

  • id
  • name (appears always same as emailAddress)
  • accountId
  • bouncebackDate
  • currentStatus
  • emailFormatPreference
  • isBounceback
  • isSubscribed
  • isTracked
  • subscriptionDate
  • unsubscriptionDate


Does anyone know how to get at the very least "id"? Could it be part of column 100032, like substring(ContactIDExt, 5)?


Viewing all articles
Browse latest Browse all 3423

Trending Articles