Insightly

Links

    Insightly API

    Getting access, Developing, Testing

    Back to Insightly

    Gets A List Of Pipelines

    This read only endpoint returns a list of pipelines that have been set up for the Insightly instance. Pipelines can be defined for both projects and opportunities, and are used to track the progression of projects and opportunities. To create and update pipelines, you'll need to go to the web app (API access is read-only).

    Input

    type: object properties: parameters: type: object properties: skip: type: string description: Optional, number of pipelines to skip. top: type: string description: Optional, maximum number of pipelines 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: Pipeline properties: PIPELINE_ID: format: int64 type: integer PIPELINE_NAME: type: string FOR_OPPORTUNITIES: type: boolean FOR_PROJECTS: type: boolean OWNER_USER_ID: format: int32 type: integer