POST api/list/stats/propertystats
Returns a list of totals for properties with expiring information
Request Information
URI Parameters
None.
Body Parameters
Collection of PmPropertiesListFilterDataContract| Name | Description | Type | Additional information | 
|---|---|---|---|
| ServiceLevels | Collection of string | None. | |
| MissingCertificateAndLicencesTypes | Collection of string | None. | |
| TeamGroupIds | Collection of integer | None. | |
| BranchIds | Collection of integer | None. | |
| IncludeActiveTenancies | boolean | None. | |
| Sort | PmPropertyListSort | None. | |
| PageSize | integer | None. | |
| PageNumber | integer | None. | |
| Term | string | None. | |
| OrderByDescending | boolean | None. | |
| Name | string | None. | 
Request Formats
application/x-www-form-urlencoded
            Sample:
    
        Sample not available.
application/json, text/json
            Sample:
[
  {
    "ServiceLevels": [
      "sample string 1",
      "sample string 2"
    ],
    "MissingCertificateAndLicencesTypes": [
      "sample string 1",
      "sample string 2"
    ],
    "TeamGroupIds": [
      1,
      2
    ],
    "BranchIds": [
      1,
      2
    ],
    "IncludeActiveTenancies": true,
    "Sort": 0,
    "PageSize": 1,
    "PageNumber": 1,
    "Term": "sample string 1",
    "OrderByDescending": true,
    "Name": "sample string 2"
  },
  {
    "ServiceLevels": [
      "sample string 1",
      "sample string 2"
    ],
    "MissingCertificateAndLicencesTypes": [
      "sample string 1",
      "sample string 2"
    ],
    "TeamGroupIds": [
      1,
      2
    ],
    "BranchIds": [
      1,
      2
    ],
    "IncludeActiveTenancies": true,
    "Sort": 0,
    "PageSize": 1,
    "PageNumber": 1,
    "Term": "sample string 1",
    "OrderByDescending": true,
    "Name": "sample string 2"
  }
]
        Response Information
Resource Description
Collection of ListStatsDataContract| Name | Description | Type | Additional information | 
|---|---|---|---|
| Name | string | None. | |
| Value | integer | None. | 
Response Formats
application/json, text/json
            Sample:
[
  {
    "Name": "sample string 1",
    "Value": 2
  },
  {
    "Name": "sample string 1",
    "Value": 2
  }
]