A list of documents that are read from Application Objects

Return a json with a node named documents with a array of objects that have all fields in Application Objects as defined there and a extra element named type that tell what kind of document this is instead of just a Object Type number. Returned types can be:

1 "Form"
2 "Database"
3 "Table"
4 "QBM"
5 "Menu"
6 "DQL"
7 "DBR"
8 "DualRTDoc"

any others it will return the number

Ex. strres := DEOS("@GetDefinition", "listdocuments")

{
  "documents": [
    {
      "Current Mode": "1",
      "Description": "10/07/20;",
      "File Name": "ADDRDAAA.FRM",
      "Object Name": "Address",
      "Object Type": "1",
      "Style Name": "Address",
      "type": "Form"
    },
    {
      "Current Mode": "0",
      "Description": "10/07/20;",
      "File Name": "ADDRDAAB.FRM",
      "Object Name": "AddressList",
      "Object Type": "1",
      "Style Name": "Address",
      "type": "Form"
    }
  ],
  "result": "ok"
}

Example of a short list of documents