GET api/NoticeBoard/getRecord/{Id}/{BranchId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| BranchId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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-06T01:53:25.3695559+05:30",
"UpdatedBy": 8.0,
"UpdatedDate": "2025-12-06T01:53:25.3695559+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-06T01:53:25.3695559+05:30"
}
application/xml, text/xml
Sample:
<NoticeBoardDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxERP.API.Models.Extensions"> <AcademicYear>sample string 5</AcademicYear> <BranchId>1</BranchId> <CreatedBy>7</CreatedBy> <CreatedByEmployee>sample string 10</CreatedByEmployee> <CreatedDate>2025-12-06T01:53:25.3695559+05:30</CreatedDate> <EditReason>sample string 6</EditReason> <GoogleDriveLink>sample string 13</GoogleDriveLink> <NoticeAttachement>sample string 4</NoticeAttachement> <NoticeBoardDate>2025-12-06T01:53:25.3695559+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-06T01:53:25.3695559+05:30</UpdatedDate> <YearId>1</YearId> <YoutubeVideoId>sample string 12</YoutubeVideoId> </NoticeBoardDto>