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": "7f4c1e88-03b2-403b-80a2-0d5003f6d9d8", "SourceAppEntityAttribute": "sample string 4", "DestinationAppEntityAttribute": "sample string 5", "CreatedOn": "2025-07-20T12:06:56.0840843+00:00", "LastLoggedIn": "2025-07-20T12:06:56.0840843+00:00", "IsOrgCustomMapping": true, "OrganizationId": "6e34a5c4-b66a-4d2b-8fcb-ee7b16a7e152", "OverridingMappingId": 1, "IsProductionReady": true, "IsActive": true, "IsOrgInActive": true, "DestinationAttributeOrVariableId": 1, "AppOrgSyncId": "42c40a20-21c2-437c-8a4c-6157c9766dbd", "IsCondition": true, "IsValueMappingRequired": true, "IsValueMappingDone": true, "SmallTips": "sample string 6", "ValueMapeTypeId": "2c648cb4-f9ac-48a4-bacf-2976a2009bb8", "IsTaskActive": true, "Description": "sample string 8", "IsVariable": true, "IsOutputEncoded": true, "SortOrder": 1, "IsTemplate": true, "NodeId": "25702e61-de7a-404f-acdb-f4bf54691e65", "XmlRendererId": "b217c0c0-1d29-4aaa-9d44-c168ad7fe63e", "VariableGuid": "fbde0fdd-8252-4dc9-8b4b-f70e14c43828", "AppEntityAttributeGuid": "7ddd6c4d-ee15-4d97-9c35-c9c1e8db685c" }, { "ValuemappingTypeName": "sample string 1", "AttributeMappingId": 2, "IsVisible": true, "ParentAttributeMappingId": 1, "IsAttribute": true, "TouchPointId": "7f4c1e88-03b2-403b-80a2-0d5003f6d9d8", "SourceAppEntityAttribute": "sample string 4", "DestinationAppEntityAttribute": "sample string 5", "CreatedOn": "2025-07-20T12:06:56.0840843+00:00", "LastLoggedIn": "2025-07-20T12:06:56.0840843+00:00", "IsOrgCustomMapping": true, "OrganizationId": "6e34a5c4-b66a-4d2b-8fcb-ee7b16a7e152", "OverridingMappingId": 1, "IsProductionReady": true, "IsActive": true, "IsOrgInActive": true, "DestinationAttributeOrVariableId": 1, "AppOrgSyncId": "42c40a20-21c2-437c-8a4c-6157c9766dbd", "IsCondition": true, "IsValueMappingRequired": true, "IsValueMappingDone": true, "SmallTips": "sample string 6", "ValueMapeTypeId": "2c648cb4-f9ac-48a4-bacf-2976a2009bb8", "IsTaskActive": true, "Description": "sample string 8", "IsVariable": true, "IsOutputEncoded": true, "SortOrder": 1, "IsTemplate": true, "NodeId": "25702e61-de7a-404f-acdb-f4bf54691e65", "XmlRendererId": "b217c0c0-1d29-4aaa-9d44-c168ad7fe63e", "VariableGuid": "fbde0fdd-8252-4dc9-8b4b-f70e14c43828", "AppEntityAttributeGuid": "7ddd6c4d-ee15-4d97-9c35-c9c1e8db685c" } ]