Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Atoti REST API
cURL
curl --request GET \ --url http://localhost:9090/activeviam/pivot/rest/v9/database/discovery/tables/{tableName}
{ "canDelete": true, "canEdit": true, "canInsert": true, "fields": [ { "defaultValue": {}, "hasParser": true, "index": 123, "name": "<string>", "readOnly": true, "type": "<string>" } ], "keyFields": [ 123 ] }
Get the description of the given table name.
Desired table name.
Table description returned successfully.
Show child attributes