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": "9abc67bd-2545-49eb-b119-0ed4be43c7f7",
"ValueMappingTypeId": "5ca66429-520e-4666-bfd1-04caf4cb00ca",
"TemplateId": "9fc833ff-6db4-4775-bd65-95dce53db1be",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "d5d41a9a-5fdd-4439-93a1-3062c3133380",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "7b29bf4a-c6b2-4310-a112-87271f46c957",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "9abc67bd-2545-49eb-b119-0ed4be43c7f7",
"ValueMappingTypeId": "5ca66429-520e-4666-bfd1-04caf4cb00ca",
"TemplateId": "9fc833ff-6db4-4775-bd65-95dce53db1be",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "d5d41a9a-5fdd-4439-93a1-3062c3133380",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "7b29bf4a-c6b2-4310-a112-87271f46c957",
"CategoryName": "sample string 9"
}
]