Get Categories
Gets the artifact categories, which group the artifacts based on the modules used by the business process.
Required Roles
Service Administrator
REST Resource
GET /interop/rest/v2/migration/categories/list
Supported Media Types: application/json
Response
The response contains thecategoryName parameter value of each category.
| Parameter | Description |
|---|---|
|
The name of the category or grouping of artifacts. |
Successful response body example:
{
"status": 0,
"items": [
{ "categoryName": "Document Repository" },
{ "categoryName": "Core" },
{ "categoryName": "Data Management" },
{ "categoryName": "Calculation Manager" },
{ "categoryName": "Groups and Membership" }
],
"links": [
{
"href": " https://<BASE-URL>/interop/rest/v2/migration/categories/list",
"action": "GET",
"rel": "self"
}
]
}