B2B Gateway
- B2B Gateway
- 所有产品
/api/v2/connection/<source or target>/<id>/fields?objectName=<objectName>
/api/v2/connection/source/name/my%20connection/field/customer
フィールド | タイプ | 説明 |
---|---|---|
id | Long | フィールドID。 |
name | String | フィールド名。 |
type | String | フィールドの種類 |
label | String | フィールドのラベル。 |
parentObject | String | 親オブジェクト(該当する場合)。 |
precision | Int | フィールドの長さ(バイト)。 |
pcType | String | PowerCenterのデータ型。 |
scale | Int | 数値の小数点以下の桁数。 |
columnIndex | Int | カラムのインデックス。 |
isKey | Boolean | フィールドがキーとして使用されるかどうかを示します。 |
isExternalId | Boolean | フィールドが外部IDとして使用されるかどうかを示します。
|
isSfldLookup | Boolean | フィールドがSalesforce IDのルックアップフィールドとして使用されるかどうかを示します。 |
isNullible | Boolean | フィールドにNULL値を含めることができるかどうかを示します。
|
isUnique | Boolean | フィールドに一意の値が必要かどうかを示します。 |
isCreateable | Boolean | フィールドが新しい値を承認するかどうかを示します。 |
isCalculated | Boolean | フィールドが計算されるかどうかを示します。 |
isUpdateable | Boolean | フィールドで更新が許可されるかどうかを示します。 |
isFilterable | Boolean | フィールドをフィルタできるかどうかを示します。 |
linkedFields | String | マスキング タスクの場合は、マップレットの入力フィールドにマップされるソースフィールド。
|
relatedInfos
| 各関連フィールドのfieldRelatedInfoオブジェクトに含まれる、関連するフィールドの情報。 | |
fieldId | Long | fieldRelatedInfoオブジェクトに含まれています。 フィールドID。 |
referenceObject | String | fieldRelatedInfoオブジェクトに含まれています。フィールドに含まれるオブジェクト。 |
relationshipName | String | fieldRelatedInfoオブジェクトに含まれています。オブジェクトとのリレーション。 |
references
| 各関連フィールドのfieldRelatedInfoオブジェクトに含まれる参照情報。 | |
fieldId | Long | fieldRelatedInfoオブジェクトに含まれています。 フィールドID。 |
referenceObject | String | fieldRelatedInfoオブジェクトに含まれています。 フィールドに含まれるオブジェクト。 |
relationshipName | String | fieldRelatedInfoオブジェクトに含まれています。
オブジェクトとのリレーション。 |
javaType | String | Javaデータ型。 |
showLabel | Boolean | フィールドのラベルを表示するかどうかを示します。 |
naturalOrder | Int | ソース内のフィールドの位置番号。
|
customProperties | フィールドのカスタムプロパティ。 |
GET <serverUrl>/api/v2/connection/source/0002D420000000J/field/Customer Content-Type: application/xml Accept: application/xml icSessionId: <icSessionId>