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

    Type Alias SyncObservationPayload

    SyncObservationPayload: Omit<
        CreateObservationPayload,
        "external_reference"
        | "details"
        | "photos"
        | "sounds"
        | "upload_media",
    > & { external_id?: string }

    Writable fields for the one-way-sync bulk create endpoint (/observations/create/).

    Differs from CreateObservationPayload: media uploads, links and details are not supported, and external_id is used instead of external_reference.

    Type Declaration

    • Optionalexternal_id?: string

      Unique-per-user external id. Stored together with the application name in the observation's external_reference. An existing observation with the same external_id will be updated.