Download a Photo
Purpose
To download a photo associated with a module.
Request URL
https://recruit.zoho.com/recruit/v2/{module_api_name}/{record_id}/photo
module_api_name - The API name of the module
record_id - The unique ID of the record
Supported modules |
---|
Candidates & Contacts |
Request Method
GET
Scope
scope=ZohoRecruit.modules.{module_name}.READ
Sample Request
Copiedcurl "https://recruit.zoho.com/recruit/v2/Candidates/100002000000023629/photo"
-X GET
-H "Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf"
The required photo from the Candidate record with id 100002000000023629 will be downloaded.