List Contact Attachments
GET {{baseUrl}}/api/v1/contacts/:contact_id/attachments
This API lists the files attached to a contact.
OAuth Scope
Desk.contacts.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
sortBy | string | Sort by the createdTime attribute. The default sorting order is ascending. A - prefix denotes descending order of sorting. | |
from | string | Index number, starting from which the attachments must be fetched | |
limit | string | Number of attachments to fetch | |
include | string | Secondary information related to the attachments. Value allowed is creator , which returns the details of users who added the attachments. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"data":[{"creator":{"firstName":"Jade","lastName":"Tywin","photoURL":"https://desk.zoho.com/api/v1/agents/1892000000047001/photo?orgId=298902","id":"1892000000047001","email":"jade@zylker.com"},"size":"1079","creatorId":"1892000000047001","name":"creation.txt","createdTime":"2013-11-06T10:25:03.000Z","isPublic":false,"id":"1892000000047041","href":"https://desk.zoho.com/api/v1/contacts/1892000001004024/attachments/1892000000047041/content"},{"creator":{"firstName":"Jade","lastName":"Tywin","photoURL":"https://desk.zoho.com/api/v1/agents/1892000000047001/photo?orgId=298902","id":"1892000000047001","email":"jade@zylker.com"},"size":"135222","creatorId":"1892000000047001","name":"profile.jpg","createdTime":"2014-03-05T06:16:15.000Z","isPublic":false,"id":"1892000000089041","href":"https://desk.zoho.com/api/v1/contacts/1892000001004024/attachments/1892000000089041/content"},{"creator":{"firstName":"Jade","lastName":"Tywin","photoURL":"https://desk.zoho.com/api/v1/agents/1892000000047001/photo?orgId=298902","id":"1892000000047001","email":"jade@zylker.com"},"size":"97951","creatorId":"1892000000047001","name":"contact_MobileNo.pdf","createdTime":"2016-06-21T10:15:34.000Z","isPublic":false,"id":"1892000001052021","href":"https://desk.zoho.com/api/v1/contacts/1892000001004024/attachments/1892000001052021/content"},{"creator":{"firstName":"Jade","lastName":"Tywin","photoURL":"https://desk.zoho.com/api/v1/agents/1892000000047001/photo?orgId=298902","id":"1892000000047001","email":"jade@zylker.com"},"size":"97951","creatorId":"1892000000047001","name":"contact_profile.jpg","createdTime":"2016-06-21T10:15:49.000Z","isPublic":false,"id":"1892000001052025","href":"https://desk.zoho.com/api/v1/contacts/1892000001004024/attachments/1892000001052025/content"}]}