GET api/ReMaap/Tenants

List of all ReMaap Tenants

Response Information

ReMaapTenantDTO

Response body formats

application/json, text/json

Sample:
[
  {
    "Tenant": 1,
    "TenantName": "sample string 2"
  },
  {
    "Tenant": 1,
    "TenantName": "sample string 2"
  },
  {
    "Tenant": 1,
    "TenantName": "sample string 2"
  }
]

text/javascript

Sample:
[{"Tenant":1,"TenantName":"sample string 2"},{"Tenant":1,"TenantName":"sample string 2"},{"Tenant":1,"TenantName":"sample string 2"}]

text/csv

Sample: