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": "51dc187c-f6be-4268-b36c-3e17a0665d61",
"ValueMappingTypeId": "72d9ef63-62e6-460d-a6ec-c6226ff716df",
"TemplateId": "a0a26537-69b3-4837-bd93-669aa99823a5",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "1439a83a-5ca4-4c9d-a6dd-63bd206c551e",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "64d4de93-b21d-4f18-a367-c38c4555eadb",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "51dc187c-f6be-4268-b36c-3e17a0665d61",
"ValueMappingTypeId": "72d9ef63-62e6-460d-a6ec-c6226ff716df",
"TemplateId": "a0a26537-69b3-4837-bd93-669aa99823a5",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "1439a83a-5ca4-4c9d-a6dd-63bd206c551e",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "64d4de93-b21d-4f18-a367-c38c4555eadb",
"CategoryName": "sample string 9"
}
]