Skip to main content

Return only ids when calling List records

  • December 8, 2023
  • 0 replies
  • 7 views

Forum|alt.badge.img

I am creating a mapping from record_ids to view name. IIRC there is no better way to to do this than list all records in each view and then create this mapping. To reduce the traffic, I would like to return no fields, when I am traversing each view. However this doesn't seem to be possible as of right now. Would it be possible to add this option to API ?