Default password has not been changed

The admin password is set to its default value, it is recommended that you change it immediately!

You can change this password by logging in, navigating to My -> Account -> Password.

Current admin login:
   Username:"[email protected]"
   Password:"2Tight2Wiki@"

List

Table of Contents

Overview
The List directive lists the documents or schemas contained in a given schema with an optional size.

Example:
round-pushpin Lists the documents in the WordList:Language schema using the default count (which is 100).
LIST DOCUMENTS WordList:Language

round-pushpin Lists the schemas in the WordList schema using the default count (which is 100).
LIST SCHEMAS WordList

round-pushpin Lists the first 1,000 documents in the WordList:Language schema.
LIST DOCUMENTS WordList:Language SIZE 1000

Related