Skip to content

Commit 3818427

Browse files
committed
remove base info call
1 parent 7067703 commit 3818427

File tree

1 file changed

+1
-104
lines changed

1 file changed

+1
-104
lines changed

base_operations.yaml

Lines changed: 1 addition & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ components:
575575

576576
link_id:
577577
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.
579579
minLength: 4
580580
maxLength: 4
581581
example: jYc7
@@ -2306,108 +2306,6 @@ components:
23062306
example: Example
23072307

23082308
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.
2320-
security:
2321-
- BaseTokenAuth: []
2322-
parameters:
2323-
- $ref: "#/components/parameters/base_uuid"
2324-
responses:
2325-
"200":
2326-
description: OK
2327-
content:
2328-
application/json:
2329-
schema:
2330-
type: object
2331-
example:
2332-
version: 33
2333-
format_version: 9
2334-
statistics: []
2335-
links: []
2336-
settings:
2337-
enable_archive: true
2338-
tables:
2339-
- _id: "0000"
2340-
name: Table1
2341-
rows:
2342-
- _id: Qtf7xPmoRaiFyQPO1aNTjA
2343-
_participants: []
2344-
_creator: 8ch7ft46r69491ba42905bf1647fd3f@auth.local
2345-
_ctime: "2020-11-18T12:42:14.779+00:00"
2346-
_last_modifier: 8ch7ft46r69491ba42905bf1647fd3f@auth.local
2347-
_mtime: "2021-01-14T09:01:57.357+00:00"
2348-
"0000": Meng
2349-
BydO: "2020-08-19"
2350-
- _id: V_jBEGOXQ3mC3rJkQi-DOQ
2351-
_participants: []
2352-
_creator: 8ch7ft46r69491ba42905bf1647fd3f@auth.local
2353-
_ctime: "2021-01-14T08:56:05.666+00:00"
2354-
_last_modifier: 8ch7ft46r69491ba42905bf1647fd3f@auth.local
2355-
_mtime: "2021-01-14T08:56:59.458+00:00"
2356-
"0000": Bao
2357-
BydO: "2020-09-18"
2358-
- _id: HtZb516CTwCZRuBlY8d7Wg
2359-
_participants: []
2360-
_creator: 8ch7ft46r69491ba42905bf1647fd3f@auth.local
2361-
_ctime: "2021-01-14T08:56:07.135+00:00"
2362-
_last_modifier: 8ch7ft46r69491ba42905bf1647fd3f@auth.local
2363-
_mtime: "2021-01-14T08:57:04.073+00:00"
2364-
"0000": Daniel
2365-
BydO: "2020-10-22"
2366-
- _id: fS8qtN6FQ1uPOaNAC0Locw
2367-
_participants: []
2368-
_creator: 8ch7ft46r69491ba42905bf1647fd3f@auth.local
2369-
_ctime: "2021-01-14T08:56:08.259+00:00"
2370-
_last_modifier: 8ch7ft46r69491ba42905bf1647fd3f@auth.local
2371-
_mtime: "2021-01-14T08:57:06.657+00:00"
2372-
"0000": Jonas
2373-
BydO: "2021-01-20"
2374-
columns:
2375-
- key: "0000"
2376-
name: Name
2377-
type: text
2378-
width: 200
2379-
editable: true
2380-
resizable: true
2381-
- key: BydO
2382-
type: date
2383-
name: Date
2384-
editable: true
2385-
width: 200
2386-
resizable: true
2387-
draggable: true
2388-
data:
2389-
format: YYYY-MM-DD
2390-
permission_type: ""
2391-
permitted_users: []
2392-
view_structure:
2393-
- folders: []
2394-
- view_ids: ["0000"]
2395-
views:
2396-
- _id: "0000"
2397-
name: "Default\r\n> View"
2398-
type: table
2399-
is_locked: false
2400-
rows: []
2401-
formula_rows: {}
2402-
summaries: []
2403-
filter_conjunction: And
2404-
filters: []
2405-
sorts: []
2406-
hidden_columns: []
2407-
groupbys: []
2408-
groups: []
2409-
id_row_map: {}
2410-
collaborators: []
24112309
/api-gateway/api/v2/dtables/{base_uuid}/metadata/:
24122310
get:
24132311
tags:
@@ -2524,7 +2422,6 @@ paths:
25242422
avatar_url: https://cloud.seatable.io/media/avatars/default.png
25252423

25262424
# Rows
2527-
# question: shows only up to 10 linked records. Base Info shows all. Is there any reason?
25282425
/api-gateway/api/v2/dtables/{base_uuid}/sql:
25292426
post:
25302427
tags:

0 commit comments

Comments
 (0)