GET api/AdQSM_v2/{id}

Documentation for 'Get'.

Request Information

Parameters

NameDescriptionAdditional information
id
Documentation for 'id'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "no": 1,
  "idx": 2,
  "category_idx": 3,
  "category_name": "sample string 4",
  "title": "sample string 5",
  "content": "sample string 6",
  "textContent": "sample string 7",
  "startDate": "2024-03-29T23:33:29.0759863+09:00",
  "regDate": "2024-03-29T23:33:29.0759863+09:00",
  "rigion": "sample string 10",
  "country": "sample string 11",
  "useType": 12,
  "img_name": "sample string 13",
  "img_orgname": "sample string 14",
  "cnt": 15
}

text/xml

Sample:
<AdQSM_v2Controller.cQSM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DVMService.Controllers">
  <category_idx>3</category_idx>
  <category_name>sample string 4</category_name>
  <cnt>15</cnt>
  <content>sample string 6</content>
  <country>sample string 11</country>
  <idx>2</idx>
  <img_name>sample string 13</img_name>
  <img_orgname>sample string 14</img_orgname>
  <no>1</no>
  <regDate>2024-03-29T23:33:29.0759863+09:00</regDate>
  <rigion>sample string 10</rigion>
  <startDate>2024-03-29T23:33:29.0759863+09:00</startDate>
  <textContent>sample string 7</textContent>
  <title>sample string 5</title>
  <useType>12</useType>
</AdQSM_v2Controller.cQSM>