Versions Compared

Key

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

...

edited_date: 2016-08-04 10:40:36

 

API / Web Access?

You can access the /scripts files collection using the normal Open-AudIT JSON based API. Just like any other collection. Please see the API documentation for further details.

API Routes

Request MethodIDActionResulting FunctionURL ExampleNotes
GETn collection/scriptsReturns a list of scripts.
GETy read/scripts/{id}Returns a scripts details.
PATCHy update/scripts/{id}Update an attribute of a scripts entry.
POSTn create/scriptsInsert a new scripts entry.

Web Application Routes

Request MethodIDActionResulting FunctionURL ExampleNotes
GETncreatecreate_form/scripts/createDisplays a standard web form for submission to POST /scripts.
GETyupdateupdate_form/scripts/{id}/updateShow the script details with the option to update attributes using PATCH to /scripts/{id}