@seamapi/http - v2.1.0
    Preparing search index...

    Type Alias SpacesListParameters

    type SpacesListParameters = {
        customer_key?: string;
        limit?: number;
        page_cursor?: string;
        search?: string;
        space_key?: string;
    }
    Index
    customer_key?: string

    Customer key for which you want to list spaces.

    limit?: number

    Maximum number of records to return per page.

    page_cursor?: string

    Identifies the specific page of results to return, obtained from the previous page's next_page_cursor.

    search?: string

    String for which to search. Filters returned spaces to include all records that satisfy a partial match using name, space_key, or customer_key.

    space_key?: string

    Filter spaces by space_key.