get https://{server}/api/v2.1/admin/common-datasets/
List all the common datasets in the current system. In the response, you can see The name of the common datasets, The source base's name, The creator's name, and The time of the creation.
Response
List all the common datasets in the current system. In the response, you can see The name of the common datasets, The source base's name, The creator's name, and The time of the creation.
xxxxxxxxxx
curl --request GET \
--url https://cloud.seatable.io/api/v2.1/admin/common-datasets/ \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: