Authorizations
Path Parameters
Response
A list of tables.
curl --request GET \
--url https://tables-api.softr.io/api/v1/databases/{databaseId}/tables \
--header 'Softr-Api-Key: <api-key>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"primaryFieldId": "<string>",
"defaultViewId": "<string>",
"fields": [
{
"id": "<string>",
"name": "<string>",
"type": "SINGLE_LINE_TEXT",
"options": {},
"allowMultipleEntries": true,
"readonly": true,
"required": true,
"locked": true,
"defaultValue": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}Retrieve a list of all tables in the specified database.
curl --request GET \
--url https://tables-api.softr.io/api/v1/databases/{databaseId}/tables \
--header 'Softr-Api-Key: <api-key>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"primaryFieldId": "<string>",
"defaultViewId": "<string>",
"fields": [
{
"id": "<string>",
"name": "<string>",
"type": "SINGLE_LINE_TEXT",
"options": {},
"allowMultipleEntries": true,
"readonly": true,
"required": true,
"locked": true,
"defaultValue": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}A list of tables.
Show child attributes