Activity Type
curl --request GET \
--url 'https://{{baseUrl}}/classifier/activityType' \
--header 'Authorization: Bearer <token>'[
{
"code": "TEST",
"title": "test case",
"riskLevel": "MEDIUM",
"businessUnit": "sandbox"
},
{
"code": "NONE",
"title": "NONE",
"riskLevel": "LOW",
"businessUnit": "sandbox"
}
]Classifiers
Activity Type
GET
/
classifier
/
activityType
Activity Type
curl --request GET \
--url 'https://{{baseUrl}}/classifier/activityType' \
--header 'Authorization: Bearer <token>'[
{
"code": "TEST",
"title": "test case",
"riskLevel": "MEDIUM",
"businessUnit": "sandbox"
},
{
"code": "NONE",
"title": "NONE",
"riskLevel": "LOW",
"businessUnit": "sandbox"
}
]Documentation Index
Fetch the complete documentation index at: https://api.amlyze.com/llms.txt
Use this file to discover all available pages before exploring further.
⌘I