asciisd / zoho

Zoho package for Laravel
36 stars 36 forks source link

Getting File from ZFS #38

Closed chanz-kiyo closed 2 years ago

chanz-kiyo commented 2 years ago

Is there a way to get the files from an API that is Image Upload type?

For reference https://www.zoho.com/crm/developer/docs/api/get-files.html

aemaddin commented 2 years ago

try to use

$record->getAttachments($params)
chanz-kiyo commented 2 years ago

New question. Will the package be upgraded to API ver 2.1?

aemaddin commented 2 years ago

Hello Chanz,

Actually, the package using API v2.2

Screen Shot 2022-03-25 at 11 40 17 AM