Only 6 fields returned when accessing person API | Community
Skip to main content
January 10, 2018
Solved

Only 6 fields returned when accessing person API

  • January 10, 2018
  • 2 replies
  • 1603 views

The person (lead) API is only returning these fields right now:

  • id
  • updatedAt
  • lastName
  • email
  • createdAt
  • firstName

Though our customer records in question have more than just these 6 fields. Has there been a change to how the Get Person API calls work recently?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

Always works that way by default (it's in the docs). Specify fields with the `fields` property of the call.

2 replies

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
January 11, 2018

Always works that way by default (it's in the docs). Specify fields with the `fields` property of the call.

keithnyberg
New Participant
January 10, 2018

Hey Taylor,

Can you elaborate on your issue more (screenshots of anything you have in place are great)? I'm assuming you are trying to get Marketo data into another service via Rest API, correct?

Here is the marketo RestAPI documentation: http://developers.marketo.com/rest-api/

Please confirm and if you are able to tell us the name of the service you are using it would be helpful as well.