GET api/bolumKatilim/List/{id}/{apiKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| apiKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of getList| Name | Description | Type | Additional information |
|---|---|---|---|
| UyeID | integer |
None. |
|
| UyeAdSoyad | string |
None. |
|
| BolumID | integer |
None. |
|
| BolumAdi | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"UyeID": 1,
"UyeAdSoyad": "sample string 2",
"BolumID": 3,
"BolumAdi": "sample string 4"
},
{
"UyeID": 1,
"UyeAdSoyad": "sample string 2",
"BolumID": 3,
"BolumAdi": "sample string 4"
}
]