Apache NiFi Registry REST APIPDF version

3.10.2. Get item fields

GET /items/fields

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

HTTP Code Description Schema
200 successful operation Fields

  • /

  • application/json

Type Name

apiKey

Authorization

Request path

/items/fields

Response 200

         {
  "fields" : [ "string" ]
}