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": "9a405d87-27a3-47c5-8746-1de1e97c85b7", "SourceAppEntityAttribute": "sample string 4", "DestinationAppEntityAttribute": "sample string 5", "CreatedOn": "2024-11-21T09:19:45.5933161+00:00", "LastLoggedIn": "2024-11-21T09:19:45.5933161+00:00", "IsOrgCustomMapping": true, "OrganizationId": "91563c24-6d6e-4479-b3a6-ca00838ade4b", "OverridingMappingId": 1, "IsProductionReady": true, "IsActive": true, "IsOrgInActive": true, "DestinationAttributeOrVariableId": 1, "AppOrgSyncId": "ab210c27-4611-41cb-ae72-10ae83d3cabf", "IsCondition": true, "IsValueMappingRequired": true, "IsValueMappingDone": true, "SmallTips": "sample string 6", "ValueMapeTypeId": "15fa4a1e-b40d-4e20-a175-1b3f424f7357", "IsTaskActive": true, "Description": "sample string 8", "IsVariable": true, "IsOutputEncoded": true, "SortOrder": 1, "IsTemplate": true, "NodeId": "8410f015-1d33-453c-8426-c275842437fa", "XmlRendererId": "e15cbc15-d324-428b-8720-25b2d1f54fa2", "VariableGuid": "93e94ed0-1c86-4c31-a133-a43fe34b69f1", "AppEntityAttributeGuid": "6aa38cc7-caca-4048-88e9-617f0675020f" }, { "ValuemappingTypeName": "sample string 1", "AttributeMappingId": 2, "IsVisible": true, "ParentAttributeMappingId": 1, "IsAttribute": true, "TouchPointId": "9a405d87-27a3-47c5-8746-1de1e97c85b7", "SourceAppEntityAttribute": "sample string 4", "DestinationAppEntityAttribute": "sample string 5", "CreatedOn": "2024-11-21T09:19:45.5933161+00:00", "LastLoggedIn": "2024-11-21T09:19:45.5933161+00:00", "IsOrgCustomMapping": true, "OrganizationId": "91563c24-6d6e-4479-b3a6-ca00838ade4b", "OverridingMappingId": 1, "IsProductionReady": true, "IsActive": true, "IsOrgInActive": true, "DestinationAttributeOrVariableId": 1, "AppOrgSyncId": "ab210c27-4611-41cb-ae72-10ae83d3cabf", "IsCondition": true, "IsValueMappingRequired": true, "IsValueMappingDone": true, "SmallTips": "sample string 6", "ValueMapeTypeId": "15fa4a1e-b40d-4e20-a175-1b3f424f7357", "IsTaskActive": true, "Description": "sample string 8", "IsVariable": true, "IsOutputEncoded": true, "SortOrder": 1, "IsTemplate": true, "NodeId": "8410f015-1d33-453c-8426-c275842437fa", "XmlRendererId": "e15cbc15-d324-428b-8720-25b2d1f54fa2", "VariableGuid": "93e94ed0-1c86-4c31-a133-a43fe34b69f1", "AppEntityAttributeGuid": "6aa38cc7-caca-4048-88e9-617f0675020f" } ]