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": "b733efae-ec06-40a7-8e6c-2e3e6543feea",
"SourceAppEntityAttribute": "sample string 4",
"DestinationAppEntityAttribute": "sample string 5",
"CreatedOn": "2026-01-23T21:01:01.3745832+00:00",
"LastLoggedIn": "2026-01-23T21:01:01.3745832+00:00",
"IsOrgCustomMapping": true,
"OrganizationId": "6ec1183c-f967-4550-ab8d-ada17d305607",
"OverridingMappingId": 1,
"IsProductionReady": true,
"IsActive": true,
"IsOrgInActive": true,
"DestinationAttributeOrVariableId": 1,
"AppOrgSyncId": "65f24539-cbb1-478d-ad8c-f073a30de067",
"IsCondition": true,
"IsValueMappingRequired": true,
"IsValueMappingDone": true,
"SmallTips": "sample string 6",
"ValueMapeTypeId": "3075b9d9-a07c-4d64-a70d-573c992202f4",
"IsTaskActive": true,
"Description": "sample string 8",
"IsVariable": true,
"IsOutputEncoded": true,
"SortOrder": 1,
"IsTemplate": true,
"NodeId": "c446f744-603c-46c9-9e59-bf7148033da2",
"XmlRendererId": "e010ffcc-ce85-4ef8-90b2-015c705e8ecc",
"VariableGuid": "4904f913-6026-46ad-9a1e-cf989320d1a7",
"AppEntityAttributeGuid": "06a86348-7ecc-40eb-8b58-7f240baf07c2"
},
{
"ValuemappingTypeName": "sample string 1",
"AttributeMappingId": 2,
"IsVisible": true,
"ParentAttributeMappingId": 1,
"IsAttribute": true,
"TouchPointId": "b733efae-ec06-40a7-8e6c-2e3e6543feea",
"SourceAppEntityAttribute": "sample string 4",
"DestinationAppEntityAttribute": "sample string 5",
"CreatedOn": "2026-01-23T21:01:01.3745832+00:00",
"LastLoggedIn": "2026-01-23T21:01:01.3745832+00:00",
"IsOrgCustomMapping": true,
"OrganizationId": "6ec1183c-f967-4550-ab8d-ada17d305607",
"OverridingMappingId": 1,
"IsProductionReady": true,
"IsActive": true,
"IsOrgInActive": true,
"DestinationAttributeOrVariableId": 1,
"AppOrgSyncId": "65f24539-cbb1-478d-ad8c-f073a30de067",
"IsCondition": true,
"IsValueMappingRequired": true,
"IsValueMappingDone": true,
"SmallTips": "sample string 6",
"ValueMapeTypeId": "3075b9d9-a07c-4d64-a70d-573c992202f4",
"IsTaskActive": true,
"Description": "sample string 8",
"IsVariable": true,
"IsOutputEncoded": true,
"SortOrder": 1,
"IsTemplate": true,
"NodeId": "c446f744-603c-46c9-9e59-bf7148033da2",
"XmlRendererId": "e010ffcc-ce85-4ef8-90b2-015c705e8ecc",
"VariableGuid": "4904f913-6026-46ad-9a1e-cf989320d1a7",
"AppEntityAttributeGuid": "06a86348-7ecc-40eb-8b58-7f240baf07c2"
}
]