MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "continue": {
        "lecontinue": "20241217174217|129",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 139,
                "ns": 0,
                "title": "Removeuseraccess",
                "pageid": 104,
                "logpage": 104,
                "revid": 415,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "WikiSysopdi",
                "timestamp": "2025-08-18T21:48:00Z",
                "comment": "Created page with \" Syntax : removeuseraccess <USERNAME> <ENTER>  Description : Remove a user's access from current region.\""
            },
            {
                "logid": 138,
                "ns": 0,
                "title": "Adduseraccess",
                "pageid": 103,
                "logpage": 103,
                "revid": 414,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "WikiSysopdi",
                "timestamp": "2025-08-18T21:47:31Z",
                "comment": "Created page with \"'''Syntax''' : adduseraccess <USERNAME> <ACCESS SCOPE> <ENTER>  Description : Add a user to allow access the current region.   Premissions are controlled by passing access scope as read/readwrite/REST2read/REST2readwrite  * read: Allows user to see the region in the console application, web app and RESI API (REST2read)  * readwrite: Allows user the read access as well as the option to create and upload (Push/Export) data to islands in the given region using the console a...\""
            },
            {
                "logid": 137,
                "ns": 0,
                "title": "XERO JINT",
                "pageid": 102,
                "logpage": 102,
                "revid": 393,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "WikiSysopdi",
                "timestamp": "2025-08-14T08:36:58Z",
                "comment": "Created page with \"    di.getguid(\"Accounts\", \"Name_Value\")  => Will pass \"Name\" and will get  \"AccountID\" di.getguid(\"BankTransactions\", \"Reference_Value\")  => Will pass \"Reference\" and will get  \"BankTransactionID\" di.getguid(\"BrandingThemes\", \"Name_Value\") => Will pass \"Name\" and will get  \"BrandingThemeID\" di.getguid(\"ContactGroups\", \"Name_Value\") => Will pass \"Name\" and will get  \"ContactGroupID\" di.getguid(\"Contacts\", \"Name_Value\") => Will pass \"Name\" and will get  \"ContactID\" di.get...\""
            },
            {
                "logid": 136,
                "ns": 0,
                "title": "Dropcolumn",
                "pageid": 101,
                "logpage": 101,
                "revid": 388,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "WikiSysopdi",
                "timestamp": "2025-07-30T14:16:59Z",
                "comment": "Created page with \"DropColumn:  <nowiki>==========</nowiki>  Syntax : dropcolumn <ISLANDNAME> \"<columnname>\" <ENTER>  Description : Deletes a column from given island.\""
            },
            {
                "logid": 135,
                "ns": 0,
                "title": "Updateisland",
                "pageid": 100,
                "logpage": 100,
                "revid": 387,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "WikiSysopdi",
                "timestamp": "2025-07-30T14:16:34Z",
                "comment": "Created page with \"UpdateIsland:  <nowiki>============</nowiki>  Syntax : updateisland <ISLANDNAME> \"<columnname:columntype,...>\" <ENTER>  Description : Update the given island table by adding new columns.\""
            },
            {
                "logid": 134,
                "ns": 0,
                "title": "CreateIsland",
                "pageid": 99,
                "logpage": 99,
                "revid": 382,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "WikiSysopdi",
                "timestamp": "2025-06-16T20:46:04Z",
                "comment": "Created page with \"Example below showing how to manually create an island in code   var table=CreateTable();  table.Columns.Add(\"fname\");  table.Columns.Add(\"lname\");  table.Rows.Add(\"James\", \"Joyce\");  table.Rows.Add(\"John\", \"Steinbeck\");  //append to the island  di.push(\"writers\", table);\""
            },
            {
                "logid": 133,
                "ns": 0,
                "title": "HTTP Object",
                "pageid": 98,
                "logpage": 98,
                "revid": 374,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "WikiSysopdi",
                "timestamp": "2025-05-25T15:36:52Z",
                "comment": "Created page with \"The HTTP object is used to make HTTP requests to variosu web api's.    Examples:  Consuming a weather api<blockquote>jint di  var req = HTTP();  req.Url=\"<nowiki>https://api.open-meteo.com/v1/forecast?latitude=52.52&longitude=13.405&hourly=temperature_2m</nowiki>\";  req.Method=\"GET\";  var response = req.Send();  var json = response.JSON;  //REM show the full response  di.display(response.body);  //REM show part of the respone  di.display(json.latitude);</blockquote>\""
            },
            {
                "logid": 132,
                "ns": 0,
                "title": "Javascript Engine",
                "pageid": 97,
                "logpage": 97,
                "revid": 373,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "WikiSysopdi",
                "timestamp": "2025-05-25T15:27:14Z",
                "comment": "Created page with \"JINT mode is a function to allow you write more complex Javascript including API's and objects.   It is ideal if you want to connect to any REST api that is not native and consume or publish to it.\""
            },
            {
                "logid": 131,
                "ns": 0,
                "title": "Queryregion",
                "pageid": 96,
                "logpage": 96,
                "revid": 362,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "WikiSysopdi",
                "timestamp": "2025-05-09T14:48:48Z",
                "comment": "Created page with \"ssss\""
            },
            {
                "logid": 130,
                "ns": 0,
                "title": "Log out",
                "pageid": 95,
                "logpage": 95,
                "revid": 327,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "WikiSysopdi",
                "timestamp": "2025-01-02T17:31:55Z",
                "comment": "Created page with \"'''Syntax''' : logout [y] <ENTER>  Description :\u00a0 To log out from current session as remove current local server detail.  Optional Parameter y to not prompt to confirm\""
            }
        ]
    }
}