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": "eb8c30e8-24f7-4d7a-a1f0-1359837a8f7f",
"ValueMappingTypeId": "d2911373-ded1-4a0b-b01f-dabfd2ba0835",
"TemplateId": "c617e58a-94ae-43dc-9169-c7d48690de5a",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "864f5e63-9fef-4df3-b829-d9049e52d275",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "38aaf487-192d-4506-b962-872bdaa38a42",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "eb8c30e8-24f7-4d7a-a1f0-1359837a8f7f",
"ValueMappingTypeId": "d2911373-ded1-4a0b-b01f-dabfd2ba0835",
"TemplateId": "c617e58a-94ae-43dc-9169-c7d48690de5a",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "864f5e63-9fef-4df3-b829-d9049e52d275",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "38aaf487-192d-4506-b962-872bdaa38a42",
"CategoryName": "sample string 9"
}
]