GET /rest/form-{id};m2=…;m=…?q=…
h: …
Cookie: c=…
f=…
API Example:
FormTest.get({'m2': /* m2 The second foo matrix param. */, 'm': /* the matrix param */, 'q': /* the query */, 'id': /* The path param */, 'h': /* The header */, 'c': /* The cookie */, 'f': /* The form */, '$entity': /* the body */});