共用方式為


奧布斯無限

OrbusInfinity 使架構團隊能夠生成企業的數字藍圖,並根據現在和未來的業務統一視圖做出明智的決策。 建立自訂自動化,以在資料存放庫中建立、讀取和更新物件和關係。

此連接器適用於以下產品和區域:

服務 Class Regions
副駕駛工作室 進階 除下列區域外的所有 Power Automate 區域
     - 美國政府 (GCC)
     - 美國政府(海灣合作委員會高中)
     - 由 21Vianet 營運的中國雲
     - 美國國防部 (DoD)
邏輯應用程式 標準 所有 Logic Apps 區域, 但下列區域除外:
     - Azure Government 區域
     - Azure 中國區域
     - 美國國防部 (DoD)
Power Apps 進階 除下列區域外的所有 Power Apps 區域
     - 美國政府 (GCC)
     - 美國政府(海灣合作委員會高中)
     - 由 21Vianet 營運的中國雲
     - 美國國防部 (DoD)
Power Automate(自動化服務) 進階 除下列區域外的所有 Power Automate 區域
     - 美國政府 (GCC)
     - 美國政府(海灣合作委員會高中)
     - 由 21Vianet 營運的中國雲
     - 美國國防部 (DoD)
連絡人​​
名稱 Orbus 軟體
URL https://support.orbussoftware.com
Email support@orbussoftware.com
連接器中繼資料
Publisher Orbus 軟體
網站 https://www.orbussoftware.com
隱私策略 https://www.orbussoftware.com/privacy-policy
類別 網站;資料

OrbusInfinity 連接器

OrbusInfinity 是真正的 SaaS 多租戶解決方案,提供終極平台來實現您的數位轉型。

OrbusInfinity 直接與 Microsoft Office 集成,讓您可以輕鬆地將數據與 OrbusInfinity 存儲庫鏈接、交換、可視化和同步。

OrbusInfinity 連接器建立在 OrbusInfinity API 之上,並提供方便地與平台互動的操作。

發行商: Orbus Software

先決條件

若要使用連接器,您需要:

  • Power Automate 方案,可存取進階連接器
  • OrbusInfinity 訂閱,包括 API 存取
  • OrbusInfinity 帳戶

Authentication

  • o具有隱式流程的Auth2身份驗證
  • 您必須通過身份驗證才能執行下列任何操作

支援的作業

行動 Description
物件取得 取得物件及其詳細資料
物件貼文 建立新物件
物件變成單一 取得物件的詳細資料
物件刪除 刪除物件
物件修補程式 更新現有物件的屬性值
關係得到 取得關係及其詳細資料
關係帖子 建立新的關係
人際關係變得單身 獲取關係的詳細信息
關聯性刪除 刪除關係
關係修補程式 更新現有關係的屬性值
發布 Webhook 使用請求的事件建立觸發程序
刪除 Webhook 刪除現有的 Webhook

物件

配置和管理模型物件的作業。

物件取得

GET /odata/Objects

取得物件及其詳細資料

預設回應包括最近在 OrbusInfinity 中建立的 50 個物件清單,以及其最上層屬性。 使用下列 OData 參數來篩選、排序、展開其他屬性,以及只選取輸出中指定的屬性。

參數

名稱 In 類型 為必填項目 Description
$select 查詢 字串 假的 要包含在回應中每個物件的屬性子集。 如果留空,則會傳回預設屬性。
$expand 查詢 字串 假的 要包含在回應中每個物件的其他屬性 (以及預設屬性)。
您還可以請求以下屬性: ModelObjectTypeAttributeValuesAttributeValuesFlatCreatedByLockedByLastModifiedByDetail
$過濾器 查詢 字串 假的 您篩選結果中物件的運算式。 您可以依下列內容的值來篩選物件: ObjectId、 、 ModelDateCreatedCreatedByIdAttributeValuesDetailObjectTypeLastModifiedByIdCreatedByLastModifiedByObjectTypeIdLockedByIdLockedByLockedOnIsApprovedModelIdLastModifiedDateName
表示式的最小和預設數目為 0;最大值——100。
$orderby 查詢 字串 假的 依選取屬性在回應中排序物件的順序。 例如,輸入 Name desc 以屬性 Name遞減順序要求物件。
表示式的最小和預設數目為 0;最大值——5。
$top 查詢 整數(int32) 假的 最近在 OrbusInfinity 中建立的物件計數,要包含在回應中。 最小值為 0;最高值——50。
例如,輸入以 20 傳回最近在 OrbusInfinity 中建立的 20 個物件。
$skip 查詢 整數(int32) 假的 最近在 OrbusInfinity 中建立的物件計數,以從回應中排除。 最小值和預設值為 0;最高值——50。
例如,輸入以 20 略過最近在 OrbusInfinity 中建立的 20 個物件,並傳回下一個 50 個物件。
$count 查詢 布爾值 假的 如果為true,則會在回應中指定物件的總計數。 依預設,參數會設定為 false,這表示不會傳回總計數。

Responses

傳回動態回應。

物件貼文

POST /odata/Objects

建立新物件

您必須指定新物件的「物件類型 ID」、「模型 ID」和「識別屬性」。 使用 AttributeValuesFlat 屬性以索引鍵/值格式指定屬性值。

身體參數

參數

名稱 In 類型 為必填項目 Description
body body CreateObjectRequest值 true 新物件的屬性值。 指定 ObjectTypeIdModelIdName 建立物件。

詳細說明

body:新物件的屬性值。 指定 ObjectTypeIdModelIdName 建立物件。 選擇性地指定其他內容,遵循範例中的結構。

Responses

已建立新物件。 CreateObject回應

物件變成單一

GET /odata/Objects({key})

取得物件的詳細資料

預設回應僅包含最上層內容。 使用選擇性 OData 參數來展開其他屬性,並只選取指定的屬性。

參數

名稱 In 類型 為必填項目 Description
Key 路徑 字串(UUID) true GUID 格式的物件識別碼,例如 00000000-0000-0000-0000-000000000000
$select 查詢 字串 假的 要包含在回應中 Object 的屬性子集。 如果留空,則會傳回預設屬性。
$expand 查詢 字串 假的 要包含在回應中物件的其他屬性 (以及預設屬性)。
您還可以請求以下屬性: 、 、 、 CreatedByDetailApprovalDetailsAttributeValuesFlatLockedByAttributeValuesLastModifiedByRelatedObjectsObjectTypeModel

Responses

傳回動態回應。

物件刪除

DELETE /odata/Objects({key})

刪除物件

已刪除的物件會移至資源回收筒。

參數

名稱 In 類型 為必填項目 Description
Key 路徑 字串(UUID) true GUID 格式的物件識別碼,例如 00000000-0000-0000-0000-000000000000

Responses

刪除了物件。 刪除物件回應

物件修補程式

PATCH /odata/Objects({key})

更新現有物件的屬性值

使用 AttributeValuesFlat 屬性以索引鍵/值格式指定屬性值。 只會更新指定的屬性值。

身體參數

參數

名稱 In 類型 為必填項目 Description
Key 路徑 字串(UUID) true GUID 格式的物件識別碼,例如 00000000-0000-0000-0000-000000000000
body body UpdateObjectRequest值 true 要針對指定物件更新的屬性值。 針對每個屬性,指定

Responses

已更新物件。 UpdateObject回應

關係

配置和管理模型關係的作業。

關係得到

GET /odata/Relationships

取得關係及其詳細資料

預設回應包括最近在 OrbusInfinity 中建立的 50 個關係清單,以及其最上層內容。 使用下列 OData 參數來篩選、排序、展開其他屬性,以及只選取輸出中指定的屬性。

參數

名稱 In 類型 為必填項目 Description
包括交叉 查詢 布爾值 假的 如果為true,請在輸出中包含「交叉關係」。
$select 查詢 字串 假的 回應中要包含每個關聯性的內容子集。 如果留空,則會傳回預設屬性。
$expand 查詢 字串 假的 要包含在回應中每個關係的其他屬性 (以及預設屬性)。
您還可以請求以下屬性: LeadObjectLeadRelationshipMemberObjectRelationshipTypeModelAttributeValuesFlatAttributeValuesDetail
$過濾器 查詢 字串 假的 您篩選結果中關係的運算式。 您可以依下列屬性的值來篩選「關係」:RelationshipIdRelationshipTypeIdDetailLeadRelationshipIdModelMemberObjectIdModelIdRelationshipTypeLeadObjectId
表示式的最小和預設數目為 0;最大值——100。
$orderby 查詢 字串 假的 依選取的屬性,在回應中排序關係的順序。 例如,輸入 DateCreated desc 以依屬性 DateCreated遞減順序要求關係。
表示式的最小和預設數目為 0;最大值——5。
$top 查詢 整數(int32) 假的 最近在 OrbusInfinity 中建立的關係計數,要包含在回應中。 最小值為 0;最高值——50。
例如,輸入 20 以傳回最近在 OrbusInfinity 中建立的 20 個關係。
$skip 查詢 整數(int32) 假的 最近在 OrbusInfinity 中建立的關係計數,以從回應中排除。 最小值和預設值為 0;最高值——50。
例如,輸入 20 以略過最近在 OrbusInfinity 中建立的 20 個關係,並傳回下一個 50 個關係。
$count 查詢 布爾值 假的 如果為true,則會在回應中指定「關係」的總計數。 依預設,參數會設定為 false,這表示不會傳回總計數。

詳細說明

includeIntersectional:如果為true,則在輸出中包含Intersectional Relationships。 交叉關係具有屬性值 LeadRelationshipId ,而常規關係具有屬性值 LeadObjectId

Responses

傳回動態回應。

關係帖子

POST /odata/Relationships

建立新的關係

您必須為新關係指定「關係類型 ID」、「模型 ID」、「關係類型配對 ID」、「潛在客戶物件 ID」、「成員物件 ID」及「識別屬性」。 使用 AttributeValuesFlat 屬性以索引鍵/值格式指定屬性值。

身體參數

參數

名稱 In 類型 為必填項目 Description
body body 建立關係要求值 true 新關聯性的屬性值。 指定 RelationshipTypeIdModelIdRelationshipTypePairIdLeadModelItemIdMemberModelItemId 建立「關係」。

Responses

建立了新的關係。 建立關係回應

人際關係變得單身

GET /odata/Relationships({key})

獲取關係的詳細信息

預設回應僅包含最上層內容。 使用選擇性 OData 參數來展開其他屬性,並只選取指定的屬性。

參數

名稱 In 類型 為必填項目 Description
Key 路徑 字串(UUID) true GUID 格式的關聯性識別碼,例如 00000000-0000-0000-0000-000000000000
$select 查詢 字串 假的 要包含在回應中 [關係] 的屬性子集。 如果留空,則會傳回預設屬性。
$expand 查詢 字串 假的 要包含在回應中關係的其他屬性 (以及預設屬性)。
您還可以請求以下屬性: LeadObjectLeadRelationshipMemberObjectDetailAttributeValuesApprovalDetailsRelationshipTypeModelAttributeValuesFlat

