Claim Page APIOperations
Marks a page as visited by the user in BI.
Path Parameters
ClaimId*integer
ID of the claim
Format
int64Range
1 <= value <= 9223372036854780000Name of the page in CP
TypeScript Definitions
Use the request body type in TypeScript.
body?string
Response Body
curl -X POST "https://example.com/api/claims/1/audit/pageVisited" \ -H "Content-Type: application/json" \ -d 'string'Empty