次の方法で共有


BuildingMinds DigitalTwin Core (プレビュー)

BuildingMinds Core プラットフォームには、REST API が用意されています。 BuildingMinds DigitalTwin Core API を使用すると、建物、フロア、スペース、プロパティなどのデジタル ビル ツインマスターデータを読み取って一覧表示できます。

このコネクタは、次の製品とリージョンで使用できます。

サービス クラス リージョン
コピロット スタジオ Premium 次を除くすべての Power Automate リージョン :
     - 米国政府 (GCC)
     - 米国政府 (GCC High)
     - 21Vianet が運営する China Cloud
     - 米国国防総省 (DoD)
ロジック アプリ Standard 次を除くすべての Logic Apps リージョン :
     - Azure Government リージョン
     - Azure China リージョン
     - 米国国防総省 (DoD)
Power Apps Premium 次を除くすべての Power Apps リージョン :
     - 米国政府 (GCC)
     - 米国政府 (GCC High)
     - 21Vianet が運営する China Cloud
     - 米国国防総省 (DoD)
Power Automate Premium 次を除くすべての Power Automate リージョン :
     - 米国政府 (GCC)
     - 米国政府 (GCC High)
     - 21Vianet が運営する China Cloud
     - 米国国防総省 (DoD)
お問い合わせ
名前 BuildingMinds のサポート
URL https://buildingminds.com/services/customer-support
Email support@buildingminds.com
コネクタ メタデータ
Publisher BuildingMinds
Website https://buildingminds.com/
プライバシー ポリシー https://buildingminds.com/privacy-policy
カテゴリ データ

BuildingMinds Digital Twin Core Connector は、すべてのデータ ソースを 1 つの一元化されたプラットフォームを介して接続します。 BuildingMinds Platform を単一の信頼のソースとして使用し、このコネクタを使用してサイトや建物に関する正確な情報を使用して他のアプリケーションを更新します。

[前提条件]

BuildindMinds プラットフォームのアカウントと、コネクタを使用するための適切な承認を持つユーザーが必要です。 https://buildingminds.com/services/customer-supportまたはsupport@buildingminds.comにお問い合わせください。

コネクタの概要

一般的なユース ケースは、BuildingMinds Digital Twin Core Connector と ERP システムの間に自動化されたワークフローを設定して、建物の up-to日付データを取得することです。

複数の建物の住所データを取得する

  1. すべての建物のマスター データを取得するには、アクション GetBuildingsを使用します。 既定では、最初の 20 個の項目が応答に表示されます。 既定値を変更するには、クエリ パラメーター $skip$topを使用します。
  2. ERP システムに転送するオブジェクトデータのさまざまなプロパティを選択します。 詳細については、「アドレス」の 「応答プロパティ 」を参照 してください

特定の建物の住所データを取得する

  1. アクション GetBuildingsを使用して住所データを取得する建物 ID を取得します。
  2. アクション GetBuildingByIdを使用します。
  3. 転送する応答のプロパティを選択します。 詳細については、「アドレス」の 「応答プロパティ 」を参照 してください

ポートフォリオに属するすべての建物を取得する

  1. アクション GetPortfoliosを使用して、関連付けられている建物を取得するポートフォリオ ID を取得します。
  2. アクション GetPortfolioByIdを使用します。
  3. 応答プロパティの associatedBuildingIdsを選択します。

[応答]

建物

プロパティ

名前 Description
id BuildingMinds プラットフォーム内の建物の一意識別子。
type オブジェクト型。 この場合、オブジェクトの種類は建物です。
tid テナント識別子
title 建物名
validFrom 建物が有効な日付。
validTo 建物が有効になるまでの日付。
changedBy 建物を変更したユーザーのユーザー識別子。
changedOn 建物が最後に変更された日付。
createdOn 建物が作成された日付。
internalId ユーザーによって定義された識別子。
externalId BuildingMinds プラットフォームでサードパーティアプリケーションとして使用される外部システムの一意識別子。
locationPath 建物が属するサイトの idtype、および title を格納します。
imageIds 建物の画像がアップロードされると、イメージ識別子が表示されます。
parentId 建物が属するサイトの識別子。
typeOfBuilding オフィスや住宅などの建物の種類。
typeOfOwnership Freehold や Part-ownership などの所有権の種類。
associatedLandIds この建物に関連付けられている土地。
constructionYear 建物が建設された年。
grossArea プロパティ valueunit、および metricValueを含む Area オブジェクト。
mainAddressExternalId その建物に複数のアドレスが保存されている場合の、建物のメイン アドレスの識別子。
addresses 1 つまたは複数のアドレスを含むオブジェクト。 アドレスのプロパティの詳細については、「アドレス」を参照 してください
parentHierarchies 建物の割り当て先となるカスタム階層要素。

