Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

GET GetLeadScores

Get a list of lead scores.

This feature must be enabled for your account.

Input and output parameters

Input Parameter Name Type/Info
contact_id Get lead scores for specific contact.
date_from date, yyyy-mm-dd start date of data range.
date_to date, yyyy-mm-dd end date of data range.
select integer(1). Number of items to return, maximum 500.
skip integer(1). Number of records to skip
Outputs:
  • id - unique identifier of lead score entry
  • create_date
  • contact_id
  • lead_source - what triggered the source.
  • lead_score_id - reference to the lead_source
  • action - action performed to calculate the leadscore
  • action - user specified note

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON