File tree Expand file tree Collapse file tree 1 file changed +58
-0
lines changed
Expand file tree Collapse file tree 1 file changed +58
-0
lines changed Original file line number Diff line number Diff line change @@ -682,6 +682,64 @@ paths:
682682 owner_deleted : false,
683683 rows_count : 20
684684 count : 16
685+ /api/v2.1/org/{org_id}/admin/users/{user_id}/dtables/ :
686+ get :
687+ tags :
688+ - Bases
689+ summary : List User's Bases
690+ operationId : listUsersBases
691+ description : List all the bases of a certain user by the user's ID.
692+ security :
693+ - AccountTokenAuth : []
694+ parameters :
695+ - $ref : " #/components/parameters/org_id"
696+ - $ref : " #/components/parameters/user_id"
697+ - $ref : " #/components/parameters/page"
698+ - $ref : " #/components/parameters/per_page"
699+ responses :
700+ " 200 " :
701+ description : OK
702+ content :
703+ application/json :
704+ schema :
705+ type : object
706+ example :
707+ dtable_list :
708+ - id : 6
709+ workspace_id : 2
710+ uuid : 3c899a81-6a0c-4111-bb19-288ebf8442fd
711+ name : CRM
712+ created_at : ' 2025-11-28T14:16:30+01:00'
713+ updated_at : ' 2025-11-28T14:17:04+01:00'
714+ color : " #E91E63"
715+ text_color : null
716+ icon : icon-user-interview
717+ is_encrypted : false
718+ in_storage : true
719+ org_id : 2
720+ email : e38487b4357e40c8b1359223ba87a1af@auth.local
721+ group_id : -1
722+ owner : org-1-admin
723+ owner_deleted : false
724+ rows_count : 7
725+ - id : 7
726+ workspace_id : 2
727+ uuid : e97bb668-da36-484c-8ac9-8aa9e0564f4c
728+ name : Finances
729+ created_at : ' 2025-11-28T14:18:31+01:00'
730+ updated_at : ' 2025-11-28T14:18:31+01:00'
731+ color : " #00C9C7"
732+ text_color : null
733+ icon : icon-dollar
734+ is_encrypted : false
735+ in_storage : true
736+ org_id : 2
737+ email : e38487b4357e40c8b1359223ba87a1af@auth.local
738+ group_id : -1
739+ owner : org-1-admin
740+ owner_deleted : false
741+ rows_count : 0
742+ count : 2
685743 /api/v2.1/org/{org_id}/admin/dtables/{base_uuid}/ :
686744 get :
687745 tags :
You can’t perform that action at this time.
0 commit comments