Get collection settings

Get collection settings #

Returns settings information about one or more collections.

Examples #

The following request gets the settings information of all the collections under the default namespace:

GET /default:*/_settings

Retrieve the settings information of all the collections:

GET /_settings

Request #

GET /<target>/_settings

Path Parameters #

  • target
    (Optional, String) Comma-separated, names of the collections to get (wildcard supported)
Calendar August 28, 2024
Edit Edit this page