Skip to content
  • There are no suggestions because the search field is empty.

Pre-fill values in browser

As an alternative to using the API to store results, you can create URLs that will pre-fill the result entry form with values. 

To do that, just add a &values parameter to the URL with a JSON-encoded (partial) result. 

This uses the exact same format as the storeResults API endpoint.

Example

To pre-fill the a form with a status and batch number field with status = "In production" and batch = 1337, you can provide this parameter via the url 

&values={"status": "In production", "batch": 1337}

Don't forget to URL-encode this, like so:

https://demo.alisqi.com/?mod=inputResult&maskid=14&values=%7B%22status%22%3A%22In+production%22%2C%22batch%22%3A%221337%22%7D

This will pre-fill the data entry form in the browser:


QR code

We see users deploy QR codes with urls containing the pre-fill values, to create implicit system integrations.

The Chrome browser lets you quickly create QR codes for any url.


Please consult AlisQI support if you'd like to brainstorm about these capabilities.