3.9.1. Get flow fields
GET /flows/fields
Description
Retrieves the flow field names that can be used for searching or sorting on flows.
Responses
| HTTP Code | Description | Schema |
|---|---|---|
|
200 |
successful operation |
Fields |
Consumes
-
/
Produces
-
application/json
Security
| Type | Name |
|---|---|
|
apiKey |
Authorization |
Example HTTP request
Request path
/flows/fields
Example HTTP response
Response 200
{
"fields" : [ "string" ]
}