Addresses

プロパティ

名前 Description
id BuildingMinds プラットフォーム内の建物の一意識別子。
type オブジェクト型。 この場合、オブジェクトの種類はアドレスです。
tid テナント識別子
externalId 外部システムからの一意の識別子、または再配置されたマップ ピンなどのユーザー インターフェイスを介したユーザー固有の変更に対して自動的に生成された識別子。
street 番地
houseNumber 番地
postalCode 郵便番号または郵便番号
city 市区町村
country Country
changedBy アドレスを変更したユーザーのユーザー識別子。
changedOn 住所が最後に変更された日付。
createdOn アドレスが作成された日付。
resolutionStatus アドレスの解決が成功した場合の状態。
latitude 住所の地理座標。
longitude 住所の地理座標。
region リージョン
continent Continent

ポートフォリオ

プロパティ

名前 Description
id BuildingMinds プラットフォーム内のポートフォリオの一意識別子。
type オブジェクト型。 この場合、オブジェクトタイプはポートフォリオです。
createdOn ポートフォリオが作成された日付。
changedOn ポートフォリオが最後に変更された日付。
changedBy ポートフォリオを変更したユーザーのユーザー識別子。
title ポートフォリオ名
validFrom ポートフォリオが有効な日付。
validTo ポートフォリオが有効になるまでの日付。
owner ポートフォリオ所有者
buildingGrossArea ポートフォリオのすべての建物のプロパティ valueunitmetricValue を含む Area オブジェクト。
landGrossArea ポートフォリオのすべての土地のプロパティ valueunitmetricValue を含む Area オブジェクト。
internalId ユーザーによって定義された識別子。
externalId BuildingMinds プラットフォームでサードパーティアプリケーションとして使用される外部システムの一意識別子。
associatedBuildingIds このポートフォリオに関連付けられている建物。
associatedLandIds このポートフォリオに関連付けられている土地。

調整制限

名前 呼び出し 更新期間
接続ごとの API 呼び出し 100 60 秒

アクション

すべてのサイトを取得する

現在ログインしているユーザーのテナントのすべてのサイトを取得する

すべてのサブエリアを取得する

現在ログインしているユーザーのテナントのすべてのサブエリアを取得する

すべてのスペースを取得する

現在ログインしているユーザーのテナントのすべてのスペースを取得する

すべてのファサードを取得する

現在ログインしているユーザーのテナントのすべてのファサードを取得する

すべてのフロアを取得する

現在ログインしているユーザーのテナントのすべてのフロアを取得する

すべてのポートフォリオを取得する

現在ログインしているユーザーのテナントのすべてのポートフォリオを取得する

すべての土地を取得する

現在ログインしているユーザーのテナントのすべての土地を取得する

すべての外部を取得する

現在ログインしているユーザーのテナントのすべての outsideareas を取得する

すべての屋根を取得する

現在ログインしているユーザーのテナントのすべての屋根を取得する

すべての建物を取得する

現在ログインしているユーザーのテナントのすべての建物を取得する

サイト上の子の存在に関する情報を取得します。

サイト上の子の存在に関する情報を取得します。

サブエリア上の子の存在に関する情報を取得します。

サブエリア上の子の存在に関する情報を取得します。

スペース上の子の存在に関する情報を取得します。

スペース上の子の存在に関する情報を取得します。

ファサード上の子の存在に関する情報を取得します

ファサード上の子の存在に関する情報を取得します

フロア上の子の存在に関する情報を取得します

フロア上の子の存在に関する情報を取得します

ポートフォリオでの子の存在に関する情報を取得します。

