/api/v2/connection/<source or target>/<id>/fields?objectName=<objectName>
/api/v2/connection/source/name/my%20connection/field/customer
Field | Type | Description |
---|---|---|
id | Long | Field ID. |
name | String | Field name. |
type | String | Field type. |
label | String | Field label. |
parentObject | String | Parent object, if applicable. |
precision | Int | Length of the field in bytes. |
pcType | String | PowerCenter data type. |
scale | Int | Number of digits after the decimal point for
numeric values. |
columnIndex | Int | Column index. |
isKey | Boolean | Whether the field is a used as a key. |
isExternalId | Boolean | Whether the field is used as an external ID.
|
isSfldLookup | Boolean | Whether the field is used as a Salesforce ID
lookup field. |
isNullible | Boolean | Whether the field can contain null values.
|
isUnique | Boolean | Whether the field requires unique values. |
isCreateable | Boolean | Whether the field accepts new values. |
isCalculated | Boolean | Whether the field is calculated. |
isUpdateable | Boolean | Whether the field allows updates. |
isFilterable | Boolean | Whether the field can be filtered. |
linkedFields | String | For a masking
task, the source field mapped to the input field of the mapplet.
|
relatedInfos
| Information about related fields included in a
fieldRelatedInfo object for each related field. | |
fieldId | Long | Included in the fieldRelatedInfo object. Field
ID. |
referenceObject | String | Included in the fieldRelatedInfo object. Object
that includes the field. |
relationshipName | String | Included in the fieldRelatedInfo object.
Relationship to object. |
references
| Reference information included in a
fieldRelatedInfo object for each related field. | |
fieldId | Long | Included in the fieldRelatedInfo object. Field
ID. |
referenceObject | String | Included in the fieldRelatedInfo object. Object
that includes the field. |
relationshipName | String | Included in the fieldRelatedInfo object.
Relationship to object. |
javaType | String | Java data type. |
showLabel | Boolean | Whether to show the field label. |
naturalOrder | Int | Position number of the field in the source.
|
customProperties | Custom properties for the field. |
GET <serverUrl>/api/v2/connection/source/0002D420000000J/field/Customer Content-Type: application/xml Accept: application/xml icSessionId: <icSessionId>