Skip to main content
Solved

Fields with blank value not returned in JSON response of API

  • February 27, 2020
  • 2 replies
  • 55 views

Hi,

When I access a table-view through an API, fields that don’t have any values are not returned for that record in the API. Is this expected behavior?

Regards,
Ruchika

Best answer by kuovonne

Yes, that is the expected behavior.

From the API documentation, under the “List records” section:

.

2 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • Answer
  • February 27, 2020

Yes, that is the expected behavior.

From the API documentation, under the “List records” section:

.


  • Author
  • Participating Frequently
  • February 27, 2020

Yes, that is the expected behavior.

From the API documentation, under the “List records” section:

.


Thank you for the confirmation!