Leads
List lead events
Base model view set providing standardized CRUD operations and error handling.
This view set enforces consistent response formats, error handling patterns, and logging across all API endpoints. Subclasses must override the class variables below.
GET
List lead events
Authorizations
Enter your JWT token in the format: Bearer
Path Parameters
A UUID string identifying this Lead.
Response
200 - application/json
Lead Serializer
Lead company name
Maximum string length:
100Contact person name
Maximum string length:
100Contact phone number
Maximum string length:
30Contact email address
Maximum string length:
50Lead status
Workflow Node
Generated reference string
Maximum string length:
30Lead classification: individual or company
individual- Individualcompany- Company
Available options:
individual, company Gender of individual lead (only applicable when lead_type is individual)
male- Malefemale- Female
Available options:
male, female, , null List lead events
