Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FieldTypeDescription
fidintegerFeature Id.
fnsstringFeature name.
fvstringFeature version.
ftypestringFeature type (Floating, Nodelocked or Token).
lsidintegerLicense server Id.
lsnbooleanLicense server name.
successbooleanThis field indicates that the API request was successfully processed.
vnstringLicense server vendor name.
gtnstringGathering type (imported, realtime).
msgstringUnlimited string.

 

Examples 

The following examples make use of GET method. 

...

Code Block
languagejs
firstline1
curl --data-urlencode "filter=[{\"value\": 1, \"field\": \"fid\"}]" -H "X-Auth-token: token" "http://yourdomain/api/v1/report/feature/json"


Deprecated endpoint

There is also another, already deprecated, endpoint that you can use:

...

Note: By default, filter rules are case-insensitive.

The response fields are will be exactly the same as in case of the first endpoint.