curl --location --request GET 'http://jira.local:8080/jira/rest//rest/api/3/screens'
{"self":"https://your-domain.atlassian.net/rest/api/3/screens","maxResults":100,"startAt":0,"total":3,"isLast":true,"values":[{"id":1,"name":"Default Screen","description":"Provides for the update all system fields."},{"id":2,"name":"Workflow Screen","description":"This screen is used in the workflow and enables you to assign issues."},{"id":3,"name":"Resolve Issue Screen","description":"Offers the ability to set resolution, change fix versions, and assign an issue."}]}
id=10000&id=10001
.scope=GLOBAL&scope=PROJECT
.id
Sorts by screen ID.name
Sorts by screen name.