GET api/Access?tfa={tfa}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tfa | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CodiceOTPS| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| IdUtente | integer |
None. |
|
| DataScadenza | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"IdUtente": 2,
"DataScadenza": "2025-12-06T06:00:22.2127486+01:00"
}
application/xml, text/xml
Sample:
<CodiceOTPS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AmminixtraCommon"> <Code>sample string 1</Code> <DataScadenza>2025-12-06T06:00:22.2127486+01:00</DataScadenza> <IdUtente>2</IdUtente> </CodiceOTPS>