Optionalparameters: {Optionalid?: number[]The list of screen IDs. To include multiple IDs, provide an ampersand-separated list. For example,
id=10000&id=10001.
OptionalmaxResults?: numberThe maximum number of items to return per page.
OptionalorderBy?: "name" | "id" | string & {} | "-name" | "+name" | "-id" | "+id"Order the results by a field:
id Sorts by screen ID.name Sorts by screen name.OptionalqueryString?: stringString used to perform a case-insensitive partial match with screen name.
Optionalscope?: (string & {} | "PROJECT" | "TEMPLATE" | "GLOBAL")[]The scope filter string. To filter by multiple scope, provide an ampersand-separated list. For example,
scope=GLOBAL&scope=PROJECT.
OptionalstartAt?: numberThe index of the first item to return in a page of results (page offset).
Optionaloptions: RequestOptions
Returns a paginated list of all screens or those specified by one or more screen IDs.
Permissions required: Administer Jira global permission.