Comparing the policy changes as per ID
POST /analytics/compare/policy/original/{messageId}
Comparing the Policy changes as per ID
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
messageId*
string
Message ID
Response
description: Successful operation.
content:
application/json:
schema:
$ref: '#/components/schemas/ComparePoliciesDTO'description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'Last updated