Comparing Policies
Compare policies. Only users with the Standard Registry role are allowed to make the request.
Authorizations
Body
idLvlone ofOptionalExample:
0
Possible values: stringOptional
numberOptional
eventsLvlone ofOptionalExample:
0
Possible values: stringOptional
numberOptional
propLvlone ofOptionalExample:
0
Possible values: stringOptional
numberOptional
childrenLvlone ofOptionalExample:
0
Possible values: stringOptional
numberOptional
policyId1stringOptionalExample:
000000000000000000000001
policyId2stringOptionalExample:
000000000000000000000001
policyIdsstring[]OptionalExample:
["000000000000000000000001","000000000000000000000001"]
Responses
200
Successful operation.
application/json
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
post
POST /api/v1/analytics/compare/policies HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 139
{
"policyId1": "000000000000000000000001",
"policyId2": "000000000000000000000001",
"eventsLvl": "0",
"propLvl": "0",
"childrenLvl": "0",
"idLvl": "0"
}
{
"blocks": {},
"groups": {},
"left": {},
"right": {},
"roles": {},
"tokens": {},
"topics": {},
"total": {}
}
Last updated