https://api.bitsighttech.com/ratings/v1/assessment/assessments/templates/template_guid/companies/company_guid
Get the results and details of your organization’s Assessment Reports.
Parameters
* Required.
Parameter | Values |
---|---|
company_guid * [Path] Identify the company to query. |
[String] Company unique identifier [entity_guid ]. See GET: Portfolio Details. |
template_guid * [Path] Identify the template to use for the assessment report. |
[String] Template unique identifier [template_guid ]. See GET: Assessment Report Template. |
Example Request
curl 'https://api.bitsighttech.com/ratings/v1/assessment/assessments/templates/template_guid/companies/company_guid' -u api_token:
Example Response
{ "questions": [ { "content": "Is there a documented policy for what data is encrypted during transit?", "context": "We support this control with evidence of SSL encryption and certificates enforced; SSL configuration showing validation of correct encryption standards or failing and weak protocols.", "flag": true, "id": "DP.004", "risk_type_grades": [ { "grade": "A", "name": "SSL Certificates" }, { "grade": "D", "name": "SSL Configurations" } ], "section": "Security", "sub_section": "Data Protection" } ] }
Response Attributes
Field | Description | ||
---|---|---|---|
questionsArray |
The assessment questions and their details. | ||
contentString |
The stated assessment question. | ||
contextString |
Associates the assessment question with the data behind the Bitsight risk vector. | ||
flagBoolean |
true = This question has been identified as important or of high priority. |
||
idString |
The unique identifier of this question. | ||
risk_type_gradesArray |
Indicates how this company is performing in the associated risk type. | ||
gradeString |
The letter grade of this risk vector. | ||
nameString |
The name of the risk vector. See risk types. | ||
sectionString |
The section of the assessment that this question is categorized into. | ||
sub_sectionString |
The sub-section of the assessment that this question is categorized into. |
March 16, 2020: Published.
Feedback
0 comments
Please sign in to leave a comment.