Query parameters accepted by GET /rest/api/latest/projects/{key}/repos/{slug}/last-modified.

interface LastModifiedParams {
    at?: string;
    limit?: number;
    start?: number;
}

Hierarchy (View Summary)

Properties

Properties

at?: string

Branch, tag, or commit SHA to use as the base ref

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.