get
https://{environment}.origamirisk.com/OrigamiApi/api/Domains
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Returns a list of all system Domains that the authenticated user has security access to view. Domains represent the core data entities in the Origami system (e.g., Claim, Policy, Location, Transaction, etc.), including Client Defined Entities (custom entities).
This endpoint is primarily used as a discovery tool — it allows API consumers to look up the exact domain names needed for use in other API operations such as:
/{domain}/Query
/{domain}/Fields
/{domain}/{id}
/{domain}/Upsert
Any other entity-based endpoints where a domain path parameter is required.
Security & Filtering
The returned list is security-filtered.
- Core securable domains — All system domains where the user has View security permission are included.
- Explicitly allowed domains — Certain domains that are explicitly allowed for metadata-only access are appended (if not already present).
- CheckPayment domain — If the user has access to the Transaction domain, the CheckPayment domain is automatically added to the results (if not already present).
| Important Notes |
|---|
| Domain names are case-sensitive. The Name value returned by this endpoint should be used exactly as-is in other API calls. |
| Client Defined Entities will have names prefixed with Custom. (for example, Custom.MyEntity). |
| This endpoint returns metadata only. No entity records are returned. |