- Overview
- Authentication
- Organization
- API Limits
- Forms API
- Cases API
- Timesheet API
- Onboarding API
- Announcements API
- Leave API
- Attendance API
- Compensation API
- GETFetch Components API
- GETFetch Components by ID API
- GETFetch Salary Components API
- GETFetch Packages API
- GETFetch Package by ID API
- GETFetch Package Components API
- GETFetch Currencies API
- GETFetch Currency by ID
- GETFetch Revisions API
- GETFetch Revisions by ERECNO API
- GETFetch Revision Letters by ERECNO API
- GETPreview Revision Letter by Revision ID API
- GETDownload Revision Letter by Revision ID API
- GETFetch My Compensation API
- GETFetch Reasons API
- GETFetch Settings API
- PUTCancel Revision API
- GETFetch Salary API
- GETFetch Single Employee Salary API
- POSTAdd Salary API
- PUTUpdate Salary API
- Compensation API Error Codes
- Record Count API
- LMS API
- Courses API
- Pre Learning Activities API
- Post Learning Activities API
- Course Action API
- Course Learner API
- Batch API
- Batch Scheduler API
- Batch Action API
- Module API
- File API
- Content API
- Link API
- Session API
- Offline Test API
- Online Test API
- Assignment API
- Settings API
- Trainer API
- Rooms API
- Categories API
- LMS Api Error Codes
- Files API
- View API
- Standalone Function
- Status Codes
- Error Codes API
- HTTP Request Methods
Get Single Announcements by ID API
To fetch a particular announcement using its unique announcement ID
Header:
Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Request Parameters:
*id | ID of the single announcement to be fetched |
Threshold Limit: 20 requests | Lock period: 5 minutes
Threshold Limit - Number of API calls allowed within a minute.
Lock Period - Wait time before consecutive API requests.
JSON Example
Copiedhttps://people.zoho.com/people/api/announcement/getAnnouncementByID?id=3610330000098011
Request
Header
CopiedAuthorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Response
Copied<response uri="/api/announcement/getAnnouncementByID">
<status>0</status>
<message>Success</message>
<result>
<resultData>
<announcementList>
<data>
<owner>3000000013255</owner>
<modifiedTime>1542962837811</modifiedTime>
<subject>Wellness Program!</subject>
<isNotify>1</isNotify>
<isCommentDisable>1</isCommentDisable>
<announcementId>3000000166005</announcementId>
<publishDate>1542962837811</publishDate>
<expireDate>-1</expireDate>
<message>Enjoy a week-long wellness program at all our office locations.</message>
<isActive>true</isActive>
<isSticky>1</isSticky>
<notifyOthersEmailIds>c.spalding@zylker.com,</notifyOthersEmailIds>
</data>
</announcementList>
<annLikeCnt>{}</annLikeCnt>
<commentsCnt>{}</commentsCnt>
</resultData>
</result>
</response>
Copied{
"response": {
"result": {
"resultData": {
"announcementList": [
{
"owner": "3000000013255",
"modifiedTime": "1542962837811",
"subject": "Wellness Program!",
"isNotify": 1,
"isCommentDisable": 1,
"announcementId": "3000000166005",
"publishDate": "1542962837811",
"expireDate": -1,
"message": "Enjoy a week-long wellness program at all our office locations.",
"isActive": true,
"isSticky": 1,
"notifyOthersEmailIds": "c.spalding@zylker.com,"
}
],
"annLikeCnt": {},
"commentsCnt": {}
}
},
"message": "Success",
"uri": "/api/announcement/getAnnouncementByID",
"status": 0
}
}
Show full
Show less
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.