inaturalistjs
    Preparing search index...

    Type Alias GetObservationsByIdData

    type GetObservationsByIdData = {
        body?: never;
        path: { id: number[] };
        query?: never;
        url: "/observations/{id}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { id: number[] }

    Type declaration

    • id: number[]

      Must have this ID

    query?: never
    url: "/observations/{id}"