Responses

傳回動態回應。

關聯性刪除

DELETE /odata/Relationships({key})

刪除關係

已刪除的關係會移至資源回收筒。

參數

名稱 In 類型 為必填項目 Description
Key 路徑 字串(UUID) true GUID 格式的關聯性識別碼,例如 00000000-0000-0000-0000-000000000000

Responses

刪除了關係。 刪除關係回應

關係修補程式

PATCH /odata/Relationships({key})

更新現有關係的屬性值

使用 AttributeValuesFlat 屬性以索引鍵/值格式指定屬性值。 只會更新指定的屬性值。

身體參數

參數

名稱 In 類型 為必填項目 Description
Key 路徑 字串(UUID) true GUID 格式的關聯性識別碼,例如 00000000-0000-0000-0000-000000000000
body body UpdateRelationshipRequest值 true 要針對指定關係更新的屬性值。 針對每個屬性,指定

Responses

更新了關係。 UpdateRelationship回應

Webhooks

管理 Webhook 的作業。

發布 Webhook

POST /odata/Webhooks

當事件發生時

使用所要求的事件建立觸發程序,因此當該事件發生在 OrbusInfinity 中時,會通知位於所提供 URL 的應用程式。

身體參數

參數

名稱 In 類型 為必填項目 Description
body body CreateWebhook請求 true 包含 Webhook 資訊的要求。

Responses

SaveWebhook回應

刪除 Webhook

DELETE /odata/Webhooks({key})

刪除現有的 Webhook

提供 Webhook 識別碼來刪除現有的 Webhook。

參數

名稱 In 類型 為必填項目 Description
Key 路徑 整數(int32) true Webhook 識別碼。

Responses

DeleteWebhook回應

Schemas

Webhook已儲存

屬性

名稱 類型 為必填項目 限制 Description
webhookId 整數(int32) 假的 none Webhook 的 ID。

物件已建立

屬性

名稱 類型 為必填項目 限制 Description
名稱 字串 假的 none 已建立物件的名稱。
objectId 字串(UUID) 假的 none 已建立物件的 ID。
modelId 字串(UUID) 假的 none 已建立物件的模型識別碼。
objectTypeId 字串(UUID) 假的 none 已建立物件的物件類型 ID。

物件已刪除

屬性

名稱 類型 為必填項目 限制 Description
objectId 字串(UUID) 假的 none 已刪除物件的 ID。
objectName 字串 假的 none 已刪除物件的名稱。

物件已更新

屬性

名稱 類型 為必填項目 限制 Description
objectId 字串(UUID) 假的 none 物件的 ID。
名稱 字串 假的 none 物件的名稱。

RelationshipCreated(關係已建立)

屬性

名稱 類型 為必填項目 限制 Description
關係標識碼 字串(UUID) 假的 none 關係的 ID。
leadObjectId 字串(UUID) 假的 none 關係的 Lead 物件的 ID。
leadRelationshipId 字串(UUID) 假的 none 關係的 Lead Relationship 的 ID。 用於交叉關係。
memberObjectId 字串(UUID) 假的 none 關係成員物件的識別碼。

關係已刪除

屬性

名稱 類型 為必填項目 限制 Description
deletedRelationshipId 字串(UUID) 假的 none 已刪除關係的 ID。

關係更新

屬性

名稱 類型 為必填項目 限制 Description
關係標識碼 字串(UUID) 假的 none 關係的 ID。

訊息類別

價值觀
錯誤
警告
資訊

訊息代碼

