REST API "List Rows" for table with "link to other records"

Hello SeaTable!

When using the REST API to retrieve a table that has a “Link to other records” field,
and the first column of the “other records” table is of type “Single Select,”
the “display_value” of the “Link to other records” field returned by the REST API appears as a coded value.
For example, as shown in the figure below.

  • display_value is ‘93800’, I expect ‘EX Cluster’

Is there a way to resolve this issue?

(I’m using SeaTable Server Version 4)

image

Hi, I believe the display_value here is the option_id belong to a single-select column in the linked table. You can obtain the original option name by calling the API of metadata which returns to the details of the base.

And by the way, I think the JS API function of seatable by list rows is ‘listRows’ rather than ‘list_rows’, which package did you use?

Hello Eugene, has your problem been solved? If yes, would you be so kind an mark the topic as solved? Even better, could you also elaborate on your solution? So it may provide valuable insights for other users.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.