Retreive a list of postgres tables for a user by their table names, optionally ignoring unknown table names
List postgres tables by table names
Response of a failed request
Validation Error
{- "items": [
- {
- "tablename": "string"
}
], - "ignoreUnknownIds": true
}
{- "items": [
- {
- "columns": {
- "property1": {
- "type": "TEXT"
}, - "property2": {
- "type": "TEXT"
}
}, - "options": {
- "space": "string",
- "externalId": "string",
- "version": "string"
}, - "type": "raw_rows",
- "tablename": "string"
}
]
}