Leads

GET {{api-domain}}/crm/v3/Leads/{{record_id}}/Attachments?fields=File_Name,Size,Owner,Created_Time

Request Params

KeyDatatypeRequiredDescription
fieldsstring

RESPONSES

status: OK

{"data":[{"Owner":{"name":"Patricia Boyle","id":"4876876000000327001","email":"patricia.boyle@zohocorp.com"},"File_Name":"logo.png","Created_Time":"2022-05-09T23:49:13+05:30","Size":"41761","id":"4876876000001103022"}],"info":{"per_page":200,"next_page_token":null,"count":1,"page":1,"previous_page_token":null,"page_token_expiry":null,"more_records":false}}