SOLVED

Re: Read Custom fields from REST API

Go to solution
Anonymous
Not applicable

Read Custom fields from REST API

How to read the custom fields on a lead from API. The readonly property on the field is set to false in the describe API result for the lead information. Is there a way to change this and be able to read the custom fields from the API call?

Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Kenny_Elkington
Marketo Employee

Re: Read Custom fields from REST API

Read only only means that it cannot be updated.  You can retrieve any fields listed in a describe call by passing them in the corresponding 'fields' parameter for your query.

View solution in original post

2 REPLIES 2
Kenny_Elkington
Marketo Employee

Re: Read Custom fields from REST API

Read only only means that it cannot be updated.  You can retrieve any fields listed in a describe call by passing them in the corresponding 'fields' parameter for your query.

Anonymous
Not applicable

Re: Read Custom fields from REST API

It works. Thank you Kenny:)