GET api/DatoUlterioreDefinizioneDato

Campo idTipoTabella indica se è una definizione dato cliente o articolo idTipoTabella = 1 -> Articolo idTipoTabella = 2 -> Cliente

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DTODatoUlterioreDefinizioneDato
NameDescriptionTypeAdditional information
Id

integer

None.

IdTipoTabella

EnumDatiAggiuntiviTipoTabella

None.

IdGruppo

integer

None.

Ordine

integer

None.

ExternalKey

string

None.

DescrizioneCampo

string

String length: inclusive between 1 and 255

TipoCampo

EnumDatiAggiuntiviTipoCampo

None.

TipoRappresentazione

EnumDatiAggiuntiviTipoRappresentazione

None.

LunghezzaMax

integer

None.

DataCreaz

date

None.

DataAgg

date

None.

UtenteUltimoAccesso

string

String length: inclusive between 0 and 255

DescriptionId

integer

None.

ParentId

integer

None.

IsFocused

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "IdTipoTabella": 1,
    "IdGruppo": 1,
    "Ordine": 1,
    "ExternalKey": "sample string 2",
    "DescrizioneCampo": "sample string 3",
    "TipoCampo": 1,
    "TipoRappresentazione": 1,
    "LunghezzaMax": 1,
    "DataCreaz": "2025-07-03T13:30:01.2809363",
    "DataAgg": "2025-07-03T13:30:01.2809363",
    "UtenteUltimoAccesso": "sample string 4",
    "DescriptionId": 1,
    "ParentId": 1,
    "IsFocused": true
  },
  {
    "Id": 1,
    "IdTipoTabella": 1,
    "IdGruppo": 1,
    "Ordine": 1,
    "ExternalKey": "sample string 2",
    "DescrizioneCampo": "sample string 3",
    "TipoCampo": 1,
    "TipoRappresentazione": 1,
    "LunghezzaMax": 1,
    "DataCreaz": "2025-07-03T13:30:01.2809363",
    "DataAgg": "2025-07-03T13:30:01.2809363",
    "UtenteUltimoAccesso": "sample string 4",
    "DescriptionId": 1,
    "ParentId": 1,
    "IsFocused": true
  }
]