get https://{server}/api/v2.1/workspace//dtable//asset-exists/
Check if a certain asset exists. The returned is_exist
value confirms the existence (true
).
Response
Check if a certain asset exists. The returned is_exist
value confirms the existence (true
).
xxxxxxxxxx
curl --request GET \
--url https://cloud.seatable.io/api/v2.1/workspace/workspace_id/dtable/base_name/asset-exists/ \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: