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": "185dd233-dce5-4f71-83cb-d08385aae07a", "SourceAppEntityAttribute": "sample string 4", "DestinationAppEntityAttribute": "sample string 5", "CreatedOn": "2025-10-02T21:05:20.4068883+00:00", "LastLoggedIn": "2025-10-02T21:05:20.4068883+00:00", "IsOrgCustomMapping": true, "OrganizationId": "7aa9ace9-0122-41dc-8ee9-7f46a75bc957", "OverridingMappingId": 1, "IsProductionReady": true, "IsActive": true, "IsOrgInActive": true, "DestinationAttributeOrVariableId": 1, "AppOrgSyncId": "1f3c8838-1077-4c13-b9cc-cd525428d97c", "IsCondition": true, "IsValueMappingRequired": true, "IsValueMappingDone": true, "SmallTips": "sample string 6", "ValueMapeTypeId": "fef927ab-64f9-4a9a-847e-5c894e2bedaa", "IsTaskActive": true, "Description": "sample string 8", "IsVariable": true, "IsOutputEncoded": true, "SortOrder": 1, "IsTemplate": true, "NodeId": "6c920e70-0922-4719-9c15-9cd430edfb28", "XmlRendererId": "9d03c0e2-aff2-4f45-a5ad-a1a457ce08d4", "VariableGuid": "76e2618b-7604-48dd-b1a9-37f59e7aaec4", "AppEntityAttributeGuid": "2112e2c1-f49c-4a87-a564-36d18d5ee5ce" }, { "ValuemappingTypeName": "sample string 1", "AttributeMappingId": 2, "IsVisible": true, "ParentAttributeMappingId": 1, "IsAttribute": true, "TouchPointId": "185dd233-dce5-4f71-83cb-d08385aae07a", "SourceAppEntityAttribute": "sample string 4", "DestinationAppEntityAttribute": "sample string 5", "CreatedOn": "2025-10-02T21:05:20.4068883+00:00", "LastLoggedIn": "2025-10-02T21:05:20.4068883+00:00", "IsOrgCustomMapping": true, "OrganizationId": "7aa9ace9-0122-41dc-8ee9-7f46a75bc957", "OverridingMappingId": 1, "IsProductionReady": true, "IsActive": true, "IsOrgInActive": true, "DestinationAttributeOrVariableId": 1, "AppOrgSyncId": "1f3c8838-1077-4c13-b9cc-cd525428d97c", "IsCondition": true, "IsValueMappingRequired": true, "IsValueMappingDone": true, "SmallTips": "sample string 6", "ValueMapeTypeId": "fef927ab-64f9-4a9a-847e-5c894e2bedaa", "IsTaskActive": true, "Description": "sample string 8", "IsVariable": true, "IsOutputEncoded": true, "SortOrder": 1, "IsTemplate": true, "NodeId": "6c920e70-0922-4719-9c15-9cd430edfb28", "XmlRendererId": "9d03c0e2-aff2-4f45-a5ad-a1a457ce08d4", "VariableGuid": "76e2618b-7604-48dd-b1a9-37f59e7aaec4", "AppEntityAttributeGuid": "2112e2c1-f49c-4a87-a564-36d18d5ee5ce" } ]