HitCount

Represents the number of times the authenticated user account hit a particular URL.

Fields

Path
The URL.
Hits
The number of times the authenticated user account hit the URL.

Note: Fields which are not available will be omitted.

Examples

JSON body:

{
  "Path": "GET /authentication_token",
  "Hits": 10
}

XML body:

<?xml version="1.0"?>
<HitCount xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Path="GET /authentication_token" Hits="10" />

CSV body:

Path,Hits
GET /authentication_token,10