Versions Compared

Key

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

...

Code Block
languagejs
firstline1
linenumberstrue
GET /api/report/feature/${returnType}

...

Code Block
languagejs
firstline1
linenumberstrue
curl -H "X-Auth-token: abcdtoken" "http://yourdomain/api/report/features/json"

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

Code Block
languagejs
firstline1
linenumberstrue
curl --data="fns=a&fv=2.1&ftype=floating" -H "X-Auth-token: abcdtoken" "http://yourdomain/youdomainapi/report/features/json"

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

Code Block
languagejs
firstline1
linenumberstrue
curl --data-urlencode="filter=[{"value": 1, "field": "fid"}]" -H "X-Auth-token: abcdtoken" "http://youdomainyourdomain/api/report/features/json"