Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved attachment |
entity | String | The name of the entity related with the attachment. The supported entities are the following:
|
entity_id | String | The ID of the entity related with the attachment. |
file_name | String | The name of the attached file. This information is empty if the attachment is a URL. |
file_content_url | String | The url that can be used to access the actual content of the attached file. This information is empty if the attachment is a URL. |
file_size | Number | The size of the attached file. This information is empty if the attachment is a URL. |
file_mime_type | String | The mime type of the attached file. This information is empty if the attachment is a URL. |
url | String | The attached URL. This information is empty if the attachment is a file. |
comments | String | The comments related with the retrieved attachment |
log_information | Log Information Object | The log information of the retrieved attachment |
Referred Objects Response Data