OrbusInfinity (プレビュー)
OrbusInfinity を使用すると、アーキテクチャ チームは企業のデジタル青写真を生成し、ビジネスの現在と将来の統一されたビューに基づいて情報に基づいた意思決定を行うことができます。 データ リポジトリ内でオブジェクトと リレーションシップ を作成、読み取り、更新するためのカスタム オートメーションを構築します。
このコネクタは、次の製品および地域で利用可能です:
サービス | クラス | 地域 |
---|---|---|
Logic Apps | 標準 | 以下を除くすべての Logic Apps 地域 : - Azure 政府の地域 - Azure 中国の地域 - 国防総省 (DoD) |
Power Automate | プレミアム | 以下を除くすべての Power Automate 地域 : - US Government (GCC) - US Government (GCC High) - 21 Vianet が運用する中国のクラウド - 米国国防総省 (DoD) |
Power Apps | プレミアム | 以下を除くすべての Power Apps 地域 : - US Government (GCC) - US Government (GCC High) - 21 Vianet が運用する中国のクラウド - 米国国防総省 (DoD) |
お問い合わせ先 | |
---|---|
件名 | Orbus Software |
[URL] | https://support.orbussoftware.com |
メール | support@orbussoftware.com |
Connector Metadata | |
---|---|
発行者 | Orbus Software |
Web サイト | https://www.orbussoftware.com |
プライバシー ポリシー | https://www.orbussoftware.com/privacy-policy |
カテゴリー | Web サイト;データ |
OrbusInfinity コネクタ
OrbusInfinity は、デジタル変革を可能にする究極のプラットフォームを提供する真の SaaS マルチテナント ソリューションです。
OrbusInfinity は Microsoft Office と直接統合されているため、OrbusInfinity リポジトリとのデータのリンク、交換、視覚化、同期が簡単に行えます。
OrbusInfinity コネクタは OrbusInfinity API 上に構築されており、プラットフォームと便利に対話するための操作を提供します。
公開元: Orbus Software
前提条件
コネクターを使用するには、次が必要です。
- プレミアム コネクタへのアクセスがある Power Automate プラン
- API アクセスを含む OrbusInfinity サブスクリプション
- OrbusInfinity アカウント
認証
- 暗黙的フローでの oAuth2 認証
- 以下にリストされている操作を実行するには認証が必要です
サポートされている操作
オペレーション | プロパティ |
---|---|
オブジェクトの取得 | オブジェクトとその詳細を取得します |
オブジェクトの投稿 | 新しいオブジェクトを作成します |
単一のテンプレートの取得 | オブジェクトの詳細を取得します |
オブジェクトの削除 | オブジェクトを削除します |
オブジェクトのパッチ | 既存のオブジェクトの属性値を更新します |
リレーションシップの取得 | リレーションシップとその詳細を取得します |
リレーションシップの投稿 | 新しいリレーションシップを作成します |
単一のリレーションシップの取得 | リレーションシップの詳細を取得します |
リレーションシップの削除 | リレーションシップを削除します |
リレーションシップのパッチ | 既存のリレーションシップの属性値を更新します |
Webhook の投稿 | 要求されたイベントを使用してトリガーを作成します |
Webhooks の削除 | 既存の webhook を削除します |
Objects
モデル オブジェクトを構成および管理するための操作。
オブジェクトの取得
GET /odata/Objects
オブジェクトとその詳細を取得します
デフォルトの応答には、OrbusInfinity で最近作成された 50 個のオブジェクトのリストと、それらのトップレベルのプロパティが含まれます。 以下の OData パラメーターを使用して、追加のプロパティをフィルター、順序付け、展開し、出力内の指定されたプロパティのみを選択します。
Parameters
件名 | 含む | タイプ | Required | プロパティ |
---|---|---|---|---|
$select | query | string | 偽 | 応答内の各オブジェクトに含めるプロパティのサブセット。 空白のままにすると、デフォルトのプロパティが返されます。 |
$expand | query | string | 偽 | 応答内の各オブジェクトに含める (デフォルトのプロパティと) 追加のプロパティ。 以下の追加のプロパティを要求できます: Model 、ObjectType 、AttributeValues 、AttributeValuesFlat 、CreatedBy 、LastModifiedBy 、LockedBy 、Detail 。 |
$filter | query | string | 偽 | 結果内のオブジェクトをフィルタリングする式。 次のプロパティの値でオブジェクトをフィルタリングできます: ObjectId 、Name 、ObjectTypeId 、LockedOn 、LockedById 、IsApproved 、ModelId 、DateCreated 、CreatedById 、LastModifiedDate 、LastModifiedById 、Detail 、AttributeValues 、ObjectType 、Model 、CreatedBy 、LastModifiedBy 、LockedBy 。式の最小および規定値は 0 で、最大は 100 です。 |
$orderby | query | string | 偽 | 選択したプロパティによって、応答内でオブジェクトが並べ替えられる順序。 たとえば、プロパティ Name ごとに降順でオブジェクトをリクエストするには、Name desc と入力します。式の最小および規定値は 0 で、最大は 5 です。 |
$top | query | 整数(int32) | 偽 | 応答に含める、OrbusInfinity で最近作成されたオブジェクトの数。 最小値は 0 で、最大は 50 です。 たとえば、 20 と入力すると、OrbusInfinity で最近作成された 20 個のオブジェクトが返されます。 |
$skip | query | 整数(int32) | 偽 | 応答から除外する、OrbusInfinity で最近作成されたオブジェクトの数。 最小および既定値は 0、最大値は 50 です。 たとえば、 20 と入力すると、OrbusInfinity で最近作成された 20 個のオブジェクトをスキップして、次の 50 を返します。 |
$count | query | ブール値 | 偽 | true の場合、オブジェクトの合計数が応答で指定されます。 デフォルトでは、このパラメータは false に設定されており、合計数は返されないことを意味します。 |
応答
動的応答を返します。
オブジェクトの投稿
POST /odata/Objects
新しいオブジェクトを作成します
新しいオブジェクトのオブジェクト タイプ ID、モデル ID、識別属性を指定する必要があります。 AttributeValuesFlat
プロパティを使用して、キーと値の形式で属性値を指定します。
本体パラメーター
Parameters
件名 | 含む | タイプ | Required | プロパティ |
---|---|---|---|---|
body | body | CreateObjectRequestValue | 正 | 新しいオブジェクトのプロパティ値。 ObjectTypeId 、ModelId 、Name を指定してオブジェクトを作成します。 |
詳細説明
body: 新しいオブジェクトのプロパティ値。 ObjectTypeId
、ModelId
、Name
を指定してオブジェクトを作成します。
必要に応じて、例の構造に従って追加のプロパティを指定します。
応答
新しいオブジェクトを作成します。 CreateObjectResponse
単一のテンプレートの取得
GET /odata/Objects({key})
オブジェクトの詳細を取得します
デフォルトの応答には、トップレベルのプロパティのみが含まれます。 オプションの OData パラメーターを使用して、追加のプロパティを展開し、指定されたプロパティのみを選択します。
Parameters
件名 | 含む | タイプ | Required | プロパティ |
---|---|---|---|---|
key | パス | 文字列(uuid) | 正 | GUID 形式のオブジェクトの ID、例えば 00000000-0000-0000-0000-000000000000 。 |
$select | query | string | 偽 | 応答内のオブジェクトに含めるプロパティのサブセット。 空白のままにすると、デフォルトのプロパティが返されます。 |
$expand | query | string | 偽 | 応答内のオブジェクトに含める (デフォルトのプロパティと) 追加のプロパティ。 以下の追加のプロパティを要求できます: Model 、ObjectType 、RelatedObjects 、AttributeValues 、AttributeValuesFlat 、CreatedBy 、LastModifiedBy 、LockedBy 、Detail 、ApprovalDetails 。 |
応答
動的応答を返します。
オブジェクトの削除
DELETE /odata/Objects({key})
オブジェクトを削除します
削除されたオブジェクトはごみ箱に移動されます。
Parameters
件名 | 含む | タイプ | Required | プロパティ |
---|---|---|---|---|
key | パス | 文字列(uuid) | 正 | GUID 形式のオブジェクトの ID、例えば 00000000-0000-0000-0000-000000000000 。 |
応答
オブジェクトを削除しました DeleteObjectResponse
オブジェクトのパッチ
PATCH /odata/Objects({key})
既存のオブジェクトの属性値を更新します
AttributeValuesFlat
プロパティを使用して、キーと値の形式で属性値を指定します。 指定された属性のみが更新されます。
本体パラメーター
Parameters
件名 | 含む | タイプ | Required | プロパティ |
---|---|---|---|---|
key | パス | 文字列(uuid) | 正 | GUID 形式のオブジェクトの ID、例えば 00000000-0000-0000-0000-000000000000 。 |
body | body | UpdateObjectRequestValue | 正 | 指定されたオブジェクトに対して更新する属性値。 属性ごとに指定します |
応答
オブジェクトを更新しました。 UpdateObjectResponse
顧客間関係
モデル リレーションシップを構成および管理するための操作。
リレーションシップの取得
GET /odata/Relationships
リレーションシップとその詳細を取得します
デフォルトの応答には、OrbusInfinity で最近作成された 50 個のリレーションシップのリストと、それらのトップレベルのプロパティが含まれます。 以下の OData パラメーターを使用して、追加のプロパティをフィルター、順序付け、展開し、出力内の指定されたプロパティのみを選択します。
Parameters
件名 | 含む | タイプ | Required | プロパティ |
---|---|---|---|---|
includeIntersectional | query | ブール値 | 偽 | true の場合、出力に Intersection リレーションシップが含まれます。 |
$select | query | string | 偽 | 応答内の各リレーションシップに含めるプロパティのサブセット。 空白のままにすると、デフォルトのプロパティが返されます。 |
$expand | query | string | 偽 | 応答内の各リレーションシップトに含める (デフォルトのプロパティと) 追加のプロパティ。 以下の追加のプロパティを要求できます: LeadObject 、LeadRelationship 、MemberObject 、RelationshipType 、Model 、AttributeValues 、AttributeValuesFlat 、Detail 。 |
$filter | query | string | 偽 | 結果内のリレーションシップをフィルタリングする式。 次のプロパティの値でリレーションシップをフィルタリングできます: RelationshipId 、RelationshipTypeId 、ModelId 、RelationshipType 、Model 、LeadObjectId 、LeadRelationshipId 、MemberObjectId 、Detail 。式の最小および規定値は 0 で、最大は 100 です。 |
$orderby | query | string | 偽 | 選択したプロパティによって、応答内でリレーションシップが並べ替えられる順序。 たとえば、プロパティ DateCreated ごとに降順でリレーションシップをリクエストするには、DateCreated desc と入力します。式の最小および規定値は 0 で、最大は 5 です。 |
$top | query | 整数(int32) | 偽 | 応答に含める、OrbusInfinity で最近作成されたリレーションシップの数。 最小値は 0 で、最大は 50 です。 たとえば、 20 と入力すると、OrbusInfinity で最近作成された 20 個のリレーションシップが返されます。 |
$skip | query | 整数(int32) | 偽 | 応答から除外する、OrbusInfinity で最近作成されたリレーションシップの数。 最小および既定値は 0、最大値は 50 です。 たとえば、 20 と入力すると、OrbusInfinity で最近作成された 20 個のリレーションシップをスキップして、次の 50 を返します。 |
$count | query | ブール値 | 偽 | true の場合、リレーションシップの合計数が応答で指定されます。 デフォルトでは、このパラメータは false に設定されており、合計数は返されないことを意味します。 |
詳細説明
includeIntersectional: true の場合、出力に交差的なリレーションシップが含まれます。
交差的リレーションシップには、LeadRelationshipId
プロパティの値があり、通常のリレーションシップには LeadObjectId
プロパティの値があります。
応答
動的応答を返します。
リレーションシップの投稿
POST /odata/Relationships
新しいリレーションシップを作成します
新しい関係の関係タイプ ID、モデル ID、関係タイプ ペア ID、リード オブジェクト ID、メンバー オブジェクト ID、および識別属性を指定する必要があります。 AttributeValuesFlat
プロパティを使用して、キーと値の形式で属性値を指定します。
本体パラメーター
Parameters
件名 | 含む | タイプ | Required | プロパティ |
---|---|---|---|---|
body | body | CreateRelationshipRequestValue | 正 | 新しいリレーションシップのプロパティ値。 リレーションシップを作成する RelationshipTypeId 、ModelId 、RelationshipTypePairId 、LeadModelItemId 、MemberModelItemId を指定します。 |
応答
新しいリレーションシップを作成しました。 CreateRelationshipResponse
単一のリレーションシップの取得
GET /odata/Relationships({key})
リレーションシップの詳細を取得します
デフォルトの応答には、トップレベルのプロパティのみが含まれます。 オプションの OData パラメーターを使用して、追加のプロパティを展開し、指定されたプロパティのみを選択します。
Parameters
件名 | 含む | タイプ | Required | プロパティ |
---|---|---|---|---|
key | パス | 文字列(uuid) | 正 | GUID 形式のリレーションシップの ID、例えば 00000000-0000-0000-0000-000000000000 。 |
$select | query | string | 偽 | 応答内のリレーションシップに含めるプロパティのサブセット。 空白のままにすると、デフォルトのプロパティが返されます。 |
$expand | query | string | 偽 | 応答内のリレーションシップトに含める (デフォルトのプロパティと) 追加のプロパティ。 以下の追加のプロパティを要求できます: LeadObject 、LeadRelationship 、MemberObject 、RelationshipType 、Model 、AttributeValues 、AttributeValuesFlat 、Detail 、ApprovalDetails 。 |
応答
動的応答を返します。
リレーションシップの削除
DELETE /odata/Relationships({key})
リレーションシップを削除します
削除されたリレーションシップはごみ箱に移動されます。
Parameters
件名 | 含む | タイプ | Required | プロパティ |
---|---|---|---|---|
key | パス | 文字列(uuid) | 正 | GUID 形式のリレーションシップの ID、例えば 00000000-0000-0000-0000-000000000000 。 |
応答
リレーションシップが削除されました。 DeleteRelationshipResponse
リレーションシップのパッチ
PATCH /odata/Relationships({key})
既存のリレーションシップの属性値を更新します
AttributeValuesFlat
プロパティを使用して、キーと値の形式で属性値を指定します。 指定された属性のみが更新されます。
本体パラメーター
Parameters
件名 | 含む | タイプ | Required | プロパティ |
---|---|---|---|---|
key | パス | 文字列(uuid) | 正 | GUID 形式のリレーションシップの ID、例えば 00000000-0000-0000-0000-000000000000 。 |
body | body | UpdateRelationshipRequestValue | 正 | 指定されたリレーションシップに対して更新する属性値。 属性ごとに指定します |
応答
リレーションシップが更新されました。 UpdateRelationshipResponse
ウェブフックs
Webhook を管理するための操作。
Webhook の投稿
POST /odata/Webhooks
イベントが発生した場合
要求されたイベントを使用してトリガーを作成します。そのため、そのイベントが OrbusInfinity で発生すると、指定された URL にあるアプリケーションに通知されます。
本体パラメーター
Parameters
件名 | 含む | タイプ | Required | プロパティ |
---|---|---|---|---|
body | body | CreateWebhookRequest | 正 | Webhook 情報を含むリクエスト。 |
応答
Webhooks の削除
DELETE /odata/Webhooks({key})
既存の webhook を削除します
Webhook ID を指定して、既存の Webhook を削除します。
Parameters
件名 | 含む | タイプ | Required | プロパティ |
---|---|---|---|---|
key | パス | 整数(int32) | 正 | webhook ID。 |
応答
スキーマ
WebhookSaved
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
webhookId | 整数(int32) | 偽 | なし | Webhook の ID。 |
ObjectCreated
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
名称 | string | 偽 | なし | 作成したオブジェクトの名前。 |
objectId | 文字列(uuid) | 偽 | なし | 作成したオブジェクトの ID。 |
modelId | 文字列(uuid) | 偽 | なし | 作成したオブジェクトのモデル ID。 |
objectTypeId | 文字列(uuid) | 偽 | なし | 作成したオブジェクトのオブジェクト タイプ ID。 |
ObjectDeleted
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
objectId | 文字列(uuid) | 偽 | なし | 削除したオブジェクトの ID。 |
objectName | string | 偽 | なし | 削除したオブジェクトの名前。 |
ObjectUpdated
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
objectId | 文字列(uuid) | 偽 | なし | オブジェクトの ID。 |
名称 | string | 偽 | なし | オブジェクトの名前。 |
RelationshipCreated
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
relationshipId | 文字列(uuid) | 偽 | なし | リレーションシップの ID。 |
leadObjectId | 文字列(uuid) | 偽 | なし | リレーションシップのリードオブジェクトの ID。 |
leadRelationshipId | 文字列(uuid) | 偽 | なし | リレーションシップのリード リレーションシップの ID。 交差摘 リレーションシップ に使用されます。 |
memberObjectId | 文字列(uuid) | 偽 | なし | リレーションシップのメンバー オブジェクトの ID。 |
RelationshipDeleted
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
deletedRelationshipId | 文字列(uuid) | 偽 | なし | 削除したリレーションシップの ID。 |
RelationshipUpdated
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
relationshipId | 文字列(uuid) | 偽 | なし | リレーションシップの ID。 |
MessageCategory
価値 |
---|
Error |
警告 |
情報 |
MessageCode
価値 |
---|
AttributeAssignmentDoesNotExist |
DocumentTypeMustBelongToAModellingSolution |
DocumentTypeHasDocuments |
CustomDocumentTypeHasDocuments |
DuplicateDocumentTypeInModellingSolution |
DuplicateObjectTypeInModellingSolution |
InvalidDocumentTypeCategory |
DocumentTypeCategoryMismatch |
CustomDocumentTypeNotSupported |
CustomDocumentTypeMustHaveAtLeastOneFileExtension |
DocumentTypeFileExtensionNotSupportedForCustomCategory |
IdentifyingAttributeAssignmentWithInstancesExists |
DocumentTypeDoesNotExist |
DocumentTypeNameIsInvalid |
DocumentTypeFilenameInvalid |
DocumentTypePrimaryTemplateAlreadyExists |
DocumentTypeDoesNotSupportAncillaryTemplateFiles |
MissingDocumentTypeTemplateFile |
MissingDocumentTypePrimaryTemplateFile |
MultipleDocumentTypePrimaryTemplateFiles |
DocumentTypeFileExtensionNotSupportedForCategory |
TemplateFilenamesMustBeUnique |
ContentTypeSaveOperationFailed |
InvalidDocumentTypeRelationshipType |
MetamodelItemMustBelongToAModellingSolution |
ParentObjectTypeDoesNotExist |
ObjectTypeHasCircularReference |
ObjectsTypeHasNotChanged |
ModelDoesNotExist |
MetamodelItemIsNotUniqueToModellingSolution |
MetamodelItemNotInModel |
MetamodelItemIsSystemLocked |
MetamodelItemIsHidden |
MetamodelItemIsAlreadyVisible |
MetamodelItemIsNotApprovable |
MetamodelItemHasNotRequiredCategory |
MetamodelItemHasNotAttributeAssignment |
MetamodelItemHasNotCommonSolutionsWithIdentifyingAttribute |
AttributesDeleted |
ObjectTypesDeleted |
RelationshipTypesDeleted |
DependentModelItemsExist |
ModelItemsDoesNotHaveComponents |
ModelItemIsNotComponentOfDocumentType |
RelationshipPairMembersAreNotComponentsOfDocument |
MultipleDuplicateMetamodelItems |
EntityIsAlreadyProtected |
EntityIsAlreadyUnprotected |
AttributeDoesNotExist |
AttributeDoesNotExistByName |
AttributeDoesNotExistByKey |
AttributeNotAssignedToMetamodelItem |
AttributeIsNotIdentifyingAttribute |
AttributeNotInModelModellingSolution |
AttributeAssignmentCannotBeEdited |
IdentifyingAttributeAssignmentExists |
InheritedAttributeAssignmentExists |
MultipleDuplicateAttributes |
AttributeCategoryMismatch |
AttributeDateTimeDateOnly |
AttributeDateTimeMaximumIsNotDateOnly |
AttributeDateTimeMinimumIsNotDateOnly |
AttributeValueHyperlinkNotUri |
AttributeValuesCommitted |
AttributeHyperlinkDisplayValueProvided |
AttributeHyperlinkUriNotProvided |
AttributeMultipleValuesProvided |
AttributeHyperlinkValueTooLong |
AttributeHyperlinkDisplayValueTooLong |
AttributePersonOrGroupIsGroup |
AttributeValuePersonOrGroupNotInGroup |
AttributeNumberMaximumValueExceedsLimits |
AttributeNumberMinimumValueExceedsLimits |
AttributeMinimumNumberPrecisionIsNotEqualToPrecisionValue |
AttributeMaximumNumberPrecisionIsNotEqualToPrecisionValue |
AttributeCurrencyMaximumValueExceedsLimits |
AttributeCurrencyMinimumValueExceedsLimits |
AttributeCurrencyMaximumValueInvalidPrecision |
AttributeCurrencyMinimumValueInvalidPrecision |
AttributeTextMinimumValueExceedsLimits |
AttributeTextMaximumValueExceedsLimits |
AttributeDoesNotExists |
AttributeWithNameAlreadyExists |
InvalidIsoCurrencySymbol |
AttributeNumberPrecisionIsOutOfRange |
AttributeMinimumValueIsGreaterThanMaximumValue |
AttributeCurrencyMinimumValueIsGreaterThanMaximumValue |
AttributeDateTimeMinimumValueIsGreaterThanMaximumValue |
AttributeNumberMinimumValueIsGreaterThanMaximumValue |
AttributeTextMinimumLengthValueIsGreaterThanMaximumLengthValue |
UnableToAssignReadOnlyAttributes |
UnableToAssignHiddenAttributes |
UnableToDeleteSystemAttributeAssignment |
MappedImportWorksheetSettingsDoesNotExist |
MappedImportWorksheetSettingsDoesNotBelongToUser |
ModelDoesNotHaveSubsetOfModellingSolutions |
ModelNameNotUnique |
ModelNameValueNotProvided |
ModelIsDeactivated |
ModelIsActivated |
ModelsDeactivated |
ModelsActivated |
ModellingSolutionsAreNotUnique |
IdentifyingAttributeCannotBeImportant |
MultipleIdentifyingAttributeAssignments |
AttributesAreAlreadyAssigned |
MetamodelItemHasInstances |
IdentifyingAttributeModellingSolutionsAreNotValid |
ObjectTypeIsParentOrChild |
UnableToAssignSystemAttributes |
AttributeIsNotAssignedToMetamodelItem |
ExternalDocumentDoesNotExist |
DocumentDoesNotExist |
AttributeChoiceDuplicates |
AttributeChoiceDoesNotExists |
AttributeChoiceIsNotPresent |
AttributeChoiceValueIsNotPresent |
AttributeChoiceValueIsNotUnique |
IdentifyingAttributeDoesNotShareAllMetamodelItemsSolutions |
AttributeIsIdentifyingAttribute |
ModelItemIsSoftDeleted |
ModelItemIsNotSoftDeleted |
ModellingSolutionDoesNotExist |
ModelItemReuseDeletionRequired |
ObjectIsReuse |
ObjectIsVariant |
ObjectIsReused |
RelationshipDeletionRequired |
FeedbackDeletionRequired |
ViewModellingSolutionIdsNotAllowedOnCollectionView |
ViewMustBelongToAModellingSolution |
AdHocViewsCannotContainRuntimeParameters |
ViewDimensionsRequired |
TraceabilityViewFilterSetMustContainFilters |
TraceabilityViewFilterCannotHaveMoreColumns |
ViewDimensionRequireGroups |
ViewFilterGroupRequireViewFilters |
ViewFilterGroupHasIncorrectPositions |
InvalidViewDimensionCategories |
ViewFilterCategoryNotAllowedInCollectionView |
ViewFilterHasTooManyIdentifyingParameters |
ViewFilterIsMissingIdentifyingParameters |
ViewFilterHasTooManyRuntimeParameters |
ViewFilterIsMissingRuntimeParameter |
ViewFilterParameterValuesNotProvided |
ViewFilterParameterValuesProvidedForRuntimeParameter |
ViewFilterParameterValuesProvidedForNullOperatorParameter |
ViewFilterParameterOperatorNotSupported |
ViewFilterParameterCategoryNotSupported |
ViewFilterParameterValueTextIsTooLong |
MetamodelItemCategoryNotSupported |
ViewModelIdParameterMustBeRuntime |
ViewGenerationStorageExpiredOrEmpty |
ViewGenerationStorageNotAvailableForSavedParameters |
ViewDimensionDoesNotExist |
ViewFilterParameterRuntimeMissing |
ViewFilterParameterRuntimeNotNeeded |
ModelNotAvailableToAnyViewModellingSolutions |
ModelNotAvailableToAllViewModellingSolutions |
ImportantAttributeValueNotProvided |
DisplayAttributeValueNotProvided |
UniqueAttributeValueNotUnique |
AttributeValueNumberOutOfRange |
AttributeValueNumberOutOfRangeLowerOnly |
AttributeValueNumberOutOfRangeUpperOnly |
AttributeValueCurrencyOutOfRange |
AttributeValueCurrencyOutOfRangeLowerOnly |
AttributeValueCurrencyOutOfRangeUpperOnly |
AttributeValueTextOutOfRange |
AttributeValueTextOutOfRangeLowerOnly |
AttributeValueTextOutOfRangeUpperOnly |
AttributeValueDateTimeOutOfRange |
AttributeValueDateTimeDateOnly |
AttributeValueDateTimeOutOfRangeLowerOnly |
AttributeValueDateTimeOutOfRangeUpperOnly |
AttributeValueTextPlainTextMissing |
AttributeValueCurrencyInvalidPrecision |
AttributeValueNumberInvalidPrecision |
AttributeValueChoiceDuplicateExistingChoice |
AttributeValueNotChoice |
AttributeValueChoiceInvalidParent |
AttributeValueChoiceMultipleValuesProvided |
AttributeValueHyperlinkMultipleValuesProvided |
AttributeValuePersonOrGroupMultipleValuesProvided |
AttributeValueBothPersonAndGroupHaveValue |
MultipleDuplicateAttributeValues |
AttributePersonOrGroupInvalid |
UnableToDeleteGlobalAttribute |
UnableToUpdateGlobalAttribute |
UnableToDeleteSystemAttribute |
UnableToUpdateSystemAttribute |
UnableToUpdateNameOrSolutionForGlobalAttribute |
UnableToUpdateConfigurationForGlobalAttribute |
UnableToUpdateConfigurationForAssignedAttribute |
ProtectedAttributeConfigurationHasChanged |
ProtectedMetamodelItemHasChanged |
ProtectedObjectTypeHasChanged |
ProtectedRelationshipTypeHasChanged |
ModelItemDoesNotExist |
MetamodelItemDoesNotExist |
ModelItemIsAlike |
ModelItemIsLocked |
ModelItemIsUnlocked |
ModelItemIsNotObject |
ModelItemIsNotRelationship |
ModelItemIsNotApprovable |
ModelItemIsNotPendingReview |
ModelItemIsAlreadyPendingReview |
ModelItemVersionIsNotLast |
ModelItemsTypeNotEquals |
ModelItemsEquals |
ModelItemIsDeactivated |
ModelItemsActivatedDeactivated |
ModelItemsDeactivated |
ModelItemsActivated |
UserIsNotInApproversList |
IdentifyingAttributeValueNotProvided |
ObjectIsAlike |
RelationshipIsAlike |
LeadObjectDoesNotExist |
LeadRelationshipDoesNotExist |
MemberObjectDoesNotExist |
NoValidRelationshipTypeExists |
RelationshipTypePairDoesNotExist |
ProtectedSolutionDoesNotContainLeadAndMember |
RelationshipTypePairIsNotAssignedToRelationshipType |
RelationshipTypePairIsDeactivated |
RelationshipTypePairIsNotValid |
UpdateSelfReferencePairInCaseOfHierarchicalDirectionDoesNotExist |
DeleteSelfReferencePairInCaseOfHierarchicalDirectionDoesNotExist |
DuplicateRelationshipTypePair |
ObjectCapacityIsApproaching |
ObjectCapacityIsAvailable |
PermissionDeniedFeature |
PermissionDeniedModel |
PermissionDeniedModelItem |
PermissionDeniedLeadModelItem |
PermissionDeniedMemberModelItem |
PermissionDeniedModelModelItem |
PermissionDeniedModelMetamodelItem |
PermissionDeniedDataImport |
PersonNotInAnyRole |
DependentModelItemsCannotBeUnlocked |
PermissionDeniedModelAdministration |
GroupDoesNotExist |
PersonDoesNotExist |
DuplicateGroupSpecified |
DuplicatePersonSpecified |
DuplicateMetamodelItemInModellingSolution |
SolutionIsAssignedToModels |
SolutionDoesNotExist |
SolutionAlreadyExists |
WebhookDoesNotExist |
WebhookWithSameDataAlreadyExists |
WebhookEventTypeIsNotValid |
WebhookUrlIsNotValid |
WebhookExpirationDateIsNotValid |
WebhookUrlCannotBeAuthenticated |
DocumentFilePathIsInaccessible |
LicenseKeyIsNotValid |
LicenseNotValid |
SecretHasTooManyCharacters |
NotificationDoesNotExist |
NotificationDoesNotBelongToUser |
DocumentIsCounterpartLinked |
ModelItemIsCounterpartLinked |
ObjectCounterpartLinked |
DocumentLinkDoesNotExist |
DocumentComponentDoesNotExist |
ComponentDoesNotExist |
SingleRepresentationSituationDoesNotExists |
ComponentRepresentationSituationNotValid |
MetamodelEntityIsProtected |
MetamodelEntityIsNotProtected |
AttributeAssignmentOfChildObjectTypeCannotBeProtected |
SolutionWithProtectedAttributeAssignmentsCannotBeUnprotected |
ObjectCapacityIsExceeded |
MetamodelItemApproversEntriesExceedMaximumLimit |
DuplicatedDocumentTypeLinkSpecified |
ClientForVisioDocumentTypeIsInvalid |
DocumentUrlIsInvalid |
DocumentPageIsOutOfRange |
DocumentExportFormatIsInvalid |
DataFileIsInvalid |
ImportFileDoesNotExist |
ImportFileCanNotBeOpened |
ImportFileRequiredWorksheetMissing |
ImportFileWorksheetFromMappingsMissing |
ImportFileXmlSchemaIsInvalid |
ImportFailedUnknownError |
ImportIsInvalid |
MetamodelItemIsAlreadyHidden |
RelationshipTypePairIsAlreadyHidden |
RelationshipTypePairIsAlreadyActive |
AttributeAssignmentsDeleted |
AttributeAssignmentsCommited |
DocumentsDeleted |
SharePointSiteSet |
DocumentsRegistered |
DocumentTypeCreated |
DocumentTypeDeleted |
DocumentTypeUpdated |
DocumentTypeTemplateFilesSaved |
DocumentTypeMetamodelItemsSaved |
AttributeAssigmentsSaved |
AttributeCreated |
AttributeUpdated |
ModelItemsReused |
ModelItemsDeleted |
ObjectCreated |
ObjectUpdated |
ObjectsCreated |
ObjectsUpdated |
ObjectSkipped |
ObjectsCopied |
ObjectDeleted |
ObjectsDeleted |
ObjectsMerged |
ObjectReclassified |
ObjectsReclassified |
ObjectsRelationshipsMerged |
RelationshipCreated |
RelationshipsCreated |
RelationshipsCopied |
RelationshipUpdated |
RelationshipsUpdated |
RelationshipDeleted |
RelationshipsDeleted |
RelationshipSkipped |
RelationshipTypeDoesNotExist |
RelationshipTypePairsDeleted |
RelationshipsMerged |
LeadToMemberDirectionEmpty |
MemberToLeadDirectionEmpty |
RepresentationSituationIsNotValid |
IntersectionalRelationshipRepresentationIsNotValid |
IntersectionalRelationshipTypeWithSamePairAlreadyExists |
IntersectionalRelationshipTypeCannotHavePairsWithAnyLeadOrMember |
RelationshipTypeHasNoPairs |
DuplicateRelationshipTypeInModellingSolution |
DocumentManagementSystemRetrieved |
ObjectTypeCreated |
SolutionCreated |
SolutionDeleted |
WebhookSaved |
WebhookDeleted |
MappedImportWorksheetSettingsCreated |
MappedImportWorksheetSettingsUpdated |
ModelCopied |
ModelItemsCopied |
ModelItemLocked |
ModelItemUnlocked |
ModelItemApprovalRequested |
ModelItemApprovalRequestCompleted |
ModelItemsNotApprovable |
ModelCreated |
ModelUpdated |
NotificationCreated |
NotificationDataHasIncorrectType |
NotificationEndDatePrecedesStartDate |
BothNotificationProgressCountsAndPercentAreSet |
NotificationsDeleted |
NotificationsPurged |
NotificationsRead |
NotificationsReadAll |
NotificationsUpdated |
RelationshipTypeUpdated |
RelationshipTypeCreated |
RelationshipTypesCreated |
RelationshipTypePairUpdated |
RelationshipTypePairsCreated |
DocumentCreated |
DocumentUpdated |
DocumentCounterpartAssigned |
DocumentCounterpartUnassigned |
DocumentCounterpartsDeleted |
DocumentCounterpartsCreated |
DocumentCounterpartsUpdated |
DocumentCounterpartsReassigned |
DocumentFilePathIsInvalid |
DocumentModelRootPathIsNotValid |
DocumentFilePathIsTooLong |
DocumentFilenameRequiresFileExtension |
DocumentFilenameContainsInvalidCharacters |
DocumentFileExtensionNotSupportedForCategory |
DocumentFileExtensionNotSupportedForCustomCategory |
DocumentFileExtensionNotSupportedForFileTypeFilter |
DocumentAlreadyExists |
DocumentHasCounterparts |
DocumentTypeLinksDeleted |
DocumentTypeLinkDoesNotExist |
DocumentTypeLinkIsInherited |
InheritedDocumentLinkAlreadyExists |
DocumentTypeLinkAlreadyExists |
MetamodelItemIsNotAnObjectType |
MetamodelItemIsNotARelationshipType |
DocumentTypeLinkCreated |
DocumentTypeLinksCreated |
ObjectTypeUpdated |
RequestCannotBeProcessed |
LeadObjectTypeDoesNotExist |
MemberObjectTypeDoesNotExist |
DocumentComponentUpdated |
DocumentComponentsUpdated |
DocumentComponentDeleted |
DocumentComponentCreated |
DocumentComponentsCreated |
DocumentTypeComponentsUpdated |
DocumentTypeComponentAlreadyExists |
DocumentTypeComponentDoesNotExist |
MetamodelItemHasDocumentComponents |
DocumentTypeCategoryIsNotVisioType |
DocumentTypeCategoryIsVisioType |
DocumentTypeComponentsCreated |
DocumentTypeComponentsDeleted |
DocumentTypeRelationshipTypeEndpointsDoNotExist |
DocumentTypeTemplateUpdated |
MetamodelEntitiesLocked |
MetamodelEntityIsLocked |
MetamodelEntitiesUnlocked |
RecycleBinPurged |
EntitiesProtectionStateApplied |
MetamodelItemApprovalInformationHasChanged |
DocumentHasDifferentDocumentType |
ExternalDocumentDoesNotHaveExternalDocumentId |
LeadRelationshipTypeDoesNotExist |
IntersectionalRelationshipTypeUsageCannotBeUpdated |
RelationshipTypeUsageCannotBeUpdated |
RelationshipTypeUsageIsNotValid |
MetamodelItemDeactivated |
MetamodelItemsDeactivated |
DescriptionIsInvalid |
RelationshipTypePairActivated |
RelationshipTypePairsActivated |
RelationshipTypePairDeactivated |
RelationshipTypePairsDeactivated |
MetamodelItemActivated |
MetamodelItemsActivated |
FailedToSaveRelationshipTypeConnectedToDetails |
MemberModelItemIsNotObject |
LeadModelItemIsNotObject |
LeadModelItemIsNotRelationship |
WorkspaceCreated |
WorkspacesCreated |
WorkspaceCapacityIsExceeded |
WorkspaceNameIsNotUnique |
WorkspaceUpdated |
WorkspacesUpdated |
WorkspaceDoesNotExist |
CommandsValidated |
WorkspaceDeleted |
WorkspacesDeleted |
MetamodelItemNotInWorkspace |
WorkspaceObjectCreated |
ObjectIsNotAvailableInWorkspace |
PermissionDeniedDeleteWorkspace |
LicenseTypesRecalculated |
PricingTierIsNotValid |
PermissionDenied |
InternalServerError |
BadRequest |
NotFound |
無効 |
RequestAccepted |
OverrideAll |
Message
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
messageCategory | MessageCategory | 偽 | なし | メッセージのタイプを示します。 |
messageCode | MessageCode | 偽 | なし | なし |
message | string | 偽 | 読み取り専用 | メッセージ コンテンツ。 |
OperationMessage.WebhookSaved
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
messageDefinition | WebhookSaved | 偽 | なし | なし |
messageCategory | MessageCategory | 偽 | なし | メッセージのタイプを示します。 |
messageCode | MessageCode | 偽 | なし | なし |
message | string | 偽 | 読み取り専用 | メッセージ コンテンツ。 |
OperationMessage.ObjectCreated
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
messageDefinition | ObjectCreated | 偽 | なし | なし |
messageCategory | MessageCategory | 偽 | なし | メッセージのタイプを示します。 |
messageCode | MessageCode | 偽 | なし | なし |
message | string | 偽 | 読み取り専用 | メッセージ コンテンツ。 |
OperationMessage.ObjectDeleted
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
messageDefinition | ObjectDeleted | 偽 | なし | なし |
messageCategory | MessageCategory | 偽 | なし | メッセージのタイプを示します。 |
messageCode | MessageCode | 偽 | なし | なし |
message | string | 偽 | 読み取り専用 | メッセージ コンテンツ。 |
OperationMessage.ObjectUpdated
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
messageDefinition | ObjectUpdated | 偽 | なし | なし |
messageCategory | MessageCategory | 偽 | なし | メッセージのタイプを示します。 |
messageCode | MessageCode | 偽 | なし | なし |
message | string | 偽 | 読み取り専用 | メッセージ コンテンツ。 |
OperationMessage.RelationshipCreated
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
messageDefinition | RelationshipCreated | 偽 | なし | なし |
messageCategory | MessageCategory | 偽 | なし | メッセージのタイプを示します。 |
messageCode | MessageCode | 偽 | なし | なし |
message | string | 偽 | 読み取り専用 | メッセージ コンテンツ。 |
OperationMessage.RelationshipDeleted
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
messageDefinition | RelationshipDeleted | 偽 | なし | なし |
messageCategory | MessageCategory | 偽 | なし | メッセージのタイプを示します。 |
messageCode | MessageCode | 偽 | なし | なし |
message | string | 偽 | 読み取り専用 | メッセージ コンテンツ。 |
OperationMessage.RelationshipUpdated
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
messageDefinition | RelationshipUpdated | 偽 | なし | なし |
messageCategory | MessageCategory | 偽 | なし | メッセージのタイプを示します。 |
messageCode | MessageCode | 偽 | なし | なし |
message | string | 偽 | 読み取り専用 | メッセージ コンテンツ。 |
CreateWebhookRequest
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
シークレット | string | 偽 | なし | 受信者の秘密。 |
eventType | string | 正 | なし | サブスクリプション イベント タイプ |
url | string | 正 | なし | 受信者の URL。 |
expirationDate | 文字列(日付-時間) | 偽 | なし | 有効期限を取得または設定します。 有効期限が指定されていない場合は、1 つの値 デフォルトが使用されます (通常は作成日から 6 か月後)。 |
DeleteWebhookResponse
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
成功 | ブール値 | 偽 | なし | 操作が成功したことを示します。 |
messages | Message | 偽 | 読み取り専用 | 応答メッセージ。 |
SaveWebhookResponse
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
successMessage | OperationMessage.WebhookSaved | 偽 | なし | なし |
成功 | ブール値 | 偽 | なし | 操作が成功したことを示します。 |
messages | Message | 偽 | 読み取り専用 | 応答メッセージ。 |
CreateObjectRequestValue
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
objectTypeId | 文字列(uuid) | 正 | なし | オブジェクト タイプの ID。 |
attributeValuesFlat | オブジェクト | 偽 | なし | 属性値の主要な値のペア。 |
additionalProperties | 指定なし | 偽 | なし | なし |
modelId | 文字列(uuid) | 正 | なし | モデルの ID。 |
オブジェクト作成操作の応答を表すモデル。
UpdateObjectRequestValue
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
attributeValuesFlat | オブジェクト | 偽 | なし | 属性値の主要な値のペア。 |
CreateObjectResponse
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
successMessage | OperationMessage.ObjectCreated | 偽 | なし | なし |
operationType | OperationType | 偽 | なし | なし |
entityTypes | EntityType | 偽 | なし | なし |
成功 | ブール値 | 偽 | なし | 操作が成功したことを示します。 |
messages | Message | 偽 | 読み取り専用 | 応答メッセージ。 |
DeleteObjectResponse
オブジェクト削除操作の応答を表すモデル。
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
successMessage | OperationMessage.ObjectDeleted | 偽 | なし | なし |
operationType | OperationType | 偽 | なし | なし |
entityTypes | EntityType | 偽 | なし | なし |
成功 | ブール値 | 偽 | なし | 操作が成功したことを示します。 |
messages | Message | 偽 | 読み取り専用 | 応答メッセージ。 |
UpdateObjectResponse
オブジェクト更新操作の応答を表すモデル。
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
successMessage | OperationMessage.ObjectUpdated | 偽 | なし | なし |
operationType | OperationType | 偽 | なし | なし |
entityTypes | EntityType | 偽 | なし | なし |
成功 | ブール値 | 偽 | なし | 操作が成功したことを示します。 |
messages | Message | 偽 | 読み取り専用 | 応答メッセージ。 |
CreateRelationshipRequestValue
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
relationshipTypeId | 文字列(uuid) | 正 | なし | リレーションシップのタイプの ID。 |
relationshipTypePairId | 文字列(uuid) | 偽 | なし | リレーションシップ タイプ ペアの ID。 |
leadModelItemId | 文字列(uuid) | 正 | なし | リード モデル項目の ID。 |
memberModelItemId | 文字列(uuid) | 正 | なし | メンバー モデル項目の ID。 |
attributeValuesFlat | オブジェクト | 偽 | なし | なし |
modelId | 文字列(uuid) | 正 | なし | モデルの ID。 |
UpdateRelationshipRequestValue
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
attributeValuesFlat | オブジェクト | 偽 | なし | なし |
CreateRelationshipResponse
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
successMessage | OperationMessage.RelationshipCreated | 偽 | なし | なし |
operationType | OperationType | 偽 | なし | なし |
entityTypes | EntityType | 偽 | なし | なし |
成功 | ブール値 | 偽 | なし | 操作が成功したことを示します。 |
messages | Message | 偽 | 読み取り専用 | 応答メッセージ。 |
DeleteRelationshipResponse
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
successMessage | OperationMessage.RelationshipDeleted | 偽 | なし | なし |
operationType | OperationType | 偽 | なし | なし |
entityTypes | EntityType | 偽 | なし | なし |
成功 | ブール値 | 偽 | なし | 操作が成功したことを示します。 |
messages | Message | 偽 | 読み取り専用 | 応答メッセージ。 |
UpdateRelationshipResponse
プロパティ
件名 | タイプ | Required | 制限 | プロパティ |
---|---|---|---|---|
successMessage | OperationMessage.RelationshipUpdated | 偽 | なし | なし |
operationType | OperationType | 偽 | なし | なし |
entityTypes | EntityType | 偽 | なし | なし |
成功 | ブール値 | 偽 | なし | 操作が成功したことを示します。 |
messages | Message | 偽 | 読み取り専用 | 応答メッセージ。 |
EntityType
価値 |
---|
None |
ソリューション |
ObjectType |
RelationshipType |
RelationshipTypePair |
Attribute |
AttributeAssignment |
DocumentType |
DocumentTypeLink |
DocumentTypeComponent |
Model |
Object |
関係性 |
Document |
DocumentComponent |
Workspace |
役割 |
OperationType
価値 |
---|
Create |
更新する |
Delete |
接続を作成する
このコネクタは、次の認証タイプをサポートしています:
既定 | 接続を作成するためのパラメーター。 | すべての地域 | 共有不可 |
既定
適用できるもの: すべての領域
接続を作成するためのパラメーター。
これは共有可能な接続ではありません。 Power App が別のユーザーと共有されている場合、別のユーザーは新しい接続を明示的に作成するように求められます。
件名 | タイプ | プロパティ | Required |
---|---|---|---|
OrbusInfinity API の URL | string | OrbusInfinity API の URL。 E.g. https://example-api.orbusinfinity.com | True |
調整制限
名前 | 呼び出し | 更新期間 |
---|---|---|
接続ごとの API 呼び出し | 100 | 60 秒 |
アクション
オブジェクトとその詳細を取得します |
デフォルトの応答には、OrbusInfinity で最近作成された 50 個のオブジェクトのリストと、それらのトップレベルのプロパティが含まれます。 以下の OData パラメーターを使用して、追加のプロパティをフィルター、順序付け、展開し、出力内の指定されたプロパティのみを選択します。 |
オブジェクトの詳細を取得します |
デフォルトの応答には、トップレベルのプロパティのみが含まれます。 オプションの OData パラメーターを使用して、追加のプロパティを展開し、指定されたプロパティのみを選択します。 |
オブジェクトを削除します |
削除されたオブジェクトはごみ箱に移動されます。 |
リレーションシップとその詳細を取得します |
デフォルトの応答には、OrbusInfinity で最近作成された 50 個のリレーションシップのリストと、それらのトップレベルのプロパティが含まれます。 以下の OData パラメーターを使用して、追加のプロパティをフィルター、順序付け、展開し、出力内の指定されたプロパティのみを選択します。 |
リレーションシップの詳細を取得します |
デフォルトの応答には、トップレベルのプロパティのみが含まれます。 オプションの OData パラメーターを使用して、追加のプロパティを展開し、指定されたプロパティのみを選択します。 |
リレーションシップを削除します |
削除されたリレーションシップはごみ箱に移動されます。 |
新しいオブジェクトを作成します |
新しいオブジェクトのオブジェクト タイプ ID、モデル ID、識別属性を指定する必要があります。 |
新しいリレーションシップを作成します |
新しい関係の関係タイプ ID、モデル ID、関係タイプ ペア ID、リード オブジェクト ID、メンバー オブジェクト ID、および識別属性を指定する必要があります。 |
既存のオブジェクトの属性値を更新します |
|
既存のリレーションシップの属性値を更新します |
|
オブジェクトとその詳細を取得します
デフォルトの応答には、OrbusInfinity で最近作成された 50 個のオブジェクトのリストと、それらのトップレベルのプロパティが含まれます。 以下の OData パラメーターを使用して、追加のプロパティをフィルター、順序付け、展開し、出力内の指定されたプロパティのみを選択します。
パラメーター
名前 | キー | 必須 | 型 | 説明 |
---|---|---|---|---|
$select
|
$select | string |
応答内の各オブジェクトに含めるプロパティのサブセット。 空白のままにすると、デフォルトのプロパティが返されます。 |
|
$expand
|
$expand | string |
応答内の各オブジェクトに含める (デフォルトのプロパティと) 追加のプロパティ。 |
|
$filter
|
$filter | string |
結果内のオブジェクトをフィルタリングする式。 次のプロパティの値でオブジェクトをフィルタリングできます: |
|
$orderby
|
$orderby | string |
選択したプロパティによって、応答内でオブジェクトが並べ替えられる順序。 たとえば、プロパティ |
|
$top
|
$top | integer |
応答に含める、OrbusInfinity で最近作成されたオブジェクトの数。 最小値は 0 で、最大は 50 です。 |
|
$skip
|
$skip | integer |
応答から除外する、OrbusInfinity で最近作成されたオブジェクトの数。 最小および既定値は 0、最大値は 50 です。 |
|
$count
|
$count | boolean |
true の場合、オブジェクトの合計数が応答で指定されます。 デフォルトでは、このパラメータは false に設定されており、合計数は返されないことを意味します。 |
戻り値
OData 形式がサポートする追加情報を表します。 これは、Swagger のドキュメント化のみを目的としています。
オブジェクトの詳細を取得します
デフォルトの応答には、トップレベルのプロパティのみが含まれます。 オプションの OData パラメーターを使用して、追加のプロパティを展開し、指定されたプロパティのみを選択します。
パラメーター
名前 | キー | 必須 | 型 | 説明 |
---|---|---|---|---|
key
|
key | True | uuid |
GUID 形式のオブジェクトの ID、例えば |
$select
|
$select | string |
応答内のオブジェクトに含めるプロパティのサブセット。 空白のままにすると、デフォルトのプロパティが返されます。 |
|
$expand
|
$expand | string |
応答内のオブジェクトに含める (デフォルトのプロパティと) 追加のプロパティ。 |
戻り値
OData オブジェクト エンティティ。
オブジェクトを削除します
削除されたオブジェクトはごみ箱に移動されます。
パラメーター
名前 | キー | 必須 | 型 | 説明 |
---|---|---|---|---|
key
|
key | True | uuid |
GUID 形式のオブジェクトの ID、例えば |
戻り値
オブジェクト削除操作の応答を表すモデル。
リレーションシップとその詳細を取得します
デフォルトの応答には、OrbusInfinity で最近作成された 50 個のリレーションシップのリストと、それらのトップレベルのプロパティが含まれます。 以下の OData パラメーターを使用して、追加のプロパティをフィルター、順序付け、展開し、出力内の指定されたプロパティのみを選択します。
パラメーター
名前 | キー | 必須 | 型 | 説明 |
---|---|---|---|---|
includeIntersectional
|
includeIntersectional | boolean |
true の場合、出力に Intersection リレーションシップが含まれます。
交差的リレーションシップには、 |
|
$select
|
$select | string |
応答内の各リレーションシップに含めるプロパティのサブセット。 空白のままにすると、デフォルトのプロパティが返されます。 |
|
$expand
|
$expand | string |
応答内の各リレーションシップトに含める (デフォルトのプロパティと) 追加のプロパティ。 |
|
$filter
|
$filter | string |
結果内のリレーションシップをフィルタリングする式。 次のプロパティの値でリレーションシップをフィルタリングできます: |
|
$orderby
|
$orderby | string |
選択したプロパティによって、応答内でリレーションシップが並べ替えられる順序。 たとえば、プロパティ |
|
$top
|
$top | integer |
応答に含める、OrbusInfinity で最近作成されたリレーションシップの数。 最小値は 0 で、最大は 50 です。 |
|
$skip
|
$skip | integer |
応答から除外する、OrbusInfinity で最近作成されたリレーションシップの数。 最小および既定値は 0、最大値は 50 です。 |
|
$count
|
$count | boolean |
true の場合、リレーションシップの合計数が応答で指定されます。 デフォルトでは、このパラメータは false に設定されており、合計数は返されないことを意味します。 |
戻り値
OData 形式がサポートする追加情報を表します。 これは、Swagger のドキュメント化のみを目的としています。
リレーションシップの詳細を取得します
デフォルトの応答には、トップレベルのプロパティのみが含まれます。 オプションの OData パラメーターを使用して、追加のプロパティを展開し、指定されたプロパティのみを選択します。
パラメーター
名前 | キー | 必須 | 型 | 説明 |
---|---|---|---|---|
key
|
key | True | uuid |
GUID 形式のリレーションシップの ID、例えば |
$select
|
$select | string |
応答内のリレーションシップに含めるプロパティのサブセット。 空白のままにすると、デフォルトのプロパティが返されます。 |
|
$expand
|
$expand | string |
応答内のリレーションシップトに含める (デフォルトのプロパティと) 追加のプロパティ。 |
戻り値
関連付け.
リレーションシップを削除します
削除されたリレーションシップはごみ箱に移動されます。
パラメーター
名前 | キー | 必須 | 型 | 説明 |
---|---|---|---|---|
key
|
key | True | uuid |
GUID 形式のリレーションシップの ID、例えば |
戻り値
新しいオブジェクトを作成します
新しいオブジェクトのオブジェクト タイプ ID、モデル ID、識別属性を指定する必要があります。 AttributeValuesFlat
プロパティを使用して、キーと値の形式で属性値を指定します。
パラメーター
名前 | キー | 必須 | 型 | 説明 |
---|---|---|---|---|
objectTypeId
|
objectTypeId | True | uuid |
オブジェクト タイプの ID。 |
attributeValuesFlat
|
attributeValuesFlat | object |
属性値の主要な値のペア。 |
|
modelId
|
modelId | True | uuid |
モデルの ID。 |
戻り値
オブジェクト作成操作の応答を表すモデル。
新しいリレーションシップを作成します
新しい関係の関係タイプ ID、モデル ID、関係タイプ ペア ID、リード オブジェクト ID、メンバー オブジェクト ID、および識別属性を指定する必要があります。 AttributeValuesFlat
プロパティを使用して、キーと値の形式で属性値を指定します。
パラメーター
名前 | キー | 必須 | 型 | 説明 |
---|---|---|---|---|
relationshipTypeId
|
relationshipTypeId | True | uuid |
リレーションシップのタイプの ID。 |
relationshipTypePairId
|
relationshipTypePairId | uuid |
リレーションシップ タイプ ペアの ID。 |
|
leadModelItemId
|
leadModelItemId | True | uuid |
リード モデル項目の ID。 |
memberModelItemId
|
memberModelItemId | True | uuid |
メンバー モデル項目の ID。 |
attributeValuesFlat
|
attributeValuesFlat | object | ||
modelId
|
modelId | True | uuid |
モデルの ID。 |
戻り値
既存のオブジェクトの属性値を更新します
AttributeValuesFlat
プロパティを使用して、キーと値の形式で属性値を指定します。 指定された属性のみが更新されます。
パラメーター
名前 | キー | 必須 | 型 | 説明 |
---|---|---|---|---|
key
|
key | True | uuid |
GUID 形式のオブジェクトの ID、例えば |
attributeValuesFlat
|
attributeValuesFlat | object |
属性値の主要な値のペア。 |
戻り値
オブジェクト更新操作の応答を表すモデル。
既存のリレーションシップの属性値を更新します
AttributeValuesFlat
プロパティを使用して、キーと値の形式で属性値を指定します。 指定された属性のみが更新されます。
パラメーター
名前 | キー | 必須 | 型 | 説明 |
---|---|---|---|---|
key
|
key | True | uuid |
GUID 形式のリレーションシップの ID、例えば |
attributeValuesFlat
|
attributeValuesFlat | object |
戻り値
トリガー
イベントが発生した場合 |
要求されたイベントを使用してトリガーを作成します。そのため、そのイベントが OrbusInfinity で発生すると、指定された URL にあるアプリケーションに通知されます。 |
イベントが発生した場合
要求されたイベントを使用してトリガーを作成します。そのため、そのイベントが OrbusInfinity で発生すると、指定された URL にあるアプリケーションに通知されます。
パラメーター
名前 | キー | 必須 | 型 | 説明 |
---|---|---|---|---|
シークレット
|
secret | string |
受信者の秘密。 |
|
eventType
|
eventType | True | string |
サブスクリプション イベント タイプ |
expirationDate
|
expirationDate | date-time |
有効期限を取得または設定します。 有効期限が指定されていない場合は、デフォルトで 1 つの値が使用されます (通常は作成日から 6 か月後)。 |
戻り値
定義
OfficeArchitect.Contracts.Message.Definition.MessageDefinition
名前 | パス | 型 | 説明 |
---|---|---|---|
|
object |
OfficeArchitect.Contracts.Message.Definition.Object.ObjectCreated_Level2
名前 | パス | 型 | 説明 |
---|---|---|---|
名称
|
name | string |
作成したオブジェクトの名前。 |
objectId
|
objectId | uuid |
作成したオブジェクトの ID。 |
modelId
|
modelId | uuid |
作成したオブジェクトのモデル ID。 |
objectTypeId
|
objectTypeId | uuid |
作成したオブジェクトのオブジェクト タイプ ID。 |
OfficeArchitect.Contracts.Message.Definition.Object.ObjectDeleted_Level2
名前 | パス | 型 | 説明 |
---|---|---|---|
objectId
|
objectId | uuid |
削除したオブジェクトの ID。 |
objectName
|
objectName | string |
削除したオブジェクトの名前。 |
OfficeArchitect.Contracts.Message.Definition.Object.ObjectUpdated_Level2
名前 | パス | 型 | 説明 |
---|---|---|---|
objectId
|
objectId | uuid |
オブジェクトの ID。 |
名称
|
name | string |
オブジェクトの名前。 |
OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipCreated_Level2
名前 | パス | 型 | 説明 |
---|---|---|---|
relationshipId
|
relationshipId | uuid |
リレーションシップの ID。 |
leadObjectId
|
leadObjectId | uuid |
リレーションシップのリードオブジェクトの ID。 |
leadRelationshipId
|
leadRelationshipId | uuid |
リレーションシップのリード リレーションシップの ID。 交差摘 リレーションシップ に使用されます。 |
memberObjectId
|
memberObjectId | uuid |
リレーションシップのメンバー オブジェクトの ID。 |
OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipDeleted_Level2
名前 | パス | 型 | 説明 |
---|---|---|---|
deletedRelationshipId
|
deletedRelationshipId | uuid |
削除したリレーションシップの ID。 |
OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipUpdated_Level2
名前 | パス | 型 | 説明 |
---|---|---|---|
relationshipId
|
relationshipId | uuid |
リレーションシップの ID。 |
OfficeArchitect.Contracts.Message.MessageCategory
OfficeArchitect.Contracts.Message.MessageCode
OfficeArchitect.Contracts.Message.Message_Level1
名前 | パス | 型 | 説明 |
---|---|---|---|
messageCategory
|
messageCategory | OfficeArchitect.Contracts.Message.MessageCategory |
メッセージのタイプを示します。 |
messageCode
|
messageCode | OfficeArchitect.Contracts.Message.MessageCode | |
messageDefinition
|
messageDefinition | OfficeArchitect.Contracts.Message.Definition.MessageDefinition | |
message
|
message | string |
メッセージ コンテンツ。 |
OfficeArchitect.Contracts.Message.Operation.OperationMessage-Of-OfficeArchitect.Contracts.Message.Definition.Object.ObjectCreated_Level1
名前 | パス | 型 | 説明 |
---|---|---|---|
messageDefinition
|
messageDefinition | OfficeArchitect.Contracts.Message.Definition.Object.ObjectCreated_Level2 | |
messageCategory
|
messageCategory | OfficeArchitect.Contracts.Message.MessageCategory |
メッセージのタイプを示します。 |
messageCode
|
messageCode | OfficeArchitect.Contracts.Message.MessageCode | |
message
|
message | string |
メッセージ コンテンツ。 |
OfficeArchitect.Contracts.Message.Operation.OperationMessage-Of-OfficeArchitect.Contracts.Message.Definition.Object.ObjectDeleted_Level1
名前 | パス | 型 | 説明 |
---|---|---|---|
messageDefinition
|
messageDefinition | OfficeArchitect.Contracts.Message.Definition.Object.ObjectDeleted_Level2 | |
messageCategory
|
messageCategory | OfficeArchitect.Contracts.Message.MessageCategory |
メッセージのタイプを示します。 |
messageCode
|
messageCode | OfficeArchitect.Contracts.Message.MessageCode | |
message
|
message | string |
メッセージ コンテンツ。 |
OfficeArchitect.Contracts.Message.Operation.OperationMessage-Of-OfficeArchitect.Contracts.Message.Definition.Object.ObjectUpdated_Level1
名前 | パス | 型 | 説明 |
---|---|---|---|
messageDefinition
|
messageDefinition | OfficeArchitect.Contracts.Message.Definition.Object.ObjectUpdated_Level2 | |
messageCategory
|
messageCategory | OfficeArchitect.Contracts.Message.MessageCategory |
メッセージのタイプを示します。 |
messageCode
|
messageCode | OfficeArchitect.Contracts.Message.MessageCode | |
message
|
message | string |
メッセージ コンテンツ。 |
OfficeArchitect.Contracts.Message.Operation.OperationMessage-Of-OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipCreated_Level1
名前 | パス | 型 | 説明 |
---|---|---|---|
messageDefinition
|
messageDefinition | OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipCreated_Level2 | |
messageCategory
|
messageCategory | OfficeArchitect.Contracts.Message.MessageCategory |
メッセージのタイプを示します。 |
messageCode
|
messageCode | OfficeArchitect.Contracts.Message.MessageCode | |
message
|
message | string |
メッセージ コンテンツ。 |
OfficeArchitect.Contracts.Message.Operation.OperationMessage-Of-OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipDeleted_Level1
名前 | パス | 型 | 説明 |
---|---|---|---|
messageDefinition
|
messageDefinition | OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipDeleted_Level2 | |
messageCategory
|
messageCategory | OfficeArchitect.Contracts.Message.MessageCategory |
メッセージのタイプを示します。 |
messageCode
|
messageCode | OfficeArchitect.Contracts.Message.MessageCode | |
message
|
message | string |
メッセージ コンテンツ。 |
OfficeArchitect.Contracts.Message.Operation.OperationMessage-Of-OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipUpdated_Level1
名前 | パス | 型 | 説明 |
---|---|---|---|
messageDefinition
|
messageDefinition | OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipUpdated_Level2 | |
messageCategory
|
messageCategory | OfficeArchitect.Contracts.Message.MessageCategory |
メッセージのタイプを示します。 |
messageCode
|
messageCode | OfficeArchitect.Contracts.Message.MessageCode | |
message
|
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.WebhookPayload
名前 | パス | 型 | 説明 |
---|---|---|---|
ID
|
ids | array of | |
eventType
|
eventType | string | |
シークレット
|
secret | string |
OfficeArchitect.Contracts.OData.Metamodel.Attribute.AttributeAssignmentGroup_Level2
名前 | パス | 型 | 説明 |
---|---|---|---|
attributeAssignmentGroupId
|
attributeAssignmentGroupId | uuid |
属性割り当てグループの ID を表します。 |
名称
|
name | string |
属性割り当てグループの名前を表します。 |
職位
|
position | integer |
属性割り当てグループのポジションを表します。 |
OfficeArchitect.Contracts.OData.Metamodel.Attribute.AttributeAssignment_Level2
属性の割り当て。
名前 | パス | 型 | 説明 |
---|---|---|---|
attributeAssignmentId
|
attributeAssignmentId | uuid |
属性の割り当て ID。 |
attributeId
|
attributeId | uuid |
GUID AttributeId。 |
attributeCategoryId
|
attributeCategoryId | integer |
int AttributeCategoryId. |
metamodelItemId
|
metamodelItemId | uuid |
Guid MetamodelItemId。 |
attributeAssignmentGroupId
|
attributeAssignmentGroupId | uuid |
属性割り当てグループ識別子を取得または設定します。 |
isIdentifier
|
isIdentifier | boolean |
bool IsIdentifier. |
isInherited
|
isInherited | boolean |
bool IsInherited。 |
isDisplay
|
isDisplay | boolean |
bool IsDisplay。 |
isImportant
|
isImportant | boolean |
bool IsImportant。 |
groupName
|
groupName | string |
文字列グループ名。 |
職位
|
position | integer |
int Position。 |
activeState
|
activeState | boolean |
bool ActiveState。 |
stringDefaultValue
|
stringDefaultValue | string |
抽出文字列 StringDefaultValue。 |
isProtected
|
isProtected | boolean |
属性割り当てが保護されているかどうかを示す値を取得または設定します。 |
OfficeArchitect.Contracts.OData.Metamodel.MetamodelItemDefaultApprover_Level2
名前 | パス | 型 | 説明 |
---|---|---|---|
metamodelItemDefaultApproverId
|
metamodelItemDefaultApproverId | uuid |
エンティティ キーを取得または設定します。 |
personId
|
personId | uuid |
その人の ID を取得または設定します。 |
personName
|
personName | string |
その人の名前を取得または設定する |
OfficeArchitect.Contracts.OData.Metamodel.MetamodelItemSolution_Level2
MetamodelItem ソリューション。
名前 | パス | 型 | 説明 |
---|---|---|---|
solutionId
|
solutionId | uuid |
ソリューション ID を表します。 |
名称
|
name | string |
ソリューション名を表します。 |
OfficeArchitect.Contracts.OData.Metamodel.ObjectType_Level1
このオブジェクト タイプ エンティティを表します。
名前 | パス | 型 | 説明 |
---|---|---|---|
createdBy
|
createdBy | OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2 |
ユーザーの監査。 |
lastModifiedBy
|
lastModifiedBy | OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2 |
ユーザーの監査。 |
parentObjectType
|
parentObjectType | OfficeArchitect.Contracts.OData.Metamodel.ObjectType_Level2 |
このオブジェクト タイプ エンティティを表します。 |
objectTypeId
|
objectTypeId | uuid |
オブジェクト タイプの ID。 |
parentObjectTypeId
|
parentObjectTypeId | uuid |
親オブジェクト タイプ ID への参照を表します。 |
dateCreated
|
dateCreated | date-time |
オブジェクトタイプが作成された日時を表します。 |
createdById
|
createdById | uuid |
オブジェクト タイプを作成した UserId を表します。 |
dateLastModified
|
dateLastModified | date-time |
オブジェクトタイプが変更された日時を表します。 |
lastModifiedById
|
lastModifiedById | uuid |
オブジェクト タイプが変更された UserId を表します。 |
activeState
|
activeState | boolean |
オブジェクトタイプがアクティブ状態であるかどうかを表します。 |
isApprovable
|
isApprovable | boolean |
オブジェクト タイプが承認可能かどうかを表します。 |
color
|
color | OfficeArchitect.Contracts.Metamodel.MetamodelItem.SystemColors | |
アイコン
|
icon | OfficeArchitect.Contracts.Metamodel.MetamodelItem.TitleIcons | |
ソリューション
|
solutions | array of OfficeArchitect.Contracts.OData.Metamodel.MetamodelItemSolution_Level2 |
ソリューションのコレクションへのナビゲーション プロパティを表します。 |
attributeAssignments
|
attributeAssignments | array of OfficeArchitect.Contracts.OData.Metamodel.Attribute.AttributeAssignment_Level2 |
割り当て済み属性のコレクションへのナビゲーション プロパティを表します。 |
attributeAssignmentGroups
|
attributeAssignmentGroups | array of OfficeArchitect.Contracts.OData.Metamodel.Attribute.AttributeAssignmentGroup_Level2 |
属性割り当てグループのコレクションへのナビゲーション プロパティを表します。 |
childObjectTypes
|
childObjectTypes | array of OfficeArchitect.Contracts.OData.Metamodel.ObjectType_Level2 |
参照される子オブジェクト タイプのコレクションへのナビゲーション プロパティを表します。 |
defaultApprovers
|
defaultApprovers | array of OfficeArchitect.Contracts.OData.Metamodel.MetamodelItemDefaultApprover_Level2 |
規定の承認者のコレクションへのナビゲーション プロパティを表します。 |
alias
|
alias | string |
metamodel 項目のエイリアスを取得または設定します。 |
名称
|
name | string |
metamodel アイテムの URL 名を取得または設定します。 |
プロパティ
|
description | string |
metamodel 項目の説明を取得または設定します。 |
OfficeArchitect.Contracts.OData.Metamodel.ObjectType_Level2
このオブジェクト タイプ エンティティを表します。
名前 | パス | 型 | 説明 |
---|---|---|---|
objectTypeId
|
objectTypeId | uuid |
オブジェクト タイプの ID。 |
parentObjectTypeId
|
parentObjectTypeId | uuid |
親オブジェクト タイプ ID への参照を表します。 |
dateCreated
|
dateCreated | date-time |
オブジェクトタイプが作成された日時を表します。 |
createdById
|
createdById | uuid |
オブジェクト タイプを作成した UserId を表します。 |
dateLastModified
|
dateLastModified | date-time |
オブジェクトタイプが変更された日時を表します。 |
lastModifiedById
|
lastModifiedById | uuid |
オブジェクト タイプが変更された UserId を表します。 |
activeState
|
activeState | boolean |
オブジェクトタイプがアクティブ状態であるかどうかを表します。 |
isApprovable
|
isApprovable | boolean |
オブジェクト タイプが承認可能かどうかを表します。 |
alias
|
alias | string |
metamodel 項目のエイリアスを取得または設定します。 |
名称
|
name | string |
metamodel アイテムの URL 名を取得または設定します。 |
プロパティ
|
description | string |
metamodel 項目の説明を取得または設定します。 |
OfficeArchitect.Contracts.OData.Metamodel.RelationshipTypePair_Level2
RelationshipType ペア。
名前 | パス | 型 | 説明 |
---|---|---|---|
relationshipTypePairId
|
relationshipTypePairId | uuid |
Guid RelationshipTypePairId. |
relationshipTypeId
|
relationshipTypeId | uuid |
Guid RelationshipTypeId. |
leadObjectTypeId
|
leadObjectTypeId | uuid |
Guid LeadObjectTypeId. |
memberObjectTypeId
|
memberObjectTypeId | uuid |
Guid MemberObjectTypeId. |
leadRelationshipTypeId
|
leadRelationshipTypeId | uuid |
リード リレーションシップ タイプ ID。 |
activeState
|
activeState | boolean |
bool ActiveState。 |
OfficeArchitect.Contracts.OData.Metamodel.RelationshipType_Level1
RelationshipType.
名前 | パス | 型 | 説明 |
---|---|---|---|
createdBy
|
createdBy | OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2 |
ユーザーの監査。 |
lastModifiedBy
|
lastModifiedBy | OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2 |
ユーザーの監査。 |
relationshipTypeId
|
relationshipTypeId | uuid |
Guid RelationshipTypeId. |
dateCreated
|
dateCreated | date-time |
DateTime DateCreated。 |
createdById
|
createdById | uuid |
Guid CreatedById。 |
dateLastModified
|
dateLastModified | date-time |
DateTime DateLastModified. |
lastModifiedById
|
lastModifiedById | uuid |
Guid LastModifiedById. |
activeState
|
activeState | boolean |
bool ActiveState。 |
isApprovable
|
isApprovable | boolean |
リレーションシップ タイプが承認可能かどうかを表します。 |
leadToMemberDirection
|
leadToMemberDirection | string |
string LeadToMemberDirection. |
memberToLeadDirection
|
memberToLeadDirection | string |
string MemberToLeadDirection. |
representation
|
representation | OfficeArchitect.Contracts.Metamodel.DocumentType.RepresentationSituation | |
direction
|
direction | OfficeArchitect.Contracts.Metamodel.MetamodelItem.RelationshipTypeUsage | |
color
|
color | OfficeArchitect.Contracts.Metamodel.MetamodelItem.SystemColors | |
relationshipTypePairs
|
relationshipTypePairs | array of OfficeArchitect.Contracts.OData.Metamodel.RelationshipTypePair_Level2 |
List RelationshipTypePairs RelationshipTypePairs. |
ソリューション
|
solutions | array of OfficeArchitect.Contracts.OData.Metamodel.MetamodelItemSolution_Level2 |
List MetamodelItemSolution Solutions. |
attributeAssignments
|
attributeAssignments | array of OfficeArchitect.Contracts.OData.Metamodel.Attribute.AttributeAssignment_Level2 |
List AttributeAssignment AttributeAssignments. |
attributeAssignmentGroups
|
attributeAssignmentGroups | array of OfficeArchitect.Contracts.OData.Metamodel.Attribute.AttributeAssignmentGroup_Level2 |
属性割り当てグループのコレクションへのナビゲーション プロパティを表します。 |
defaultApprovers
|
defaultApprovers | array of OfficeArchitect.Contracts.OData.Metamodel.MetamodelItemDefaultApprover_Level2 |
規定の承認者のコレクションへのナビゲーション プロパティを表します。 |
alias
|
alias | string |
metamodel 項目のエイリアスを取得または設定します。 |
名称
|
name | string |
metamodel アイテムの URL 名を取得または設定します。 |
プロパティ
|
description | string |
metamodel 項目の説明を取得または設定します。 |
OfficeArchitect.Contracts.OData.Metamodel.RelationshipType_Level2
RelationshipType.
名前 | パス | 型 | 説明 |
---|---|---|---|
relationshipTypeId
|
relationshipTypeId | uuid |
Guid RelationshipTypeId. |
dateCreated
|
dateCreated | date-time |
DateTime DateCreated。 |
createdById
|
createdById | uuid |
Guid CreatedById。 |
dateLastModified
|
dateLastModified | date-time |
DateTime DateLastModified. |
lastModifiedById
|
lastModifiedById | uuid |
Guid LastModifiedById. |
activeState
|
activeState | boolean |
bool ActiveState。 |
isApprovable
|
isApprovable | boolean |
リレーションシップ タイプが承認可能かどうかを表します。 |
leadToMemberDirection
|
leadToMemberDirection | string |
string LeadToMemberDirection. |
memberToLeadDirection
|
memberToLeadDirection | string |
string MemberToLeadDirection. |
alias
|
alias | string |
metamodel 項目のエイリアスを取得または設定します。 |
名称
|
name | string |
metamodel アイテムの URL 名を取得または設定します。 |
プロパティ
|
description | string |
metamodel 項目の説明を取得または設定します。 |
OfficeArchitect.Contracts.OData.Model.AttributeValue.AttributeValue_Level2
AttributeValue.
名前 | パス | 型 | 説明 |
---|---|---|---|
価値
|
value | double |
小数値。 |
stringValue
|
stringValue | string |
string StringValue. |
attributeValueId
|
attributeValueId | integer |
long AttributeValueId. |
attributeCategoryId
|
attributeCategoryId | integer |
int AttributeCategoryId. |
attributeId
|
attributeId | uuid |
Guid AttributeId. |
modelItemId
|
modelItemId | uuid |
Guid ModelItemId. |
attributeName
|
attributeName | string |
文字列 AttributeName. |
attributeAlias
|
attributeAlias | string |
文字列 AttributeAlias. |
OfficeArchitect.Contracts.OData.Model.AttributeValuesFlat
名前 | パス | 型 | 説明 |
---|---|---|---|
|
object |
OfficeArchitect.Contracts.OData.Model.ModelItemApprovalDetails_Level1
名前 | パス | 型 | 説明 |
---|---|---|---|
isApprovable
|
isApprovable | boolean | |
isPendingReview
|
isPendingReview | boolean | |
requestedBy
|
requestedBy | uuid | |
requestedOn
|
requestedOn | date-time | |
requestedOnVersionNumber
|
requestedOnVersionNumber | integer | |
completedBy
|
completedBy | uuid | |
completedOn
|
completedOn | date-time | |
completedOnVersionNumber
|
completedOnVersionNumber | integer | |
コメント
|
comment | string |
OfficeArchitect.Contracts.OData.Model.ModelItemApprovalDetails_Level2
名前 | パス | 型 | 説明 |
---|---|---|---|
isApprovable
|
isApprovable | boolean | |
isPendingReview
|
isPendingReview | boolean | |
requestedBy
|
requestedBy | uuid | |
requestedOn
|
requestedOn | date-time | |
requestedOnVersionNumber
|
requestedOnVersionNumber | integer | |
completedBy
|
completedBy | uuid | |
completedOn
|
completedOn | date-time | |
completedOnVersionNumber
|
completedOnVersionNumber | integer | |
コメント
|
comment | string |
OfficeArchitect.Contracts.OData.Model.ModelSolution_Level2
名前 | パス | 型 | 説明 |
---|---|---|---|
solutionId
|
solutionId | uuid |
ソリューション ID を表します。 |
名称
|
name | string |
ソリューション名を表します。 |
OfficeArchitect.Contracts.OData.Model.Model_Level1
モデル。
名前 | パス | 型 | 説明 |
---|---|---|---|
createdBy
|
createdBy | OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2 |
ユーザーの監査。 |
lastModifiedBy
|
lastModifiedBy | OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2 |
ユーザーの監査。 |
プロパティ
|
description | string |
このモデルの説明を表します。 |
dateCreated
|
dateCreated | date-time |
モデルが作成されたときの日時を表します。 |
createdById
|
createdById | uuid |
モデルが作成された UserId を表します。 |
dateLastModified
|
dateLastModified | date-time |
モデルが修正されたときの日時を表します。 |
lastModifiedById
|
lastModifiedById | uuid |
モデルが修正された UserId を表します。 |
startDate
|
startDate | date-time |
モデルが開始されたときの日時を表します。 |
endDate
|
endDate | date-time |
モデルが古くなったときの日時を表します。 |
color
|
color | OfficeArchitect.Contracts.Metamodel.MetamodelItem.SystemColors | |
isHidden
|
isHidden | boolean |
モデルが非アクティブ化されていることを表します。 |
ソリューション
|
solutions | array of OfficeArchitect.Contracts.OData.Model.ModelSolution_Level2 |
ソリューションのコレクションへのナビゲーション プロパティを表します。 |
modelId
|
modelId | uuid |
モデル ID を表します。 |
名称
|
name | string |
モデル名を表します。 |
OfficeArchitect.Contracts.OData.Model.Model_Level2
モデル。
名前 | パス | 型 | 説明 |
---|---|---|---|
プロパティ
|
description | string |
このモデルの説明を表します。 |
dateCreated
|
dateCreated | date-time |
モデルが作成されたときの日時を表します。 |
createdById
|
createdById | uuid |
モデルが作成された UserId を表します。 |
dateLastModified
|
dateLastModified | date-time |
モデルが修正されたときの日時を表します。 |
lastModifiedById
|
lastModifiedById | uuid |
モデルが修正された UserId を表します。 |
startDate
|
startDate | date-time |
モデルが開始されたときの日時を表します。 |
endDate
|
endDate | date-time |
モデルが古くなったときの日時を表します。 |
isHidden
|
isHidden | boolean |
モデルが非アクティブ化されていることを表します。 |
modelId
|
modelId | uuid |
モデル ID を表します。 |
名称
|
name | string |
モデル名を表します。 |
OfficeArchitect.Contracts.OData.Model.ObjectDetail_Level1
名前 | パス | 型 | 説明 |
---|---|---|---|
originalObjectId
|
originalObjectId | uuid |
オリジナルのオブジェクト ID。 |
currentVersionNumber
|
currentVersionNumber | integer |
ModelItem の現在のバージョン番号。 |
ステータス
|
status | OfficeArchitect.Contracts.ModelItem.ModelItemStatus |
プロセス モデル項目の状態です。 |
OfficeArchitect.Contracts.OData.Model.ObjectDetail_Level2
名前 | パス | 型 | 説明 |
---|---|---|---|
originalObjectId
|
originalObjectId | uuid |
オリジナルのオブジェクト ID。 |
currentVersionNumber
|
currentVersionNumber | integer |
ModelItem の現在のバージョン番号。 |
OfficeArchitect.Contracts.OData.Model.Object_Level0
OData オブジェクト エンティティ。
名前 | パス | 型 | 説明 |
---|---|---|---|
objectType
|
objectType | OfficeArchitect.Contracts.OData.Metamodel.ObjectType_Level1 |
このオブジェクト タイプ エンティティを表します。 |
lockedBy
|
lockedBy | OfficeArchitect.Contracts.OData.Permission.AuditUser_Level1 |
ユーザーの監査。 |
詳細
|
detail | OfficeArchitect.Contracts.OData.Model.ObjectDetail_Level1 | |
approvalDetails
|
approvalDetails | OfficeArchitect.Contracts.OData.Model.ModelItemApprovalDetails_Level1 | |
モデル
|
model | OfficeArchitect.Contracts.OData.Model.Model_Level1 |
モデル。 |
createdBy
|
createdBy | OfficeArchitect.Contracts.OData.Permission.AuditUser_Level1 |
ユーザーの監査。 |
lastModifiedBy
|
lastModifiedBy | OfficeArchitect.Contracts.OData.Permission.AuditUser_Level1 |
ユーザーの監査。 |
objectId
|
objectId | uuid |
Guid ObjectId。 |
名称
|
name | string |
文字列 名前。 |
objectTypeId
|
objectTypeId | uuid |
Guid ObjectTypeId. |
lockedOn
|
lockedOn | date-time |
ロックされた日付。 |
lockedById
|
lockedById | uuid |
LockedBy ユーザー ID。 |
isApproved
|
isApproved | boolean |
は承認済みです。 |
relatedObjects
|
relatedObjects | array of OfficeArchitect.Contracts.OData.Model.RelatedObject_Level2 |
virtual List RelatedObject RelatedObjects. |
attributeValuesFlat
|
attributeValuesFlat | OfficeArchitect.Contracts.OData.Model.AttributeValuesFlat | |
modelId
|
modelId | uuid |
Guid ModelId. |
dateCreated
|
dateCreated | date-time |
DateTime? 作成した日付。 |
createdById
|
createdById | uuid |
Guid CreatedById。 |
lastModifiedDate
|
lastModifiedDate | date-time |
DateTime? LastModifiedDate. |
lastModifiedById
|
lastModifiedById | uuid |
Guid LastModifiedById. |
attributeValues
|
attributeValues | array of OfficeArchitect.Contracts.OData.Model.AttributeValue.AttributeValue_Level2 |
AttributeValue AttributeValues のリスト。 |
OfficeArchitect.Contracts.OData.Model.Object_Level1
OData オブジェクト エンティティ。
名前 | パス | 型 | 説明 |
---|---|---|---|
objectType
|
objectType | OfficeArchitect.Contracts.OData.Metamodel.ObjectType_Level2 |
このオブジェクト タイプ エンティティを表します。 |
lockedBy
|
lockedBy | OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2 |
ユーザーの監査。 |
詳細
|
detail | OfficeArchitect.Contracts.OData.Model.ObjectDetail_Level2 | |
approvalDetails
|
approvalDetails | OfficeArchitect.Contracts.OData.Model.ModelItemApprovalDetails_Level2 | |
モデル
|
model | OfficeArchitect.Contracts.OData.Model.Model_Level2 |
モデル。 |
createdBy
|
createdBy | OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2 |
ユーザーの監査。 |
lastModifiedBy
|
lastModifiedBy | OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2 |
ユーザーの監査。 |
objectId
|
objectId | uuid |
Guid ObjectId。 |
名称
|
name | string |
文字列 名前。 |
objectTypeId
|
objectTypeId | uuid |
Guid ObjectTypeId. |
lockedOn
|
lockedOn | date-time |
ロックされた日付。 |
lockedById
|
lockedById | uuid |
LockedBy ユーザー ID。 |
isApproved
|
isApproved | boolean |
は承認済みです。 |
relatedObjects
|
relatedObjects | array of OfficeArchitect.Contracts.OData.Model.RelatedObject_Level2 |
virtual List RelatedObject RelatedObjects. |
attributeValuesFlat
|
attributeValuesFlat | OfficeArchitect.Contracts.OData.Model.AttributeValuesFlat | |
modelId
|
modelId | uuid |
Guid ModelId. |
dateCreated
|
dateCreated | date-time |
DateTime? 作成した日付。 |
createdById
|
createdById | uuid |
Guid CreatedById。 |
lastModifiedDate
|
lastModifiedDate | date-time |
DateTime? LastModifiedDate. |
lastModifiedById
|
lastModifiedById | uuid |
Guid LastModifiedById. |
attributeValues
|
attributeValues | array of OfficeArchitect.Contracts.OData.Model.AttributeValue.AttributeValue_Level2 |
AttributeValue AttributeValues のリスト。 |
OfficeArchitect.Contracts.OData.Model.Object_Level2
OData オブジェクト エンティティ。
名前 | パス | 型 | 説明 |
---|---|---|---|
objectId
|
objectId | uuid |
Guid ObjectId。 |
名称
|
name | string |
文字列 名前。 |
objectTypeId
|
objectTypeId | uuid |
Guid ObjectTypeId. |
lockedOn
|
lockedOn | date-time |
ロックされた日付。 |
lockedById
|
lockedById | uuid |
LockedBy ユーザー ID。 |
isApproved
|
isApproved | boolean |
は承認済みです。 |
modelId
|
modelId | uuid |
Guid ModelId. |
dateCreated
|
dateCreated | date-time |
DateTime? 作成した日付。 |
createdById
|
createdById | uuid |
Guid CreatedById。 |
lastModifiedDate
|
lastModifiedDate | date-time |
DateTime? LastModifiedDate. |
lastModifiedById
|
lastModifiedById | uuid |
Guid LastModifiedById. |
OfficeArchitect.Contracts.OData.Model.RelatedObject_Level2
関連したオブジェクト。
名前 | パス | 型 | 説明 |
---|---|---|---|
relationshipId
|
relationshipId | uuid |
Guid RelationshipId. |
objectId
|
objectId | uuid |
Guid ObjectId。 |
isLead
|
isLead | boolean |
bool IsLead. |
relatedObjectId
|
relatedObjectId | uuid |
Guid RelatedObjectId. |
OfficeArchitect.Contracts.OData.Model.RelationshipDetail_Level1
名前 | パス | 型 | 説明 |
---|---|---|---|
originalRelationshipId
|
originalRelationshipId | uuid |
オリジナルのリレーションシップ id。 |
currentVersionNumber
|
currentVersionNumber | integer |
ModelItem の現在のバージョン番号。 |
ステータス
|
status | OfficeArchitect.Contracts.ModelItem.ModelItemStatus |
プロセス モデル項目の状態です。 |
OfficeArchitect.Contracts.OData.Model.RelationshipDetail_Level2
名前 | パス | 型 | 説明 |
---|---|---|---|
originalRelationshipId
|
originalRelationshipId | uuid |
オリジナルのリレーションシップ id。 |
currentVersionNumber
|
currentVersionNumber | integer |
ModelItem の現在のバージョン番号。 |
OfficeArchitect.Contracts.OData.Model.Relationship_Level0
リレーションシップ。
名前 | パス | 型 | 説明 |
---|---|---|---|
leadObject
|
leadObject | OfficeArchitect.Contracts.OData.Model.Object_Level1 |
OData オブジェクト エンティティ。 |
leadRelationship
|
leadRelationship | OfficeArchitect.Contracts.OData.Model.Relationship_Level1 |
リレーションシップ。 |
memberObject
|
memberObject | OfficeArchitect.Contracts.OData.Model.Object_Level1 |
OData オブジェクト エンティティ。 |
relationshipType
|
relationshipType | OfficeArchitect.Contracts.OData.Metamodel.RelationshipType_Level1 |
RelationshipType. |
詳細
|
detail | OfficeArchitect.Contracts.OData.Model.RelationshipDetail_Level1 | |
approvalDetails
|
approvalDetails | OfficeArchitect.Contracts.OData.Model.ModelItemApprovalDetails_Level1 | |
モデル
|
model | OfficeArchitect.Contracts.OData.Model.Model_Level1 |
モデル。 |
createdBy
|
createdBy | OfficeArchitect.Contracts.OData.Permission.AuditUser_Level1 |
ユーザーの監査。 |
lastModifiedBy
|
lastModifiedBy | OfficeArchitect.Contracts.OData.Permission.AuditUser_Level1 |
ユーザーの監査。 |
relationshipId
|
relationshipId | uuid |
Guid RelationshipId. |
relationshipTypeId
|
relationshipTypeId | uuid |
Guid RelationshipTypeId. |
leadRelationshipId
|
leadRelationshipId | uuid |
Guid LeadObjectId. |
leadObjectId
|
leadObjectId | uuid |
Guid LeadObjectId. |
memberObjectId
|
memberObjectId | uuid |
Guid MemberObjectId. |
relationshipTypePairId
|
relationshipTypePairId | uuid |
リレーションシップ タイプ ペアの ID。 |
isApproved
|
isApproved | boolean |
は承認済みです。 |
attributeValuesFlat
|
attributeValuesFlat | OfficeArchitect.Contracts.OData.Model.AttributeValuesFlat | |
modelId
|
modelId | uuid |
Guid ModelId. |
dateCreated
|
dateCreated | date-time |
DateTime? 作成した日付。 |
createdById
|
createdById | uuid |
Guid CreatedById。 |
lastModifiedDate
|
lastModifiedDate | date-time |
DateTime? LastModifiedDate. |
lastModifiedById
|
lastModifiedById | uuid |
Guid LastModifiedById. |
attributeValues
|
attributeValues | array of OfficeArchitect.Contracts.OData.Model.AttributeValue.AttributeValue_Level2 |
AttributeValue AttributeValues のリスト。 |
OfficeArchitect.Contracts.OData.Model.Relationship_Level1
リレーションシップ。
名前 | パス | 型 | 説明 |
---|---|---|---|
leadObject
|
leadObject | OfficeArchitect.Contracts.OData.Model.Object_Level2 |
OData オブジェクト エンティティ。 |
leadRelationship
|
leadRelationship | OfficeArchitect.Contracts.OData.Model.Relationship_Level2 |
リレーションシップ。 |
memberObject
|
memberObject | OfficeArchitect.Contracts.OData.Model.Object_Level2 |
OData オブジェクト エンティティ。 |
relationshipType
|
relationshipType | OfficeArchitect.Contracts.OData.Metamodel.RelationshipType_Level2 |
RelationshipType. |
詳細
|
detail | OfficeArchitect.Contracts.OData.Model.RelationshipDetail_Level2 | |
approvalDetails
|
approvalDetails | OfficeArchitect.Contracts.OData.Model.ModelItemApprovalDetails_Level2 | |
モデル
|
model | OfficeArchitect.Contracts.OData.Model.Model_Level2 |
モデル。 |
createdBy
|
createdBy | OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2 |
ユーザーの監査。 |
lastModifiedBy
|
lastModifiedBy | OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2 |
ユーザーの監査。 |
relationshipId
|
relationshipId | uuid |
Guid RelationshipId. |
relationshipTypeId
|
relationshipTypeId | uuid |
Guid RelationshipTypeId. |
leadRelationshipId
|
leadRelationshipId | uuid |
Guid LeadObjectId. |
leadObjectId
|
leadObjectId | uuid |
Guid LeadObjectId. |
memberObjectId
|
memberObjectId | uuid |
Guid MemberObjectId. |
relationshipTypePairId
|
relationshipTypePairId | uuid |
リレーションシップ タイプ ペアの ID。 |
isApproved
|
isApproved | boolean |
は承認済みです。 |
attributeValuesFlat
|
attributeValuesFlat | OfficeArchitect.Contracts.OData.Model.AttributeValuesFlat | |
modelId
|
modelId | uuid |
Guid ModelId. |
dateCreated
|
dateCreated | date-time |
DateTime? 作成した日付。 |
createdById
|
createdById | uuid |
Guid CreatedById。 |
lastModifiedDate
|
lastModifiedDate | date-time |
DateTime? LastModifiedDate. |
lastModifiedById
|
lastModifiedById | uuid |
Guid LastModifiedById. |
attributeValues
|
attributeValues | array of OfficeArchitect.Contracts.OData.Model.AttributeValue.AttributeValue_Level2 |
AttributeValue AttributeValues のリスト。 |
OfficeArchitect.Contracts.OData.Model.Relationship_Level2
関連付け.
名前 | パス | 型 | 説明 |
---|---|---|---|
relationshipId
|
relationshipId | uuid |
Guid RelationshipId. |
relationshipTypeId
|
relationshipTypeId | uuid |
Guid RelationshipTypeId. |
leadRelationshipId
|
leadRelationshipId | uuid |
Guid LeadObjectId. |
leadObjectId
|
leadObjectId | uuid |
Guid LeadObjectId. |
memberObjectId
|
memberObjectId | uuid |
Guid MemberObjectId. |
relationshipTypePairId
|
relationshipTypePairId | uuid |
リレーションシップ タイプ ペアの ID。 |
isApproved
|
isApproved | boolean |
は承認済みです。 |
modelId
|
modelId | uuid |
Guid ModelId. |
dateCreated
|
dateCreated | date-time |
DateTime? 作成した日付。 |
createdById
|
createdById | uuid |
Guid CreatedById。 |
lastModifiedDate
|
lastModifiedDate | date-time |
DateTime? LastModifiedDate. |
lastModifiedById
|
lastModifiedById | uuid |
Guid LastModifiedById. |
OfficeArchitect.Contracts.OData.Permission.AuditUser_Level1
ユーザーの監査。
名前 | パス | 型 | 説明 |
---|---|---|---|
userId
|
userId | uuid |
Guid UserId。 |
名称
|
name | string |
文字列 名前。 |
emailAddress
|
emailAddress | string |
文字列 EmailAddress。 |
isInactive
|
isInactive | boolean |
bool IsInactive. |
OfficeArchitect.Contracts.OData.Permission.AuditUser_Level2
ユーザーの監査。
名前 | パス | 型 | 説明 |
---|---|---|---|
userId
|
userId | uuid |
Guid UserId。 |
名称
|
name | string |
文字列 名前。 |
emailAddress
|
emailAddress | string |
文字列 EmailAddress。 |
isInactive
|
isInactive | boolean |
bool IsInactive. |
OfficeArchitect.Contracts.Object.Response.CreateObjectResponse_Level0
オブジェクト作成操作の応答を表すモデル。
名前 | パス | 型 | 説明 |
---|---|---|---|
successMessage
|
successMessage | OfficeArchitect.Contracts.Message.Operation.OperationMessage-Of-OfficeArchitect.Contracts.Message.Definition.Object.ObjectCreated_Level1 | |
operationType
|
operationType | OfficeArchitect.Contracts.Response.OperationType | |
entityTypes
|
entityTypes | OfficeArchitect.Contracts.Response.EntityType | |
成功
|
success | boolean |
操作が成功したことを示します。 |
messages
|
messages | array of OfficeArchitect.Contracts.Message.Message_Level1 |
応答メッセージ。 |
OfficeArchitect.Contracts.Object.Response.DeleteObjectResponse_Level0
オブジェクト削除操作の応答を表すモデル。
名前 | パス | 型 | 説明 |
---|---|---|---|
successMessage
|
successMessage | OfficeArchitect.Contracts.Message.Operation.OperationMessage-Of-OfficeArchitect.Contracts.Message.Definition.Object.ObjectDeleted_Level1 | |
operationType
|
operationType | OfficeArchitect.Contracts.Response.OperationType | |
entityTypes
|
entityTypes | OfficeArchitect.Contracts.Response.EntityType | |
成功
|
success | boolean |
操作が成功したことを示します。 |
messages
|
messages | array of OfficeArchitect.Contracts.Message.Message_Level1 |
応答メッセージ。 |
OfficeArchitect.Contracts.Object.Response.UpdateObjectResponse_Level0
オブジェクト更新操作の応答を表すモデル。
名前 | パス | 型 | 説明 |
---|---|---|---|
successMessage
|
successMessage | OfficeArchitect.Contracts.Message.Operation.OperationMessage-Of-OfficeArchitect.Contracts.Message.Definition.Object.ObjectUpdated_Level1 | |
operationType
|
operationType | OfficeArchitect.Contracts.Response.OperationType | |
entityTypes
|
entityTypes | OfficeArchitect.Contracts.Response.EntityType | |
成功
|
success | boolean |
操作が成功したことを示します。 |
messages
|
messages | array of OfficeArchitect.Contracts.Message.Message_Level1 |
応答メッセージ。 |
OfficeArchitect.Contracts.Relationship.Response.CreateRelationshipResponse_Level0
名前 | パス | 型 | 説明 |
---|---|---|---|
successMessage
|
successMessage | OfficeArchitect.Contracts.Message.Operation.OperationMessage-Of-OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipCreated_Level1 | |
operationType
|
operationType | OfficeArchitect.Contracts.Response.OperationType | |
entityTypes
|
entityTypes | OfficeArchitect.Contracts.Response.EntityType | |
成功
|
success | boolean |
操作が成功したことを示します。 |
messages
|
messages | array of OfficeArchitect.Contracts.Message.Message_Level1 |
応答メッセージ。 |
OfficeArchitect.Contracts.Relationship.Response.DeleteRelationshipResponse_Level0
名前 | パス | 型 | 説明 |
---|---|---|---|
successMessage
|
successMessage | OfficeArchitect.Contracts.Message.Operation.OperationMessage-Of-OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipDeleted_Level1 | |
operationType
|
operationType | OfficeArchitect.Contracts.Response.OperationType | |
entityTypes
|
entityTypes | OfficeArchitect.Contracts.Response.EntityType | |
成功
|
success | boolean |
操作が成功したことを示します。 |
messages
|
messages | array of OfficeArchitect.Contracts.Message.Message_Level1 |
応答メッセージ。 |
OfficeArchitect.Contracts.Relationship.Response.UpdateRelationshipResponse_Level0
名前 | パス | 型 | 説明 |
---|---|---|---|
successMessage
|
successMessage | OfficeArchitect.Contracts.Message.Operation.OperationMessage-Of-OfficeArchitect.Contracts.Message.Definition.Relationship.RelationshipUpdated_Level1 | |
operationType
|
operationType | OfficeArchitect.Contracts.Response.OperationType | |
entityTypes
|
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 形式がサポートする追加情報を表します。 これは、Swagger のドキュメント化のみを目的としています。
名前 | パス | 型 | 説明 |
---|---|---|---|
@odata.context
|
@odata.context | string |
Odata.context へのリンク。 |
価値
|
value | array of OfficeArchitect.Contracts.OData.Model.Object_Level0 |
このフィード向けのエンティティのコレクションを取得します。 |
@odata.nextLink
|
@odata.nextLink | uri |
フィード内の値の次のページへのリンクを取得します。 |
@odata.count
|
@odata.count | integer |
フィードの値の総数を取得します。 |
OfficeArchitect.Contracts.Swagger.Response.ODataPageResponse-Of-OfficeArchitect.Contracts.OData.Model.Relationship
OData 形式がサポートする追加情報を表します。 これは、Swagger のドキュメント化のみを目的としています。
名前 | パス | 型 | 説明 |
---|---|---|---|
@odata.context
|
@odata.context | string |
Odata.context へのリンク。 |
価値
|
value | array of OfficeArchitect.Contracts.OData.Model.Relationship_Level0 |
このフィード向けのエンティティのコレクションを取得します。 |
@odata.nextLink
|
@odata.nextLink | uri |
フィード内の値の次のページへのリンクを取得します。 |
@odata.count
|
@odata.count | integer |
フィードの値の総数を取得します。 |