GET api/danh-muc/danh-muc-nien-khoa/dang-ky-hoc-he
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfInt32[]| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"message": "sample string 2",
"data": [
1,
2
]
}
application/xml, text/xml
Sample:
<ResponseObjectOfArrayOfintuHEDJ7Dj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuanLyPhatTu_API.Models">
<Data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</Data>
<Message>sample string 2</Message>
<Status>true</Status>
</ResponseObjectOfArrayOfintuHEDJ7Dj>