This is an old revision of the document!
Old JSON Formats
The 2026 version of ARDI updated 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.
/assets/search
This is the old format for the api/asset/search function.
{
"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"
}]
}]
}