ScalepointDeveloper Portal
Claim Page APIOperations

Marks a page as visited by the user in BI.

POST
/api/claims/{ClaimId}/audit/pageVisited

Path Parameters

ClaimId*integer

ID of the claim

Formatint64
Range1 <= value <= 9223372036854780000

Request Body

Name 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