Returns properties for the tenant partition your API authentication provides access to in the VSA.
GET /tenant
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"Result": {
"TenantId": 0,
"Ref": "string",
"Type": "string",
"TimeZoneOffset": 0,
"Attributes": {}
},
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}