Tip |
---|
Excerpt |
Excerpt |
This method returns information related with a lead. A single lead is returned by each call |
...
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
lead_identifier (mandatory) | Lead identifier | The identifier of the lead that should be returned as a result. The allowed lead identifier fields are the following:
| ||||||
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
...
Expand | |||||
---|---|---|---|---|---|
| |||||
HTTP Method: GET
Response:
|
Expand | |||||
---|---|---|---|---|---|
| |||||
HTTP Method: GET
Request: {{server}}/crmapi/rest/v2/leads/show?token={{token}}&lead_identifier=number=116 Response:
|