POST api/2.0/crm/report/check
Checks the report data for the parameters specified in the request.
Name |
Description |
Type |
Example |
type
sent in body
|
Report type
|
SalesByManagers, SalesForecast, SalesFunnel, WorkloadByContacts, WorkloadByTasks, WorkloadByDeals, WorkloadByInvoices, WorkloadByVoip, SummaryForThePeriod, SummaryAtThisMoment
|
SalesByManagers
|
timePeriod
sent in body
|
Report time period
|
Today, Yesterday, Tomorrow, CurrentWeek, PreviousWeek, NextWeek, CurrentMonth, PreviousMonth, NextMonth, CurrentQuarter, PreviousQuarter, NextQuarter, CurrentYear, PreviousYear, NextYear, DuringAllTime
|
Today
|
managers
sent in body
|
Managers
|
Collection of Guids
|
9924256A-739C-462b-AF15-E652A3B1B6EB
|
POST api/2.0/crm/report/check
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"type": "FixedBid",
"timePeriod": "Today",
"managers": [
"9924256a-739c-462b-af15-e652a3b1b6eb",
"98777e9c-f2a7-4e97-b314-ba9f92c2e882"
]
}