I need to read all the feilds of Lead to prefill some of the marketo form values if they already exist. When I access a lead using the REST api I get only firstname and last name of the lead.
{"requestId":"ca8d#147ef0916dc","result":[{"id":72836,"updatedAt":"2014-08-18T20:51:22+0000","lastName":"doe","email":"john.doe@prnewswire.com","createdAt":"2014-07-21T19:00:21+0000","firstName":"john"}],"success":true}
Is there any parameter that must be set to request additional feilds. Please advice.