GET api/machine/info
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MachineInfoName | Description | Type | Additional information |
---|---|---|---|
nAdmin | integer |
None. |
|
nUser | integer |
None. |
|
nFinger | integer |
None. |
|
nAtt | integer |
None. |
|
nPassword | integer |
None. |
|
nTotalFinger | integer |
None. |
|
nTotalUser | integer |
None. |
|
nTotalAtt | integer |
None. |
|
deviceTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "nAdmin": 1, "nUser": 2, "nFinger": 3, "nAtt": 4, "nPassword": 5, "nTotalFinger": 6, "nTotalUser": 7, "nTotalAtt": 8, "deviceTime": "2024-12-21T05:36:03.7594453+07:00" }
application/xml, text/xml
Sample:
<MachineInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FingerAPI.Models"> <deviceTime>2024-12-21T05:36:03.7594453+07:00</deviceTime> <nAdmin>1</nAdmin> <nAtt>4</nAtt> <nFinger>3</nFinger> <nPassword>5</nPassword> <nTotalAtt>8</nTotalAtt> <nTotalFinger>6</nTotalFinger> <nTotalUser>7</nTotalUser> <nUser>2</nUser> </MachineInfo>