List all Available Tables

Description

Returns a list of named tables that are available within the repository.

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.

HTTP GET URL Format

The following format is used for HTTP GET requests:


HTTP GET /tables.rep
			

Parameters

For information on the parameter types listed below, see Request URL Data Types.

Parameter Type Required Description
rep String yes The representation to be returned. Supported representation is json.

Returns

Returns a list of tables in the specified format.

Example

Returns a list of available tables in the repository, as a comma delimited list, in the Locale English (US)


http://www.pbbi.com/rest/Spatial/FeatureService/tables.json