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

    Interface TransectObservationListPayload

    The writable subset of an observation list, used when creating or updating a transect.

    interface TransectObservationListPayload {
        species_group: number;
        all_species_counted: number;
        all_individuals_counted: number;
        notes?: string;
        project?: number | null;
    }
    Index

    Properties

    species_group: number

    The species group id.

    all_species_counted: number

    Whether all species were counted. 0: unknown, 1: no, 2: yes.

    all_individuals_counted: number

    Whether all individuals were counted. 0: unknown, 1: no, 2: yes.

    notes?: string

    Optional, user notes for this list.

    project?: number | null

    Optional, the project id to use, where null means no project.