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.PmCertificatesAndLicencesListFilterDataContract
NameDescriptionTypeAdditional 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-03-29T12:54:25.9153504Z",
    "ExpiryDateTo": "2024-03-29T12:54:25.9153504Z",
    "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-03-29T12:54:25.9153504Z",
    "ExpiryDateTo": "2024-03-29T12:54:25.9153504Z",
    "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.ListStatsDataContract
NameDescriptionTypeAdditional 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
  }
]