inaturalistjs
    Preparing search index...

    Type Alias GetProjectsByIdData

    type GetProjectsByIdData = {
        body?: never;
        path: { id: string[] };
        query?: { ruleDetails?: true };
        url: "/projects/{id}";
    }
    Index

    Properties

    Properties

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

    Type declaration

    • id: string[]

      Must have this ID or slug

    query?: { ruleDetails?: true }

    Type declaration

    • OptionalruleDetails?: true

      Return more information about project rules, for example return a full taxon object instead of simply an ID

    url: "/projects/{id}"