OptionalidOptionalmaxThe maximum number of items to return per page.
OptionalorderOrder the results by a field:
id Sorts by screen ID.name Sorts by screen name.OptionalqueryString used to perform a case-insensitive partial match with screen name.
OptionalscopeThe scope filter string. To filter by multiple scope, provide an ampersand-separated list. For example,
scope=GLOBAL&scope=PROJECT.
OptionalstartThe index of the first item to return in a page of results (page offset).
The list of screen IDs. To include multiple IDs, provide an ampersand-separated list. For example,
id=10000&id=10001.