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 AttributeMappingViewModelName | 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": "6ce829bb-5727-4095-9c11-10799b233b89", "SourceAppEntityAttribute": "sample string 4", "DestinationAppEntityAttribute": "sample string 5", "CreatedOn": "2025-10-16T09:44:38.2215429+00:00", "LastLoggedIn": "2025-10-16T09:44:38.2215429+00:00", "IsOrgCustomMapping": true, "OrganizationId": "54f912a6-e49a-444e-90d1-a3a157d6aa02", "OverridingMappingId": 1, "IsProductionReady": true, "IsActive": true, "IsOrgInActive": true, "DestinationAttributeOrVariableId": 1, "AppOrgSyncId": "d93000e1-65bf-49b8-aeba-9688620c416d", "IsCondition": true, "IsValueMappingRequired": true, "IsValueMappingDone": true, "SmallTips": "sample string 6", "ValueMapeTypeId": "7ab33f42-9ce8-43af-af7b-8f1426230c29", "IsTaskActive": true, "Description": "sample string 8", "IsVariable": true, "IsOutputEncoded": true, "SortOrder": 1, "IsTemplate": true, "NodeId": "7110c61c-3adf-471d-9de2-f1eaf36e5234", "XmlRendererId": "603260c9-53ce-4f59-8a33-0398b373e459", "VariableGuid": "789e4331-f4a8-49a9-a7cf-21e67fcf85e9", "AppEntityAttributeGuid": "7997490c-c79c-46c5-a153-724d9210f564" }, { "ValuemappingTypeName": "sample string 1", "AttributeMappingId": 2, "IsVisible": true, "ParentAttributeMappingId": 1, "IsAttribute": true, "TouchPointId": "6ce829bb-5727-4095-9c11-10799b233b89", "SourceAppEntityAttribute": "sample string 4", "DestinationAppEntityAttribute": "sample string 5", "CreatedOn": "2025-10-16T09:44:38.2215429+00:00", "LastLoggedIn": "2025-10-16T09:44:38.2215429+00:00", "IsOrgCustomMapping": true, "OrganizationId": "54f912a6-e49a-444e-90d1-a3a157d6aa02", "OverridingMappingId": 1, "IsProductionReady": true, "IsActive": true, "IsOrgInActive": true, "DestinationAttributeOrVariableId": 1, "AppOrgSyncId": "d93000e1-65bf-49b8-aeba-9688620c416d", "IsCondition": true, "IsValueMappingRequired": true, "IsValueMappingDone": true, "SmallTips": "sample string 6", "ValueMapeTypeId": "7ab33f42-9ce8-43af-af7b-8f1426230c29", "IsTaskActive": true, "Description": "sample string 8", "IsVariable": true, "IsOutputEncoded": true, "SortOrder": 1, "IsTemplate": true, "NodeId": "7110c61c-3adf-471d-9de2-f1eaf36e5234", "XmlRendererId": "603260c9-53ce-4f59-8a33-0398b373e459", "VariableGuid": "789e4331-f4a8-49a9-a7cf-21e67fcf85e9", "AppEntityAttributeGuid": "7997490c-c79c-46c5-a153-724d9210f564" } ]