Relation Type
curl --request GET \
--url 'https://{{baseUrl}}/classifier/relationType' \
--header 'Authorization: Bearer <token>'[
{
"code": "POA",
"description": "Representation based on a Power of Attorney",
"businessUnit": "sandbox"
},
{
"code": "POA",
"description": "Representation based on a Power of Attorney",
"businessUnit": "sandbox"
}
]Classifiers
Relation Type
GET
/
classifier
/
relationType
Relation Type
curl --request GET \
--url 'https://{{baseUrl}}/classifier/relationType' \
--header 'Authorization: Bearer <token>'[
{
"code": "POA",
"description": "Representation based on a Power of Attorney",
"businessUnit": "sandbox"
},
{
"code": "POA",
"description": "Representation based on a Power of Attorney",
"businessUnit": "sandbox"
}
]⌘I