get https://app.docupanda.io/classes
List all classes that have been defined in the taxonomy.
Responses
List all classes that have been defined in the taxonomy.
xxxxxxxxxx
curl --request GET \
--url 'https://app.docupanda.io/classes?include_unknown=false' \
--header 'accept: application/json'
xxxxxxxxxx
[
{
"classId": "string",
"className": "string",
"description": "string",
"timestamp": "string"
}
]