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

    Type Alias AcsEncodersListParameters

    type AcsEncodersListParameters = {
        acs_encoder_ids?: string[];
        acs_system_id?: string;
        acs_system_ids?: string[];
        limit?: number;
        page_cursor?: string;
    }
    Index
    acs_encoder_ids?: string[]

    IDs of the encoders that you want to retrieve.

    acs_system_id?: string

    ID of the access system for which you want to retrieve all encoders.

    acs_system_ids?: string[]

    IDs of the access systems for which you want to retrieve all encoders.

    limit?: number

    Number of encoders to return.

    page_cursor?: string

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