get https://{baseUrl}/api/classificationTypes/groupByFamily
Log in to see full request history
Responses
400An error occurred while retrieving the records, error will be logged
401(1) The caller is not authenticated with RegScale.
400An error occurred while retrieving the records, error will be logged
401(1) The caller is not authenticated with RegScale.
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/classificationTypes/groupByFamily \
--header 'accept: application/json'
xxxxxxxxxx
[
{
"family": "string",
"count": 0
}
]