Getting full compliance check info from SCA REST API

I’m using the above API to retrieve compliance “check” information via this URL:

http://sca-server:5400/api/scm/checks/11

This simple query returns the following summary information, in JSON notation, about the check having ID 11:

{“id”:11,“remote_id”:“a7dfc7b5-3f08-583c-99d5-5b49633482e4”,“updated_at”:“2015-05-14T15:28:23Z”,“name”:“Unauthorized accounts will not have the "Force shutdown from a remote system" user right.”,“checklist_name”:“DISA STIG Checklist for Windows 2008 R2 MS”}

When I log into the SCA site from my browser and pull-up this same compliance check, in addition to the above information there are several more item I would also like to fetch via the REST API. Data such as:

  • source ID
  • source severity
  • STIG ID
  • description
  • remediation details

How can I fetch these additional fields via the SCA REST API?