SOLVED

Re: Only 6 fields returned when accessing person API

Go to solution
Anonymous
Not applicable

Only 6 fields returned when accessing person API

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?

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Only 6 fields returned when accessing person API

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

View solution in original post

2 REPLIES 2
Keith_Nyberg2
Level 9 - Champion Alumni

Re: Only 6 fields returned when accessing person API

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.

SanfordWhiteman
Level 10 - Community Moderator

Re: Only 6 fields returned when accessing person API

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