GET api/tabelleStoriche

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of t_tabelleStoriche
NameDescriptionTypeAdditional information
id

integer

None.

tableKey

string

None.

tableName

string

None.

inizio

date

None.

fine

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "tableKey": "sample string 2",
    "tableName": "sample string 3",
    "inizio": "2025-12-09T22:33:17.7961219-08:00",
    "fine": "2025-12-09T22:33:17.7961219-08:00"
  },
  {
    "id": 1,
    "tableKey": "sample string 2",
    "tableName": "sample string 3",
    "inizio": "2025-12-09T22:33:17.7961219-08:00",
    "fine": "2025-12-09T22:33:17.7961219-08:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOft_tabelleStoriche xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RCServices">
  <t_tabelleStoriche>
    <fine>2025-12-09T22:33:17.7961219-08:00</fine>
    <id>1</id>
    <inizio>2025-12-09T22:33:17.7961219-08:00</inizio>
    <tableKey>sample string 2</tableKey>
    <tableName>sample string 3</tableName>
  </t_tabelleStoriche>
  <t_tabelleStoriche>
    <fine>2025-12-09T22:33:17.7961219-08:00</fine>
    <id>1</id>
    <inizio>2025-12-09T22:33:17.7961219-08:00</inizio>
    <tableKey>sample string 2</tableKey>
    <tableName>sample string 3</tableName>
  </t_tabelleStoriche>
</ArrayOft_tabelleStoriche>