Skip to main content

get_page

pub async fn get_page(
    conn: &mut PgConnection,
    filters: &CreditRegistrationAdminActionFilters<'_>,
    limit: i64,
    offset: i64,
) -> ModelResult<Vec<CreditRegistrationAdminActionListRow>>
Expand description

A page of the global action log, newest first, covering both actor kinds.