Versions Compared

Key

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

Table of Contents

Introduction

How Does it Work?

View Database Details

Go to menu:  Admin -> Database -> List Tables.

You will see a list of tables that are part of the database if the your user has database::read permission.

Image RemovedImage Added

 


You can view a the details of the listed tables by clicking on the blue view button. It will list the attributes of the table, the number of row and the table structure. In addition, there is an option to export the data of the table on 3 formats (CSV, SQL and XML), the data will be appended at the end of the current view.

Image Removed

 

The following example shows the values exported on CSV format for the table "Roles".

 

Image Removed

 

Image Added


API / Web Access

You can access the

...

collection using the normal Open-AudIT JSON based API. Just like any other collection. Please

...

see The Open-AudIT API documentation for further details

...

.

...

API Routes

Request Method
ID
Action
Resulting Function
Permission Required
URL Example
Notes
Example Response
GETy readdatabase::read/database/{name}Returns a table details.database_read.json
GETn collectiondatabase::read/databaseReturns the tables of the database.database_collection.json

 

...