Lists only the rows and fields that match the request. Only the rows with the ids that are in the row_ids list are going to be returned. Same goes for the fields, only the fields with the ids in the field_ids are going to be returned. This endpoint could be used to refresh data after changes something. For example in the web frontend after changing a field type, the data of the related cells will be refreshed using this endpoint. In the example all field types are listed, but normally the number in field_{id} key is going to be the id of the field. The value is what the user has provided and the format of it depends on the fields type.
Path parameters
Returns only rows that belong to the related view's table.
Request body
Response
Changes
Changed in 1 of the 6 revisions of this API.11
- ▲
the
items/field_28response property's maxLength was unset from1000000for the response status200response-property-max-length-unset
- ○
added the optional property
items/field_29to the response with the200statusresponse-optional-property-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