post https://{baseUrl}/api/classifiedRecords
Log in to see full request history
Responses
400The model is invalid; the body of the response contains details.
401The caller is not authenticated with RegScale.
400The model is invalid; the body of the response contains details.
401The caller is not authenticated with RegScale.
xxxxxxxxxx
curl --request POST \
--url https://your-instance.regscale.co/api/classifiedRecords \
--header 'accept: application/json' \
--header 'content-type: application/*+json'
xxxxxxxxxx
17{
"id": 0,
"parentRecordId": 0,
"parentModule": "string",
"classificationTypeId": 0,
"adjustedConfidentiality": "string",
"confidentialityJustification": "string",
"adjustedAvailability": "string",
"availabilityJustification": "string",
"adjustedIntegrity": "string",
"integrityJustification": "string",
"createdBy": "string",
"createdById": "string",
"dateCreated": "2025-04-13T12:05:04.919Z",
"uuid": "string",
"howInfoTypeContained": "string"
}