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": "051cf0f0-482e-4b57-a4ea-fcce7802d07e",
"SourceAppEntityAttribute": "sample string 4",
"DestinationAppEntityAttribute": "sample string 5",
"CreatedOn": "2026-05-23T23:18:24.1223949+00:00",
"LastLoggedIn": "2026-05-23T23:18:24.1223949+00:00",
"IsOrgCustomMapping": true,
"OrganizationId": "826ebcf6-805f-4005-a2c2-b1504d48c459",
"OverridingMappingId": 1,
"IsProductionReady": true,
"IsActive": true,
"IsOrgInActive": true,
"DestinationAttributeOrVariableId": 1,
"AppOrgSyncId": "e3c8b70a-0d01-4543-a636-61a07ad92b87",
"IsCondition": true,
"IsValueMappingRequired": true,
"IsValueMappingDone": true,
"SmallTips": "sample string 6",
"ValueMapeTypeId": "25f0c067-a547-424e-9be2-5d10df5abf1c",
"IsTaskActive": true,
"Description": "sample string 8",
"IsVariable": true,
"IsOutputEncoded": true,
"SortOrder": 1,
"IsTemplate": true,
"NodeId": "865a311a-582c-4d2c-89a9-4f7d9e61b7bd",
"XmlRendererId": "85cbf340-7d1a-4775-a04e-331c79484c1c",
"VariableGuid": "b9f59584-bbb9-4b35-9e4d-80d7e4393e7c",
"AppEntityAttributeGuid": "5e719062-b53c-4e32-9521-6e30e5e9a123"
},
{
"ValuemappingTypeName": "sample string 1",
"AttributeMappingId": 2,
"IsVisible": true,
"ParentAttributeMappingId": 1,
"IsAttribute": true,
"TouchPointId": "051cf0f0-482e-4b57-a4ea-fcce7802d07e",
"SourceAppEntityAttribute": "sample string 4",
"DestinationAppEntityAttribute": "sample string 5",
"CreatedOn": "2026-05-23T23:18:24.1223949+00:00",
"LastLoggedIn": "2026-05-23T23:18:24.1223949+00:00",
"IsOrgCustomMapping": true,
"OrganizationId": "826ebcf6-805f-4005-a2c2-b1504d48c459",
"OverridingMappingId": 1,
"IsProductionReady": true,
"IsActive": true,
"IsOrgInActive": true,
"DestinationAttributeOrVariableId": 1,
"AppOrgSyncId": "e3c8b70a-0d01-4543-a636-61a07ad92b87",
"IsCondition": true,
"IsValueMappingRequired": true,
"IsValueMappingDone": true,
"SmallTips": "sample string 6",
"ValueMapeTypeId": "25f0c067-a547-424e-9be2-5d10df5abf1c",
"IsTaskActive": true,
"Description": "sample string 8",
"IsVariable": true,
"IsOutputEncoded": true,
"SortOrder": 1,
"IsTemplate": true,
"NodeId": "865a311a-582c-4d2c-89a9-4f7d9e61b7bd",
"XmlRendererId": "85cbf340-7d1a-4775-a04e-331c79484c1c",
"VariableGuid": "b9f59584-bbb9-4b35-9e4d-80d7e4393e7c",
"AppEntityAttributeGuid": "5e719062-b53c-4e32-9521-6e30e5e9a123"
}
]