Tenants
Tenant settings, branding, and feature configuration.
["_links.settings","_links.taxonomies"]Returns a Tenant
GET /apis/v2/tenants/{tenantId} HTTP/1.1
Accept: */*
Returns a Tenant
{
"id": "text",
"displayName": "text",
"displayNameShort": "text",
"release": {
"version": "text"
},
"settings": {
"_total": 1
},
"taxonomies": {
"_total": 1
},
"errors": [
{
"code": "text",
"message": "text",
"details": {}
}
],
"_links": {}
}Returns a TenantSettingCollection
GET /apis/v2/tenants/{tenantId}/settings HTTP/1.1
Accept: */*
Returns a TenantSettingCollection
{
"items": [
{
"id": "text",
"value": {},
"errors": [
{
"code": "text",
"message": "text",
"details": {}
}
]
}
],
"_total": 1,
"_links": {
"self": {
"href": "text"
}
}
}Returns a TenantSettingCollection
GET /apis/v2/tenants/{tenantId}/admin-settings HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Returns a TenantSettingCollection
{
"items": [
{
"id": "text",
"value": {},
"errors": [
{
"code": "text",
"message": "text",
"details": {}
}
]
}
],
"_total": 1,
"_links": {
"self": {
"href": "text"
}
}
}Returns a TenantTaxonomyCollection
GET /apis/v2/tenants/{tenantId}/taxonomies HTTP/1.1
Accept: */*
Returns a TenantTaxonomyCollection
{
"id": "text",
"value": {
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": "[Circular Reference]",
"config": {},
"_links": {
"self": {
"href": "text"
}
}
}
],
"config": {},
"_links": {
"self": {
"href": "text"
}
}
}
],
"config": {},
"_links": {
"self": {
"href": "text"
}
}
}
}["_links.settings"]Returns a Tenant
PATCH /apis/v2/tenants/current HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 48
{
"displayName": "text",
"displayNameShort": "text"
}Returns a Tenant
{
"id": "text",
"displayName": "text",
"displayNameShort": "text",
"release": {
"version": "text"
},
"settings": {
"_total": 1
},
"taxonomies": {
"_total": 1
},
"errors": [
{
"code": "text",
"message": "text",
"details": {}
}
],
"_links": {}
}Returns a TenantSettingCollection
PATCH /apis/v2/tenants/current/settings HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 69
{
"items": [
{
"value": {}
}
],
"_total": 1,
"_links": {
"self": {
"href": "text"
}
}
}Returns a TenantSettingCollection
{
"items": [
{
"id": "text",
"value": {},
"errors": [
{
"code": "text",
"message": "text",
"details": {}
}
]
}
],
"_total": 1,
"_links": {
"self": {
"href": "text"
}
}
}Returns a TenantBranchesCollection
GET /apis/v2/tenants/current/branches HTTP/1.1
Accept: */*
Returns a TenantBranchesCollection
{
"items": [
{
"id": "text",
"countryCode": "text",
"countryDisplayName": "text",
"city": "text",
"description": "text",
"baseUrl": "text",
"isDefault": true,
"_links": {
"self": {
"href": "text"
}
}
}
],
"_total": 1,
"_links": {
"self": {
"href": "text"
}
}
}Returns a TenantBranch
^s{2}$GET /apis/v2/tenants/current/branches/default HTTP/1.1
Accept: */*
Returns a TenantBranch
{
"id": "text",
"countryCode": "text",
"countryDisplayName": "text",
"city": "text",
"description": "text",
"baseUrl": "text",
"isDefault": true,
"_links": {
"self": {
"href": "text"
}
}
}Returns a TenantBranch
^s{2}$GET /apis/v2/tenants/current/branches/{branchId} HTTP/1.1
Accept: */*
Returns a TenantBranch
{
"id": "text",
"countryCode": "text",
"countryDisplayName": "text",
"city": "text",
"description": "text",
"baseUrl": "text",
"isDefault": true,
"_links": {
"self": {
"href": "text"
}
}
}Taxonomy Ids like: event-quick-filters, event-types, event-tags, app-menu
Returns a TenantTaxonomy
PATCH /apis/v2/tenants/{tenantId}/taxonomies/{taxonomyId} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 399
{
"value": {
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": "[Circular Reference]",
"config": {},
"_links": {
"self": {
"href": "text"
}
}
}
],
"config": {},
"_links": {
"self": {
"href": "text"
}
}
}
],
"config": {},
"_links": {
"self": {
"href": "text"
}
}
}
}Returns a TenantTaxonomy
{
"id": "text",
"value": {
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": "[Circular Reference]",
"config": {},
"_links": {
"self": {
"href": "text"
}
}
}
],
"config": {},
"_links": {
"self": {
"href": "text"
}
}
}
],
"config": {},
"_links": {
"self": {
"href": "text"
}
}
}
}Returns a EventQuickFiltersTaxonomy
GET /apis/v2/tenants/{tenantId}/taxonomies/event-quick-filters HTTP/1.1
Accept: */*
Returns a EventQuickFiltersTaxonomy
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
"[Circular Reference]"
],
"config": {},
"_links": {
"self": {
"href": "text"
}
}
}
],
"config": {},
"_links": {
"self": {
"href": "text"
}
}
}
],
"config": {},
"_links": {
"self": {
"href": "text"
}
},
"color": "text",
"priority": 1,
"isListed": true
}["_links.children.items._links.children.items._links.template"]Returns a EventTagsTaxonomy
GET /apis/v2/tenants/{tenantId}/taxonomies/event-types HTTP/1.1
Accept: */*
Returns a EventTagsTaxonomy
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
"[Circular Reference]"
],
"config": {},
"_links": {
"self": {
"href": "text"
}
}
}
],
"config": {},
"_links": {
"self": {
"href": "text"
}
}
}
],
"config": {},
"_links": {
"self": {
"href": "text"
}
},
"color": "text",
"priority": 1,
"isListed": true
}Returns a EventTagsTaxonomy
GET /apis/v2/tenants/{tenantId}/taxonomies/event-types/{nodeId}/template HTTP/1.1
Accept: */*
Returns a EventTagsTaxonomy
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
"[Circular Reference]"
],
"config": {},
"_links": {
"self": {
"href": "text"
}
}
}
],
"config": {},
"_links": {
"self": {
"href": "text"
}
}
}
],
"config": {},
"_links": {
"self": {
"href": "text"
}
},
"color": "text",
"priority": 1,
"isListed": true
}Returns a EventTagsTaxonomy
GET /apis/v2/tenants/{tenantId}/taxonomies/event-tags HTTP/1.1
Accept: */*
Returns a EventTagsTaxonomy
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
"[Circular Reference]"
],
"config": {},
"_links": {
"self": {
"href": "text"
}
}
}
],
"config": {},
"_links": {
"self": {
"href": "text"
}
}
}
],
"config": {},
"_links": {
"self": {
"href": "text"
}
},
"color": "text",
"priority": 1,
"isListed": true
}Returns a AppMenuNode
Whether the menu item is active/visible. Defaults to true if not specified.
GET /apis/v2/tenants/{tenantId}/taxonomies/app-menu HTTP/1.1
Accept: */*
Returns a AppMenuNode
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
"[Circular Reference]"
],
"config": {},
"_links": {
"self": {
"href": "text"
}
}
}
],
"config": {},
"_links": {
"self": {
"href": "text"
}
}
}
],
"config": {},
"_links": {
"self": {
"href": "text"
}
},
"isActive": true
}Returns the admin app menu for the current user
GET /apis/v2/tenants/{tenantId}/taxonomies/admin-app-menu HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Returns the admin app menu for the current user
{
"items": [
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
{
"id": "text",
"displayName": "text",
"value": "text",
"type": "text",
"children": [
"[Circular Reference]"
],
"config": {},
"_links": {
"self": {
"href": "text"
}
}
}
],
"config": {},
"_links": {
"self": {
"href": "text"
}
},
"priority": 1
}
],
"_total": 1,
"_links": {
"self": {
"href": "text"
}
}
}Last updated
Was this helpful?

