Get the Frequency Details of the Lead scoring Rule

Description

You can use this API to get the frequency details of the lead scoring rule.

OAuth Scope: 

SalesIQ.leadscoreconfigs.READ

URL:

Copiedhttps://{[zohosalesiq_server_uri](https://www.zoho.com/salesiq/help/developer-section/rest-api-v2.html)}/api/v2/{screenname}/leadscoreconfigs

Example

Copiedhttps://salesiq.zoho.com/api/v2/zylker/leadscoreconfigs

Sample Response

Copied{
  "url": "/api/v2/zylker/leadscoreconfigs",
  "object": "leadscore_config",
  "data": {
    "percentage": "25",
    "next_crunch_time": "1546493305693",
    "frequency": "yearly",
    "last_crunch_time": "0"
  }
}