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": "bda67cc6-be91-4404-9382-770365b49ab6",
"SourceAppEntityAttribute": "sample string 4",
"DestinationAppEntityAttribute": "sample string 5",
"CreatedOn": "2025-11-07T07:43:13.8142416+00:00",
"LastLoggedIn": "2025-11-07T07:43:13.8142416+00:00",
"IsOrgCustomMapping": true,
"OrganizationId": "0a32d5ec-f0ec-48f5-a69e-d63c95c99090",
"OverridingMappingId": 1,
"IsProductionReady": true,
"IsActive": true,
"IsOrgInActive": true,
"DestinationAttributeOrVariableId": 1,
"AppOrgSyncId": "14671a40-25c2-4c42-8983-ef9dc79edfa0",
"IsCondition": true,
"IsValueMappingRequired": true,
"IsValueMappingDone": true,
"SmallTips": "sample string 6",
"ValueMapeTypeId": "fb094a26-6819-43a4-9309-13522a28268d",
"IsTaskActive": true,
"Description": "sample string 8",
"IsVariable": true,
"IsOutputEncoded": true,
"SortOrder": 1,
"IsTemplate": true,
"NodeId": "bfcfd629-9493-4cc2-9ef6-dc23fd4529e9",
"XmlRendererId": "5222a59a-e17b-484a-842c-50b16033e934",
"VariableGuid": "a66c6f6e-371e-4216-9c81-58a64dbfe354",
"AppEntityAttributeGuid": "fa8195f1-2aa1-47ea-8e42-c8b81e8322f4"
},
{
"ValuemappingTypeName": "sample string 1",
"AttributeMappingId": 2,
"IsVisible": true,
"ParentAttributeMappingId": 1,
"IsAttribute": true,
"TouchPointId": "bda67cc6-be91-4404-9382-770365b49ab6",
"SourceAppEntityAttribute": "sample string 4",
"DestinationAppEntityAttribute": "sample string 5",
"CreatedOn": "2025-11-07T07:43:13.8142416+00:00",
"LastLoggedIn": "2025-11-07T07:43:13.8142416+00:00",
"IsOrgCustomMapping": true,
"OrganizationId": "0a32d5ec-f0ec-48f5-a69e-d63c95c99090",
"OverridingMappingId": 1,
"IsProductionReady": true,
"IsActive": true,
"IsOrgInActive": true,
"DestinationAttributeOrVariableId": 1,
"AppOrgSyncId": "14671a40-25c2-4c42-8983-ef9dc79edfa0",
"IsCondition": true,
"IsValueMappingRequired": true,
"IsValueMappingDone": true,
"SmallTips": "sample string 6",
"ValueMapeTypeId": "fb094a26-6819-43a4-9309-13522a28268d",
"IsTaskActive": true,
"Description": "sample string 8",
"IsVariable": true,
"IsOutputEncoded": true,
"SortOrder": 1,
"IsTemplate": true,
"NodeId": "bfcfd629-9493-4cc2-9ef6-dc23fd4529e9",
"XmlRendererId": "5222a59a-e17b-484a-842c-50b16033e934",
"VariableGuid": "a66c6f6e-371e-4216-9c81-58a64dbfe354",
"AppEntityAttributeGuid": "fa8195f1-2aa1-47ea-8e42-c8b81e8322f4"
}
]