Jira.js - Jira Cloud API library
    Preparing search index...

    Interface PageOfWorklogs

    Paginated list of worklog details

    interface PageOfWorklogs {
        maxResults: number;
        startAt: number;
        total: number;
        worklogs: Version3Models.Worklog[];
    }
    Index

    Properties

    maxResults: number

    The maximum number of results that could be on the page.

    startAt: number

    The index of the first item returned on the page.

    total: number

    The number of results on the page.

    List of worklogs.