3.4.3. Get bucket fields


GET /buckets/fields

Description

Retrieves bucket field names for searching or sorting on buckets.

Responses

HTTP Code Description Schema

200

successful operation

4.34. Fields

Consumes

  • /

Produces

  • application/json

Example HTTP request


/buckets/fields

Example HTTP response


         {
  "fields" : [ "string" ]
}