Versions Compared

Key

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

...

Grouper Web Services

Description

Delete Find attribute definitions based on name or ID or other criteria. This is new as of Grouper v2.3.0

Features

  • Find attribute definitions based on list of names, ids, or indexes)
  • Search by wildcard string (search filter)
  • Search by parent folder (only in that folder or also subfolders)Delete an attribute definition
  • Lookup the attribute definition be name, id, or index
  • Non-lite service can delete multiple attributeDef at onceCan pass in a txType so that you can run all the deletes in one transaction, or just finish the work that is possible with no enclosing transaction
  • Returns attribute definition(s),
  • Can page and the result code of if it was deletedsort the results
  • Can actAs another user

...

findAttributeDef Lite service

  • Accepts one attribute def to deleteindividual arguments, can only lookup one attributeDef by name/id/index or can search for multiple...
  • Documentation: SOAP (click on attributeDefDeletefindAttributeDefsLite), REST
  • For REST, the request can put data in query string (in URL or request body)
  • REST request (colon is escaped to %3A): DELETE GET /grouper-ws/servicesRest/v2_3_000/attributeDefs
    • 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)

...

findAttributeDef service

  • Accepts multiple attributeDefs to deletemultiple arguments, can lookup multiple attributeDefs by name/id/index or can search for multiple
  • Documentation: SOAP (click on attributeDefDeletefindAtributeDefs), REST
  • REST request (colon is escaped to %3A): DELETE GET /grouper-ws/servicesRest/v2_3_000/attributeDefs
  • (see documentation above for details): Request objectresponse object
  • Response codesReturns an overall status, and a status for each delete
  • Samples (all files with "Lite" in them, click on "download" to see file)