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": "2026-02-20 23:28:45+00|32",
"continue": "-||"
},
"query": {
"logevents": [
{
"logid": 42,
"ns": 14,
"title": "Category:1st Party Software",
"pageid": 34,
"logpage": 34,
"revid": 84,
"params": {},
"type": "create",
"action": "create",
"user": "AndyHeathershaw",
"timestamp": "2026-02-21T00:36:12Z",
"comment": "Created page with \"{{DISPLAYTITLE:1st Party Software}} Documentation for software developed by Waggybytes Technology. [[Category:Infrastructure]] [[Category:Intranet]]\""
},
{
"logid": 41,
"ns": 2,
"title": "User:AndyHeathershaw",
"pageid": 0,
"logpage": 0,
"params": {
"oldgroups": [
"bureaucrat",
"sysop",
"waggybytes-staff"
],
"newgroups": [
"bureaucrat",
"interface-admin",
"sysop",
"waggybytes-staff"
],
"oldmetadata": [
{
"group": "bureaucrat",
"expiry": "infinity"
},
{
"group": "sysop",
"expiry": "infinity"
},
{
"group": "waggybytes-staff",
"expiry": "infinity"
}
],
"newmetadata": [
{
"group": "bureaucrat",
"expiry": "infinity"
},
{
"group": "interface-admin",
"expiry": "infinity"
},
{
"group": "sysop",
"expiry": "infinity"
},
{
"group": "waggybytes-staff",
"expiry": "infinity"
}
]
},
"type": "rights",
"action": "rights",
"user": "AndyHeathershaw",
"timestamp": "2026-02-21T00:18:04Z",
"comment": ""
},
{
"logid": 40,
"ns": 14,
"title": "Category:System Administrator Tools",
"pageid": 33,
"logpage": 33,
"revid": 78,
"params": {},
"type": "create",
"action": "create",
"user": "AndyHeathershaw",
"timestamp": "2026-02-20T23:58:17Z",
"comment": "Created page with \"These tools are designed for system administrators to complete basic administrative tasks. [[Category:Solid Tools Apps]]\""
},
{
"logid": 39,
"ns": 14,
"title": "Category:Software Development Tools",
"pageid": 32,
"logpage": 32,
"revid": 77,
"params": {},
"type": "create",
"action": "create",
"user": "AndyHeathershaw",
"timestamp": "2026-02-20T23:57:37Z",
"comment": "Created page with \"These tools provide useful conversions mainly aimed at software developers, engineers or technical support analysts. [[Category:Solid Tools Apps]]\""
},
{
"logid": 38,
"ns": 14,
"title": "Category:Network Tools",
"pageid": 31,
"logpage": 31,
"revid": 76,
"params": {},
"type": "create",
"action": "create",
"user": "AndyHeathershaw",
"timestamp": "2026-02-20T23:56:39Z",
"comment": "Created page with \"These tools allow you to query and perform operations on networks and IP addresses. [[Category:Solid Tools Apps]]\""
},
{
"logid": 37,
"ns": 10,
"title": "Template:Release Notes",
"pageid": 30,
"logpage": 30,
"revid": 74,
"params": {},
"type": "create",
"action": "create",
"user": "AndyHeathershaw",
"timestamp": "2026-02-20T23:52:38Z",
"comment": "Created page with \"Date released: '''24th September 2024''' =Bug Fixes= ===#123 - XXX=== Lorem ipsum\u2026 =Changes= ===#123 - XXX=== Lorem ipsum\u2026 =Features= ===#123 - XXX=== Lorem ipsum\u2026\""
},
{
"logid": 36,
"ns": 3000,
"title": "Waggybytes Intranet:Software:Simply Remind Me",
"pageid": 29,
"logpage": 29,
"revid": 72,
"params": {},
"type": "create",
"action": "create",
"user": "AndyHeathershaw",
"timestamp": "2026-02-20T23:47:04Z",
"comment": "Created page with \"{{DISPLAYTITLE:Simply Remind Me}} ==== Creating a token for backend services ==== To create a new token to use for the backend services, run the following PHP code within a \"tinker\" session in the API project. cd /srv/www/remind-me-api.andysh.dev php artisan tinker Waggybytes\\SimplyRemindMe\\Library\\Models\\User::find(1)->createToken('testing', ['backend-service'])->plainTextToken; ==== Updating the backend services ==== To update the services on a machine, use Rclon...\""
},
{
"logid": 35,
"ns": 3000,
"title": "Waggybytes Intranet:Software:PostgreSQL",
"pageid": 28,
"logpage": 28,
"revid": 71,
"params": {},
"type": "create",
"action": "create",
"user": "AndyHeathershaw",
"timestamp": "2026-02-20T23:43:39Z",
"comment": "Created page with \"{{DISPLAYTITLE:PostgreSQL}} In 2024, Waggybytes started migrating applications from MariaDB to PostgreSQL. == Installation == To create a super user: CREATE USER <user> WITH SUPERUSER PASSWORD '<password>'; To grant an application user access to an application database, run the following SQL in a connection to the desired application database. Replace <user> with the actual username (name of the login role.) GRANT USAGE, CREATE ON SCHEMA public TO <user>; GRANT ALL P...\""
},
{
"logid": 34,
"ns": 3000,
"title": "Waggybytes Intranet:Software:Postfix",
"pageid": 27,
"logpage": 27,
"revid": 61,
"params": {},
"type": "create",
"action": "create",
"user": "AndyHeathershaw",
"timestamp": "2026-02-20T23:33:43Z",
"comment": "Created page with \"{{DISPLAYTITLE:Software:Postfix}} Postfix is the SMTP server used to accept and relay mail on the MX10 Email Gateway. The latest version can be obtained from the download site. Pre-requisites: sudo apt install libdb-dev libnsl-dev libssl-dev libpcre2-dev libpq-dev make g++ m4 To compile the software from source: make makefiles config_directory=/opt/postfix/etc CCARGS=\"-DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\\\\\\\"dovecot\\\\\\\" -DHAS_PGSQL -DUSE_TLS -I/usr/include/postgres...\""
},
{
"logid": 33,
"ns": 3000,
"title": "Waggybytes Intranet:Software:TimescaleDB",
"pageid": 26,
"logpage": 26,
"revid": 59,
"params": {},
"type": "create",
"action": "create",
"user": "AndyHeathershaw",
"timestamp": "2026-02-20T23:31:19Z",
"comment": "Created page with \"TimescaleDB is an extension to PostgreSQL that allows performant processing and management of time-series data. == Upgrading to a new release of PostgreSQL == Ensure that PostgreSQL and TimescaleDB have been updated in APT to compatible versions. Install the new version of PostgreSQL. apt install postgresql-18 Install the version of TimescaleDB against the new version of PostgreSQL: apt install timescaledb-2-postgresql-18\""
}
]
}
}