POST api/list/stats/certificatestats
Returns a list of totals for certificates stats
Request Information
URI Parameters
None.
Body Parameters
Collection of Dezrez.Core.DataContracts.External.Api.Lists.PmLists.PmCertificatesAndLicencesListFilterDataContractName | 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. |
|
Sort | Dezrez.Core.DataContracts.External.Api.Lists.PmLists.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": "2024-11-21T09:30:11.2928205Z", "ExpiryDateTo": "2024-11-21T09:30:11.2928205Z", "TeamGroupIds": [ 1, 2 ], "CertificateTypes": [ "sample string 1", "sample string 2" ], "DocumentUploaded": true, "ServiceLevels": [ "sample string 1", "sample string 2" ], "IncludeActiveTenancies": true, "Sort": 1, "PageSize": 1, "PageNumber": 1, "Term": "sample string 1", "OrderByDescending": true, "Name": "sample string 2" }, { "BranchIds": [ 1, 2 ], "ExpiryDateFrom": "2024-11-21T09:30:11.2928205Z", "ExpiryDateTo": "2024-11-21T09:30:11.2928205Z", "TeamGroupIds": [ 1, 2 ], "CertificateTypes": [ "sample string 1", "sample string 2" ], "DocumentUploaded": true, "ServiceLevels": [ "sample string 1", "sample string 2" ], "IncludeActiveTenancies": true, "Sort": 1, "PageSize": 1, "PageNumber": 1, "Term": "sample string 1", "OrderByDescending": true, "Name": "sample string 2" } ]
Response Information
Resource Description
Collection of Dezrez.Core.DataContracts.External.Api.Lists.Stats.ListStatsDataContractName | 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 } ]