Skip to main content
December 6, 2016
Respondido

Read Custom fields from REST API

  • December 6, 2016
  • 2 comentários
  • 1534 Visualizações

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?

Este tópico foi fechado para respostas.
Melhor resposta por 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.

2 comentários

Kenny_Elkington
Adobe Employee
Adobe Employee
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:)