export default(req, res) =>{ res.statusCode= 200; res.json( { "@odata.context": "https://devcrm2016.llcdt.gov.wales/DVPINS/api/data/v8.2/$metadata#systemforms(formid,name,formxml)", "@odata.count": 1, "value": [ { "@odata.etag": "W/\"742121\"", "formid": "f3bd3169-29d3-4c8c-9c14-dbf301220143", "name": "Information", "formxml": "
", "objecttypecode": "pinswg_transportandworkact", "type": 2 } ] } ) };