Bitbucket Data Center API Client
    Preparing search index...

    Interface DefaultTasksParams

    Query parameters accepted by GET …/tasks of the default-tasks API.

    interface DefaultTasksParams {
        limit?: number;
        markup?: string;
        start?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    limit?: number

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

    markup?: string

    Set to 'true' to include the HTML-rendered html field on each task

    start?: number

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