GET api/AttributeMapping/GetAttributeMapping?TouchPointId={TouchPointId}&OrgAppSyncId={OrgAppSyncId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
TouchPointId | globally unique identifier |
Required |
|
OrgAppSyncId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AttributeMappingViewModelName | Description | Type | Additional information |
---|---|---|---|
ValuemappingTypeName | string |
None. |
|
AttributeMappingId | integer |
None. |
|
IsVisible | boolean |
None. |
|
ParentAttributeMappingId | integer |
None. |
|
IsAttribute | boolean |
None. |
|
TouchPointId | globally unique identifier |
None. |
|
SourceAppEntityAttribute | string |
None. |
|
DestinationAppEntityAttribute | string |
None. |
|
CreatedOn | date |
None. |
|
LastLoggedIn | date |
None. |
|
IsOrgCustomMapping | boolean |
None. |
|
OrganizationId | globally unique identifier |
None. |
|
OverridingMappingId | integer |
None. |
|
IsProductionReady | boolean |
None. |
|
IsActive | boolean |
None. |
|
IsOrgInActive | boolean |
None. |
|
DestinationAttributeOrVariableId | integer |
None. |
|
AppOrgSyncId | globally unique identifier |
None. |
|
IsCondition | boolean |
None. |
|
IsValueMappingRequired | boolean |
None. |
|
IsValueMappingDone | boolean |
None. |
|
SmallTips | string |
None. |
|
ValueMapeTypeId | globally unique identifier |
None. |
|
IsTaskActive | boolean |
None. |
|
Description | string |
None. |
|
IsVariable | boolean |
None. |
|
IsOutputEncoded | boolean |
None. |
|
SortOrder | integer |
None. |
|
IsTemplate | boolean |
None. |
|
NodeId | globally unique identifier |
None. |
|
XmlRendererId | globally unique identifier |
None. |
|
VariableGuid | globally unique identifier |
None. |
|
AppEntityAttributeGuid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ValuemappingTypeName": "sample string 1", "AttributeMappingId": 2, "IsVisible": true, "ParentAttributeMappingId": 1, "IsAttribute": true, "TouchPointId": "fed2b6af-50f8-4e77-b3a2-426f63bcaf8e", "SourceAppEntityAttribute": "sample string 4", "DestinationAppEntityAttribute": "sample string 5", "CreatedOn": "2025-10-13T21:58:22.7370355+00:00", "LastLoggedIn": "2025-10-13T21:58:22.7370355+00:00", "IsOrgCustomMapping": true, "OrganizationId": "195160d0-eecd-4f9a-9feb-5b9069f8dba6", "OverridingMappingId": 1, "IsProductionReady": true, "IsActive": true, "IsOrgInActive": true, "DestinationAttributeOrVariableId": 1, "AppOrgSyncId": "ce8931bb-bf5c-4857-8f2f-f55892648c4f", "IsCondition": true, "IsValueMappingRequired": true, "IsValueMappingDone": true, "SmallTips": "sample string 6", "ValueMapeTypeId": "839bae41-07f4-4d22-98a6-2bd3754d3039", "IsTaskActive": true, "Description": "sample string 8", "IsVariable": true, "IsOutputEncoded": true, "SortOrder": 1, "IsTemplate": true, "NodeId": "d62bba7f-7c39-49fb-a1c6-84d571c92b29", "XmlRendererId": "c05efa5d-a807-4b07-abf5-ef8c2b9a6dc8", "VariableGuid": "df7c860f-99f0-427d-a53e-3098fd9d21d2", "AppEntityAttributeGuid": "e1b356e0-9e04-4981-bad0-5fc8daf5966e" }, { "ValuemappingTypeName": "sample string 1", "AttributeMappingId": 2, "IsVisible": true, "ParentAttributeMappingId": 1, "IsAttribute": true, "TouchPointId": "fed2b6af-50f8-4e77-b3a2-426f63bcaf8e", "SourceAppEntityAttribute": "sample string 4", "DestinationAppEntityAttribute": "sample string 5", "CreatedOn": "2025-10-13T21:58:22.7370355+00:00", "LastLoggedIn": "2025-10-13T21:58:22.7370355+00:00", "IsOrgCustomMapping": true, "OrganizationId": "195160d0-eecd-4f9a-9feb-5b9069f8dba6", "OverridingMappingId": 1, "IsProductionReady": true, "IsActive": true, "IsOrgInActive": true, "DestinationAttributeOrVariableId": 1, "AppOrgSyncId": "ce8931bb-bf5c-4857-8f2f-f55892648c4f", "IsCondition": true, "IsValueMappingRequired": true, "IsValueMappingDone": true, "SmallTips": "sample string 6", "ValueMapeTypeId": "839bae41-07f4-4d22-98a6-2bd3754d3039", "IsTaskActive": true, "Description": "sample string 8", "IsVariable": true, "IsOutputEncoded": true, "SortOrder": 1, "IsTemplate": true, "NodeId": "d62bba7f-7c39-49fb-a1c6-84d571c92b29", "XmlRendererId": "c05efa5d-a807-4b07-abf5-ef8c2b9a6dc8", "VariableGuid": "df7c860f-99f0-427d-a53e-3098fd9d21d2", "AppEntityAttributeGuid": "e1b356e0-9e04-4981-bad0-5fc8daf5966e" } ]