POST api/SosyalMesaj/VeliListesi
Okula göre personel listesini veren API dir.
Request Information
URI Parameters
None.
Body Parameters
IDveAdDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| longID | integer |
None. |
|
| Ad | string |
None. |
|
| Tip | string |
None. |
|
| Ek | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"longID": 2,
"Ad": "sample string 3",
"Tip": "sample string 4",
"Ek": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of VeliSmallDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| VeliID | integer |
None. |
|
| VeliAdSoyad | string |
None. |
|
| ProfilResim | string |
None. |
|
| VeliTip | string |
None. |
|
| OgrenciID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"VeliID": 1,
"VeliAdSoyad": "sample string 2",
"ProfilResim": "sample string 3",
"VeliTip": "sample string 4",
"OgrenciID": 5
},
{
"VeliID": 1,
"VeliAdSoyad": "sample string 2",
"ProfilResim": "sample string 3",
"VeliTip": "sample string 4",
"OgrenciID": 5
}
]