Interface JiraWorklogDeletedResponse

Response from GET /rest/api/latest/worklog/deleted.

interface JiraWorklogDeletedResponse {
    lastPage?: boolean;
    nextPage?: string;
    since: number;
    until: number;
    values: JiraWorklogDeletedItem[];
}

Properties

lastPage?: boolean

Whether this is the last page

nextPage?: string

URL for the next page, when Jira has more changes

since: number

Cursor for the next poll

until: number

Last deletion timestamp in the current page

Deleted worklog IDs