GET Puan/GetPuan
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PuanDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PuanID | integer |
None. |
|
| Puan | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PuanID": 1,
"Puan": "sample string 2"
},
{
"PuanID": 1,
"Puan": "sample string 2"
}
]