GET api/ValueMapping
Request Information
URI Parameters
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": "0f38259a-62ea-4706-9d25-478f65466abb",
"ValueMappingTypeId": "30b1797d-bc64-4f32-9d83-5abc717d2812",
"TemplateId": "37ee500e-0000-4c00-8ba9-3630bb939a78",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "71468755-94ad-4b20-ac22-5b4536b04c6e",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "f4e1fe3b-78eb-4e33-8f1f-3c7d7948c29f",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "0f38259a-62ea-4706-9d25-478f65466abb",
"ValueMappingTypeId": "30b1797d-bc64-4f32-9d83-5abc717d2812",
"TemplateId": "37ee500e-0000-4c00-8ba9-3630bb939a78",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "71468755-94ad-4b20-ac22-5b4536b04c6e",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "f4e1fe3b-78eb-4e33-8f1f-3c7d7948c29f",
"CategoryName": "sample string 9"
}
]