Last updated 3 months ago
Compare policies. Only users with the Standard Registry role are allowed to make the request.
Filters.
0
"000000000000000000000001"
Successful operation.
const response = await fetch('/api/v1/analytics/compare/policies', { method: 'POST', headers: { "Authorization": "Bearer JWT", "Content-Type": "application/json" }, body: JSON.stringify({ "policyId1": "000000000000000000000001", "policyId2": "000000000000000000000002", "eventsLvl": "0", "propLvl": "0", "childrenLvl": "0", "idLvl": "0" }), }); const data = await response.json();
{}