Global Domain Services
GlobalDomainAPI
| Method | URL |
|
getOvalEdgeDomains |
/api/globaldomain/governance/list |
Response
{
"status": true,
"statusCode": "",
"statusMsg": "",
"response": {
"list": [
{
"globalDomainId": 1000,
"domain": "new",
"description": "new",
"domainType": "GOVERNANCE_CATALOG",
"reviewer": "admin",
"steward": "admin",
"createdBy": "admin",
"createDate": "2021-06-03 17:52:20.0",
"lastModDate": "2021-06-03 17:52:20.0",
"updatedBy": "admin",
"rolesAndPermission": [
{
"role": "OE_ADMIN",
"permissionMask": 18
}
],
"bgCount": 1,
"isDefault": false
}
]
}
}