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 AttributeMappingViewModel| Name | 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": "8c6b884f-3165-40f4-8a2d-acc8883f9842",
"SourceAppEntityAttribute": "sample string 4",
"DestinationAppEntityAttribute": "sample string 5",
"CreatedOn": "2025-10-29T13:33:10.3028195+00:00",
"LastLoggedIn": "2025-10-29T13:33:10.3028195+00:00",
"IsOrgCustomMapping": true,
"OrganizationId": "3131771e-8852-4cf8-b320-2c8bd5f3ff00",
"OverridingMappingId": 1,
"IsProductionReady": true,
"IsActive": true,
"IsOrgInActive": true,
"DestinationAttributeOrVariableId": 1,
"AppOrgSyncId": "ba477a52-a6b0-445e-8e9e-8c4eba15bff9",
"IsCondition": true,
"IsValueMappingRequired": true,
"IsValueMappingDone": true,
"SmallTips": "sample string 6",
"ValueMapeTypeId": "54837b84-cfd3-4d53-979e-501187c33cb5",
"IsTaskActive": true,
"Description": "sample string 8",
"IsVariable": true,
"IsOutputEncoded": true,
"SortOrder": 1,
"IsTemplate": true,
"NodeId": "c358a3ba-6096-4d40-ade0-643c5e5bc432",
"XmlRendererId": "c96ee97c-721d-438c-9e87-3cb4419a7b48",
"VariableGuid": "1dad3e88-353c-48f0-b5b9-e1048f7e67ea",
"AppEntityAttributeGuid": "40640a65-9fb3-4cd1-ad41-caac381a2c09"
},
{
"ValuemappingTypeName": "sample string 1",
"AttributeMappingId": 2,
"IsVisible": true,
"ParentAttributeMappingId": 1,
"IsAttribute": true,
"TouchPointId": "8c6b884f-3165-40f4-8a2d-acc8883f9842",
"SourceAppEntityAttribute": "sample string 4",
"DestinationAppEntityAttribute": "sample string 5",
"CreatedOn": "2025-10-29T13:33:10.3028195+00:00",
"LastLoggedIn": "2025-10-29T13:33:10.3028195+00:00",
"IsOrgCustomMapping": true,
"OrganizationId": "3131771e-8852-4cf8-b320-2c8bd5f3ff00",
"OverridingMappingId": 1,
"IsProductionReady": true,
"IsActive": true,
"IsOrgInActive": true,
"DestinationAttributeOrVariableId": 1,
"AppOrgSyncId": "ba477a52-a6b0-445e-8e9e-8c4eba15bff9",
"IsCondition": true,
"IsValueMappingRequired": true,
"IsValueMappingDone": true,
"SmallTips": "sample string 6",
"ValueMapeTypeId": "54837b84-cfd3-4d53-979e-501187c33cb5",
"IsTaskActive": true,
"Description": "sample string 8",
"IsVariable": true,
"IsOutputEncoded": true,
"SortOrder": 1,
"IsTemplate": true,
"NodeId": "c358a3ba-6096-4d40-ade0-643c5e5bc432",
"XmlRendererId": "c96ee97c-721d-438c-9e87-3cb4419a7b48",
"VariableGuid": "1dad3e88-353c-48f0-b5b9-e1048f7e67ea",
"AppEntityAttributeGuid": "40640a65-9fb3-4cd1-ad41-caac381a2c09"
}
]