This was causing a request to be made to the wrong API endpoint by going
to /api/publicreport instead of /api/rm/publicreport which doesn't work
on RMO's hostname.
This makes it possible to start hydrating the types into valid data
types like Dates which means I can get type safety guarantees when
displaying information.