GET - Attachments in a Note

Purpose

This API is used to retrieve the attachments in a single note.

Request URL 

Group Notes

https://mail.zoho.com/api/notes/groups/<groupid>/<entityId>/attachments/<attachmentId>

Personal Notes

https://mail.zoho.com/api/notes/me/<entityId>/attachments/<attachmentId>

Request Parameters

ParameterData TypeDescription
GroupID*LongThe unique identifier used for groups in the organization
entityID*IntegerThe unique identifier used for the note.
attachmentID*IntegerThe unique identifier assigned to each attachment
fileName*StringThe name of the attachment in the note.

* - Mandatory parameters

Response Codes

Please refer Response Codes.

Group Note

Sample Request

Copiedhttps://mail.zoho.com/api/notes/groups/1726251/30000000088001/attachments/3?fileName=design.jpg

Personal Notes

Sample Request

Copiedhttps://mail.zoho.com/api/notes/me/30000000088001/attachments/3?fileName=design.jpg