價值觀
屬性指派不存在
DocumentTypeMustBelongToAModellingSolution
DocumentTypeHasDocuments
CustomDocumentTypeHasDocuments
DuplicateDocumentTypeInModelling解決方案
DuplicateObjectTypeInModelling解決方案
無效文件類型類別
DocumentTypeCategory不符
CustomDocumentType不支援
CustomDocumentTypeMustHaveAtLeastOne檔案副檔名
DocumentTypeFileExtensionNotSupportedForCustomCategory
IdentifyingAttributeAssignmentWithInstancesExists
DocumentTypeDoesNotExist
DocumentTypeNameIs無效
DocumentTypeFilename無效
DocumentTypePrimaryTemplateAlreadyExists
DocumentTypeDoesNotSupportAncillaryTemplateFiles
MissingDocumentTypeTemplateFile
MissingDocumentTypePrimaryTemplateFile
MultipleDocumentTypePrimaryTemplateFiles
DocumentTypeFileExtensionNotSupportedForCategory
TemplateFilenamesMustBeUnique
內容類型保存作業失敗
InvalidDocumentTypeRelationshipType
MetamodelItemMustBelongToAModellingSolution
ParentObjectType不存在
ObjectTypeHasCircularReference
物件類型HasNotChanged
模型不存在
MetamodelItemIsNotUniqueToModelling解決方案
MetamodelItemNotInModel
MetamodelItemIsSystemLocked
元模型項目是隱藏
MetamodelItemIsAlreadyVisible
MetamodelItemIsNotApprovable
MetamodelItemHasNotRequired類別
MetamodelItemHasNotAttributeAssignment
MetamodelItemHasNotCommonSolutionsWithIdentifyingAttribute
屬性已刪除
物件類型已刪除
RelationshipTypes已刪除
相依模型項目存在
ModelItemsDoesNotHaveComponents
ModelItemIsNotComponentOfDocumentType
RelationshipPairMembersAreNotComponentsOfDocument
MultipleDuplicateMetamodel項目
實體已經受保護
EntityIsAlreadyUnprotected
屬性不存在
AttributeDoesNotExistByName
屬性DoesNotExistByKey
AttributeNotAssignedToMetamodelItem
屬性是NotIdentifying屬性
AttributeNotInModelling解決方案
AttributeAssignmentCannot被編輯
IdentifyingAttributeAssignmentExists
InheritedAttributeAssignment存在
MultipleDuplicateAttributes
屬性類別不相符
AttributeDateTimeDateOnly
屬性日期時間MaximumIsNotDateOnly
AttributeDateTimeMinimumIsNotDateOnly
屬性值超連結不Uri
屬性值已提交
AttributeHyperlinkDisplayValue提供
AttributeHyperlinkUriNotProvided
AttributeMultipleValues提供
屬性HyperlinkValueTooLong
屬性HyperlinkDisplayValueTooLong
屬性PersonOrGroupIsGroup
屬性值PersonOrGroupNotInGroup
屬性編號最大值超過限制
AttributeNumberMinimumValueExceedsLimits
屬性最小數精確度是不等於精確值
屬性最大數精確度IsNotEqualToPrecision值
屬性貨幣最大值超過限制
AttributeCurrencyMinimumValueExceedsLimits
屬性貨幣最大值無效精確度
AttributeCurrencyMinimumValueInvalidPrecision
屬性文字最小值超過限制
屬性文字最大值超過限制
屬性不存在
AttributeWithNameAlreadyExists
無效的 IsoCurrencySymbol
屬性編號精確度是範圍之外
屬性最小值是大於最大值
AttributeCurrencyMinimumValueIsGreaterThanMaximumValue
AttributeDateTimeMinimumValueIsGreaterThanMaximumValue
AttributeNumberMinimumValueIsGreaterThanMaximumValue
AttributeTextMinimumLengthValueIsGreaterThanMaximumLengthValue
UnableToAssignReadOnly屬性
UnableToAssignHidden屬性
UnableToDeleteSystemAttributeAssignment
MappedImportWorksheetSettingsDoesNotExist
MappedImportWorksheetSettingsDoesNotBelongToUser
ModelDoesNotHaveSubsetOfModellingSolutions
模型名稱不唯一
ModelNameValueNot提供
ModelIs已停用
ModelIs已啟用
模型已停用
模型已啟用
建模解決方案AreNotUnique
識別屬性無法重要
MultipleIdentifyingAttributeAssignments
屬性已指派
MetamodelItemHas實例
識別屬性建模解決方案AreNotValid
ObjectTypeIsParentOr子項
UnableToAssignSystemAttributes
AttributeIsNotAssignedToMetamodelItem
ExternalDocumentDoesNotExist
DocumentDoesNotExist
屬性選擇重複項
AttributeChoiceDoesNotExists
屬性選擇不存在
屬性選擇值是不存在
屬性選擇值是不唯一
IdentifyingAttributeDoesNotShareAllMetamodelItemsSolutions
屬性是識別屬性
ModelItemIsSoftDeleted
ModelItemIsNotSoftDeleted
ModellingSolutionDoesNotExist
ModelItemReuseDeletionRequired(必須)
ObjectIsReuse
ObjectIs變體
ObjectIsReused
RelationshipDeletionRequired
FeedbackDeletionRequired(需要的)刪除
ViewModellingSolutionIdsNotAllowedOnCollectionView
ViewMustBelongToAModelling解決方案
AdHocViewsCannotContainRuntimeParameters
ViewDimensions必要
TraceabilityViewFilterSetMustContainFilters
TraceabilityViewFilterCannotHaveMoreColumns
ViewDimensionRequire群組
ViewFilterGroupRequireViewFilters
ViewFilterGroupHasIncorrectPositions
InvalidViewDimensionCategories
ViewFilterCategoryNotAllowedInCollectionView
ViewFilterHasTooManyIdentifyingParameters
ViewFilterIsMissingIdentifying參數
ViewFilterHasTooManyRuntimeParameters
ViewFilterIsMissingRuntime參數
ViewFilterParameterValuesNotProvided
ViewFilterParameterValuesProvidedForRuntimeParameter
ViewFilterParameterValuesProvidedForNullOperator參數
ViewFilterParameterOperatorNotSupported
ViewFilterParameterCategoryNotSupported
ViewFilterParameterValueTextIsTooLong
MetamodelItemCategory不支援
ViewModelIdParameterMustBeRuntime
ViewGenerationStorageExpiredOrEmpty
ViewGenerationStorageNotAvailableForSavedParameters
ViewDimensionDoesNot存在
ViewFilterParameterRuntimeMissing
ViewFilterParameterRuntimeNotNeeded
ModelNotAvailableToAnyViewModelling解決方案
ModelNotAvailableToAllViewModelling解決方案
重要屬性值未提供
DisplayAttributeValueNot提供
UniqueAttributeValueNotUnique
屬性值NumberOutOfRange
屬性值NumberOutOfRangeLowerOnly
AttributeValueNumberOutOfRangeUpperOnly
屬性值貨幣OutOfRange
AttributeValueCurrencyOutOfRangeLowerOnly
AttributeValueCurrencyOutOfRangeUpperOnly
屬性值TextOutOfRange
AttributeValueTextOutOfRangeLowerOnly
AttributeValueTextOutOfRangeUpperOnly
屬性值日期時間OutOfRange
AttributeValueDateTimeDateOnly 屬性值
AttributeValueDateTimeOutOfRangeLowerOnly
AttributeValueDateTimeOutOfRangeUpperOnly
屬性值TextPlainTextMissing
屬性值貨幣無效精確度
屬性值數無效精確度
屬性值選擇重複現有選擇
屬性值不選擇
屬性值選擇無效父項
AttributeValueChoiceMultipleValues提供
AttributeValueHyperlinkMultipleValues提供
AttributeValuePersonOrGroupMultipleValues提供
屬性值BothPersonAndGroupHaveValue
MultipleDuplicateAttributeValues
AttributePersonOrGroup無效
UnableToDeleteGlobalAttribute
UnableToUpdateGlobalAttribute
UnableToDeleteSystem屬性
UnableToUpdateSystem屬性
UnableToUpdateNameOrSolutionForGlobalAttribute
UnableToUpdateConfigurationForGlobalAttribute
UnableToUpdateConfigurationForAssignedAttribute
ProtectedAttributeConfiguration已變更
受保護的MetamodelItemHasChanged
ProtectedObjectType已變更
ProtectedRelationshipType已變更
ModelItemDoesNot存在
MetamodelItemDoesNot存在
模型項目相似
ModelItemIs鎖定
ModelItemIs已解除鎖定
ModelItemIsNot物件
ModelItemIsNot關係
ModelItemIsNotApprovable
ModelItemIsNotPending檢閱
ModelItemIsAlreadyPending檢閱
ModelItemVersionIsNot最後
ModelItemsTypeNotEquals
ModelItems等於
ModelItemIs已停用
ModelItemsActivated停用
ModelItems已停用
ModelItems已啟用
UserIsNotInApprovers清單
IdentifyingAttributeValueNotProvided
物件相似
關係相似
LeadObject不存在
LeadRelationship不存在
成員物件不存在
NoValidRelationshipType存在
RelationshipTypePairDoesNotExist
ProtectedSolutionDoesNotContainLeadAndMember
RelationshipTypePairIsNotAssignedToRelationshipType
RelationshipTypePairIs停用
RelationshipTypePairIsNotValid
UpdateSelfReferencePairInCaseOfHierarchicalDirectionDoesNotExist
DeleteSelfReferencePairInCaseOfHierarchicalDirectionDoesNotExist
重複關係類型配對
ObjectCapacityIsApproaching
ObjectCapacityIsAvailable
許可拒絕功能
PermissionDeniedModel
許可拒絕模型項目
PermissionDeniedLeadModelItem
PermissionDeniedMemberModelItem
PermissionDeniedModelModelItem
PermissionDeniedModelMetamodelItem
PermissionDeniedDataImport
PersonNotInAny角色
DependentModelItemsCannotBeUnlocked
許可拒絕模型管理
群組不存在
人員不存在
DuplicateGroup指定
重複人員指定
DuplicateMetamodelItemInModelling解決方案
SolutionIsAssignedToModels
解決方案不存在
解決方案已經存在
Webhook不存在
WebhookWithSameData已經存在
WebhookEventTypeIsNotValid
WebhookUrlIsNotValid
WebhookExpirationDateIsNotValid
WebhookUrl無法被驗證
DocumentFilePathIs無法存取
LicenseKey為無效
授權無效
SecretHasTooMany角色
通知不存在
NotificationDoesNotBelongToUser
DocumentIs對應項目連結
ModelItemIsCounterpart連結
物件對應項連結
DocumentLinkDoesNotExist
DocumentComponent不存在
元件不存在
SingleRepresentationSituationDoesNot存在
ComponentRepresentationSituationNotValid
MetamodelEntityIsProtected
MetamodelEntityIsNotProtected
AttributeAssignmentOfChildObjectTypeCannotBeProtected
SolutionWithProtectedAttributeAssignmentsCannotBeUnprotected
ObjectCapacityIsExceeded
MetamodelItemApproversEntriesExceedMaximumLimit
DuplicatedDocumentTypeLink指定
ClientForVisioDocumentTypeIsInvalid
DocumentUrlIs無效
DocumentPageIsOutOfRange
DocumentExportFormatIs無效
DataFileIsInvalid
ImportFileDoesNot存在
ImportFileCanNotBeOpened
ImportFileRequiredWorksheetMissing
ImportFileWorksheetFromMappingsMissing
ImportFileXmlSchemaIsInvalid
ImportFailedUnknown錯誤
ImportIs無效
MetamodelItemIsAlreadyHidden
RelationshipTypePairIsAlready隱藏
RelationshipTypePairIsAlreadyActive
AttributeAssignments已刪除
AttributeAssignments已認可
文件已刪除
SharePointSiteSet
文件已註冊
DocumentType已建立
文件類型已刪除
文件類型已更新
DocumentTypeTemplateFiles已儲存
DocumentTypeMetamodelItems已儲存
屬性分類已儲存
屬性已建立
屬性更新
ModelItems重複使用
ModelItems已刪除
物件已建立
物件已更新
物件已建立
物件已更新
物件略過
物件複製
物件已刪除
物件已刪除
物件合併
物件重新分類
物件重新分類
物件關係合併
RelationshipCreated(關係已建立)
關係創建
關係複製
關係更新
關係更新
關係已刪除
關係已刪除
關係跳過
RelationshipTypeDoesNotExist
RelationshipTypePairs已刪除
關係合併
LeadToMemberDirection空白
MemberToLeadDirection空白
RepresentationSituationIsNotValid
IntersectionalRelationshipRepresentationIsNotValid
IntersectionalRelationshipTypeWithSamePairAlreadyExists
IntersectionalRelationshipTypeCannotHavePairsWithAnyLeadOrMember
RelationshipTypeHasNoPairs
DuplicateRelationshipTypeInModellingSolution
DocumentManagementSystem已擷取
ObjectType已建立
解決方案已建立
解決方案已刪除
Webhook已儲存
Webhook已刪除
MappedImportWorksheetSettingsCreated
MappedImportWorksheetSettingsUpdated
模型複製
ModelItems複製
模型項目鎖定
模型項目解鎖
ModelItemApproval已要求
ModelItemApprovalRequest已完成
ModelItemsNotApprovable
模型已建立
模型更新
Notification已建立
NotificationDataHasIncorrectType
NotificationEndDatePrecedesStartDate
兩者NotificationProgressCountsAndPercentAreSet
通知已刪除
通知已清除
通知閱讀
通知閱讀全部
通知更新
RelationshipType已更新
RelationshipType已建立
RelationshipTypes已建立
RelationshipTypePair已更新
RelationshipTypePairs已建立
文件已建立
文件更新
DocumentCounterpart已指派
DocumentCounterpart未指派
文件對應項目已刪除
DocumentCounterparts已建立
文件對應項目已更新
DocumentCounterparts重新指派
DocumentFilePathIsInvalid
DocumentModelRootPathIsNotValid
DocumentFilePathIsTooLong
DocumentFilenameRequiresFileExtension
DocumentFilenameContainsInvalidCharacters
DocumentFileExtensionNotSupportedForCategory
DocumentFileExtensionNotSupportedForCustomCategory
DocumentFileExtensionNotSupportedForFileTypeFilter
DocumentAlreadyExists
文件有對應物
DocumentTypeLinks已刪除
DocumentTypeLinkDoesNotExist
DocumentTypeLinkIs繼承
繼承文件連結已經存在
DocumentTypeLinkAlreadyExists
MetamodelItemIsNotAnObjectType
MetamodelItemIsNotARelationshipType
DocumentTypeLink已建立
DocumentTypeLinks已建立
物件類型已更新
請求無法處理
LeadObjectType不存在
MemberObjectTypeDoesNotExist
文件元件已更新
文件元件已更新
DocumentComponent已刪除
DocumentComponent已建立
DocumentComponents已建立
DocumentTypeComponents已更新
DocumentTypeComponent已經存在
DocumentTypeComponentDoesNot存在
MetamodelItemHasDocumentComponents
DocumentTypeCategoryIsNotVisioType
DocumentTypeCategoryIsVisioType
DocumentTypeComponents已建立
DocumentTypeComponents已刪除
DocumentTypeRelationshipTypeEndpointsDoNotExist
DocumentTypeTemplate已更新
MetamodelEntitiesLocked
MetamodelEntityIsLocked
MetamodelEntities已解鎖
回收站已清除
EntitiesProtectionState已套用
MetamodelItemApprovalInformationHasChanged
DocumentHasDifferentDocumentType
ExternalDocumentDoesNotHaveExternalDocumentId
LeadRelationshipType不存在
IntersectionalRelationshipTypeUsageCannotBeUpdated
RelationshipTypeUsageCannotBeUpdated
RelationshipTypeUsageIsNotValid
MetamodelItem已停用
MetamodelItems已停用
描述IsInvalid
RelationshipTypePairActivated
RelationshipTypePairs已啟用
RelationshipTypePair停用
RelationshipTypePairs已停用
MetamodelItem已啟用
MetamodelItems已啟用
FailedToSaveRelationshipTypeConnectedToDetails
MemberModelItemIsNotObject
LeadModelItemIsNotObject
LeadModelItemIsNot關係
工作區已建立
工作區已建立
工作區容量已超過WorkspaceCapacityIsExceeded
工作區名稱是不唯一
工作區已更新
工作區已更新
工作區不存在
命令已驗證
工作區已刪除
工作區已刪除
MetamodelItemNotInWorkspace
WorkspaceObject已建立
ObjectIsNotAvailableInWorkspace
許可權拒絕刪除工作區
LicenseTypesRecalculated
定價TierIsNotValid
權限已拒絕
內部伺服器錯誤
錯誤的請求
未找到
禁止
請求已接受
覆寫全部

Message

屬性

名稱 類型 為必填項目 限制 Description
訊息類別 訊息類別 假的 none 指出訊息的類型。
messageCode 訊息代碼 假的 none none
訊息 字串 假的 唯讀 訊息內容。

OperationMessage.Webhook已保存

屬性

名稱 類型 為必填項目 限制 Description
messageDefinition Webhook已儲存 假的 none none
訊息類別 訊息類別 假的 none 指出訊息的類型。
messageCode 訊息代碼 假的 none none
訊息 字串 假的 唯讀 訊息內容。

OperationMessage.Object已建立

屬性

名稱 類型 為必填項目 限制 Description
messageDefinition 物件已建立 假的 none none
訊息類別 訊息類別 假的 none 指出訊息的類型。
messageCode 訊息代碼 假的 none none
訊息 字串 假的 唯讀 訊息內容。

OperationMessage.Object刪除

