You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Schema definition of parameters

This documents explains the schema of parameters that are passed into our web app from outsite (such as current MM implementation).

It looks like:

http://.../ncsa_marketmaker.html#businessid=1234&businessid=2345&stateroi=illinois

After #, the key-value pair are listed with &

Business Id (or Business Profile Id)


  • key: businessId
  • value: integer

Business Group


  • key: groupid
  • value: integer

Region of Interest (ROI)


State ROI

  • key: stateroi
  • value: string

County ROI

  • key: countyroi
  • value: string

City ROI

  • key: cityroi
  • value: string

Zipcode ROI

  • key: ziproi
  • value: string

Polygon ROI

  • No labels