POST api/SosyalMesaj/PersonelListesi
Okula göre personel listesini veren API dir.
Request Information
URI Parameters
None.
Body Parameters
OkulDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| OkulID | integer |
None. |
|
| OkulAd | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OkulID": 1,
"OkulAd": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PersonelSmallDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonelID | integer |
None. |
|
| AdSoyad | string |
None. |
|
| ProfilResim | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PersonelID": 1,
"AdSoyad": "sample string 2",
"ProfilResim": "sample string 3"
},
{
"PersonelID": 1,
"AdSoyad": "sample string 2",
"ProfilResim": "sample string 3"
}
]