This is an old revision of the document!


Search - Old JSON Format

The 2026 version of ARDI cleaned up a number of JSON API endpoints to be cleaner and more consistent - previously these endpoints converted XML to JSON, which ended up creating messy JSON structures that weren't very efficient.

Success (JSON - Pre 2026)
{
	"results": [{
		"asset": [{
			"id": "175",
			"name": "AN6-2993 Drive",
			"ern": "",
			"fullname": "Main Office Lower Ground Slurry System Primary Pump AN6-2993 Drive"
		},
                {
			"id": "178",
			"name": "Primary Pump",
			"ern": "PU12-92B",
			"fullname": "Main Office Lower Ground Slurry System Primary Pump"
		}]
	}]
}