GET api/Versiyon/Goster/{id}
Gönderilen versiyon tipine göre son versiyon bilgisini gösterir.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Uygulama Versiyon ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
UygulamaVersiyon| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UygulamaAdi | string |
None. |
|
| Aciklama | string |
None. |
|
| Major | integer |
None. |
|
| Minor | integer |
None. |
|
| Build | integer |
None. |
|
| Revision | integer |
None. |
|
| VersiyonTarihi | date |
None. |
|
| Durum | byte |
None. |
|
| Aktiflik | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"uygulama_adi": "sample string 2",
"aciklama": "sample string 3",
"major": 4,
"minor": 5,
"build": 6,
"revision": 7,
"versiyon_tarihi": "2025-12-06T06:50:21.9316368+03:00",
"durum": 64,
"aktiflik": true
}