Get Issue Type Screen Schemes

GET {{baseUrl}}/rest/api/3/issuetypescreenscheme?startAt=0&maxResults=50&id=<long>

Returns a paginated list of issue type screen schemes.

Only issue type screen schemes used in classic projects are returned.

Permissions required: Administer Jira global permission.

Request Params

KeyDatatypeRequiredDescription
startAtnumberThe index of the first item to return in a page of results (page offset).
maxResultsnumberThe maximum number of items to return per page.
idstringThe list of issue type screen scheme IDs. To include multiple IDs, provide an ampersand-separated list. For example, id=10000&amp;id=10001.

RESPONSES

status: OK

{&quot;maxResults&quot;:100,&quot;startAt&quot;:0,&quot;total&quot;:2,&quot;isLast&quot;:true,&quot;values&quot;:[{&quot;id&quot;:&quot;1&quot;,&quot;name&quot;:&quot;Default Issue Type Screen Scheme&quot;,&quot;description&quot;:&quot;The default issue type screen scheme&quot;},{&quot;id&quot;:&quot;10000&quot;,&quot;name&quot;:&quot;Office issue type screen scheme&quot;,&quot;description&quot;:&quot;Managing office projects&quot;}]}