GET api/Bios/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
APIKeyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | globally unique identifier |
None. |
|
| CreatedDate | date |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Token": "c4e6e311-9dfc-4861-810d-2e36a56e43c3",
"CreatedDate": "2026-08-04T12:31:13.0699544-04:00",
"Id": 1
}
application/xml, text/xml
Sample:
<APIKeyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WinAPI.Data.Models"> <Id xmlns="http://schemas.datacontract.org/2004/07/ECNUtilities.Data.Models">1</Id> <CreatedDate>2026-08-04T12:31:13.0699544-04:00</CreatedDate> <Token>c4e6e311-9dfc-4861-810d-2e36a56e43c3</Token> </APIKeyModel>