Get the 7-day and 30-day Simple Moving Average for object create count

get

/appInsightsObjectSma

This method gets the 7-day and 30-day Simple Moving Average for object create count by channel by day. The channel is the means of accessing the application, such as Web, Mobile, or Email.

Request

Query Parameters
  • Specifies the historical time, in days, which the returned data represents.
    Default Value: 7D
    Allowed Values: [ "7D", "30D", "60D", "90D" ]
  • Specifies the unique manager id, to filter the returned data. To be used with team scope.
  • Name of the object
    Allowed Values: [ "account", "contact", "lead", "opportunity", "activity", "servicerequest", "note", "customer" ]
  • Specifies the unique region code, to filter the returned data. To be used with team scope.
  • Specifies the unique role id, to filter the returned data. To be used with team scope.
  • Specifies the scope of the returned data. Team returns team data. Org returns organization data.
    Default Value: all
    Allowed Values: [ "all", "team" ]
  • Specifies the unique user id, to filter the returned data. To be used with team scope.

There's no request body for this operation.

Security
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : appinsightssma
Type: object
Show Source

401 Response

Authentication Required

403 Response

Access Forbidden
Back to Top