LeadFiles
Get all lead files by params
The Get all lead files by params enables you to get a list of the lead files specifed by name and id.
get/lead-files/id/{id}
Query parameters
fieldsstring
Example:name;id
Response
Successful operation
Example response
{
"lead_files": [
{
"id": "5",
"name": "Leadtest223"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.