Skip to content

How do I scan an asset QR code?

Requires Basic

Just point your smartphone camera (or any QR scanner app) at the label. The code contains the asset’s core data — ID, name, type, and serial number — directly as text, with no internet connection needed. With the serial number, you can find the asset in Notory via search; with the ID, you can fetch it via the API in a single step.

Asset QR codes are included on all plans. The only prerequisite is that a QR label has been printed and attached.

  1. Scan the code. Open the smartphone’s camera app and point it at the label. The scanner shows the content — the asset’s core data as a compact text structure (JSON), for example:

    Contents of an asset QR code
    {
    "id": "a2f1c9e4-7b3d-4a11-9c2e-8f6b1d0a7e55",
    "name": "ThinkPad T14 – Vertrieb",
    "type": "hardware",
    "serial": "PF-3X9K2L"
    }

    This uniquely identifies the device even without a network connection — handy in the basement, server room, or an outdoor warehouse.

  2. Open the asset in Notory. Log in to Notory (on your smartphone or computer), open Assets, and type the serial number or name from the code into the search. Clicking the result takes you to the detail view.

    The serial number from the scan, entered in the asset search — one match, one click.
  3. Keep working right away. All actions are available in the detail view — e.g. setting the status to Maintenance, issuing the device via “Issue / return”, or updating its data.

  • The code is pure data: The QR code doesn’t contain a web address, but the core data as JSON (id, name, type, serial). This is why reading it works with any scanner app and without a connection to the server — but it also means nothing opens automatically; jumping over to Notory is a deliberate second step.
  • Snapshot in time: The name/serial number in the code reflect the state at the time the label was printed. The id stays valid forever — it’s the reliable anchor, even after renames.
  • No data exposure: Anyone who just scans the label sees exactly those four core data points — details like cost, location, or assignments stay protected behind login and tenant isolation.
  • Recycle bin: If the asset is in the recycle bin, the API returns 404 — it’s only retrievable again after restoring it.
  • Stocktaking at scale: For systematically counting entire inventories, Scan & Stocktake (Pro+) is the better approach.