POST api/list/stats/tenantstats

Returns a list of totals for tenants with missing information Processes this list stats API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

None.

Body Parameters

The filters value supplied with the request.

Collection of PmTenantListFilterDataContract
NameDescriptionTypeAdditional information
TeamGroupIds

The unique identifiers of the related team group resources.

Collection of integer

None.

BranchIds

The unique identifiers of the related branch resources.

Collection of integer

None.

IdReceived

Indicates whether id received is true.

boolean

None.

RightToRentStatus

The collection of right to rent status.

Collection of string

None.

ProofOfIdStatus

The collection of proof of id status.

Collection of string

None.

TenantReferenceStatus

The collection of tenant reference status.

Collection of string

None.

ProofOfAddressStatus

The collection of proof of address status.

Collection of string

None.

ProofOfSanctionsStatus

The collection of proof of sanctions status.

Collection of string

None.

RightToRentExpiryFrom

The right to rent expiry from, expressed as a date and time.

date

None.

RightToRentExpiryTo

The right to rent expiry to, expressed as a date and time.

date

None.

IncludeArchived

Indicates whether include archived is true.

boolean

None.

IncludeActiveTenancies

Indicates whether include active tenancies is true.

boolean

None.

Sort

The sort classification.

PMGroupSort

None.

PageSize

The page size value.

integer

None.

PageNumber

The page number value.

integer

None.

Term

The term value.

string

None.

OrderByDescending

Indicates whether order by descending is true.

boolean

None.

Name

The name value.

string

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
[
  {
    "TeamGroupIds": [
      1,
      2
    ],
    "BranchIds": [
      1,
      2
    ],
    "IdReceived": true,
    "RightToRentStatus": [
      "sample string 1",
      "sample string 2"
    ],
    "ProofOfIdStatus": [
      "sample string 1",
      "sample string 2"
    ],
    "TenantReferenceStatus": [
      "sample string 1",
      "sample string 2"
    ],
    "ProofOfAddressStatus": [
      "sample string 1",
      "sample string 2"
    ],
    "ProofOfSanctionsStatus": [
      "sample string 1",
      "sample string 2"
    ],
    "RightToRentExpiryFrom": "2026-07-23T08:18:29.4443377Z",
    "RightToRentExpiryTo": "2026-07-23T08:18:29.4443377Z",
    "IncludeArchived": true,
    "IncludeActiveTenancies": true,
    "Sort": 0,
    "PageSize": 1,
    "PageNumber": 1,
    "Term": "sample string 2",
    "OrderByDescending": true,
    "Name": "sample string 3"
  },
  {
    "TeamGroupIds": [
      1,
      2
    ],
    "BranchIds": [
      1,
      2
    ],
    "IdReceived": true,
    "RightToRentStatus": [
      "sample string 1",
      "sample string 2"
    ],
    "ProofOfIdStatus": [
      "sample string 1",
      "sample string 2"
    ],
    "TenantReferenceStatus": [
      "sample string 1",
      "sample string 2"
    ],
    "ProofOfAddressStatus": [
      "sample string 1",
      "sample string 2"
    ],
    "ProofOfSanctionsStatus": [
      "sample string 1",
      "sample string 2"
    ],
    "RightToRentExpiryFrom": "2026-07-23T08:18:29.4443377Z",
    "RightToRentExpiryTo": "2026-07-23T08:18:29.4443377Z",
    "IncludeArchived": true,
    "IncludeActiveTenancies": true,
    "Sort": 0,
    "PageSize": 1,
    "PageNumber": 1,
    "Term": "sample string 2",
    "OrderByDescending": true,
    "Name": "sample string 3"
  }
]

Response Information

Resource Description

The response returned after the operation completes.

Collection of ListStatsDataContract
NameDescriptionTypeAdditional information
Name

The name value.

string

None.

Value

The value represented by this field.

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Name": "sample string 1",
    "Value": 2
  },
  {
    "Name": "sample string 1",
    "Value": 2
  }
]