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 any roles they belong to) will need Execute permission in the following manner:

  • “EXECUTE” for entity type “Location Intelligence.Named Resources” for the user.
Note: The response will contain those tables on which user has EXECUTE permission. If the user has no EXECUTE permissions on any tables then an empty list is returned.

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.