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": "a3e85aa9-55e3-4617-928c-50962a5acb0a",
"SourceAppEntityAttribute": "sample string 4",
"DestinationAppEntityAttribute": "sample string 5",
"CreatedOn": "2026-02-22T23:00:37.4168071+00:00",
"LastLoggedIn": "2026-02-22T23:00:37.4168071+00:00",
"IsOrgCustomMapping": true,
"OrganizationId": "7f45b890-106c-4e34-a917-ef99bfb2156b",
"OverridingMappingId": 1,
"IsProductionReady": true,
"IsActive": true,
"IsOrgInActive": true,
"DestinationAttributeOrVariableId": 1,
"AppOrgSyncId": "1aae2fa1-52a4-47f3-9faf-7153f65ffe1e",
"IsCondition": true,
"IsValueMappingRequired": true,
"IsValueMappingDone": true,
"SmallTips": "sample string 6",
"ValueMapeTypeId": "a52193e3-248d-4b72-812e-89b1069ca138",
"IsTaskActive": true,
"Description": "sample string 8",
"IsVariable": true,
"IsOutputEncoded": true,
"SortOrder": 1,
"IsTemplate": true,
"NodeId": "8cf6fa6c-76c4-40ff-8ac5-95dd006a0fd3",
"XmlRendererId": "925400c2-19ec-45ef-b764-8c17b090ef30",
"VariableGuid": "3d9e7529-4d82-4693-b488-bb9df8f26aa5",
"AppEntityAttributeGuid": "6b3d39ff-701e-4979-8b05-cdb9d598ba78"
},
{
"ValuemappingTypeName": "sample string 1",
"AttributeMappingId": 2,
"IsVisible": true,
"ParentAttributeMappingId": 1,
"IsAttribute": true,
"TouchPointId": "a3e85aa9-55e3-4617-928c-50962a5acb0a",
"SourceAppEntityAttribute": "sample string 4",
"DestinationAppEntityAttribute": "sample string 5",
"CreatedOn": "2026-02-22T23:00:37.4168071+00:00",
"LastLoggedIn": "2026-02-22T23:00:37.4168071+00:00",
"IsOrgCustomMapping": true,
"OrganizationId": "7f45b890-106c-4e34-a917-ef99bfb2156b",
"OverridingMappingId": 1,
"IsProductionReady": true,
"IsActive": true,
"IsOrgInActive": true,
"DestinationAttributeOrVariableId": 1,
"AppOrgSyncId": "1aae2fa1-52a4-47f3-9faf-7153f65ffe1e",
"IsCondition": true,
"IsValueMappingRequired": true,
"IsValueMappingDone": true,
"SmallTips": "sample string 6",
"ValueMapeTypeId": "a52193e3-248d-4b72-812e-89b1069ca138",
"IsTaskActive": true,
"Description": "sample string 8",
"IsVariable": true,
"IsOutputEncoded": true,
"SortOrder": 1,
"IsTemplate": true,
"NodeId": "8cf6fa6c-76c4-40ff-8ac5-95dd006a0fd3",
"XmlRendererId": "925400c2-19ec-45ef-b764-8c17b090ef30",
"VariableGuid": "3d9e7529-4d82-4693-b488-bb9df8f26aa5",
"AppEntityAttributeGuid": "6b3d39ff-701e-4979-8b05-cdb9d598ba78"
}
]