List issues for a scope
GET/nevisadmin/api/v1/issues/list
Required permission: SUPER_ADMIN
Return all issues stored for the given scope. If the scope's type is omitted, issues for every type under the scope key are returned, grouped by type; otherwise the issues for the matching key+type are returned as a flat list.
Request
Responses
- 200
- 400
- 403
Success
Missing or invalid request body
Insufficient permissions.