Bitbucket Data Center API Client
    Preparing search index...

    Interface HooksParams

    Query parameters accepted by GET …/settings/hooks.

    interface HooksParams {
        limit?: number;
        start?: number;
        type?: RepositoryHookType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    limit?: number

    Maximum number of results to return per page. Bitbucket default is 25, maximum is 1000.

    start?: number

    0-based index of the first result to return. Use nextPageStart from the previous response to paginate forward.

    Filter by hook type