List Account attachments

GET {{baseUrl}}/api/v1/accounts/:account_id/attachments

This API lists the files attached to an account.

OAuth Scope

  • Desk.contacts.READ

Request Params

KeyDatatypeRequiredDescription
sortBystringSort by the createdTime attribute. The default sorting order is ascending. A - prefix denotes descending order of sorting.
fromstringIndex number, starting from which the attachments must be fetched
limitstringNumber of attachments to fetch
includestringSecondary information related to the attachments. Value allowed is creator, which returns the details of users who added the attachments.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

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":"profile_photo.jpg","createdTime":"2013-11-06T10:25:03.000Z","isPublic":false,"id":"1892000000047041","href":"https://desk.zoho.com/api/v1/accounts/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.pdf","createdTime":"2014-03-05T06:16:15.000Z","isPublic":false,"id":"1892000000089041","href":"https://desk.zoho.com/api/v1/accounts/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":"logo.jpg","createdTime":"2016-06-21T10:15:34.000Z","isPublic":false,"id":"1892000001052021","href":"https://desk.zoho.com/api/v1/accounts/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":"profile.pdf","createdTime":"2016-06-21T10:15:49.000Z","isPublic":false,"id":"1892000001052025","href":"https://desk.zoho.com/api/v1/accounts/1892000001004024/attachments/1892000001052025/content"}]}