Insightly

Links

    Insightly API

    Getting access, Developing, Testing

    Back to Insightly

    Gets A List Of An Organisation S Emails

    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 email was last updated. top: type: string description: Optional, maximum number of emails to return. skip: type: string description: Optional, number of emails to skip. brief: type: string description: true if only top level properties needs to be returned. 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: Email properties: EMAIL_ID: format: int64 maxLength: 0 type: integer readOnly: true EMAIL_FROM: format: string maxLength: 500 type: string readOnly: true SUBJECT: format: string maxLength: 500 type: string readOnly: true EMAIL_DATE_UTC: format: date-time maxLength: 0 type: string readOnly: true FORMAT: format: string maxLength: 5 type: string readOnly: true SIZE: format: int64 maxLength: 0 type: integer readOnly: true OWNER_USER_ID: format: int32 maxLength: 0 type: integer readOnly: true DATE_CREATED_UTC: format: date-time maxLength: 0 type: string readOnly: true QUEUED_SEND_DATE_UTC: format: date-time maxLength: 0 type: string readOnly: true CREATED_USER_ID: format: int32 maxLength: 0 type: integer readOnly: true TAGS: type: array items: type: object title: Tag properties: TAG_NAME: maxLength: 255 minLength: 0 type: string LINKS: type: array items: type: object properties: LINK_ID: format: int64 type: integer OBJECT_NAME: type: string OBJECT_ID: format: int64 type: integer LINK_OBJECT_NAME: type: string LINK_OBJECT_ID: format: int64 type: integer ROLE: maxLength: 255 minLength: 0 type: string DETAILS: maxLength: 255 minLength: 0 type: string RELATIONSHIP_ID: format: int64 type: integer IS_FORWARD: type: boolean