get https://{baseUrl}/api/classificationTypes/export
Log in to see full request history
Responses
400An error occurred while creating the records, error will be logged
401The caller is not authenticated with RegScale.
400An error occurred while creating the records, error will be logged
401The caller is not authenticated with RegScale.
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/classificationTypes/export \
--header 'accept: application/json'
xxxxxxxxxx
13[
{
"id": 0,
"title": "string",
"uuid": "string",
"family": "string",
"identifier": "string",
"confidentiality": "string",
"availability": "string",
"integrity": "string",
"description": "string"
}
]