Download a record

Purpose

To download a record in PDF or HTML format.

Request URL

https://fsm.zoho.com/fsm/v1/<module_api_name>/<record_id>/actions/download

module_api_name - The API name of the module whose record you want to download

record_id - The unique ID of the record.

Request Method

GET

Scope

scope=ZohoFSM.modules.<module_name>.READ

Parameters

NameData TypeDescriptionMandatory
typeStringThe format in which you want to download the record. The admissible values are pdf, and html.Yes

Supported Modules

Module NameAPI Name
RequestsRequests
WorkOrdersWork_Orders
EstimatesEstimates
ServiceAppointmentsService_Appointments

Sample Request

Copiedcurl --request GET 'https://fsm.zoho.com/fsm/v1/Work_Orders/4776000000249027/actions/download?type=pdf' \
--header 'Authorization: Zoho-oauthtoken 1000.xxxx.xxxxxe'