GET api/ValueMapping/{appOrgSyncId}/{touchpointId}/{attributeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appOrgSyncId | globally unique identifier |
Required |
|
| touchpointId | globally unique identifier |
None. |
|
| attributeId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ValueMappingViewModel| Name | Description | Type | Additional 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": "80b4ecd8-069b-44e0-97f6-52aefe3c15ac",
"ValueMappingTypeId": "af78b9cb-f76d-420e-b93b-9abd6d8429d1",
"TemplateId": "a9b4ee32-e135-4907-8d34-1aa4b17fbe49",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "b7d75030-3120-470b-b308-b6aebbd5417d",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "a2568c3f-40b5-4932-b6f2-85c76b9dbfef",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "80b4ecd8-069b-44e0-97f6-52aefe3c15ac",
"ValueMappingTypeId": "af78b9cb-f76d-420e-b93b-9abd6d8429d1",
"TemplateId": "a9b4ee32-e135-4907-8d34-1aa4b17fbe49",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "b7d75030-3120-470b-b308-b6aebbd5417d",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "a2568c3f-40b5-4932-b6f2-85c76b9dbfef",
"CategoryName": "sample string 9"
}
]