GET api/AttributeMapping/GetAttributeMapping?TouchPointId={TouchPointId}&OrgAppSyncId={OrgAppSyncId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
TouchPointId

globally unique identifier

Required

OrgAppSyncId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AttributeMappingViewModel
NameDescriptionTypeAdditional 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": "602887d0-8e58-4bcb-b472-22494a15f794",
    "SourceAppEntityAttribute": "sample string 4",
    "DestinationAppEntityAttribute": "sample string 5",
    "CreatedOn": "2024-04-20T05:16:27.5589061+00:00",
    "LastLoggedIn": "2024-04-20T05:16:27.5589061+00:00",
    "IsOrgCustomMapping": true,
    "OrganizationId": "37a633d8-f1fe-4edf-9ee3-647dc640171a",
    "OverridingMappingId": 1,
    "IsProductionReady": true,
    "IsActive": true,
    "IsOrgInActive": true,
    "DestinationAttributeOrVariableId": 1,
    "AppOrgSyncId": "4902b9aa-a19c-474b-97e3-69e0a3916042",
    "IsCondition": true,
    "IsValueMappingRequired": true,
    "IsValueMappingDone": true,
    "SmallTips": "sample string 6",
    "ValueMapeTypeId": "b0f2bfab-9145-4bf8-8d4f-6e118196d814",
    "IsTaskActive": true,
    "Description": "sample string 8",
    "IsVariable": true,
    "IsOutputEncoded": true,
    "SortOrder": 1,
    "IsTemplate": true,
    "NodeId": "bf65181e-2eea-4ba4-91ea-90ba2c5f4067",
    "XmlRendererId": "b2a63369-d785-4c1f-bcbc-394f8464ee9e",
    "VariableGuid": "2940c28b-58c5-48ae-b5fa-ad2647f9de40",
    "AppEntityAttributeGuid": "205a693e-2bc7-4373-991c-2fc17eab140f"
  },
  {
    "ValuemappingTypeName": "sample string 1",
    "AttributeMappingId": 2,
    "IsVisible": true,
    "ParentAttributeMappingId": 1,
    "IsAttribute": true,
    "TouchPointId": "602887d0-8e58-4bcb-b472-22494a15f794",
    "SourceAppEntityAttribute": "sample string 4",
    "DestinationAppEntityAttribute": "sample string 5",
    "CreatedOn": "2024-04-20T05:16:27.5589061+00:00",
    "LastLoggedIn": "2024-04-20T05:16:27.5589061+00:00",
    "IsOrgCustomMapping": true,
    "OrganizationId": "37a633d8-f1fe-4edf-9ee3-647dc640171a",
    "OverridingMappingId": 1,
    "IsProductionReady": true,
    "IsActive": true,
    "IsOrgInActive": true,
    "DestinationAttributeOrVariableId": 1,
    "AppOrgSyncId": "4902b9aa-a19c-474b-97e3-69e0a3916042",
    "IsCondition": true,
    "IsValueMappingRequired": true,
    "IsValueMappingDone": true,
    "SmallTips": "sample string 6",
    "ValueMapeTypeId": "b0f2bfab-9145-4bf8-8d4f-6e118196d814",
    "IsTaskActive": true,
    "Description": "sample string 8",
    "IsVariable": true,
    "IsOutputEncoded": true,
    "SortOrder": 1,
    "IsTemplate": true,
    "NodeId": "bf65181e-2eea-4ba4-91ea-90ba2c5f4067",
    "XmlRendererId": "b2a63369-d785-4c1f-bcbc-394f8464ee9e",
    "VariableGuid": "2940c28b-58c5-48ae-b5fa-ad2647f9de40",
    "AppEntityAttributeGuid": "205a693e-2bc7-4373-991c-2fc17eab140f"
  }
]