Comparing Policies

Compare policies.

post

Compare policies. Only users with the Standard Registry role are allowed to make the request.

Authorizations
Body
idLvlone ofOptionalExample: 0Possible values:
stringOptional
or
numberOptional
eventsLvlone ofOptionalExample: 0Possible values:
stringOptional
or
numberOptional
propLvlone ofOptionalExample: 0Possible values:
stringOptional
or
numberOptional
childrenLvlone ofOptionalExample: 0Possible values:
stringOptional
or
numberOptional
policyId1stringOptionalExample: 000000000000000000000001
policyId2stringOptionalExample: 000000000000000000000001
policyIdsstring[]OptionalExample: ["000000000000000000000001","000000000000000000000001"]
Responses
200
Successful operation.
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