Insightly

Links

    Insightly API

    Getting access, Developing, Testing

    Back to Insightly

    Gets A Project S Events

    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 event was last updated. top: type: string description: Optional, maximum number of events to return. skip: type: string description: Optional, number of events 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: Event properties: EVENT_ID: format: int64 maxLength: 0 type: integer readOnly: true TITLE: format: string maxLength: 255 type: string readOnly: false LOCATION: format: string maxLength: 255 type: string readOnly: false START_DATE_UTC: format: date-time maxLength: 0 type: string readOnly: false END_DATE_UTC: format: date-time maxLength: 0 type: string readOnly: false ALL_DAY: format: boolean maxLength: 0 type: boolean readOnly: false DETAILS: format: string maxLength: 4000 type: string readOnly: false DATE_CREATED_UTC: format: date-time maxLength: 0 type: string readOnly: false DATE_UPDATED_UTC: format: date-time maxLength: 0 type: string readOnly: false REMINDER_DATE_UTC: format: date-time maxLength: 0 type: string readOnly: false REMINDER_SENT: format: boolean maxLength: 0 type: boolean readOnly: false OWNER_USER_ID: format: int32 maxLength: 0 type: integer readOnly: false CUSTOMFIELDS: type: array items: type: object title: CustomField properties: FIELD_NAME: type: string FIELD_VALUE: type: object