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

Fields

Consumes

  • /

Produces

  • application/json

Security

Type Name

apiKey

Authorization

Example HTTP request

Request path


/buckets/fields

Example HTTP response

Response 200


         {
  "fields" : [ "string" ]
}