Tenant - Retrieves asset details for a tenant

Retrieves asset details for a specified tenant based on the provided tenant ID.

get
Authorizations
Path parameters
tenantIdstring · uuidRequired

Enter the ID of an existing tenant.

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
200
Success: Asset details retrieved successfully for the requested tenant.
get
GET /tenants/{tenantId}/assets HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "tenantId": "123e4567-e89b-12d3-a456-426614174000",
  "tenantName": "text",
  "reports": [],
  "dashboards": [],
  "datasets": []
}

Last updated