屬性

名稱 類型 為必填項目 限制 Description
messageDefinition 物件已刪除 假的 none none
訊息類別 訊息類別 假的 none 指出訊息的類型。
messageCode 訊息代碼 假的 none none
訊息 字串 假的 唯讀 訊息內容。

OperationMessage.Object已更新

屬性

名稱 類型 為必填項目 限制 Description
messageDefinition 物件已更新 假的 none none
訊息類別 訊息類別 假的 none 指出訊息的類型。
messageCode 訊息代碼 假的 none none
訊息 字串 假的 唯讀 訊息內容。

OperationMessage.RelationshipCreated

屬性

名稱 類型 為必填項目 限制 Description
messageDefinition RelationshipCreated(關係已建立) 假的 none none
訊息類別 訊息類別 假的 none 指出訊息的類型。
messageCode 訊息代碼 假的 none none
訊息 字串 假的 唯讀 訊息內容。

OperationMessage.RelationshipDeleted

屬性

名稱 類型 為必填項目 限制 Description
messageDefinition 關係已刪除 假的 none none
訊息類別 訊息類別 假的 none 指出訊息的類型。
messageCode 訊息代碼 假的 none none
訊息 字串 假的 唯讀 訊息內容。

OperationMessage.Relationship已更新

屬性

名稱 類型 為必填項目 限制 Description
messageDefinition 關係更新 假的 none none
訊息類別 訊息類別 假的 none 指出訊息的類型。
messageCode 訊息代碼 假的 none none
訊息 字串 假的 唯讀 訊息內容。

CreateWebhook請求

屬性

名稱 類型 為必填項目 限制 Description
密碼 字串 假的 none 接收者密碼。
eventType 字串 true none 訂閱事件型別。
url 字串 true none 接收者網址。
到期日期 字串(日期-時間) 假的 none 取得或設定到期日。 如果未提供到期日,則一個值
預設情況下,將使用 (通常在建立日期後 6 個月)。

DeleteWebhook回應

屬性

名稱 類型 為必填項目 限制 Description
布爾值 假的 none 表示作業成功。
messages Message 假的 唯讀 回應訊息。

SaveWebhook回應

屬性

名稱 類型 為必填項目 限制 Description
success訊息 OperationMessage.Webhook已保存 假的 none none
布爾值 假的 none 表示作業成功。
messages Message 假的 唯讀 回應訊息。

CreateObjectRequest值

屬性

名稱 類型 為必填項目 限制 Description
objectTypeId 字串(UUID) true none 物件類型的 ID。
屬性值平面 物件 假的 none 屬性值的索引鍵值組。
additionalProperties any 假的 none none
modelId 字串(UUID) true none 模型的 ID。

代表建立物件作業回應的模型。

UpdateObjectRequest值

屬性

名稱 類型 為必填項目 限制 Description
屬性值平面 物件 假的 none 屬性值的索引鍵值組。

CreateObject回應

屬性

名稱 類型 為必填項目 限制 Description
success訊息 OperationMessage.Object已建立 假的 none none
操作類型 作業類型 假的 none none
實體類型 實體類型 假的 none none
布爾值 假的 none 表示作業成功。
messages Message 假的 唯讀 回應訊息。

刪除物件回應

代表刪除物件作業回應的模型。

屬性

名稱 類型 為必填項目 限制 Description
success訊息 OperationMessage.Object刪除 假的 none none
操作類型 作業類型 假的 none none
實體類型 實體類型 假的 none none
布爾值 假的 none 表示作業成功。
messages Message 假的 唯讀 回應訊息。

UpdateObject回應

代表更新物件作業回應的模型。

屬性

名稱 類型 為必填項目 限制 Description
success訊息 OperationMessage.Object已更新 假的 none none
操作類型 作業類型 假的 none none
實體類型 實體類型 假的 none none
布爾值 假的 none 表示作業成功。
messages Message 假的 唯讀 回應訊息。

建立關係要求值

屬性

名稱 類型 為必填項目 限制 Description
關係類型Id 字串(UUID) true none 關係類型的識別碼。
關係類型PairId 字串(UUID) 假的 none 如果關係類型對。
leadModelItemId 字串(UUID) true none 關係的潛在客戶模型專案的識別碼。
memberModelItemId 字串(UUID) true none 關係成員模型專案的識別碼。
屬性值平面 物件 假的 none none
modelId 字串(UUID) true none 模型的 ID。

UpdateRelationshipRequest值

屬性

名稱 類型 為必填項目 限制 Description
屬性值平面 物件 假的 none none

建立關係回應

屬性

名稱 類型 為必填項目 限制 Description
success訊息 OperationMessage.RelationshipCreated 假的 none none
操作類型 作業類型 假的 none none
實體類型 實體類型 假的 none none
布爾值 假的 none 表示作業成功。
messages Message 假的 唯讀 回應訊息。

刪除關係回應

屬性

名稱 類型 為必填項目 限制 Description
success訊息 OperationMessage.RelationshipDeleted 假的 none none
操作類型 作業類型 假的 none none
實體類型 實體類型 假的 none none
布爾值 假的 none 表示作業成功。
messages Message 假的 唯讀 回應訊息。

UpdateRelationship回應

屬性

名稱 類型 為必填項目 限制 Description
success訊息 OperationMessage.Relationship已更新 假的 none none
操作類型 作業類型 假的 none none
實體類型 實體類型 假的 none none
布爾值 假的 none 表示作業成功。
messages Message 假的 唯讀 回應訊息。

實體類型

價值觀
None
Solution
ObjectType
關係類型
關係類型配對
Attribute
屬性指派
DocumentType
文件類型連結
DocumentType元件
型號
物體
Relationship
文件
文件元件
工作空間
Role

OperationType

價值觀
Create
Update
刪除

正在建立連線

連接器支援下列驗證類型:

預設值 建立連線的參數。 所有區域 不可共享

預設

適用:所有地區

建立連線的參數。

這不是可共用的連線。 如果 Power App 與其他使用者共用,系統會明確提示其他使用者建立新連線。

名稱 類型 Description 為必填項目
OrbusInfinity API URL 字串 OrbusInfinity API URL。 例如:https://example-api.orbusinfinity.com

節流限制

名稱 呼叫 續約期間
每個連線的 API 呼叫 100 60 秒

動作

刪除物件

已刪除的物件會移至資源回收筒。

刪除關係

已刪除的關係會移至資源回收筒。

取得物件及其詳細資料

預設回應包括最近在 OrbusInfinity 中建立的 50 個物件清單,以及其最上層屬性。 使用下列 OData 參數來篩選、排序、展開其他屬性,以及只選取輸出中指定的屬性。

取得物件的詳細資料

預設回應僅包含最上層內容。 使用選擇性 OData 參數來展開其他屬性,並只選取指定的屬性。

取得關係及其詳細資料

預設回應包括最近在 OrbusInfinity 中建立的 50 個關係清單,以及其最上層內容。 使用下列 OData 參數來篩選、排序、展開其他屬性,以及只選取輸出中指定的屬性。

建立新物件

您必須指定新物件的「物件類型 ID」、「模型 ID」和「識別屬性」。 使用 AttributeValuesFlat 屬性以索引鍵/值格式指定屬性值。

建立新的關係

您必須為新關係指定「關係類型 ID」、「模型 ID」、「關係類型配對 ID」、「潛在客戶物件 ID」、「成員物件 ID」及「識別屬性」。 使用 AttributeValuesFlat 屬性以索引鍵/值格式指定屬性值。

更新現有物件的屬性值

使用 AttributeValuesFlat 屬性以索引鍵/值格式指定屬性值。 只會更新指定的屬性值。

更新現有關係的屬性值

使用 AttributeValuesFlat 屬性以索引鍵/值格式指定屬性值。 只會更新指定的屬性值。

獲取關係的詳細信息

預設回應僅包含最上層內容。 使用選擇性 OData 參數來展開其他屬性,並只選取指定的屬性。

刪除物件

已刪除的物件會移至資源回收筒。

參數

名稱 機碼 必要 類型 Description
Key
key True uuid

GUID 格式的物件識別碼,例如 00000000-0000-0000-0000-000000000000

傳回

代表刪除物件作業回應的模型。

刪除關係

已刪除的關係會移至資源回收筒。

參數

名稱 機碼 必要 類型 Description
Key
key True uuid

GUID 格式的關聯性識別碼,例如 00000000-0000-0000-0000-000000000000

傳回

取得物件及其詳細資料

預設回應包括最近在 OrbusInfinity 中建立的 50 個物件清單,以及其最上層屬性。 使用下列 OData 參數來篩選、排序、展開其他屬性,以及只選取輸出中指定的屬性。

參數

名稱 機碼 必要 類型 Description
$select
$select string

要包含在回應中每個物件的屬性子集。 如果留空,則會傳回預設屬性。

$expand
$expand string

要包含在回應中每個物件的其他屬性 (以及預設屬性)。
您還可以請求以下屬性: ModelObjectTypeAttributeValuesAttributeValuesFlatCreatedByLockedByLastModifiedByDetail

$過濾器
$filter string

您篩選結果中物件的運算式。 您可以依下列內容的值來篩選物件: ObjectId、 、 ModelDateCreatedCreatedByIdAttributeValuesDetailObjectTypeLastModifiedByIdCreatedByLastModifiedByObjectTypeIdLockedByIdLockedByLockedOnIsApprovedModelIdLastModifiedDateName
表示式的最小和預設數目為 0;最大值——100。

$orderby
$orderby string

依選取屬性在回應中排序物件的順序。 例如,輸入 Name desc 以屬性 Name遞減順序要求物件。
表示式的最小和預設數目為 0;最大值——5。

$top
$top integer

最近在 OrbusInfinity 中建立的物件計數,要包含在回應中。 最小值為 0;最高值——50。
例如,輸入以 20 傳回最近在 OrbusInfinity 中建立的 20 個物件。

$skip
$skip integer

最近在 OrbusInfinity 中建立的物件計數,以從回應中排除。 最小值和預設值為 0;最高值——50。
例如,輸入以 20 略過最近在 OrbusInfinity 中建立的 20 個物件,並傳回下一個 50 個物件。

$count
$count boolean

如果為true,則會在回應中指定物件的總計數。 依預設,參數會設定為 false,這表示不會傳回總計數。

傳回

代表 OData 格式支援的其他資訊。 它僅用於招搖文檔目的。

取得物件的詳細資料

預設回應僅包含最上層內容。 使用選擇性 OData 參數來展開其他屬性,並只選取指定的屬性。

參數

名稱 機碼 必要 類型 Description
Key
key True uuid

GUID 格式的物件識別碼,例如 00000000-0000-0000-0000-000000000000

$select
$select string

要包含在回應中 Object 的屬性子集。 如果留空,則會傳回預設屬性。

