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": "20220415082141|361",
"continue": "-||"
},
"query": {
"logevents": [
{
"logid": 371,
"ns": 0,
"title": "LINUX - Get root access on machine",
"pageid": 54,
"logpage": 54,
"params": {},
"type": "create",
"action": "create",
"user": "Guillard",
"timestamp": "2022-05-30T16:34:31Z",
"comment": "Created page with \"1 Get root access on unix machine with standard account : <syntaxhighlight lang=\"linux\"> sudo chown ACCOUNT:ACCOUNT /etc/passwd vi /etc/passwd </syntaxhighlight> 2 Add following line at the end of the file: <syntaxhighlight lang=\"linux\"> SIMBA:x:0:0:root:/root:/bin/bash </syntaxhighlight> 3 Save, try it out and set back rights as before <syntaxhighlight lang=\"linux\"> sudo su - SIMBA sudo chown root:root /etc/passwd </syntaxhighlight>\""
},
{
"logid": 370,
"ns": 0,
"title": "LOAN IQ Functional - List of APIs to do CIRCLES",
"pageid": 53,
"logpage": 53,
"params": {},
"type": "create",
"action": "create",
"user": "Guillard",
"timestamp": "2022-05-30T14:26:34Z",
"comment": "Created page with \"Go to Loan Iq installation folder and execute : <syntaxhighlight lang=\"linux\"> 1) <!DOCTYPE AlterCustomerAddress SYSTEM 'AlterCustomrerAddress.dtd'> 2) <!DOCTYPE InsertCustomerContact SYSTEM 'InsertCustomerContact.dtd'> 3) <!DOCTYPE CppApiFunctionCallSequence SYSTEM 'CppApiFunctionCallSequence.dtd'> <CppApiFunctionCallSequence version=\"1.0\" commit=\"Y\"> <CppApiFunctionCall version=\"1.0\" library=\"custapi\" entryPoint\"InsertCustomerContactLocation\"> 4) <!DOCTYPE Cpp...\""
},
{
"logid": 369,
"ns": 0,
"title": "LOAN IQ Technical - ls2util",
"pageid": 52,
"logpage": 52,
"params": {},
"type": "create",
"action": "create",
"user": "Guillard",
"timestamp": "2022-05-30T13:40:55Z",
"comment": "Created page with \"Go to Loan IQ server folder, backup and update existing file C:/server-liq01/newcodes.dat <br> - Add following lines at the end of the file : <syntaxhighlight lang=\"linux\"> BET, ,60000,60000,STA,OTR,-,UPPMT,TRE,-,-,-,-,-,-,-,-,N,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,N,- </syntaxhighlight> <br> - Check if below line is correct, same number of fields, format, 60000 (should be a new unique number which do not exist) From server with cmd terminal execute follo...\""
},
{
"logid": 368,
"ns": 0,
"title": "ELECTRONICS NFC - Duplicate building VIGIK",
"pageid": 51,
"logpage": 51,
"params": {},
"type": "create",
"action": "create",
"user": "Guillard",
"timestamp": "2022-05-30T13:13:02Z",
"comment": "Created page with \"- Buy NFC badge 13.56mhz UID changeable S50 on Aliexpress <b> How it works ? </b> - As we all know normal Mifare 1k s50 card's manufacturer blok (UID/block 0) is read only. - This special mifare card \"UID changeable\" has a rewritable UID.\""
},
{
"logid": 367,
"ns": 0,
"title": "LOAN IQ Technical - API XML character issues",
"pageid": 50,
"logpage": 50,
"params": {},
"type": "create",
"action": "create",
"user": "Guillard",
"timestamp": "2022-05-25T13:28:01Z",
"comment": "Created page with \"<b>Label with character \"&\"</b> <br>With the XML client, mode \"http connection\", the only way to get working the grouped call is to use button \"Send\". <br>If you use the second method, selecting the xml, right click, execute, it doesn't work many reasons... f\""
},
{
"logid": 366,
"ns": 0,
"title": "LOAN IQ Technical - Grouped call LIQ APIs",
"pageid": 49,
"logpage": 49,
"params": {},
"type": "create",
"action": "create",
"user": "Guillard",
"timestamp": "2022-05-25T13:19:05Z",
"comment": "Created page with \"Go to your Loan Iq Xml Client on path C:/ENV-Liq01/serverLiq/App/XmlClient/ : <br>- XML grouped call : <syntaxhighlight lang=\"linux\"> <?xml version=\"1.0\" encoding=\"UTF-8\"?> <!DOCTYPE GroupedCall SYSTEM \"GroupedCall.dtd\"> <GroupedCall version=\"1.0\"> <UpdateAdditionalFields version=\"1.0\" ownerId=\"dsfdsd\" ownerType=\"DEA\"> <AdditionalField version=\"1.0\" fieldType=\"yourLabell\" fieldValue=\"value1\" deleteIndicator=\"N\"/></UdpdateAddtionalFields> <UpdateAdditionalFields versi...\""
},
{
"logid": 365,
"ns": 0,
"title": "LOAN IQ Technical - Get all legacy CPP LIQ APIs",
"pageid": 48,
"logpage": 48,
"params": {},
"type": "create",
"action": "create",
"user": "Guillard",
"timestamp": "2022-05-25T11:23:40Z",
"comment": "Created page with \"Go to your Loan Iq server on path C:/ENV-Liq01/serverLiq/ : <br>- Open file named C:/ENV-Liq01/serverLiq/<b>liqcppapidefinitions.xml</b> and you will find list of functions and arguments : - Example how to call them : <syntaxhighlight lang=\"linux\"> <?xml version=\"1.0\" encoding=\"UTF-8\"?> <!DOCTYPE CppApiFunctionCallSequence SYSTEM \"CppApiFunctionCallSequence.dtd\"> <CppApiFunctionCallSequence version=\"1.0\" commit=\"Y\"> <CppApiFunctionCall version=\"1.0\" library=\"custapi\"...\""
},
{
"logid": 364,
"ns": 0,
"title": "LOAN IQ Technical - SDK Triggers add missing combination (into GUI client)",
"pageid": 47,
"logpage": 47,
"params": {},
"type": "create",
"action": "create",
"user": "Guillard",
"timestamp": "2022-05-25T11:02:45Z",
"comment": "Created page with \"Go to your Loan Iq client on path C:/ENV-Liq01/clientLiq/ and Loan Iq server on path C:/ENV-Liq01/serverLiq/ : <br>- Open files named C:/ENV-Liq01/clientLiq/<b>sdktriggerswhitelist.dat</b> and C:/ENV-Liq01/serverLiq/<b>sdktriggerswhitelist.dat</b> and add at the end of the file, the following relevant lines (as example) : <syntaxhighlight lang=\"linux\"> LRP__ANY__TRY_RTP QLR__ANY__TRE_GFXFX </syntaxhighlight> - To Find the required code combinations, check existing li...\""
},
{
"logid": 363,
"ns": 0,
"title": "LOAN IQ Technical - SDK Triggers add missing combination into Client LIQ Menu",
"pageid": 46,
"logpage": 46,
"params": {},
"type": "create",
"action": "create",
"user": "Guillard",
"timestamp": "2022-05-25T10:50:37Z",
"comment": "Created page with \"Go to your Loan Iq client on path C:/ENV-Liq01/clientLiq/ and Loan Iq server on path C:/ENV-Liq01/serverLiq/ : <br>- Open files named C:/ENV-Liq01/clientLiq/<b>sdktriggerswhitelist.dat</b> and C:/ENV-Liq01/serverLiq/<b>sdktriggerswhitelist.dat</b> and add at the end add the relevant lines like these ones : <syntaxhighlight lang=\"linux\"> LRP__ANY__TRY_RTP QLR__ANY__TRE_GFXFX </syntaxhighlight> - To Find the required code combination, check existing lines and use help...\""
},
{
"logid": 362,
"ns": 0,
"title": "LOAN IQ Technical - API XML call to retrieve Xquery function data",
"pageid": 45,
"logpage": 45,
"params": {},
"type": "create",
"action": "create",
"user": "Guillard",
"timestamp": "2022-05-23T15:21:28Z",
"comment": "Created page with \"Go to your <u>Loan Iq Xml Client</u> and execute : <syntaxhighlight lang=\"linux\"> <?xml version=\"1.0\" encoding=\"UTF-8\"?> <!DOCTYPE RunXQuery SYSTEM \"RunXQuery.dtd\"> <RunXQuery query=\"{GetYourFunctionHere('ABDEFG')}\" version=\"1.0\"/> </syntaxhighlight> Then, Go into your <u> LoanIQ Client with Scripting Editing Tool </u> and create file GetYourFunctionHere.xq : <syntaxhighlight lang=\"linux\"> declare function GetYourFunctionHere($yourId){ <info> <data1> {/ReplaceByR...\""
}
]
}
}