GET api/v1/DailyStatistics/ContactPermissionSourceStats?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 ContactPermissionSourceStatWithDate| Name | 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
}
]