Response ‒ Tenants/Get (List)
For each Tenant, the response provides the properties in Tenants/Post.
Example JSON Tenants/Get (List) Response
Status 200 ‒ OK
{
“@odata.context”: “https://stg-axonizeapi-axonize.stg-ase-axonize.p.azurewebsites.net/odata/$metadata#Tenants”,
“value”: [
{
“region”: null,
“active”: false,
“appId”: “801A048A-9F23-429F-BF0D-B6D35B22771E “,
“subdomain”: “tenant subdomain”,
“logo”: null,
“cultureInfo”: null,
“reportPrefix”: null,
“timezone”:”Asia/Jerusalem”
“parentId”: null,
“name”: “fcm2m”,
“id”: “5851631d4e41925b98f01234”,
“createDate”: “0001-01-01T00:00:00Z”,
“createUser”: null,
“updateDate”: “0001-01-01T00:00:00Z”,
“updateUser”: null,
“passwordPolicy”: null,
“security”: null,
“additionalProperties”: [],
“ancestors”: []
}
]
}