Type Alias ListRegistrationApplications

ListRegistrationApplications: {
    limit?: number;
    page?: number;
    unread_only?: boolean;
}

Fetches a list of registration applications.

Type declaration

  • Optionallimit?: number
  • Optionalpage?: number
  • Optionalunread_only?: boolean

    Only shows the unread applications (IE those without an admin actor)