GET api/DanhMuc/TrangThaiNhiemVu
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DM_TrangThaiNhiemVu| Name | Description | Type | Additional information |
|---|---|---|---|
| TrangThai | integer |
None. |
|
| TenTrangThai | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TrangThai": 1,
"TenTrangThai": "sample string 2"
},
{
"TrangThai": 1,
"TenTrangThai": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfDM_TrangThaiNhiemVu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<DM_TrangThaiNhiemVu>
<TenTrangThai>sample string 2</TenTrangThai>
<TrangThai>1</TrangThai>
</DM_TrangThaiNhiemVu>
<DM_TrangThaiNhiemVu>
<TenTrangThai>sample string 2</TenTrangThai>
<TrangThai>1</TrangThai>
</DM_TrangThaiNhiemVu>
</ArrayOfDM_TrangThaiNhiemVu>