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/\"741929\"", "formid": "d0293a90-3d6a-4a25-bbf3-2b579a0ec134", "name": "Information", "formxml": "
", "objecttypecode": "pinswg_planningappeals78", "type": 2 } ] } ) };