ポートフォリオでの子の存在に関する情報を取得します。

土地での子の存在に関する情報を取得します。

土地での子の存在に関する情報を取得します。

外部領域での子の存在に関する情報を取得します。

外部領域での子の存在に関する情報を取得します。

屋根上の子の存在に関する情報を取得します。

屋根上の子の存在に関する情報を取得します。

建物に子が存在することについての情報を取得します。

建物に子が存在することについての情報を取得します。

指定された ID を持つサイトを取得します

指定された ID を持つサイトを取得します

指定された ID を持つサブエリアを取得します。

指定された ID を持つサブエリアを取得します。

指定された ID を持つスペースを取得します。

指定された ID を持つスペースを取得します。

指定された ID を持つファサードを取得します

指定された ID を持つファサードを取得します

指定された ID を持つフロアを取得します。

指定された ID を持つフロアを取得します。

指定された ID を持つポートフォリオを取得します。

指定された ID を持つポートフォリオを取得します。

指定された ID を持つ土地を取得します。

指定された ID を持つ土地を取得します。

指定された ID を持つ外部領域を取得します。

指定された ID を持つ外部領域を取得します。

指定された ID を持つ屋根を取得します。

指定された ID を持つ屋根を取得します。

指定された ID を持つ浮き出しを取得します。

指定された ID を持つ建物を取得します。

関連付けられていないエンティティの一覧を取得する

別の指定された型のスペースに関連付けられていない特定の型のスペースの一覧を取得します

関連付けられているエンティティの一覧を取得する

指定されたスペース エンティティに関連付けられている特定の型のスペースの一覧を取得します

すべてのサイトを取得する

現在ログインしているユーザーのテナントのすべてのサイトを取得する

パラメーター

名前 キー 必須 説明
止まれ
$top string

このパラメーターは改ページ位置付けに使用され、バックエンドから返される必要がある項目の最大数を決定します。 既定値は 20 です。

スキップ
$skip string

このパラメーターは、改ページ位置の設定に使用され、項目の取得の開始点を示します。 既定値は 0 です

戻り値

すべてのサブエリアを取得する

現在ログインしているユーザーのテナントのすべてのサブエリアを取得する

パラメーター

名前 キー 必須 説明
止まれ
$top string

このパラメーターは改ページ位置付けに使用され、バックエンドから返される必要がある項目の最大数を決定します。 既定値は 20 です。

スキップ
$skip string

このパラメーターは、改ページ位置の設定に使用され、項目の取得の開始点を示します。 既定値は 0 です

戻り値

すべてのスペースを取得する

現在ログインしているユーザーのテナントのすべてのスペースを取得する

パラメーター

名前 キー 必須 説明
止まれ
$top string

このパラメーターは改ページ位置付けに使用され、バックエンドから返される必要がある項目の最大数を決定します。 既定値は 20 です。

スキップ
$skip string

このパラメーターは、改ページ位置の設定に使用され、項目の取得の開始点を示します。 既定値は 0 です

戻り値

すべてのファサードを取得する

現在ログインしているユーザーのテナントのすべてのファサードを取得する

パラメーター

名前 キー 必須 説明
止まれ
$top string

このパラメーターは改ページ位置付けに使用され、バックエンドから返される必要がある項目の最大数を決定します。 既定値は 20 です。

スキップ
$skip string

このパラメーターは、改ページ位置の設定に使用され、項目の取得の開始点を示します。 既定値は 0 です

戻り値

すべてのフロアを取得する

現在ログインしているユーザーのテナントのすべてのフロアを取得する

パラメーター

名前 キー 必須 説明
止まれ
$top string

このパラメーターは改ページ位置付けに使用され、バックエンドから返される必要がある項目の最大数を決定します。 既定値は 20 です。

スキップ
$skip string

このパラメーターは、改ページ位置の設定に使用され、項目の取得の開始点を示します。 既定値は 0 です

戻り値

すべてのポートフォリオを取得する

現在ログインしているユーザーのテナントのすべてのポートフォリオを取得する

パラメーター

名前 キー 必須 説明
止まれ
$top string

このパラメーターは改ページ位置付けに使用され、バックエンドから返される必要がある項目の最大数を決定します。 既定値は 20 です。

