Insightly

Links

    Insightly API

    Getting access, Developing, Testing

    Back to Insightly

    Gets A Filtered List Of Quotes

    To filter with a field name and value, both field_name and field_value parameters must be provided.
    Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

    Input

    type: object properties: parameters: type: object properties: field_name: type: string description: Optional, field name for object field_value: type: string description: Optional, field value of the record updated_after_utc: type: string description: Optional, earliest date when a record was last updated. brief: type: string description: >- Optional, true if response should only contain top level properties of the record. skip: type: string description: Optional, number of records to skip. top: type: string description: Optional, maximum number of records to return in the response. count_total: type: string description: >- Optional, true if total number of records should be returned in the response headers. title: Parameters

    Output

    type: array items: type: object title: Quotation properties: QUOTE_ID: format: int64 maxLength: 0 type: integer readOnly: true QUOTATION_NAME: format: string maxLength: 255 type: string readOnly: false OPPORTUNITY_ID: format: int64 maxLength: 0 type: integer readOnly: false CONTACT_ID: format: int64 maxLength: 0 type: integer readOnly: false ORGANISATION_ID: format: int64 maxLength: 0 type: integer readOnly: false PRICEBOOK_ID: format: int64 maxLength: 0 type: integer readOnly: false QUOTATION_NUMBER: format: string maxLength: 30 type: string readOnly: true QUOTATION_DESCRIPTION: format: string maxLength: 4000 type: string readOnly: false QUOTATION_PHONE: format: string maxLength: 255 type: string readOnly: false QUOTATION_EMAIL: format: string maxLength: 255 type: string readOnly: false QUOTATION_FAX: format: string maxLength: 255 type: string readOnly: false QUOTE_STATUS: format: string maxLength: 20 type: string readOnly: false QUOTATION_EXPIRATION_DATE: format: date-time maxLength: 0 type: string readOnly: false LINE_ITEM_COUNT: format: int32 maxLength: 0 type: integer readOnly: true IS_SYNCING: format: boolean maxLength: 0 type: boolean readOnly: false QUOTATION_CURRENCY_CODE: format: string maxLength: 3 type: string readOnly: true SUBTOTAL: format: string maxLength: 0 type: number readOnly: true DISCOUNT: format: string maxLength: 0 type: number readOnly: true TOTAL_PRICE: format: string maxLength: 0 type: number readOnly: true SHIPPING_HANDLING: format: string maxLength: 0 type: number readOnly: false TAX: format: string maxLength: 0 type: number readOnly: false GRAND_TOTAL: format: string maxLength: 0 type: number readOnly: true ADDRESS_BILLING_NAME: format: string maxLength: 255 type: string readOnly: false ADDRESS_BILLING_STREET: format: string maxLength: 255 type: string readOnly: false ADDRESS_BILLING_CITY: format: string maxLength: 255 type: string readOnly: false ADDRESS_BILLING_STATE: format: string maxLength: 255 type: string readOnly: false ADDRESS_BILLING_POSTCODE: format: string maxLength: 128 type: string readOnly: false ADDRESS_BILLING_COUNTRY: format: string maxLength: 255 type: string readOnly: false ADDRESS_SHIPPING_NAME: format: string maxLength: 255 type: string readOnly: false ADDRESS_SHIPPING_STREET: format: string maxLength: 255 type: string readOnly: false ADDRESS_SHIPPING_CITY: format: string maxLength: 255 type: string readOnly: false ADDRESS_SHIPPING_STATE: format: string maxLength: 255 type: string readOnly: false ADDRESS_SHIPPING_POSTCODE: format: string maxLength: 128 type: string readOnly: false ADDRESS_SHIPPING_COUNTRY: format: string maxLength: 255 type: string readOnly: false OWNER_USER_ID: format: int64 maxLength: 0 type: integer readOnly: true DATE_CREATED_UTC: format: date-time maxLength: 0 type: string readOnly: true DATE_UPDATED_UTC: format: date-time maxLength: 0 type: string readOnly: true CREATED_USER_ID: format: int32 maxLength: 0 type: integer readOnly: true CUSTOMFIELDS: type: array items: type: object title: CustomField properties: FIELD_NAME: type: string FIELD_VALUE: type: object