listTableNames
Description
Returns a list of all the tables on the server.
ACL Authorization Flow
To list all the named tables stored in a repository, the user (or the role they belong to) needs EXECUTE permission on the Named table.
Note: The response will contain those tables on which the user has EXECUTE permission. If the user has no EXECUTE permissions on any tables, then the response returns an empty list.
Messages
The following table lists the request and response messages for the listTableNames operation.
Click on a message name to get more information about the message.
Message | Description |
---|---|
ListTableNamesRequest | The request message for the listTableNames operation. |
ListTableNamesResponse | The response message for the listTableNames operation. |