v1

latestSwagger 2.02026-07-143240155.0 KB

Returns a list of all dashboards, optionally filtering them.

get/api/2/dashboard

Query parameters

filterstring

an optional filter that is applied to the list of dashboards. Valid values include <code>"favourite"</code> for returning only favourite dashboards, and <code>"my"</code> for returning dashboards that are owned by the calling user.

startAtinteger

the index of the first dashboard to return (0-based). must be 0 or a multiple of <code>maxResults</code>

maxResultsinteger

a hint as to the the maximum number of dashboards to return in each call. Note that the JIRA server reserves the right to impose a <code>maxResults</code> limit that is lower than the value that a client provides, dues to lack or resources or any other condition. When this happens, your results will be truncated. Callers should always check the returned <code>maxResults</code> to determine the value that is effectively being used.

Response

Successful Response