Skip to content

Commit 6cdff68

Browse files
authored
Merge pull request #52 from seatable/optimize-row-query-link-notes
add-notes-for-listrows-and-querylinks
2 parents 18a013d + fa3bd1e commit 6cdff68

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

base_operations.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2591,6 +2591,10 @@ paths:
25912591
>
25922592
> If no view is selected, all columns (even hidden one) are returned. If a view is selected, only the visible columns of that view are returned with the request.
25932593
2594+
> 📘 Link Columns
2595+
>
2596+
> Before version 5.3, the link column of a row returns a maximum of 10 records. From version 5.3 onward, it returns a maximum of 50 records.
2597+
25942598
security:
25952599
- BaseTokenAuth: []
25962600
parameters:
@@ -2815,6 +2819,9 @@ paths:
28152819
have created some links to the current or another table, you can use
28162820
this request to query each row's linked records' IDs and display values.
28172821
2822+
By default, it returns 10 records per row. To query more records, please
2823+
set the "offset" and "limit" values for a row in the rows parameter.
2824+
28182825
> 📘 id or name
28192826
>
28202827
> In the request body you can as keys either:

0 commit comments

Comments
 (0)