Versions Compared

Key

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

...

 - To obtain feature information filtered by name and version in CSV format, enter the following command: 

Code Block
languagejs
firstline1
curl --data "filter=[{\"type\"=\"string\", \"field\"=\"fn\", \"value\"=\"abc\"}, {\"type\"=\"string\", \"field\"=\"fv\", \"value\"=\"2.1\"}]" 
-H "X-Auth-token: token" "http://yourdomain/api/v1/feature/jsoncsv"

- To get feature information filtered by Id, enter the following command: 

...