スキップ
$skip string

このパラメーターは、改ページ位置の設定に使用され、項目の取得の開始点を示します。 既定値は 0 です

戻り値

すべての土地を取得する

現在ログインしているユーザーのテナントのすべての土地を取得する

パラメーター

名前 キー 必須 説明
止まれ
$top string

このパラメーターは改ページ位置付けに使用され、バックエンドから返される必要がある項目の最大数を決定します。 既定値は 20 です。

スキップ
$skip string

このパラメーターは、改ページ位置の設定に使用され、項目の取得の開始点を示します。 既定値は 0 です

戻り値

すべての外部を取得する

現在ログインしているユーザーのテナントのすべての outsideareas を取得する

パラメーター

名前 キー 必須 説明
止まれ
$top string

このパラメーターは改ページ位置付けに使用され、バックエンドから返される必要がある項目の最大数を決定します。 既定値は 20 です。

スキップ
$skip string

このパラメーターは、改ページ位置の設定に使用され、項目の取得の開始点を示します。 既定値は 0 です

戻り値

すべての屋根を取得する

現在ログインしているユーザーのテナントのすべての屋根を取得する

パラメーター

名前 キー 必須 説明
止まれ
$top string

このパラメーターは改ページ位置付けに使用され、バックエンドから返される必要がある項目の最大数を決定します。 既定値は 20 です。

スキップ
$skip string

このパラメーターは、改ページ位置の設定に使用され、項目の取得の開始点を示します。 既定値は 0 です

戻り値

すべての建物を取得する

現在ログインしているユーザーのテナントのすべての建物を取得する

パラメーター

名前 キー 必須 説明
止まれ
$top string

このパラメーターは改ページ位置付けに使用され、バックエンドから返される必要がある項目の最大数を決定します。 既定値は 20 です。

スキップ
$skip string

このパラメーターは、改ページ位置の設定に使用され、項目の取得の開始点を示します。 既定値は 0 です

戻り値

サイト上の子の存在に関する情報を取得します。

サイト上の子の存在に関する情報を取得します。

パラメーター

名前 キー 必須 説明
スペース ID
id True string

形式 - uuid。 スペースの一意識別子

サブエリア上の子の存在に関する情報を取得します。

サブエリア上の子の存在に関する情報を取得します。

パラメーター

名前 キー 必須 説明
スペース ID
id True string

形式 - uuid。 スペースの一意識別子

スペース上の子の存在に関する情報を取得します。

スペース上の子の存在に関する情報を取得します。

パラメーター

名前 キー 必須 説明
スペース ID
id True string

形式 - uuid。 スペースの一意識別子

ファサード上の子の存在に関する情報を取得します

ファサード上の子の存在に関する情報を取得します

パラメーター

名前 キー 必須 説明
スペース ID
id True string

形式 - uuid。 スペースの一意識別子

フロア上の子の存在に関する情報を取得します

フロア上の子の存在に関する情報を取得します

パラメーター

名前 キー 必須 説明
スペース ID
id True string

形式 - uuid。 スペースの一意識別子

ポートフォリオでの子の存在に関する情報を取得します。

ポートフォリオでの子の存在に関する情報を取得します。

パラメーター

名前 キー 必須 説明
スペース ID
id True string

形式 - uuid。 スペースの一意識別子

土地での子の存在に関する情報を取得します。

土地での子の存在に関する情報を取得します。

パラメーター

名前 キー 必須 説明
スペース ID
id True string

形式 - uuid。 スペースの一意識別子

外部領域での子の存在に関する情報を取得します。

外部領域での子の存在に関する情報を取得します。

パラメーター

名前 キー 必須 説明
スペース ID
id True string

形式 - uuid。 スペースの一意識別子

屋根上の子の存在に関する情報を取得します。

屋根上の子の存在に関する情報を取得します。

パラメーター

名前 キー 必須 説明
スペース ID
id True string

形式 - uuid。 スペースの一意識別子

建物に子が存在することについての情報を取得します。

建物に子が存在することについての情報を取得します。

パラメーター

名前 キー 必須 説明
スペース ID
id True string

形式 - uuid。 スペースの一意識別子

指定された ID を持つサイトを取得します

