Attachments APIs
Using the Attachments tab in the Details page of modules, users can store and access all relevant documents, images, and files related to a specific record.
List Attachments
Purpose
To fetch the list of all available attachments in a record.
Request URL
https://fsm.zoho.com/fsm/v1/<module_api_name>/<record_id>/Attachments
module_api_name - The API name of the module from whose record you want to fetch the attachments
record_id - The unique ID of the record.
Request Method
GET
Scope
scope=ZohoFSM.modules.<module_name>.READ
Supported Modules
Module Name | API Name |
---|---|
Requests | Requests |
WorkOrders | Work_Orders |
Estimates | Estimates |
ServiceAppointments | Service_Appointments |
Contacts | Contacts |
Companies | Companies |
Assets | Assets |
Service_And_Parts | Service_And_Parts |
Sample Request
Copied
Sample Response
Copied
Show full
Show less