GET api/thong-bao/danh-sach/theo-co-cau-to-chuc/{idCCTC}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCCTC | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfThongBao_View| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Collection of ThongBao_View |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"message": "sample string 2",
"data": [
{
"soLuongDTCTN": 1,
"dtctn": "1 Đạo tràng / Chúng thanh niên",
"isCoFileDinhKem": true,
"id": 3,
"ma": "sample string 4",
"tieuDe": "sample string 5",
"noiDung": "sample string 6",
"fileDinhKem": "sample string 7",
"loai": 1,
"lstIdCCTC": "sample string 8",
"ghiChu": "sample string 9",
"inUsed": true,
"createdBy": 1,
"createdOn": "2025-12-11T19:59:35.2960086+07:00",
"editedBy": 1,
"editedOn": "2025-12-11T19:59:35.2960086+07:00"
},
{
"soLuongDTCTN": 1,
"dtctn": "1 Đạo tràng / Chúng thanh niên",
"isCoFileDinhKem": true,
"id": 3,
"ma": "sample string 4",
"tieuDe": "sample string 5",
"noiDung": "sample string 6",
"fileDinhKem": "sample string 7",
"loai": 1,
"lstIdCCTC": "sample string 8",
"ghiChu": "sample string 9",
"inUsed": true,
"createdBy": 1,
"createdOn": "2025-12-11T19:59:35.2960086+07:00",
"editedBy": 1,
"editedOn": "2025-12-11T19:59:35.2960086+07:00"
}
]
}
application/xml, text/xml
Sample:
<ResponseOfThongBao_Viewpv1JTFkd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuanLyPhatTu_API.Models">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/DTO">
<d2p1:ThongBao_View>
<d2p1:CreatedBy>1</d2p1:CreatedBy>
<d2p1:CreatedOn>2025-12-11T19:59:35.2960086+07:00</d2p1:CreatedOn>
<d2p1:EditedBy>1</d2p1:EditedBy>
<d2p1:EditedOn>2025-12-11T19:59:35.2960086+07:00</d2p1:EditedOn>
<d2p1:FileDinhKem>sample string 7</d2p1:FileDinhKem>
<d2p1:GhiChu>sample string 9</d2p1:GhiChu>
<d2p1:ID>3</d2p1:ID>
<d2p1:InUsed>true</d2p1:InUsed>
<d2p1:Loai>1</d2p1:Loai>
<d2p1:LstIdCCTC>sample string 8</d2p1:LstIdCCTC>
<d2p1:Ma>sample string 4</d2p1:Ma>
<d2p1:NoiDung>sample string 6</d2p1:NoiDung>
<d2p1:TieuDe>sample string 5</d2p1:TieuDe>
<d2p1:DTCTN>1 Đạo tràng / Chúng thanh niên</d2p1:DTCTN>
<d2p1:IsCoFileDinhKem>true</d2p1:IsCoFileDinhKem>
<d2p1:SoLuongDTCTN>1</d2p1:SoLuongDTCTN>
</d2p1:ThongBao_View>
<d2p1:ThongBao_View>
<d2p1:CreatedBy>1</d2p1:CreatedBy>
<d2p1:CreatedOn>2025-12-11T19:59:35.2960086+07:00</d2p1:CreatedOn>
<d2p1:EditedBy>1</d2p1:EditedBy>
<d2p1:EditedOn>2025-12-11T19:59:35.2960086+07:00</d2p1:EditedOn>
<d2p1:FileDinhKem>sample string 7</d2p1:FileDinhKem>
<d2p1:GhiChu>sample string 9</d2p1:GhiChu>
<d2p1:ID>3</d2p1:ID>
<d2p1:InUsed>true</d2p1:InUsed>
<d2p1:Loai>1</d2p1:Loai>
<d2p1:LstIdCCTC>sample string 8</d2p1:LstIdCCTC>
<d2p1:Ma>sample string 4</d2p1:Ma>
<d2p1:NoiDung>sample string 6</d2p1:NoiDung>
<d2p1:TieuDe>sample string 5</d2p1:TieuDe>
<d2p1:DTCTN>1 Đạo tràng / Chúng thanh niên</d2p1:DTCTN>
<d2p1:IsCoFileDinhKem>true</d2p1:IsCoFileDinhKem>
<d2p1:SoLuongDTCTN>1</d2p1:SoLuongDTCTN>
</d2p1:ThongBao_View>
</Data>
<Message>sample string 2</Message>
<Status>true</Status>
</ResponseOfThongBao_Viewpv1JTFkd>