Apache NiFi Registry REST APIPDF version

3.9.1. Get flow fields

GET /flows/fields

Retrieves the flow field names that can be used for searching or sorting on flows.

HTTP Code Description Schema

200

successful operation

Fields

  • /

  • application/json

Type Name

apiKey

Authorization

Request path

/flows/fields

Response 200

         {
  "fields" : [ "string" ]
}