GET api/TS/getTab_TSchanges

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "uid": "8f85fe84-f47a-47c5-a54c-00fb74764445",
    "validFor": "2026-08-28T12:47:48.6339123+02:00",
    "username": "sample string 4",
    "IPaddress": "sample string 5",
    "cntUpdate": 1,
    "cntInsert": 1,
    "cntDelete": 1,
    "cntAll": 6,
    "description": "sample string 7",
    "INSERTED_ON": "2026-08-28T12:47:48.6339123+02:00"
  },
  {
    "id": 1,
    "uid": "8f85fe84-f47a-47c5-a54c-00fb74764445",
    "validFor": "2026-08-28T12:47:48.6339123+02:00",
    "username": "sample string 4",
    "IPaddress": "sample string 5",
    "cntUpdate": 1,
    "cntInsert": 1,
    "cntDelete": 1,
    "cntAll": 6,
    "description": "sample string 7",
    "INSERTED_ON": "2026-08-28T12:47:48.6339123+02:00"
  },
  {
    "id": 1,
    "uid": "8f85fe84-f47a-47c5-a54c-00fb74764445",
    "validFor": "2026-08-28T12:47:48.6339123+02:00",
    "username": "sample string 4",
    "IPaddress": "sample string 5",
    "cntUpdate": 1,
    "cntInsert": 1,
    "cntDelete": 1,
    "cntAll": 6,
    "description": "sample string 7",
    "INSERTED_ON": "2026-08-28T12:47:48.6339123+02:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfClassTab_TSchanges xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/satan">
  <ClassTab_TSchanges>
    <INSERTED_ON>2026-08-28T12:47:48.6339123+02:00</INSERTED_ON>
    <IPaddress>sample string 5</IPaddress>
    <cntAll>6</cntAll>
    <cntDelete>1</cntDelete>
    <cntInsert>1</cntInsert>
    <cntUpdate>1</cntUpdate>
    <description>sample string 7</description>
    <id>1</id>
    <uid>8f85fe84-f47a-47c5-a54c-00fb74764445</uid>
    <username>sample string 4</username>
    <validFor>2026-08-28T12:47:48.6339123+02:00</validFor>
  </ClassTab_TSchanges>
  <ClassTab_TSchanges>
    <INSERTED_ON>2026-08-28T12:47:48.6339123+02:00</INSERTED_ON>
    <IPaddress>sample string 5</IPaddress>
    <cntAll>6</cntAll>
    <cntDelete>1</cntDelete>
    <cntInsert>1</cntInsert>
    <cntUpdate>1</cntUpdate>
    <description>sample string 7</description>
    <id>1</id>
    <uid>8f85fe84-f47a-47c5-a54c-00fb74764445</uid>
    <username>sample string 4</username>
    <validFor>2026-08-28T12:47:48.6339123+02:00</validFor>
  </ClassTab_TSchanges>
  <ClassTab_TSchanges>
    <INSERTED_ON>2026-08-28T12:47:48.6339123+02:00</INSERTED_ON>
    <IPaddress>sample string 5</IPaddress>
    <cntAll>6</cntAll>
    <cntDelete>1</cntDelete>
    <cntInsert>1</cntInsert>
    <cntUpdate>1</cntUpdate>
    <description>sample string 7</description>
    <id>1</id>
    <uid>8f85fe84-f47a-47c5-a54c-00fb74764445</uid>
    <username>sample string 4</username>
    <validFor>2026-08-28T12:47:48.6339123+02:00</validFor>
  </ClassTab_TSchanges>
</ArrayOfClassTab_TSchanges>