$expand
$expand string

要包含在回應中物件的其他屬性 (以及預設屬性)。
您還可以請求以下屬性: 、 、 、 CreatedByDetailApprovalDetailsAttributeValuesFlatLockedByAttributeValuesLastModifiedByRelatedObjectsObjectTypeModel

傳回

OData 物件實體。

取得關係及其詳細資料

預設回應包括最近在 OrbusInfinity 中建立的 50 個關係清單,以及其最上層內容。 使用下列 OData 參數來篩選、排序、展開其他屬性,以及只選取輸出中指定的屬性。

參數

名稱 機碼 必要 類型 Description
包括交叉
includeIntersectional boolean

如果為true,請在輸出中包含「交叉關係」。 交叉關係具有屬性值 LeadRelationshipId ,而常規關係具有屬性值 LeadObjectId

$select
$select string

回應中要包含每個關聯性的內容子集。 如果留空,則會傳回預設屬性。

$expand
$expand string

要包含在回應中每個關係的其他屬性 (以及預設屬性)。
您還可以請求以下屬性: LeadObjectLeadRelationshipMemberObjectRelationshipTypeModelAttributeValuesFlatAttributeValuesDetail

$過濾器
$filter string

您篩選結果中關係的運算式。 您可以依下列屬性的值來篩選「關係」:RelationshipIdRelationshipTypeIdDetailLeadRelationshipIdModelMemberObjectIdModelIdRelationshipTypeLeadObjectId
表示式的最小和預設數目為 0;最大值——100。

$orderby
$orderby string

依選取的屬性,在回應中排序關係的順序。 例如,輸入 DateCreated desc 以依屬性 DateCreated遞減順序要求關係。
表示式的最小和預設數目為 0;最大值——5。

$top
$top integer

最近在 OrbusInfinity 中建立的關係計數,要包含在回應中。 最小值為 0;最高值——50。
例如,輸入 20 以傳回最近在 OrbusInfinity 中建立的 20 個關係。

$skip
$skip integer

最近在 OrbusInfinity 中建立的關係計數,以從回應中排除。 最小值和預設值為 0;最高值——50。
例如,輸入 20 以略過最近在 OrbusInfinity 中建立的 20 個關係,並傳回下一個 50 個關係。

$count
$count boolean

如果為true,則會在回應中指定「關係」的總計數。 依預設,參數會設定為 false,這表示不會傳回總計數。

傳回

代表 OData 格式支援的其他資訊。 它僅用於招搖文檔目的。

建立新物件

您必須指定新物件的「物件類型 ID」、「模型 ID」和「識別屬性」。 使用 AttributeValuesFlat 屬性以索引鍵/值格式指定屬性值。

參數

名稱 機碼 必要 類型 Description
objectTypeId
objectTypeId True uuid

物件類型的 ID。

屬性值平面
attributeValuesFlat object

屬性值的索引鍵值組。

modelId
modelId True uuid

模型的 ID。

傳回

代表建立物件作業回應的模型。

建立新的關係

您必須為新關係指定「關係類型 ID」、「模型 ID」、「關係類型配對 ID」、「潛在客戶物件 ID」、「成員物件 ID」及「識別屬性」。 使用 AttributeValuesFlat 屬性以索引鍵/值格式指定屬性值。

參數

名稱 機碼 必要 類型 Description
關係類型Id
relationshipTypeId True uuid

關係類型的識別碼。

關係類型PairId
relationshipTypePairId uuid

如果關係類型對。

leadModelItemId
leadModelItemId True uuid

關係的潛在客戶模型專案的識別碼。

memberModelItemId
memberModelItemId True uuid

關係成員模型專案的識別碼。

屬性值平面
attributeValuesFlat object
modelId
modelId True uuid

模型的 ID。

傳回

更新現有物件的屬性值

使用 AttributeValuesFlat 屬性以索引鍵/值格式指定屬性值。 只會更新指定的屬性值。

參數

名稱 機碼 必要 類型 Description
Key
key True uuid

GUID 格式的物件識別碼,例如 00000000-0000-0000-0000-000000000000

屬性值平面
attributeValuesFlat object

屬性值的索引鍵值組。

傳回

代表更新物件作業回應的模型。

更新現有關係的屬性值

使用 AttributeValuesFlat 屬性以索引鍵/值格式指定屬性值。 只會更新指定的屬性值。

參數

名稱 機碼 必要 類型 Description
Key
key True uuid

GUID 格式的關聯性識別碼,例如 00000000-0000-0000-0000-000000000000

屬性值平面
attributeValuesFlat object

傳回

獲取關係的詳細信息

預設回應僅包含最上層內容。 使用選擇性 OData 參數來展開其他屬性,並只選取指定的屬性。

參數

名稱 機碼 必要 類型 Description
Key
key True uuid

GUID 格式的關聯性識別碼,例如 00000000-0000-0000-0000-000000000000

$select
$select string

要包含在回應中 [關係] 的屬性子集。 如果留空,則會傳回預設屬性。

$expand
$expand string

要包含在回應中關係的其他屬性 (以及預設屬性)。
您還可以請求以下屬性: LeadObjectLeadRelationshipMemberObjectDetailAttributeValuesApprovalDetailsRelationshipTypeModelAttributeValuesFlat

傳回

關係。

觸發程序

當事件發生時

使用所要求的事件建立觸發程序,因此當該事件發生在 OrbusInfinity 中時,會通知位於所提供 URL 的應用程式。

當事件發生時

使用所要求的事件建立觸發程序,因此當該事件發生在 OrbusInfinity 中時,會通知位於所提供 URL 的應用程式。

參數

名稱 機碼 必要 類型 Description
密碼
secret string

接收者密碼。

eventType
eventType True string

訂閱事件型別。

到期日期
expirationDate date-time

取得或設定到期日。 如果未提供到期日,則預設會使用一個值 (通常在建立日期後 6 個月)。

傳回

定義

OfficeArchitect.Contracts.Message.Definition.MessageDefinition

名稱 路徑 類型 Description
object

OfficeArchitect.Contracts.Message.Definition.Object.ObjectCreated_Level2

名稱 路徑 類型 Description
名稱
name string

已建立物件的名稱。

objectId
objectId uuid

已建立物件的 ID。

modelId
modelId uuid

已建立物件的模型識別碼。

objectTypeId
objectTypeId uuid

已建立物件的物件類型 ID。

OfficeArchitect.Contracts.Message.Definition.Object.ObjectDeleted_Level2

名稱 路徑 類型 Description
objectId
objectId uuid

已刪除物件的 ID。

objectName
objectName string

已刪除物件的名稱。

OfficeArchitect.Contracts.Message.Definition.Object.ObjectUpdated_Level2

名稱 路徑 類型 Description
objectId
objectId uuid

物件的 ID。

名稱
name string

物件的名稱。

OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipCreated_Level2

名稱 路徑 類型 Description
關係標識碼
relationshipId uuid

關係的 ID。

leadObjectId
leadObjectId uuid

關係的 Lead 物件的 ID。

leadRelationshipId
leadRelationshipId uuid

關係的 Lead Relationship 的 ID。 用於交叉關係。

memberObjectId
memberObjectId uuid

關係成員物件的識別碼。

OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipDeleted_Level2

名稱 路徑 類型 Description
deletedRelationshipId
deletedRelationshipId uuid

已刪除關係的 ID。

OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipUpdated_Level2

名稱 路徑 類型 Description
關係標識碼
relationshipId uuid

關係的 ID。

OfficeArchitect.Contracts.Message.MessageCategory

指出訊息的類型。

指出訊息的類型。

OfficeArchitect.Contracts.Message.MessageCode

OfficeArchitect.Contracts.Message.Message_Level1

名稱 路徑 類型 Description
訊息類別
messageCategory OfficeArchitect.Contracts.Message.MessageCategory

指出訊息的類型。

messageCode
messageCode OfficeArchitect.Contracts.Message.MessageCode
messageDefinition
messageDefinition OfficeArchitect.Contracts.Message.Definition.MessageDefinition
訊息
message string

訊息內容。

OfficeArchitect.Contracts.Message.Operation.OperationMessage-of-OfficeArchitect.Contracts.Message.Definition.Object.ObjectCreated_Level1

名稱 路徑 類型 Description
messageDefinition
messageDefinition OfficeArchitect.Contracts.Message.Definition.Object.ObjectCreated_Level2
訊息類別
messageCategory OfficeArchitect.Contracts.Message.MessageCategory

指出訊息的類型。

messageCode
messageCode OfficeArchitect.Contracts.Message.MessageCode
訊息
message string

訊息內容。

OfficeArchitect.Contracts.Message.Operation.OperationMessage-of-OfficeArchitect.Contracts.Message.Definition.Object.ObjectDeleted_Level1

名稱 路徑 類型 Description
messageDefinition
messageDefinition OfficeArchitect.Contracts.Message.Definition.Object.ObjectDeleted_Level2
訊息類別
messageCategory OfficeArchitect.Contracts.Message.MessageCategory

指出訊息的類型。

messageCode
messageCode OfficeArchitect.Contracts.Message.MessageCode
訊息
message string

訊息內容。

OfficeArchitect.Contracts.Message.Operation.OperationMessage-of-OfficeArchitect.Contracts.Message.Definition.Object.ObjectUpdated_Level1

名稱 路徑 類型 Description
messageDefinition
messageDefinition OfficeArchitect.Contracts.Message.Definition.Object.ObjectUpdated_Level2
訊息類別
messageCategory OfficeArchitect.Contracts.Message.MessageCategory

指出訊息的類型。

messageCode
messageCode OfficeArchitect.Contracts.Message.MessageCode
訊息
message string

訊息內容。

OfficeArchitect.Contracts.Message.Operation.OperationMessage-of-OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipCreated_Level1

名稱 路徑 類型 Description
messageDefinition
messageDefinition OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipCreated_Level2
訊息類別
messageCategory OfficeArchitect.Contracts.Message.MessageCategory

指出訊息的類型。

messageCode
messageCode OfficeArchitect.Contracts.Message.MessageCode
訊息
message string

訊息內容。

OfficeArchitect.Contracts.Message.Operation.OperationMessage-of-OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipDeleted_Level1

名稱 路徑 類型 Description
messageDefinition
messageDefinition OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipDeleted_Level2
訊息類別
messageCategory OfficeArchitect.Contracts.Message.MessageCategory

指出訊息的類型。

messageCode
messageCode OfficeArchitect.Contracts.Message.MessageCode
訊息
message string

訊息內容。

OfficeArchitect.Contracts.Message.Operation.OperationMessage-of-OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipUpdated_Level1

名稱 路徑 類型 Description
messageDefinition
messageDefinition OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipUpdated_Level2
訊息類別
messageCategory OfficeArchitect.Contracts.Message.MessageCategory

