Versions Compared

Key

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

The following are the REST APIs that are implemented in WSO2 DAS 3.0.0.

FunctionREST API
Checking if a table existsGET /analytics/table_exists?tableName={tableName}
Listing all tablesGET /analytics/tables
Retrieving records of a tableGET /analytics/tables/{tableName}/{from}/{to}/{start}/{count}
Getting the record count of a tableGET /analytics/tables/{tableName}/recordcount
Searching records of a tablePOST /analytics/search
Getting the search record count of a tablePOST /analytics/search_count
Timing out the indexing process completionGET /analytics/indexing_done?timeout=<long-value>
Defining/Updating the Schema of a TablePOST /analytics/tables/{tableName}/schema
Getting the schema of a tableGET /analytics/tables/{tableName}/schema
Drilling down through hierarchical categoriesPOST /analytics/facets
Retrieving matching records through a drill down searchPOST /analytics/drilldown
Retrieving the count of matching records through a drill down searchPOST/analytics/drillDownScoreCount
Retrieving records using given primary key value pairsPOST/analytics/tables/{tableName}/keyed_records
Retrieving All Record StoresGET /analytics/recordstores
Retrieving the Record Store of a Given TableGET /analytics/recordstore?table={tableName}
Checking if the Given Records Store Supports PaginationGET /analytics/pagination/<recordstore-name>
Tracking the Indexing Process Completion of a TableGET /analytics/indexing_done?maxWait=10&table={tableName}
Retrieving Aggregated Values of Given RecordsPOST /analytics/aggregates
Retrieving the Event Count of Range FacetsPOST /analytics/rangecount
Clear Index Information of a Given TableDELETE /analytics/tables/{tableName}/indexData

...