Inventory
Get InventoryGitHub
  • Overview
  • Quickstart
  • Guides
    • Setup & Start Using
    • Basic Concepts
    • Connect an RFID Reader
    • Writing Your First RFID Tag
    • Locate & Check Items
  • App
    • Deep Linking (URL Schemes)
    • Label Printer Integration
      • Label LIVE
  • Data
    • Share Your Data Using Couchdb Replication
  • Integrations
    • Data Synchronization
      • Airtable Integration
  • RFID
    • RFID Overview
    • Supported RFID Devices
      • Chainway R5
    • Choosing RFID Tags
      • Different Kinds of RFID Tags
    • Price Estimation
  • Untitled Group
    • Contact
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. App

Deep Linking (URL Schemes)

With deep linking, you can open an item or page directly in Inventory from a web page, iOS Shortcut, or by scanning a QR code.

PreviousLocate & Check ItemsNextLabel Printer Integration

Last updated 1 year ago

Was this helpful?

The following URLs are supported in the Inventory app:

Type
Identifier
URL

Item

Individual Asset Reference (e.g.: 1234.123456.0000)

z-inv://iar/<individual_asset_reference>

z-inv://item/<item_id>

Collection

z-inv://collection/<collection_id>

Nothing (only opens the app but do nothing)

-

z-inv://nothing

How to get the ID of an item?

Navigate to the item, press the three dots button on the top-right of the screen, then select "Copy Item ID".

Using Multiple Profiles

If you have multiple profiles and wish to switch to a specific profile with deep links, add ?p=<profile_id> or ?c=<config_uuid> at the end of the URL. For example, z-inv://iar/<individual_asset_reference>?p=a1b2c3d4.

How to get the Profile ID?

More (on the bottom tab bar) → Profile Icon (on the top-right) → Copy Current Profile ID.

How to get the Config UUID?

More (on the bottom tab bar) → Settings → Configuration → Configuration UUID.


URL Schemes for the Nightly and Dev versions of the app (iOS only)

  • Use zn-inv:// for the Nightly version of the app.

  • Use zd-inv:// for the Dev version of the app.

ID
ID