Insightly

Links

    Insightly API

    Getting access, Developing, Testing

    Back to Insightly

    Gets A Project S File Attachments

    Input

    type: object properties: parameters: type: object properties: id: type: string description: A Record's ID updated_after_utc: type: string description: Optional, earliest date when file attachment was last updated. skip: type: string description: Optional, number of file attachments to skip. top: type: string description: >- Optional, maximum number of file attachments to return in the response. count_total: type: string description: >- true if total number of records should be returned in the response headers. required: - id title: Parameters

    Output

    type: array items: type: object title: FileAttachment properties: FILE_ID: format: int64 type: integer FILE_NAME: maxLength: 500 minLength: 0 type: string CONTENT_TYPE: maxLength: 255 minLength: 0 type: string FILE_SIZE: format: int64 type: integer FILE_CATEGORY_ID: format: int64 type: integer OWNER_USER_ID: format: int32 type: integer DATE_CREATED_UTC: format: date-time type: string DATE_UPDATED_UTC: format: date-time type: string URL: maxLength: 500 minLength: 0 type: string