POST v1/FreeMeter/Article/Count

Get article count

Request Information

URI Parameters

None.

Body Parameters

FreeMeterArticle
NameDescriptionTypeAdditional information
IpAddress

string

None.

BrowserHash

string

None.

ArticleKey

integer

None.

Timestamp

date

None.

Max

integer

None.

Threshold

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IpAddress": "sample string 1",
  "BrowserHash": "sample string 2",
  "ArticleKey": 3,
  "Timestamp": "2026-03-10T17:04:57.6942749+00:00",
  "Max": 5,
  "Threshold": 6
}

application/xml, text/xml

Sample:
<FreeMeterArticle xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bondi.Repository.Models">
  <ArticleKey>3</ArticleKey>
  <BrowserHash>sample string 2</BrowserHash>
  <IpAddress>sample string 1</IpAddress>
  <Max>5</Max>
  <Threshold>6</Threshold>
  <Timestamp>2026-03-10T17:04:57.6942749+00:00</Timestamp>
</FreeMeterArticle>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HTTP 200 with all Topics

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.