monthly-glance
- base
- localhost
- dev
- prod
/v2/private/user/salesAgent/monthly-glance
http://localhost:1350/v2/private/user/salesAgent/monthly-glance
https://dev.everdays.com/v2/private/user/salesAgent/monthly-glance
https://everdays.com/v2/private/user/salesAgent/monthly-glance
Available Methods​
- GET
GET /v2/private/user/salesAgent/monthly-glance​
This API endpoint retrieves a monthly report for the counselor.
Params​
| Param | Type | Description |
|---|---|---|
| month | String | The month name |
Returns​
The object will have a full month report for the leads.
Example return object report
data:{
"glance": {
"cemeteryPlans": 4,
"quotes": 3,
"quotesAndContract": 2,
"applications": 0
},
"totalMonthlyEarnings": 835
}