Versions Compared

Key

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

...

Request MethodIDActionResulting FunctionPermission RequiredURL ExampleNotesExample Response
GETn collectiongroups::read/groupsReturns a list of groups. 
GETy readgroups::read/groups/{id}Returns a groups details. 
PATCHy updategroups::update/groups/{id}Update an attribute of a groups entry. 
POSTn creategroups::create/groupsInsert a new groups entry. 
DELETEy deletegroups::delete/groups/{id}Delete a groups entry. 

Web Application Routes

In addition to the above, when access Open-AudIT using a web browser.

Request MethodIDActionResulting FunctionPermission RequiredURL ExampleNotes
GETncreatecreate_formgroups::create/groups/createDisplays a standard web form for submission to POST /scripts.
GETyupdateupdate_formgroups::update/groups/{id}/updateShow the script details with the option to update attributes using PATCH to /groups/{id}