指定された ID を持つサイトを取得します

パラメーター

名前 キー 必須 説明
スペース ID
id True string

形式 - uuid。 スペースの一意識別子

戻り値

Body
Site

指定された ID を持つサブエリアを取得します。

指定された ID を持つサブエリアを取得します。

パラメーター

名前 キー 必須 説明
スペース ID
id True string

形式 - uuid。 スペースの一意識別子

戻り値

Body
Subarea

指定された ID を持つスペースを取得します。

指定された ID を持つスペースを取得します。

パラメーター

名前 キー 必須 説明
スペース ID
id True string

形式 - uuid。 スペースの一意識別子

戻り値

Body
Space

指定された ID を持つファサードを取得します

指定された ID を持つファサードを取得します

パラメーター

名前 キー 必須 説明
スペース ID
id True string

形式 - uuid。 スペースの一意識別子

戻り値

Body
Facade

指定された ID を持つフロアを取得します。

指定された ID を持つフロアを取得します。

パラメーター

名前 キー 必須 説明
スペース ID
id True string

形式 - uuid。 スペースの一意識別子

戻り値

Body
Floor

指定された ID を持つポートフォリオを取得します。

指定された ID を持つポートフォリオを取得します。

パラメーター

名前 キー 必須 説明
スペース ID
id True string

形式 - uuid。 スペースの一意識別子

戻り値

Body
Portfolio

指定された ID を持つ土地を取得します。

指定された ID を持つ土地を取得します。

パラメーター

名前 キー 必須 説明
スペース ID
id True string

形式 - uuid。 スペースの一意識別子

戻り値

Body
Land

指定された ID を持つ外部領域を取得します。

指定された ID を持つ外部領域を取得します。

パラメーター

名前 キー 必須 説明
スペース ID
id True string

形式 - uuid。 スペースの一意識別子

戻り値

指定された ID を持つ屋根を取得します。

指定された ID を持つ屋根を取得します。

パラメーター

名前 キー 必須 説明
スペース ID
id True string

形式 - uuid。 スペースの一意識別子

戻り値

Body
Roof

指定された ID を持つ浮き出しを取得します。

指定された ID を持つ建物を取得します。

パラメーター

名前 キー 必須 説明
スペース ID
id True string

形式 - uuid。 スペースの一意識別子

戻り値

Body
Building

関連付けられていないエンティティの一覧を取得する

別の指定された型のスペースに関連付けられていない特定の型のスペースの一覧を取得します

パラメーター

名前 キー 必須 説明
スペースの種類
spaceType True string

スペースの種類について説明します

関連付けられた型
associatedType True string

関連するスペースの種類について説明します

Space ID クエリ
spaceid string

形式 - uuid。 結果に含める関連付けられたスペースの省略可能な識別子

関連付けられているエンティティの一覧を取得する

指定されたスペース エンティティに関連付けられている特定の型のスペースの一覧を取得します

パラメーター

名前 キー 必須 説明
スペースの種類
spaceType True string

スペースの種類について説明します

スペース ID
id True string

形式 - uuid。 スペースの一意識別子

関連付けられた型
associatedType True string

関連するスペースの種類について説明します

スキップ
$skip string

このパラメーターは、改ページ位置の設定に使用され、項目の取得の開始点を示します。 既定値は 0 です

止まれ
$top string

このパラメーターは改ページ位置付けに使用され、バックエンドから返される必要がある項目の最大数を決定します。 既定値は 20 です。

戻り値

定義

CurrencyValueType

名前 パス 説明
value
value number
ユニット
unit string

AreaValueType

名前 パス 説明
value
value number
ユニット
unit string
メトリック値
metricValue number

LocationPathType

名前 パス 説明
id
id string
title
title string
type string

LocationPathArrayType

名前 パス 説明
アイテム
LocationPathType

SpaceTypeOfUseEnum

OutsideAreaType

EntityType

SpaceTypeOfOwnership

addressType

名前 パス 説明
id
id uuid

既存のアドレスに対する POST/PUT 要求では、ids 配列ではなく、既存のアドレスがここに追加された場合にのみ定義する必要があります

type EntityType
changedOn
changedOn date

読み取り専用

changedBy
changedBy string

