Returns a paginated list of resolutions. The list can contain all resolutions or a subset determined by any combination of these criteria:
a list of resolutions IDs.
whether the field configuration is a default. This returns resolutions from company-managed (classic) projects only, as there is no concept of default resolutions in team-managed projects.
curl--location--request GET '/rest/api/3/resolution/search'
Response Response Example
200 - Success
{"isLast":true,"maxResults":50,"startAt":0,"total":1,"values":[{"description":"This is what it is supposed to do.","id":"10001","isDefault":true,"name":"Works as designed"}]}