GET api/dernek/getByID/{id}/{apiKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| apiKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DernekModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Adi | string |
None. |
|
| Kisaltma | string |
None. |
|
| Logo | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Adi": "sample string 1",
"Kisaltma": "sample string 2",
"Logo": "sample string 3"
}