Insightly

Links

    Insightly API

    Getting access, Developing, Testing

    Back to Insightly

    Gets A List Of Opportunities

    Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

    Input

    type: object properties: parameters: type: object properties: 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: Opportunity properties: OPPORTUNITY_ID: format: int64 maxLength: 0 type: integer readOnly: true OPPORTUNITY_NAME: format: string maxLength: 255 type: string readOnly: false OPPORTUNITY_DETAILS: format: string maxLength: 4000 type: string readOnly: false OPPORTUNITY_STATE: format: string maxLength: 20 type: string readOnly: false RESPONSIBLE_USER_ID: format: int64 maxLength: 0 type: integer readOnly: false CATEGORY_ID: format: int64 maxLength: 0 type: integer readOnly: false IMAGE_URL: format: string maxLength: 255 type: string readOnly: false BID_CURRENCY: format: string maxLength: 20 type: string readOnly: false BID_AMOUNT: format: string maxLength: 19 type: number readOnly: false BID_TYPE: format: string maxLength: 20 type: string readOnly: false BID_DURATION: format: int32 maxLength: 0 type: integer readOnly: false ACTUAL_CLOSE_DATE: format: date-time maxLength: 0 type: string readOnly: false DATE_CREATED_UTC: format: date-time maxLength: 0 type: string readOnly: true DATE_UPDATED_UTC: format: date-time maxLength: 0 type: string readOnly: true OPPORTUNITY_VALUE: format: string maxLength: 19 type: number readOnly: true PROBABILITY: format: int32 maxLength: 0 type: integer readOnly: false FORECAST_CLOSE_DATE: format: date-time maxLength: 0 type: string readOnly: false OWNER_USER_ID: format: int32 maxLength: 0 type: integer readOnly: false LAST_ACTIVITY_DATE_UTC: format: date-time maxLength: 0 type: string readOnly: true NEXT_ACTIVITY_DATE_UTC: format: date-time maxLength: 0 type: string readOnly: true PIPELINE_ID: format: int64 maxLength: 0 type: integer readOnly: false STAGE_ID: format: int64 maxLength: 0 type: integer readOnly: false CREATED_USER_ID: format: int32 maxLength: 0 type: integer readOnly: true ORGANISATION_ID: format: int64 maxLength: 0 type: integer readOnly: false PRICEBOOK_ID: format: int64 maxLength: 0 type: integer readOnly: true CUSTOMFIELDS: type: array items: type: object title: CustomField properties: FIELD_NAME: type: string FIELD_VALUE: type: object 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