get https://{baseUrl}/api/classificationTypes/
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.
404Record not found
400An error occurred while creating the records, error will be logged
401The caller is not authenticated with RegScale.
404Record not found
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/classificationTypes/recordId \
--header 'accept: application/json'
xxxxxxxxxx
17{
"id": 0,
"title": "string",
"uuid": "string",
"description": "string",
"family": "string",
"identifier": "string",
"confidentiality": "string",
"integrity": "string",
"availability": "string",
"createdBy": "string",
"createdById": "string",
"dateCreated": "2025-04-16T20:19:33.508Z",
"lastUpdatedBy": "string",
"lastUpdatedById": "string",
"dateLastUpdated": "2025-04-16T20:19:33.508Z"
}