interface GetIdsOfWorklogsModifiedSince {
    expand?: string;
    since?: number;
}

Properties

Properties

expand?: string

Use expand to include additional information about worklogs in the response. This parameter accepts properties that returns the properties of each worklog.

since?: number

The date and time, as a UNIX timestamp in milliseconds, after which updated worklogs are returned.