get
https://api.marketcircle.net/v1/files/
retrieve the details of a file attachment
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
| Attribute Name | Type | Description | Attributes |
|---|---|---|---|
self | reference | URL of the [File] | Read-only Non-null |
name | string | Filename with extension | Read-only Non-null |
title | string | User-defined title for the file attachment | Read-Write Nullable |
size | integer | Filesize in bytes | Read-only Non-null |
extension | string | File extension of file (usually indicating content type, if available) | Read-Write Nullable |
note | string | Description of the file attachment | Read-Write Nullable |
is_uploaded | boolean | Whether or not the file content has been uploaded yet | Read-only Non-null |
owner | reference | URL of the User that added the file | Read-only Non-null |
create_date | datetime | Date the file was added | Read-only Non-null |
modify_date | datetime | Date-time the file was last modified | Read-only Non-null |
trashed | boolean | Whether the file is in the trash | Read-Only Non-null |
appointments | array of appointment references | List of Appointments | Read-Write Nullable |
companies | array of company references | List of Companies | Read-Write Nullable |
contacts | array of contact references | List of Contacts | Read-Write Nullable |
groups | array of group references | List of Groups | Read-Write Nullable |
notes | array of note references | List of Notes | Read-Write Nullable |
opportunities | array of opportunity references | List of Opportunities | Read-Write Nullable |
projects | array of project references | List of Projects | Read-Write Nullable |
tasks | array of task references | List of Tasks | Read-Write Nullable |