Read Custom fields from REST API | Community
Skip to main content
December 6, 2016
Solved

Read Custom fields from REST API

  • December 6, 2016
  • 1 reply
  • 1525 views

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?

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 Kenny_Elkington

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.

1 reply

Kenny_Elkington
Kenny_ElkingtonAccepted solution
New Participant
December 6, 2016

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.

December 6, 2016

It works. Thank you Kenny:)