GET api/ValueMapping/{appOrgSyncId}/{touchpointId}/{attributeId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
appOrgSyncId

globally unique identifier

Required

touchpointId

globally unique identifier

None.

attributeId

integer

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ValueMappingViewModel
NameDescriptionTypeAdditional information
ValueMappingId

globally unique identifier

None.

ValueMappingTypeId

globally unique identifier

None.

TemplateId

globally unique identifier

None.

UseFor

string

None.

SourceValue

string

None.

DestinationValue

string

None.

OrgAppSyncId

globally unique identifier

None.

ValueMapType

string

None.

IsActive

boolean

None.

WorkflowId

globally unique identifier

None.

CategoryName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ValueMappingId": "a7c00562-d5f3-4a90-b78b-afe2f445208a",
    "ValueMappingTypeId": "b867d601-877b-43ca-88ac-347f715c9c43",
    "TemplateId": "f6e03ab0-44d4-41e3-80c3-bc240e74422e",
    "UseFor": "sample string 4",
    "SourceValue": "sample string 5",
    "DestinationValue": "sample string 6",
    "OrgAppSyncId": "199cc1f6-12e8-4c49-af9e-9c0fbb77005a",
    "ValueMapType": "sample string 7",
    "IsActive": true,
    "WorkflowId": "98462537-7b44-4308-8b9c-a2081faa5541",
    "CategoryName": "sample string 9"
  },
  {
    "ValueMappingId": "a7c00562-d5f3-4a90-b78b-afe2f445208a",
    "ValueMappingTypeId": "b867d601-877b-43ca-88ac-347f715c9c43",
    "TemplateId": "f6e03ab0-44d4-41e3-80c3-bc240e74422e",
    "UseFor": "sample string 4",
    "SourceValue": "sample string 5",
    "DestinationValue": "sample string 6",
    "OrgAppSyncId": "199cc1f6-12e8-4c49-af9e-9c0fbb77005a",
    "ValueMapType": "sample string 7",
    "IsActive": true,
    "WorkflowId": "98462537-7b44-4308-8b9c-a2081faa5541",
    "CategoryName": "sample string 9"
  }
]