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": "f7766248-2d6a-40b6-954f-25a76a6c155c",
"ValueMappingTypeId": "ad21443d-cd98-4ec4-902d-efa9682db962",
"TemplateId": "9d92e2ae-832d-4538-86b0-255568e3059c",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "f8c9553a-fb0b-4cf0-a0a3-421287864d7d",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "f33bdc3c-2398-4c5e-be26-c65b9cbfc49c",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "f7766248-2d6a-40b6-954f-25a76a6c155c",
"ValueMappingTypeId": "ad21443d-cd98-4ec4-902d-efa9682db962",
"TemplateId": "9d92e2ae-832d-4538-86b0-255568e3059c",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "f8c9553a-fb0b-4cf0-a0a3-421287864d7d",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "f33bdc3c-2398-4c5e-be26-c65b9cbfc49c",
"CategoryName": "sample string 9"
}
]