GET api/NoticeBoard/getAllRecords?BranchId={BranchId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of NoticeBoardDto| Name | Description | Type | Additional information |
|---|---|---|---|
| NoticeBoardId | decimal number |
None. |
|
| BranchId | decimal number |
None. |
|
| NoticeName | string |
None. |
|
| NoticeDescription | string |
None. |
|
| NoticeAttachement | string |
None. |
|
| YearId | decimal number |
None. |
|
| AcademicYear | string |
None. |
|
| EditReason | string |
None. |
|
| CreatedBy | decimal number |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | decimal number |
None. |
|
| UpdatedDate | date |
None. |
|
| Status | string |
None. |
|
| TotalRecords | decimal number |
None. |
|
| CreatedByEmployee | string |
None. |
|
| UpdatedByEmployee | string |
None. |
|
| YoutubeVideoId | string |
None. |
|
| GoogleDriveLink | string |
None. |
|
| NoticeBoardDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"NoticeBoardId": 1.0,
"BranchId": 1.0,
"NoticeName": "sample string 2",
"NoticeDescription": "sample string 3",
"NoticeAttachement": "sample string 4",
"YearId": 1.0,
"AcademicYear": "sample string 5",
"EditReason": "sample string 6",
"CreatedBy": 7.0,
"CreatedDate": "2025-12-06T09:47:22.7776954+05:30",
"UpdatedBy": 8.0,
"UpdatedDate": "2025-12-06T09:47:22.7776954+05:30",
"Status": "sample string 9",
"TotalRecords": 1.0,
"CreatedByEmployee": "sample string 10",
"UpdatedByEmployee": "sample string 11",
"YoutubeVideoId": "sample string 12",
"GoogleDriveLink": "sample string 13",
"NoticeBoardDate": "2025-12-06T09:47:22.7776954+05:30"
},
{
"NoticeBoardId": 1.0,
"BranchId": 1.0,
"NoticeName": "sample string 2",
"NoticeDescription": "sample string 3",
"NoticeAttachement": "sample string 4",
"YearId": 1.0,
"AcademicYear": "sample string 5",
"EditReason": "sample string 6",
"CreatedBy": 7.0,
"CreatedDate": "2025-12-06T09:47:22.7776954+05:30",
"UpdatedBy": 8.0,
"UpdatedDate": "2025-12-06T09:47:22.7776954+05:30",
"Status": "sample string 9",
"TotalRecords": 1.0,
"CreatedByEmployee": "sample string 10",
"UpdatedByEmployee": "sample string 11",
"YoutubeVideoId": "sample string 12",
"GoogleDriveLink": "sample string 13",
"NoticeBoardDate": "2025-12-06T09:47:22.7776954+05:30"
}
]
application/xml, text/xml
Sample:
<ArrayOfNoticeBoardDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxERP.API.Models.Extensions">
<NoticeBoardDto>
<AcademicYear>sample string 5</AcademicYear>
<BranchId>1</BranchId>
<CreatedBy>7</CreatedBy>
<CreatedByEmployee>sample string 10</CreatedByEmployee>
<CreatedDate>2025-12-06T09:47:22.7776954+05:30</CreatedDate>
<EditReason>sample string 6</EditReason>
<GoogleDriveLink>sample string 13</GoogleDriveLink>
<NoticeAttachement>sample string 4</NoticeAttachement>
<NoticeBoardDate>2025-12-06T09:47:22.7776954+05:30</NoticeBoardDate>
<NoticeBoardId>1</NoticeBoardId>
<NoticeDescription>sample string 3</NoticeDescription>
<NoticeName>sample string 2</NoticeName>
<Status>sample string 9</Status>
<TotalRecords>1</TotalRecords>
<UpdatedBy>8</UpdatedBy>
<UpdatedByEmployee>sample string 11</UpdatedByEmployee>
<UpdatedDate>2025-12-06T09:47:22.7776954+05:30</UpdatedDate>
<YearId>1</YearId>
<YoutubeVideoId>sample string 12</YoutubeVideoId>
</NoticeBoardDto>
<NoticeBoardDto>
<AcademicYear>sample string 5</AcademicYear>
<BranchId>1</BranchId>
<CreatedBy>7</CreatedBy>
<CreatedByEmployee>sample string 10</CreatedByEmployee>
<CreatedDate>2025-12-06T09:47:22.7776954+05:30</CreatedDate>
<EditReason>sample string 6</EditReason>
<GoogleDriveLink>sample string 13</GoogleDriveLink>
<NoticeAttachement>sample string 4</NoticeAttachement>
<NoticeBoardDate>2025-12-06T09:47:22.7776954+05:30</NoticeBoardDate>
<NoticeBoardId>1</NoticeBoardId>
<NoticeDescription>sample string 3</NoticeDescription>
<NoticeName>sample string 2</NoticeName>
<Status>sample string 9</Status>
<TotalRecords>1</TotalRecords>
<UpdatedBy>8</UpdatedBy>
<UpdatedByEmployee>sample string 11</UpdatedByEmployee>
<UpdatedDate>2025-12-06T09:47:22.7776954+05:30</UpdatedDate>
<YearId>1</YearId>
<YoutubeVideoId>sample string 12</YoutubeVideoId>
</NoticeBoardDto>
</ArrayOfNoticeBoardDto>