指出訊息的類型。

messageCode
messageCode OfficeArchitect.Contracts.Message.MessageCode
訊息
message string

訊息內容。

OfficeArchitect.Contracts.Metamodel.DocumentType.RepresentationSituation

OfficeArchitect.Contracts.Metamodel.MetamodelItem.RelationshipTypeUsage

OfficeArchitect.Contracts.Metamodel.MetamodelItem.SystemColors

OfficeArchitect.Contracts.Metamodel.MetamodelItem.TitleIcons

OfficeArchitect.Contracts.ModelItem.ModelItemStatus

模型項目的狀態。

模型項目的狀態。

OfficeArchitect.Contracts.Notification.Webhook 有效負載

名稱 路徑 類型 Description
身份識別碼
ids array of
eventType
eventType string
密碼
secret string

OfficeArchitect.Contracts.OData.Metamodel.Attribute.AttributeAssignmentGroup_Level2

名稱 路徑 類型 Description
屬性指派群組Id
attributeAssignmentGroupId uuid

代表屬性指派群組的識別碼。

名稱
name string

代表屬性指派群組的名稱。

位置
position integer

代表屬性指派群組的位置。

OfficeArchitect.Contracts.OData.Metamodel.Attribute.AttributeAssignment_Level2

屬性指派。

名稱 路徑 類型 Description
屬性指派Id
attributeAssignmentId uuid

屬性指派識別碼。

屬性標識
attributeId uuid

Guid AttributeId 的 AttributeId 。

屬性類別Id
attributeCategoryId integer

int AttributeCategoryId 的 AttributeCategoryId 。

metamodelItemId
metamodelItemId uuid

Guid MetamodelItemId 的 MetamodelItemId 。

屬性指派群組Id
attributeAssignmentGroupId uuid

取得或設定屬性指派群組識別碼。

is標識符
isIdentifier boolean

bool IsIdentifier 的 Identifier 。

是繼承的
isInherited boolean

bool 是繼承的。

是顯示
isDisplay boolean

bool IsDisplay。

重要
isImportant boolean

bool 是重要。

groupName
groupName string

string GroupName。

位置
position integer

int 位置。

活動狀態
activeState boolean

bool ActiveState 的 ActiveState 。

string預設值
stringDefaultValue string

抽象字串 StringDefaultValue。

是受保護的
isProtected boolean

取得或設定值,指出屬性指派是否受保護。

OfficeArchitect.Contracts.OData.Metamodel.MetamodelItemDefaultApprover_Level2

名稱 路徑 類型 Description
metamodelItemDefaultApproverId
metamodelItemDefaultApproverId uuid

取得或設定實體索引鍵。

personId
personId uuid

取得或設定人員識別碼。

personName
personName string

取得或設定人員名稱。

OfficeArchitect.Contracts.OData.Metamodel.MetamodelItemSolution_Level2

MetamodelItem 解決方案。

名稱 路徑 類型 Description
solutionId
solutionId uuid

代表解決方案識別碼。

名稱
name string

代表解決方案名稱。

OfficeArchitect.Contracts.OData.Metamodel.ObjectType_Level1

代表 [物件類型] 實體。

名稱 路徑 類型 Description
由...創建
createdBy OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2

稽核使用者。

最後修改者
lastModifiedBy OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2

稽核使用者。

parentObjectType
parentObjectType OfficeArchitect.Contracts.OData.Metamodel.ObjectType_Level2

代表 [物件類型] 實體。

objectTypeId
objectTypeId uuid

代表物件類型的識別碼。

parentObjectTypeId
parentObjectTypeId uuid

代表父物件類型識別碼的參考。

創建日期
dateCreated date-time

代表建立物件類型時的日期時間。

createdById
createdById uuid

代表建立物件類型的 UserId。

日期最後修改
dateLastModified date-time

代表修改物件類型時的日期時間。

lastModifiedById
lastModifiedById uuid

代表修改物件類型的 UserId。

活動狀態
activeState boolean

表示「物件類型」是否處於作用中狀態。

is可核准
isApprovable boolean

表示「物件類型」是否可核准。

color
color OfficeArchitect.Contracts.Metamodel.MetamodelItem.SystemColors
icon
icon OfficeArchitect.Contracts.Metamodel.MetamodelItem.TitleIcons
solutions
solutions array of OfficeArchitect.Contracts.OData.Metamodel.MetamodelItemSolution_Level2

代表解決方案集合的導覽屬性。

屬性指派
attributeAssignments array of OfficeArchitect.Contracts.OData.Metamodel.Attribute.AttributeAssignment_Level2

代表已指派屬性集合的導覽屬性。

屬性指派群組
attributeAssignmentGroups array of OfficeArchitect.Contracts.OData.Metamodel.Attribute.AttributeAssignmentGroup_Level2

代表「屬性指派群組」集合的導覽屬性。

childObject類型
childObjectTypes array of OfficeArchitect.Contracts.OData.Metamodel.ObjectType_Level2

代表參考子物件類型集合的導覽屬性。

預設核准者
defaultApprovers array of OfficeArchitect.Contracts.OData.Metamodel.MetamodelItemDefaultApprover_Level2

代表預設核准者集合的導覽屬性。

別名
alias string

取得或設定元模型專案的別名。

名稱
name string

取得或設定中繼模型項目的名稱。

說明
description string

取得或設定元模型專案的描述。

OfficeArchitect.Contracts.OData.Metamodel.ObjectType_Level2

代表 [物件類型] 實體。

名稱 路徑 類型 Description
objectTypeId
objectTypeId uuid

代表物件類型的識別碼。

parentObjectTypeId
parentObjectTypeId uuid

代表父物件類型識別碼的參考。

創建日期
dateCreated date-time

代表建立物件類型時的日期時間。

createdById
createdById uuid

代表建立物件類型的 UserId。

日期最後修改
dateLastModified date-time

代表修改物件類型時的日期時間。

lastModifiedById
lastModifiedById uuid

代表修改物件類型的 UserId。

活動狀態
activeState boolean

表示「物件類型」是否處於作用中狀態。

is可核准
isApprovable boolean

表示「物件類型」是否可核准。

別名
alias string

取得或設定元模型專案的別名。

名稱
name string

取得或設定中繼模型項目的名稱。

說明
description string

取得或設定元模型專案的描述。

OfficeArchitect.Contracts.OData.Metamodel.RelationshipTypePair_Level2

RelationshipType 配對。

名稱 路徑 類型 Description
關係類型PairId
relationshipTypePairId uuid

Guid RelationshipTypePairId 的 RelationshipTypePairId 。

關係類型Id
relationshipTypeId uuid

Guid RelationshipTypeId 的 RelationshipTypeId 。

leadObjectTypeId
leadObjectTypeId uuid

Guid LeadObjectTypeId 的 LeadObjectTypeId 。

memberObjectTypeId
memberObjectTypeId uuid

Guid MemberObjectTypeId 的 MemberObjectTypeId 。

leadRelationshipTypeId
leadRelationshipTypeId uuid

商機關係型別識別碼。

活動狀態
activeState boolean

bool ActiveState 的 ActiveState 。

OfficeArchitect.Contracts.OData.Metamodel.RelationshipType_Level1

RelationshipType。

名稱 路徑 類型 Description
由...創建
createdBy OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2

稽核使用者。

最後修改者
lastModifiedBy OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2

稽核使用者。

關係類型Id
relationshipTypeId uuid

Guid RelationshipTypeId 的 RelationshipTypeId 。

創建日期
dateCreated date-time

DateTime DateCreated。

createdById
createdById uuid

Guid CreatedById 的 CreatedById。

日期最後修改
dateLastModified date-time

DateTime、DateLastModified、

lastModifiedById
lastModifiedById uuid

guid LastModifiedById。

活動狀態
activeState boolean

bool ActiveState 的 ActiveState 。

is可核准
isApprovable boolean

代表 RelationshipType 是否可核准。

leadToMember方向
leadToMemberDirection string

字串 LeadToMemberDirection。

成員到領導方向
memberToLeadDirection string

string MemberToLeadDirection。

代表
representation OfficeArchitect.Contracts.Metamodel.DocumentType.RepresentationSituation
方向
direction OfficeArchitect.Contracts.Metamodel.MetamodelItem.RelationshipTypeUsage
color
color OfficeArchitect.Contracts.Metamodel.MetamodelItem.SystemColors
relationshipTypePairs
relationshipTypePairs array of OfficeArchitect.Contracts.OData.Metamodel.RelationshipTypePair_Level2

列出 RelationshipTypePairs RelationshipTypePairs。

solutions
solutions array of OfficeArchitect.Contracts.OData.Metamodel.MetamodelItemSolution_Level2

列出 MetamodelItemSolution 解決方案。

屬性指派
attributeAssignments array of OfficeArchitect.Contracts.OData.Metamodel.Attribute.AttributeAssignment_Level2

列出 AttributeAssignment AttributeAssignments。

屬性指派群組
attributeAssignmentGroups array of OfficeArchitect.Contracts.OData.Metamodel.Attribute.AttributeAssignmentGroup_Level2

代表「屬性指派群組」集合的導覽屬性。

預設核准者
defaultApprovers array of OfficeArchitect.Contracts.OData.Metamodel.MetamodelItemDefaultApprover_Level2

代表預設核准者集合的導覽屬性。

別名
alias string

取得或設定元模型專案的別名。

名稱
name string

取得或設定中繼模型項目的名稱。

說明
description string

取得或設定元模型專案的描述。

OfficeArchitect.Contracts.OData.Metamodel.RelationshipType_Level2

RelationshipType。

名稱 路徑 類型 Description
關係類型Id
relationshipTypeId uuid

Guid RelationshipTypeId 的 RelationshipTypeId 。

創建日期
dateCreated date-time

DateTime DateCreated。

createdById
createdById uuid

Guid CreatedById 的 CreatedById。

日期最後修改
dateLastModified date-time

DateTime、DateLastModified、

lastModifiedById
lastModifiedById uuid

guid LastModifiedById。

活動狀態
activeState boolean

bool ActiveState 的 ActiveState 。

is可核准
isApprovable boolean

代表 RelationshipType 是否可核准。

leadToMember方向
leadToMemberDirection string

字串 LeadToMemberDirection。

成員到領導方向
memberToLeadDirection string

string MemberToLeadDirection。

別名
alias string

取得或設定元模型專案的別名。

名稱
name string

取得或設定中繼模型項目的名稱。

說明
description string

取得或設定元模型專案的描述。

OfficeArchitect.Contracts.OData.Model.AttributeValue.AttributeValue_Level2

AttributeValue。

名稱 路徑 類型 Description
value
value double

十進制值。

字串值
stringValue string

string StringValue。

