POST api/list/stats/certificatestats
Returns a list of totals for certificates stats
Request Information
URI Parameters
None.
Body Parameters
Collection of PmCertificatesAndLicencesListFilterDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchIds | Collection of integer |
None. |
|
| ExpiryDateFrom | date |
None. |
|
| ExpiryDateTo | date |
None. |
|
| TeamGroupIds | Collection of integer |
None. |
|
| CertificateTypes | Collection of string |
None. |
|
| DocumentUploaded | boolean |
None. |
|
| ServiceLevels | Collection of string |
None. |
|
| IncludeActiveTenancies | boolean |
None. |
|
| LatestCertificatesOnly | boolean |
None. |
|
| Sort | PmCertificatesAndLicencesListSort |
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:
[
{
"BranchIds": [
1,
2
],
"ExpiryDateFrom": "2025-11-18T14:06:49.8037467Z",
"ExpiryDateTo": "2025-11-18T14:06:49.8037467Z",
"TeamGroupIds": [
1,
2
],
"CertificateTypes": [
"sample string 1",
"sample string 2"
],
"DocumentUploaded": true,
"ServiceLevels": [
"sample string 1",
"sample string 2"
],
"IncludeActiveTenancies": true,
"LatestCertificatesOnly": true,
"Sort": 1,
"PageSize": 1,
"PageNumber": 1,
"Term": "sample string 1",
"OrderByDescending": true,
"Name": "sample string 2"
},
{
"BranchIds": [
1,
2
],
"ExpiryDateFrom": "2025-11-18T14:06:49.8037467Z",
"ExpiryDateTo": "2025-11-18T14:06:49.8037467Z",
"TeamGroupIds": [
1,
2
],
"CertificateTypes": [
"sample string 1",
"sample string 2"
],
"DocumentUploaded": true,
"ServiceLevels": [
"sample string 1",
"sample string 2"
],
"IncludeActiveTenancies": true,
"LatestCertificatesOnly": true,
"Sort": 1,
"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
}
]