Get the default resolution rule
Return the implicit, system-managed default rule — the baseline fallback the resolver applies when no user-created rule matches a scan (a redirect to the brand’s Closient-hosted page, C-3956). The default rule is a sentinel, not a stored row: it has no id and cannot be created, edited, deleted, or reordered. Clients render it at the bottom of the rules list, below all user rules, and use system: true to flag it as non-editable. Returns 404 if the organization doesn’t exist or the caller lacks VIEW permission. The default is the same for every organization, so this endpoint is unfiltered.
Authorizations
Path Parameters
UUID of the organization. Caller must have VIEW permission.
22^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$Response
OK
The implicit, system-managed default rule (C-3336).
Represents the baseline fallback the resolver always applies when no
user-created rule matches a scan: a redirect to the brand's Closient-hosted
page (C-3956), falling back to the product page when the brand has no
published page. It is a sentinel, not a database row — it has no id,
cannot be created, edited, deleted, or reordered, and exists purely so the
brand portal can render it at the bottom of the rules list and clients can
explain the fallback to users.
Always BRAND — the implicit host rule applies at the brand scope as the last resort.
ORGANIZATION, BRAND, PRODUCT, BATCH, SERIAL Always HOSTED_PAGE — the fallback redirects to the brand's hosted page.
HOSTED_PAGE, CUSTOM_URL Sentinel ordering value that keeps the default sorted after every user rule.
Human-readable explanation of the fallback behaviour, suitable for a tooltip / info panel.
Always true — discriminates the default rule from user-managed rules.
Always true — the fallback can't be disabled.