GET api/Circular/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "id": 1,
  "title": "sample string 2",
  "body": "sample string 3",
  "imageUrl": "sample string 4",
  "dateFrom": "2025-10-25T06:03:20.3725368+03:00",
  "dateTo": "2025-10-25T06:03:20.3725368+03:00",
  "seen": true,
  "active": true,
  "pdfUrl": "sample string 9"
}

application/xml, text/xml

Sample:
<Circular xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppAPI">
  <active>true</active>
  <body>sample string 3</body>
  <dateFrom>2025-10-25T06:03:20.3725368+03:00</dateFrom>
  <dateTo>2025-10-25T06:03:20.3725368+03:00</dateTo>
  <id>1</id>
  <imageUrl>sample string 4</imageUrl>
  <pdfUrl>sample string 9</pdfUrl>
  <seen>true</seen>
  <title>sample string 2</title>
</Circular>