Skip to content

Commit 11f854f

Browse files
authored
Merge pull request #54 from seatable/remove-list-deleted-rows-api
Update base_operations.yaml
2 parents b731c42 + e839ba4 commit 11f854f

File tree

1 file changed

+0
-52
lines changed

1 file changed

+0
-52
lines changed

base_operations.yaml

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -4393,58 +4393,6 @@ paths:
43934393
value: ""
43944394
total_count: 3
43954395

4396-
/api-gateway/api/v2/dtables/{base_uuid}/deleted-rows/:
4397-
get:
4398-
tags:
4399-
- Activities & Logs
4400-
summary: List Deleted Rows
4401-
operationId: listDeletedRows
4402-
description: >-
4403-
List all the deleted rows in the last 7 days.
4404-
4405-
4406-
If you are looking for rows deleted before that, you can view a snapshot
4407-
of this base.
4408-
security:
4409-
- BaseTokenAuth: []
4410-
parameters:
4411-
- $ref: "#/components/parameters/base_uuid"
4412-
responses:
4413-
"200":
4414-
description: OK
4415-
content:
4416-
application/json:
4417-
schema:
4418-
type: object
4419-
example:
4420-
deleted_rows:
4421-
- id: 37
4422-
dtable_uuid: 12345678-187a-4d9f-b6cf-ff5e5019a6d5
4423-
row_id: ZPFv2pm1SiaQpulvzkHm5Q
4424-
op_user: 123456786fy54bb4afa2c2cb7369d244@auth.local
4425-
op_time: "2020-03-17T10:31:35.000Z"
4426-
detail:
4427-
table_id: "0000"
4428-
table_name: Table1
4429-
row_name: Jasmin Tea
4430-
row_data:
4431-
- column_key: "0000"
4432-
column_name: Name
4433-
column_type: text
4434-
column_data: {}
4435-
value: test
4436-
- column_key: AKLn
4437-
column_name: Details
4438-
column_type: file
4439-
column_data: {}
4440-
value:
4441-
- name: example.html
4442-
size: 514
4443-
type: file
4444-
url: >-
4445-
http://cloud.seatable.io/workspace/1/asset/12345678-c8e5-49ab-8874-9d4a2dc4608c/files/2020-03/example.html
4446-
op_app: null
4447-
44484396
# Snapshots
44494397
# tested create: ok
44504398
/api-gateway/api/v2/dtables/{base_uuid}/snapshot/:

0 commit comments

Comments
 (0)