屬性值標識符
attributeValueId integer

long AttributeValueId 的 AttributeValueId 。

屬性類別Id
attributeCategoryId integer

int AttributeCategoryId 的 AttributeCategoryId 。

屬性標識
attributeId uuid

Guid AttributeId 的 AttributeId 。

模型項目標識符
modelItemId uuid

Guid ModelItemId 的 ModelItemId 。

屬性名稱
attributeName string

string AttributeName。

屬性別名
attributeAlias string

string AttributeAlias。

OfficeArchitect.Contracts.OData.Model.AttributeValuesFlat 的

名稱 路徑 類型 Description
object

OfficeArchitect.Contracts.OData.Model.ModelItemApprovalDetails_Level1

名稱 路徑 類型 Description
is可核准
isApprovable boolean
isPendingReview
isPendingReview boolean
請求者
requestedBy uuid
requestedOn
requestedOn date-time
requestedOn版本編號
requestedOnVersionNumber integer
完成者
completedBy uuid
completedOn
completedOn date-time
completedOn版本編號
completedOnVersionNumber integer
留言
comment string

OfficeArchitect.Contracts.OData.Model.ModelItemApprovalDetails_Level2

名稱 路徑 類型 Description
is可核准
isApprovable boolean
isPendingReview
isPendingReview boolean
請求者
requestedBy uuid
requestedOn
requestedOn date-time
requestedOn版本編號
requestedOnVersionNumber integer
完成者
completedBy uuid
completedOn
completedOn date-time
completedOn版本編號
completedOnVersionNumber integer
留言
comment string

OfficeArchitect.Contracts.OData.Model.ModelSolution_Level2

名稱 路徑 類型 Description
solutionId
solutionId uuid

代表解決方案識別碼。

名稱
name string

代表解決方案名稱。

OfficeArchitect.Contracts.OData.Model.Model_Level1

Model.

名稱 路徑 類型 Description
由...創建
createdBy OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2

稽核使用者。

最後修改者
lastModifiedBy OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2

稽核使用者。

說明
description string

代表模型的描述。

創建日期
dateCreated date-time

代表建立模型時的日期時間。

createdById
createdById uuid

代表建立模型的 UserId。

日期最後修改
dateLastModified date-time

代表修改模型時的日期時間。

lastModifiedById
lastModifiedById uuid

代表修改模型的 UserId。

startDate
startDate date-time

代表啟動模型時的日期時間。

結束日期
endDate date-time

代表模型過期時的日期時間。

color
color OfficeArchitect.Contracts.Metamodel.MetamodelItem.SystemColors
是隱藏的
isHidden boolean

表示模型已停用。

solutions
solutions array of OfficeArchitect.Contracts.OData.Model.ModelSolution_Level2

代表解決方案集合的導覽屬性。

modelId
modelId uuid

代表模型識別碼。

名稱
name string

代表模型名稱。

OfficeArchitect.Contracts.OData.Model.Model_Level2

Model.

名稱 路徑 類型 Description
說明
description string

代表模型的描述。

創建日期
dateCreated date-time

代表建立模型時的日期時間。

createdById
createdById uuid

代表建立模型的 UserId。

日期最後修改
dateLastModified date-time

代表修改模型時的日期時間。

lastModifiedById
lastModifiedById uuid

代表修改模型的 UserId。

startDate
startDate date-time

代表啟動模型時的日期時間。

結束日期
endDate date-time

代表模型過期時的日期時間。

是隱藏的
isHidden boolean

表示模型已停用。

modelId
modelId uuid

代表模型識別碼。

名稱
name string

代表模型名稱。

OfficeArchitect.Contracts.OData.Model.ObjectDetail_Level1

名稱 路徑 類型 Description
originalObjectId
originalObjectId uuid

原始物件識別碼。

目前版本編號
currentVersionNumber integer

ModelItem 目前版本號碼。

狀態
status OfficeArchitect.Contracts.ModelItem.ModelItemStatus

模型項目的狀態。

OfficeArchitect.Contracts.OData.Model.ObjectDetail_Level2

名稱 路徑 類型 Description
originalObjectId
originalObjectId uuid

原始物件識別碼。

目前版本編號
currentVersionNumber integer

ModelItem 目前版本號碼。

OfficeArchitect.Contracts.OData.Model.Object_Level0

OData 物件實體。

名稱 路徑 類型 Description
objectType
objectType OfficeArchitect.Contracts.OData.Metamodel.ObjectType_Level1

代表 [物件類型] 實體。

lockedBy
lockedBy OfficeArchitect.Contracts.OData.Permission.AuditUser_Level1

稽核使用者。

detail
detail OfficeArchitect.Contracts.OData.Model.ObjectDetail_Level1
核准詳細資料
approvalDetails OfficeArchitect.Contracts.OData.Model.ModelItemApprovalDetails_Level1
型號
model OfficeArchitect.Contracts.OData.Model.Model_Level1

Model.

由...創建
createdBy OfficeArchitect.Contracts.OData.Permission.AuditUser_Level1

稽核使用者。

最後修改者
lastModifiedBy OfficeArchitect.Contracts.OData.Permission.AuditUser_Level1

稽核使用者。

objectId
objectId uuid

Guid ObjectId 的 ObjectId 。

名稱
name string

string 名稱。

objectTypeId
objectTypeId uuid

Guid ObjectTypeId 的 ObjectTypeId 。

鎖定開啟
lockedOn date-time

鎖定日期。

lockedById
lockedById uuid

LockedBy 使用者識別碼。

已核准
isApproved boolean

已核准。

相關物件
relatedObjects array of OfficeArchitect.Contracts.OData.Model.RelatedObject_Level2

虛擬清單 RelatedObject RelatedObjects。

屬性值平面
attributeValuesFlat OfficeArchitect.Contracts.OData.Model.AttributeValuesFlat
modelId
modelId uuid

guid ModelId 的 ModelId 。

創建日期
dateCreated date-time

日期時間? DateCreated。

createdById
createdById uuid

Guid CreatedById 的 CreatedById。

最後修改日期
lastModifiedDate date-time

日期時間? LastModifiedDate 的 LastModifiedDate 。

lastModifiedById
lastModifiedById uuid

guid LastModifiedById。

屬性值
attributeValues array of OfficeArchitect.Contracts.OData.Model.AttributeValue.AttributeValue_Level2

列出 AttributeValue AttributeValues。

OfficeArchitect.Contracts.OData.Model.Object_Level1

OData 物件實體。

名稱 路徑 類型 Description
objectType
objectType OfficeArchitect.Contracts.OData.Metamodel.ObjectType_Level2

代表 [物件類型] 實體。

lockedBy
lockedBy OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2

稽核使用者。

detail
detail OfficeArchitect.Contracts.OData.Model.ObjectDetail_Level2
核准詳細資料
approvalDetails OfficeArchitect.Contracts.OData.Model.ModelItemApprovalDetails_Level2
型號
model OfficeArchitect.Contracts.OData.Model.Model_Level2

Model.

由...創建
createdBy OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2

稽核使用者。

最後修改者
lastModifiedBy OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2

稽核使用者。

objectId
objectId uuid

Guid ObjectId 的 ObjectId 。

名稱
name string

string 名稱。

objectTypeId
objectTypeId uuid

Guid ObjectTypeId 的 ObjectTypeId 。

鎖定開啟
lockedOn date-time

鎖定日期。

lockedById
lockedById uuid

LockedBy 使用者識別碼。

已核准
isApproved boolean

已核准。

相關物件
relatedObjects array of OfficeArchitect.Contracts.OData.Model.RelatedObject_Level2

虛擬清單 RelatedObject RelatedObjects。

屬性值平面
attributeValuesFlat OfficeArchitect.Contracts.OData.Model.AttributeValuesFlat
modelId
modelId uuid

guid ModelId 的 ModelId 。

創建日期
dateCreated date-time

日期時間? DateCreated。

createdById
createdById uuid

Guid CreatedById 的 CreatedById。

最後修改日期
lastModifiedDate date-time

日期時間? LastModifiedDate 的 LastModifiedDate 。

lastModifiedById
lastModifiedById uuid

guid LastModifiedById。

屬性值
attributeValues array of OfficeArchitect.Contracts.OData.Model.AttributeValue.AttributeValue_Level2

列出 AttributeValue AttributeValues。

OfficeArchitect.Contracts.OData.Model.Object_Level2

OData 物件實體。

名稱 路徑 類型 Description
objectId
objectId uuid

Guid ObjectId 的 ObjectId 。

名稱
name string

string 名稱。

objectTypeId
objectTypeId uuid

Guid ObjectTypeId 的 ObjectTypeId 。

鎖定開啟
lockedOn date-time

鎖定日期。

lockedById
lockedById uuid

LockedBy 使用者識別碼。

已核准
isApproved boolean

已核准。

modelId
modelId uuid

guid ModelId 的 ModelId 。

創建日期
dateCreated date-time

日期時間? DateCreated。

createdById
createdById uuid

Guid CreatedById 的 CreatedById。

最後修改日期
lastModifiedDate date-time

日期時間? LastModifiedDate 的 LastModifiedDate 。

lastModifiedById
lastModifiedById uuid

guid LastModifiedById。

OfficeArchitect.Contracts.OData.Model.RelatedObject_Level2

相關物件。

名稱 路徑 類型 Description
關係標識碼
relationshipId uuid

guid RelationshipId 的 RelationshipId 。

objectId
objectId uuid

Guid ObjectId 的 ObjectId 。

是鉛
isLead boolean

bool IsLead。

相關物件標識符
relatedObjectId uuid

Guid RelatedObjectId 的 RelatedObjectId。

OfficeArchitect.Contracts.OData.Model.RelationshipDetail_Level1

名稱 路徑 類型 Description
originalRelationshipId
originalRelationshipId uuid

原始關係 ID。

目前版本編號
currentVersionNumber integer

ModelItem 目前版本號碼。

狀態
status OfficeArchitect.Contracts.ModelItem.ModelItemStatus

模型項目的狀態。

OfficeArchitect.Contracts.OData.Model.RelationshipDetail_Level2

名稱 路徑 類型 Description
originalRelationshipId
originalRelationshipId uuid

原始關係 ID。

目前版本編號
currentVersionNumber integer

ModelItem 目前版本號碼。

OfficeArchitect.Contracts.OData.Model.Relationship_Level0

關係。

名稱 路徑 類型 Description
lead物件
leadObject OfficeArchitect.Contracts.OData.Model.Object_Level1

OData 物件實體。

lead關係
leadRelationship OfficeArchitect.Contracts.OData.Model.Relationship_Level1

關係。

member物件
memberObject OfficeArchitect.Contracts.OData.Model.Object_Level1

OData 物件實體。

關係類型
relationshipType OfficeArchitect.Contracts.OData.Metamodel.RelationshipType_Level1

