You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: base_operations.yaml
+1-104Lines changed: 1 addition & 104 deletions
Original file line number
Diff line number
Diff line change
@@ -575,7 +575,7 @@ components:
575
575
576
576
link_id:
577
577
type: string
578
-
description: Every *link column* has a `key` and `link_id` in the column object. Use [Get Metadata](/reference/getmetadata) or [Get Base Info](/reference/getbaseinfo) to get this `link_id`. Don't use the `key` of the link column.
578
+
description: Every *link column* has a `key` and `link_id` in the column object. Use [Get Metadata](/reference/getmetadata) to get this `link_id`. Don't use the `key` of the link column.
579
579
minLength: 4
580
580
maxLength: 4
581
581
example: jYc7
@@ -2306,108 +2306,6 @@ components:
2306
2306
example: Example
2307
2307
2308
2308
paths:
2309
-
# Base Info
2310
-
# question: super powerful call. extension of metadata?!? Contains all links (even more than 10?), statistics
2311
-
# it does not contain apps, forms. Collaborators are always empty. What is the purpose of this call?
2312
-
# question: why does this call contains data? But it is difficult to get the full picture => link formula columns are not shown
2313
-
/api-gateway/api/v2/dtables/{base_uuid}:
2314
-
get:
2315
-
tags: [Base Info]
2316
-
summary: Get Base Info
2317
-
operationId: getBaseInfo
2318
-
description: |
2319
-
Get various information of a base like the tables, (normal and big data) views, links, data statistics and collaborators.
0 commit comments