Building an review/verification/approval report for non-technical control groups to review and approve scheme configurations. REST APIs do not appear in the documentation. Following the conventions in place, I'd expect:
1. /project/{projectID or projectKEY}/IssueTypeScheme --> return list of issue types
2. /project/{projectID or projectKEY}/IssueTypeScreenScheme --> return list of screen schemes (KEYs or IDs) & issue type groupings
3. /screenscheme/{screenschemeKEY or screenschemeID} --> return list of operations & screens
4. /project/{projectID or projectKEY}/FieldConfigurationScheme --> return list of field configuration (KEYs or IDs) & issue type groupings
5. /fieldconfiguration/{fieldconfigurationKEY or fieldconfigurationID} --> return list of field and screen groupings with hide/required settings
Are these available? Is there another way?