Insightly

Links

    Insightly API

    Getting access, Developing, Testing

    Back to Insightly

    Gets A List Of Lead Statuses

    This endpoint returns a list of the possible lead statuses that have been defined for the Insightly instance.

    Input

    type: object properties: parameters: type: object properties: include_converted: type: string description: >- Optional, by default converted status is not included, pass in "true" to include it in the response skip: type: string description: Optional, number of lead statuses to skip. top: type: string description: Optional, maximum number of lead statuses 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: LeadStatus properties: LEAD_STATUS_ID: format: int64 type: integer LEAD_STATUS: maxLength: 255 minLength: 0 type: string DEFAULT_STATUS: type: boolean STATUS_TYPE: format: int32 type: integer FIELD_ORDER: format: int32 type: integer