GET api/GateAttendances/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
GateAttendanceName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
QR_data | string |
None. |
|
created_at | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "QR_data": "sample string 2", "created_at": "2024-11-14T17:12:33.7116229-08:00" }
application/xml, text/xml
Sample:
<GateAttendance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QrAPI.Models"> <Id>1</Id> <QR_data>sample string 2</QR_data> <created_at>2024-11-14T17:12:33.7116229-08:00</created_at> </GateAttendance>