GET: Assessment Report Template

https://api.bitsighttech.com/ratings/v1/assessment/customers/customer_guid/assessments/templates

Get information about your assessment templates.

Parameters

* Required.

customer_guid

* Required.

[Path] Identify the assessment template to query.

Value: [String] Your Bitsight account unique identifier [account_guid]. See GET: User Details.

Example Request

curl 'https://api.bitsighttech.com/ratings/v1/assessment/customers/12345678-abcd-1234-abcd-1234567890ab/assessments/templates' -u api_token:

Example Response

[
  {
    "filename": "My Assessment",
    "guid": "11111111-ffff-eeee-bbbb-555555555555",
    "is_global": false
  }
]

Response Attributes

Field Description
filename

String

The name of this assessment template.
guid

String [template_guid]

The unique identifier of this template.
is_global

Boolean

true = This template is available for all companies in the Bitsight platform.
  • March 12, 2020: Published.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.