List all attachments
GET {{baseUrl}}/api/v1/products/:product_id/attachments
This API lists all attachments in a product.
OAuth Scope
Desk.products.READ
Desk.settings.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 | from Index | |
limit | string | the number of attachments to be displayed | |
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":"ticket.txt","createdTime":"2013-11-06T10:25:03.000Z","isPublic":false,"id":"1892000000047041","href":"https://desk.zoho.com/api/v1/products/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":"bsnl-feb14.pdf","createdTime":"2014-03-05T06:16:15.000Z","isPublic":false,"id":"1892000000089041","href":"https://desk.zoho.com/api/v1/products/1892000001004024/attachments/1892000000089041/content"},{"size":"97951","creatorId":"1892000000042002","name":"history.pdf","createdTime":"2016-06-21T10:15:34.000Z","isPublic":false,"id":"1892000001052021","href":"https://desk.zoho.com/api/v1/products/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":"fixes.txt","createdTime":"2016-06-21T10:15:49.000Z","isPublic":false,"id":"1892000001052025","href":"https://desk.zoho.com/api/v1/products/1892000001004024/attachments/1892000001052025/content"}]}