RelationshipType。

detail
detail OfficeArchitect.Contracts.OData.Model.RelationshipDetail_Level1
核准詳細資料
approvalDetails OfficeArchitect.Contracts.OData.Model.ModelItemApprovalDetails_Level1
型號
model OfficeArchitect.Contracts.OData.Model.Model_Level1

Model.

由...創建
createdBy OfficeArchitect.Contracts.OData.Permission.AuditUser_Level1

稽核使用者。

最後修改者
lastModifiedBy OfficeArchitect.Contracts.OData.Permission.AuditUser_Level1

稽核使用者。

關係標識碼
relationshipId uuid

guid RelationshipId 的 RelationshipId 。

關係類型Id
relationshipTypeId uuid

Guid RelationshipTypeId 的 RelationshipTypeId 。

leadRelationshipId
leadRelationshipId uuid

Guid LeadObjectId 的 LeadObjectId 。

leadObjectId
leadObjectId uuid

Guid LeadObjectId 的 LeadObjectId 。

memberObjectId
memberObjectId uuid

Guid MemberObjectId 的 MemberObjectId 。

關係類型PairId
relationshipTypePairId uuid

關係類型配對識別碼。

已核准
isApproved boolean

已核准。

屬性值平面
attributeValuesFlat OfficeArchitect.Contracts.OData.Model.AttributeValuesFlat
modelId
modelId uuid

guid ModelId 的 ModelId 。

創建日期
dateCreated date-time

日期時間? DateCreated。

createdById
createdById uuid

Guid CreatedById 的 CreatedById。

最後修改日期
lastModifiedDate date-time

日期時間? LastModifiedDate 的 LastModifiedDate 。

lastModifiedById
lastModifiedById uuid

guid LastModifiedById。

屬性值
attributeValues array of OfficeArchitect.Contracts.OData.Model.AttributeValue.AttributeValue_Level2

列出 AttributeValue AttributeValues。

OfficeArchitect.Contracts.OData.Model.Relationship_Level1

關係。

名稱 路徑 類型 Description
lead物件
leadObject OfficeArchitect.Contracts.OData.Model.Object_Level2

OData 物件實體。

lead關係
leadRelationship OfficeArchitect.Contracts.OData.Model.Relationship_Level2

關係。

member物件
memberObject OfficeArchitect.Contracts.OData.Model.Object_Level2

OData 物件實體。

關係類型
relationshipType OfficeArchitect.Contracts.OData.Metamodel.RelationshipType_Level2

RelationshipType。

detail
detail OfficeArchitect.Contracts.OData.Model.RelationshipDetail_Level2
核准詳細資料
approvalDetails OfficeArchitect.Contracts.OData.Model.ModelItemApprovalDetails_Level2
型號
model OfficeArchitect.Contracts.OData.Model.Model_Level2

Model.

由...創建
createdBy OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2

稽核使用者。

最後修改者
lastModifiedBy OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2

稽核使用者。

關係標識碼
relationshipId uuid

guid RelationshipId 的 RelationshipId 。

關係類型Id
relationshipTypeId uuid

Guid RelationshipTypeId 的 RelationshipTypeId 。

leadRelationshipId
leadRelationshipId uuid

Guid LeadObjectId 的 LeadObjectId 。

leadObjectId
leadObjectId uuid

Guid LeadObjectId 的 LeadObjectId 。

memberObjectId
memberObjectId uuid

Guid MemberObjectId 的 MemberObjectId 。

關係類型PairId
relationshipTypePairId uuid

關係類型配對識別碼。

已核准
isApproved boolean

已核准。

屬性值平面
attributeValuesFlat OfficeArchitect.Contracts.OData.Model.AttributeValuesFlat
modelId
modelId uuid

guid ModelId 的 ModelId 。

創建日期
dateCreated date-time

日期時間? DateCreated。

createdById
createdById uuid

Guid CreatedById 的 CreatedById。

最後修改日期
lastModifiedDate date-time

日期時間? LastModifiedDate 的 LastModifiedDate 。

lastModifiedById
lastModifiedById uuid

guid LastModifiedById。

屬性值
attributeValues array of OfficeArchitect.Contracts.OData.Model.AttributeValue.AttributeValue_Level2

列出 AttributeValue AttributeValues。

OfficeArchitect.Contracts.OData.Model.Relationship_Level2

關係。

名稱 路徑 類型 Description
關係標識碼
relationshipId uuid

guid RelationshipId 的 RelationshipId 。

關係類型Id
relationshipTypeId uuid

Guid RelationshipTypeId 的 RelationshipTypeId 。

leadRelationshipId
leadRelationshipId uuid

Guid LeadObjectId 的 LeadObjectId 。

leadObjectId
leadObjectId uuid

Guid LeadObjectId 的 LeadObjectId 。

memberObjectId
memberObjectId uuid

Guid MemberObjectId 的 MemberObjectId 。

關係類型PairId
relationshipTypePairId uuid

關係類型配對識別碼。

已核准
isApproved boolean

已核准。

modelId
modelId uuid

guid ModelId 的 ModelId 。

創建日期
dateCreated date-time

日期時間? DateCreated。

createdById
createdById uuid

Guid CreatedById 的 CreatedById。

最後修改日期
lastModifiedDate date-time

日期時間? LastModifiedDate 的 LastModifiedDate 。

lastModifiedById
lastModifiedById uuid

guid LastModifiedById。

OfficeArchitect.Contracts.OData.Permission.AuditUser_Level1

稽核使用者。

名稱 路徑 類型 Description
userId
userId uuid

Guid UserId 的 UserId。

名稱
name string

string 名稱。

電子郵件地址
emailAddress string

string EmailAddress。

是非活動
isInactive boolean

bool 是非作用中。

OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2

稽核使用者。

名稱 路徑 類型 Description
userId
userId uuid

Guid UserId 的 UserId。

名稱
name string

string 名稱。

電子郵件地址
emailAddress string

string EmailAddress。

是非活動
isInactive boolean

bool 是非作用中。

OfficeArchitect.Contracts.Object.Response.CreateObjectResponse_Level0

代表建立物件作業回應的模型。

名稱 路徑 類型 Description
success訊息
successMessage OfficeArchitect.Contracts.Message.Operation.OperationMessage-Of-OfficeArchitect.Contracts.Message.Definition.Object.ObjectCreated_Level1
操作類型
operationType OfficeArchitect.Contracts.Response.OperationType
實體類型
entityTypes OfficeArchitect.Contracts.Response.EntityType
success boolean

表示作業成功。

messages
messages array of OfficeArchitect.Contracts.Message.Message_Level1

回應訊息。

OfficeArchitect.Contracts.Object.Response.DeleteObjectResponse_Level0

代表刪除物件作業回應的模型。

名稱 路徑 類型 Description
success訊息
successMessage OfficeArchitect.Contracts.Message.Operation.OperationMessage-Of-OfficeArchitect.Contracts.Message.Definition.Object.ObjectDeleted_Level1
操作類型
operationType OfficeArchitect.Contracts.Response.OperationType
實體類型
entityTypes OfficeArchitect.Contracts.Response.EntityType
success boolean

表示作業成功。

messages
messages array of OfficeArchitect.Contracts.Message.Message_Level1

回應訊息。

OfficeArchitect.Contracts.Object.Response.UpdateObjectResponse_Level0

代表更新物件作業回應的模型。

名稱 路徑 類型 Description
success訊息
successMessage OfficeArchitect.Contracts.Message.Operation.OperationMessage-Of-OfficeArchitect.Contracts.Message.Definition.Object.ObjectUpdated_Level1
操作類型
operationType OfficeArchitect.Contracts.Response.OperationType
實體類型
entityTypes OfficeArchitect.Contracts.Response.EntityType
success boolean

表示作業成功。

messages
messages array of OfficeArchitect.Contracts.Message.Message_Level1

回應訊息。

OfficeArchitect.Contracts.Relationship.Response.CreateRelationshipResponse_Level0

名稱 路徑 類型 Description
success訊息
successMessage OfficeArchitect.Contracts.Message.Operation.OperationMessage-Of-OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipCreated_Level1
操作類型
operationType OfficeArchitect.Contracts.Response.OperationType
實體類型
entityTypes OfficeArchitect.Contracts.Response.EntityType
success boolean

表示作業成功。

messages
messages array of OfficeArchitect.Contracts.Message.Message_Level1

回應訊息。

OfficeArchitect.Contracts.Relationship.Response.DeleteRelationshipResponse_Level0

名稱 路徑 類型 Description
success訊息
successMessage OfficeArchitect.Contracts.Message.Operation.OperationMessage-Of-OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipDeleted_Level1
操作類型
operationType OfficeArchitect.Contracts.Response.OperationType
實體類型
entityTypes OfficeArchitect.Contracts.Response.EntityType
success boolean

表示作業成功。

messages
messages array of OfficeArchitect.Contracts.Message.Message_Level1

回應訊息。

OfficeArchitect.Contracts.Relationship.Response.UpdateRelationshipResponse_Level0

名稱 路徑 類型 Description
success訊息
successMessage OfficeArchitect.Contracts.Message.Operation.OperationMessage-Of-OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipUpdated_Level1
操作類型
operationType OfficeArchitect.Contracts.Response.OperationType
實體類型
entityTypes OfficeArchitect.Contracts.Response.EntityType
success boolean

表示作業成功。

messages
messages array of OfficeArchitect.Contracts.Message.Message_Level1

回應訊息。

OfficeArchitect.Contracts.Response.EntityType

OfficeArchitect.Contracts.Response.OperationType

OfficeArchitect.Contracts.Swagger.Response.ODataPageResponse-Of-OfficeArchitect.Contracts.OData.Model.Object

代表 OData 格式支援的其他資訊。 它僅用於招搖文檔目的。

名稱 路徑 類型 Description
@odata.上下文
@odata.context string

Odata 上下文的鏈接。

value
value array of OfficeArchitect.Contracts.OData.Model.Object_Level0

取得此摘要的實體集合。

@odata.next連結
@odata.nextLink uri

取得摘要中下一頁值的連結。

@odata.計數
@odata.count integer

取得摘要中的值總計數。

OfficeArchitect.Contracts.Swagger.Response.ODataPageResponse-Of-OfficeArchitect.Contracts.OData.Model.Relationship

代表 OData 格式支援的其他資訊。 它僅用於招搖文檔目的。

名稱 路徑 類型 Description
@odata.上下文
@odata.context string

Odata 上下文的鏈接。

value
value array of OfficeArchitect.Contracts.OData.Model.Relationship_Level0

取得此摘要的實體集合。

@odata.next連結
@odata.nextLink uri

取得摘要中下一頁值的連結。

@odata.計數
@odata.count integer

取得摘要中的值總計數。