GET api/v1/DailyStatistics/GetContactPermissionStatAllByMonth?fieldName={fieldName}&month={month}
Returns a list of ContactPermissionSourceStats from a month
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
fieldName |
Name of the list field on the contact |
string |
Required |
month |
Selected month - in format yyyy-MM (eg: 2020-01 for January in year 2020) |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ContactPermissionStatAllName | Description | Type | Additional information |
---|---|---|---|
PermissionSource | string |
None. |
|
Added | integer |
None. |
|
Removed | integer |
None. |
|
UltimoTotal | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PermissionSource": "sample string 1", "Added": 2, "Removed": 3, "UltimoTotal": 4 }, { "PermissionSource": "sample string 1", "Added": 2, "Removed": 3, "UltimoTotal": 4 } ]