3.10.2. Get item fields


GET /items/fields

Description

Retrieves the item field names for searching or sorting on bucket items.

Responses

HTTP Code Description Schema

200

successful operation

4.34. Fields

Consumes

  • /

Produces

  • application/json

Example HTTP request


/items/fields

Example HTTP response


         {
  "fields" : [ "string" ]
}