読み取り専用

街路
street string
houseNumber
houseNumber string
postalCode
postalCode string
city
city string
country
country string

ISO 3166-1 alpha-3 国コード (CAN、米国、DEU など)

リージョン
region string
timeZone
timeZone string
郵便 受け
postBox string
postBoxPostCode
postBoxPostCode string
phone
phone string
エクスターナルID
externalId uuid

アドレスの外部 ID。新しいアドレスを作成するときにクライアント側で生成する必要があります

緯度 (latitude)
latitude float

住所の Laditiude 座標

経度 (longitude)
longitude float

住所の経度座標

ポートフォリオ

名前 パス 説明
id
id uuid
type EntityType
changedOn
changedOn date

読み取り専用

changedBy
changedBy string

読み取り専用

locationPath
locationPath LocationPathArrayType
tid
tid uuid

テナント識別子

title
title string
説明
description string
validFrom
validFrom date
validTo
validTo date
所有者
owner string
buildingGrossArea
buildingGrossArea AreaValueType
landGrossArea
landGrossArea AreaValueType
associatedLandIds
associatedLandIds array of uuid
associatedBuildingIds
associatedBuildingIds array of uuid

Site

名前 パス 説明
id
id uuid
type EntityType
changedOn
changedOn date

読み取り専用

changedBy
changedBy string

読み取り専用

locationPath
locationPath LocationPathArrayType
tid
tid uuid

テナント識別子

title
title string
validFrom
validFrom date
validTo
validTo date
buildingGrossArea
buildingGrossArea AreaValueType
outsideareaGrossArea
outsideareaGrossArea AreaValueType
mainAddressExternalId
mainAddressExternalId uuid

linkedAddresses コレクションのアドレスの 1 つの externalId をここに配置して、アドレスをメインにする必要があります

住所
addresses array of AddressType
typeOfSite
typeOfSite SpaceTypeOfUseEnum
imageIds
imageIds array of uuid
internalId
internalId uuid
furtherInformation
furtherInformation string

建物

名前 パス 説明
id
id uuid
type EntityType
changedOn
changedOn date

読み取り専用

changedBy
changedBy string

読み取り専用

locationPath
locationPath LocationPathArrayType
tid
tid uuid

テナント識別子

associatedPortfolioId
associatedPortfolioId uuid
parentId
parentId uuid
associatedLandIds
associatedLandIds array of uuid
title
title string
internalId
internalId uuid
validFrom
validFrom date
validTo
validTo date
住所
addresses array of AddressType
responsiblePeopleFullName
responsiblePeopleFullName string
typeOfOwnership
typeOfOwnership SpaceTypeOfOwnership
typeOfBuilding
typeOfBuilding string
imageIds
imageIds array of uuid
furtherInformation
furtherInformation string
constructionYear
constructionYear date
yearOfLastRefurbishment
yearOfLastRefurbishment date
grossArea
grossArea AreaValueType
buildingPurchaseCost
buildingPurchaseCost CurrencyValueType
hasMonumentProtection
hasMonumentProtection boolean
numberOfFloors
numberOfFloors integer
numberOf 地下階
numberOf BasementFloors integer

Floor

名前 パス 説明
id
id uuid
type EntityType
changedOn
changedOn date

読み取り専用

changedBy
changedBy string

読み取り専用

locationPath
locationPath LocationPathArrayType
tid
tid uuid

テナント識別子

title
title string
parentId
parentId uuid
internalId
internalId uuid
validFrom
validFrom date
validTo
validTo date
furtherInformation
furtherInformation string
grossArea
grossArea AreaValueType
typeOfFloor
typeOfFloor string
imageIds
imageIds array of uuid

宇宙

名前 パス 説明
id
id uuid
type EntityType
changedOn
changedOn date

読み取り専用

changedBy
changedBy string

読み取り専用

locationPath
locationPath LocationPathArrayType
tid
tid uuid

テナント識別子

title
title string
parentId
parentId uuid
internalId
internalId uuid
validFrom
validFrom date
validTo
validTo date
furtherInformation
furtherInformation string
imageIds
imageIds array of uuid
grossArea
grossArea AreaValueType
typeOfSpace
typeOfSpace string

屋根

