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": "25944115-a945-4b64-a9a5-8bca5b256a2d", "SourceAppEntityAttribute": "sample string 4", "DestinationAppEntityAttribute": "sample string 5", "CreatedOn": "2021-04-19T06:19:06.7619708+00:00", "LastLoggedIn": "2021-04-19T06:19:06.7619708+00:00", "IsOrgCustomMapping": true, "OrganizationId": "ffd058a6-4979-4017-b959-7a7e3376a07f", "OverridingMappingId": 1, "IsProductionReady": true, "IsActive": true, "IsOrgInActive": true, "DestinationAttributeOrVariableId": 1, "AppOrgSyncId": "2a4dfd78-83e2-4333-bf59-9e46e818c0ea", "IsCondition": true, "IsValueMappingRequired": true, "IsValueMappingDone": true, "SmallTips": "sample string 6", "ValueMapeTypeId": "ea98ee8d-29ec-453d-95f4-7f4922376c5a", "IsTaskActive": true, "Description": "sample string 8", "IsVariable": true, "IsOutputEncoded": true, "SortOrder": 1, "IsTemplate": true, "NodeId": "381636ab-d68e-4a93-a5a7-272707fdd3c7", "XmlRendererId": "28e2f76c-c972-4147-8c2d-92f256dde358", "VariableGuid": "43a89b18-f551-47be-894f-724e79df0c74", "AppEntityAttributeGuid": "23946d01-148e-4f8a-a945-efc4a50a180a" }, { "ValuemappingTypeName": "sample string 1", "AttributeMappingId": 2, "IsVisible": true, "ParentAttributeMappingId": 1, "IsAttribute": true, "TouchPointId": "25944115-a945-4b64-a9a5-8bca5b256a2d", "SourceAppEntityAttribute": "sample string 4", "DestinationAppEntityAttribute": "sample string 5", "CreatedOn": "2021-04-19T06:19:06.7619708+00:00", "LastLoggedIn": "2021-04-19T06:19:06.7619708+00:00", "IsOrgCustomMapping": true, "OrganizationId": "ffd058a6-4979-4017-b959-7a7e3376a07f", "OverridingMappingId": 1, "IsProductionReady": true, "IsActive": true, "IsOrgInActive": true, "DestinationAttributeOrVariableId": 1, "AppOrgSyncId": "2a4dfd78-83e2-4333-bf59-9e46e818c0ea", "IsCondition": true, "IsValueMappingRequired": true, "IsValueMappingDone": true, "SmallTips": "sample string 6", "ValueMapeTypeId": "ea98ee8d-29ec-453d-95f4-7f4922376c5a", "IsTaskActive": true, "Description": "sample string 8", "IsVariable": true, "IsOutputEncoded": true, "SortOrder": 1, "IsTemplate": true, "NodeId": "381636ab-d68e-4a93-a5a7-272707fdd3c7", "XmlRendererId": "28e2f76c-c972-4147-8c2d-92f256dde358", "VariableGuid": "43a89b18-f551-47be-894f-724e79df0c74", "AppEntityAttributeGuid": "23946d01-148e-4f8a-a945-efc4a50a180a" } ]