@izak0s/spacebring-api - v7.1.0
    Preparing search index...

    Interface GetCompaniesQuery

    Query parameters for sb.community.companies.list().

    interface GetCompaniesQuery {
        locationRef: string;
        limit?: number;
        nextPageToken?: string;
        title?: string;
        types?: "member" | "nonmember";
    }
    Index
    locationRef: string

    The id of the location.

    limit?: number

    The number of items to return

    nextPageToken?: string

    Token to retrieve the next page of results.

    title?: string

    Filter by company's title

    types?: "member" | "nonmember"

    Filter by types. Pass them as comma separated values.