You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

Find stems search for stems based on name, attribute, parent stem, etc. Can build queries with group math (AND / OR / MINUS)

Features

  • Use query type to build one query object
  • For AND|OR|MINUS you can link up multiple queries into one
  • Returns stems
  • Can actAs another user

Find stems Lite service

  • Accepts one query to search (cannot use group math)
  • Documentation: SOAP (click on findStemsLite), REST (click on findStemsLite)
  • For REST, the request can put data in query string (in URL or request body)
  • REST request (colon is escaped to %3A): GET /grouper-ws/servicesRest/v1_3_000/stems
    • Note: if passing data in request body e.g. actAs, use a POST
  • (see documentation above for details): Request object, response object
  • Response codes
  • Samples (all files with "Lite" in them, click on "download" to see file)

Find stems service

  • No labels