Versions Compared

Key

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

...

Request MethodIDActionResulting FunctionURL ExampleNotesExample Response
GETn collection/filesReturns a list of files.files_collection.json
GETy read/files/{id}Returns a file's details.files_read.json
PATCHy update/files/{id}Update an attribute of a file entry.files_patch.json
POSTn create/filesInsert a new file entry. files_create.json
DELETEy delete/files/{id}Delete a file entry. files_delete.json

Web Application Routes

Only available under Open-AudIT Enterprise

...