Next Topic

Previous Topic

Book Contents

Get Tenant

Returns properties for the tenant partition your API authentication provides access to in the VSA.

GET /tenant

Headers

Model Schema

Field

Datatype

Filterable

Sortable

Id

decimal

 

 

Ref

string

 

 

Type

string

 

 

TimeZoneOffset

int

 

 

Attributes

object

 

 

Sample Response Model


{
  "Result": {
    "TenantId": 0,
    "Ref": "string",
    "Type": "string",
    "TimeZoneOffset": 0,
    "Attributes": {}
  },
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}