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

Fields

Consumes

  • /

Produces

  • application/json

Security

Type Name

apiKey

Authorization

Example HTTP request

/items/fields

Example HTTP response


         {
  "fields" : [ "string" ]
}