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": "2215c691-85e6-4db5-a794-5ef0aa3a8dd4",
"ValueMappingTypeId": "f54df59c-4892-43c8-85d2-b61a28f27e28",
"TemplateId": "1dc36c5b-8d8a-49c9-b28d-56d08bf1af00",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "820bc990-24a6-4f14-91ea-32a37e78eac4",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "32dd2eef-4146-40cd-a3fe-74dac88f7f81",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "2215c691-85e6-4db5-a794-5ef0aa3a8dd4",
"ValueMappingTypeId": "f54df59c-4892-43c8-85d2-b61a28f27e28",
"TemplateId": "1dc36c5b-8d8a-49c9-b28d-56d08bf1af00",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "820bc990-24a6-4f14-91ea-32a37e78eac4",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "32dd2eef-4146-40cd-a3fe-74dac88f7f81",
"CategoryName": "sample string 9"
}
]