GET api/v1/DailyStatistics/ContactPermissionSourceStats?fieldName={fieldName}&from={from}&to={to}
Returns a list of ContactPermissionSourceStats from a daterange
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
fieldName |
Name of the list field on the contact |
string |
Required |
from |
Date filter from - only date is used and is included |
date |
None. |
to |
Date filter to - only date is used and is included |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ContactPermissionSourceStatWithDateName | Description | Type | Additional information |
---|---|---|---|
Date | string |
None. |
|
FieldName | string |
None. |
|
PermissionSource | string |
None. |
|
Count | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Date": "sample string 1", "FieldName": "sample string 2", "PermissionSource": "sample string 3", "Count": 4 }, { "Date": "sample string 1", "FieldName": "sample string 2", "PermissionSource": "sample string 3", "Count": 4 } ]