/o/db?dbs=:db&collection=:collection

View databases and collections

List specified amount of documents for provided database and collection.
Returns output with:

  • limit - current set limit how many documents to show
  • start - index from which document to start displaying (1 is the beginning)
  • end - index of the last document, so next paginated request should request skip with this end index
  • total - amount of total documents for this filter/query
  • pages - amount of total pages for this filter/query with provided limit setting
  • curPage - current page displayed
  • collections - array of documents for provided collection, these documents are raw data as they are stored in database
Language