observation-js Documentation - v1.16.0
    Preparing search index...

    Interface CreateObservationListPayload

    The observation list fields accepted when creating or updating a session.

    interface CreateObservationListPayload {
        species_group: number;
        all_species_counted: boolean | null;
        all_individuals_counted: boolean | null;
        notes: string;
    }
    Index

    Properties

    species_group: number
    all_species_counted: boolean | null
    all_individuals_counted: boolean | null
    notes: string

    Must be entered as an empty string if left out.