名前 パス 説明
id
id uuid
type EntityType
changedOn
changedOn date

読み取り専用

changedBy
changedBy string

読み取り専用

locationPath
locationPath LocationPathArrayType
tid
tid uuid

テナント識別子

title
title string
parentId
parentId uuid
internalId
internalId uuid
validFrom
validFrom date
validTo
validTo date
furtherInformation
furtherInformation string
素材
material string
grossArea
grossArea AreaValueType
imageIds
imageIds array of uuid

ファサード

名前 パス 説明
id
id uuid
type EntityType
changedOn
changedOn date

読み取り専用

changedBy
changedBy string

読み取り専用

locationPath
locationPath LocationPathArrayType
tid
tid uuid

テナント識別子

title
title string
parentId
parentId uuid
internalId
internalId uuid
validFrom
validFrom date
validTo
validTo date
furtherInformation
furtherInformation string
素材
material string
grossArea
grossArea AreaValueType
imageIds
imageIds array of uuid

Outsidearea

名前 パス 説明
id
id uuid
type EntityType
changedOn
changedOn date

読み取り専用

changedBy
changedBy string

読み取り専用

locationPath
locationPath LocationPathArrayType
tid
tid uuid

テナント識別子

title
title string
parentId
parentId uuid
internalId
internalId uuid
validFrom
validFrom date
validTo
validTo date
furtherInformation
furtherInformation string
typeOfOutsideArea
typeOfOutsideArea OutsideAreaType
grossArea
grossArea AreaValueType

名前 パス 説明
id
id uuid
type EntityType
changedOn
changedOn date

読み取り専用

changedBy
changedBy string

読み取り専用

locationPath
locationPath LocationPathArrayType
tid
tid uuid

テナント識別子

title
title string
parentId
parentId uuid
internalId
internalId uuid
validFrom
validFrom date
validTo
validTo date
furtherInformation
furtherInformation string
grossArea
grossArea AreaValueType
registrationNumberOfDeed
registrationNumberOfDeed array of string
plotNumber
plotNumber array of string
subPlotNumber
subPlotNumber array of string
easementBelongingToDeed
easementBelongingToDeed array of string
admissableSiteOccupancyIndex
admissableSiteOccupancyIndex number
admissableCubicIndex
admissableCubicIndex number
actualFloorSpaceIndex
actualFloorSpaceIndex number
actualSiteOccupancyIndex
actualSiteOccupancyIndex number
actualCubicIndex
actualCubicIndex number
associatedPortfolioId
associatedPortfolioId uuid
associatedBuildingIds
associatedBuildingIds array of uuid

サブエリア

名前 パス 説明
id
id uuid
type EntityType
changedOn
changedOn date

読み取り専用

changedBy
changedBy string

読み取り専用

locationPath
locationPath LocationPathArrayType
tid
tid uuid

テナント識別子

title
title string
parentId
parentId uuid
internalId
internalId uuid
validFrom
validFrom date
validTo
validTo date
furtherInformation
furtherInformation string

PortfolioTypeWithPagination

名前 パス 説明
totalCount
totalCount integer
items
items array of Portfolio

SiteTypeWithPagination

名前 パス 説明
totalCount
totalCount integer
items
items array of Site

BuildingTypeWithPagination

名前 パス 説明
totalCount
totalCount integer
items
items array of Building

FloorTypeWithPagination

名前 パス 説明
totalCount
totalCount integer
items
items array of Floor

RoofsTypeWithPagination

名前 パス 説明
totalCount
totalCount integer
items
items array of Roof

FacadesTypeWithPagination

名前 パス 説明
totalCount
totalCount integer
items
items array of Facade

OutsideareasTypeWithPagination

名前 パス 説明
totalCount
totalCount integer
items
items array of Outsidearea

SubareasTypeWithPagination

名前 パス 説明
totalCount
totalCount integer
items
items array of Subarea

LandsTypeWithPagination

名前 パス 説明
totalCount
totalCount integer
items
items array of Land

SpacesTypeWithPagination

名前 パス 説明
totalCount
totalCount integer
items
items array of Space

AssociatedSpacesTypeWithPagination

名前 パス 説明
totalCount
totalCount integer
items
items array of Space