Overview
All query operations in Exulu IMP follow consistent patterns. This reference covers both core type queries and the patterns that apply to dynamically generated queries.Query patterns
Every resource type (core and dynamic) gets these query operations:| Operation | Purpose | Authentication required |
|---|---|---|
{type}ById | Fetch single resource by ID | Yes |
{type}ByIds | Fetch multiple resources by IDs | Yes |
{type}One | Fetch single resource with filters | Yes |
{typePlural}Pagination | Paginated list with filters | Yes |
{typePlural}Statistics | Aggregate statistics | Yes |