GET api/bolumKatilim/getByID/{uyeID}/{bolumID}/{apiKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| uyeID | integer |
Required |
|
| bolumID | integer |
Required |
|
| apiKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
getByID| Name | Description | Type | Additional information |
|---|---|---|---|
| KatilimDurumu | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"KatilimDurumu": true
}