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": "f49d2969-aa7b-42d3-9370-f7cb84f21ad2",
"ValueMappingTypeId": "93f4cfdd-2670-441d-8541-85bec4a68b9f",
"TemplateId": "526a551a-c676-412b-894a-d972bc4c12e1",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "668a915f-c2f0-45af-8759-56afc36c7da1",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "7be2fe66-1131-447b-82ad-63692a1f38d0",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "f49d2969-aa7b-42d3-9370-f7cb84f21ad2",
"ValueMappingTypeId": "93f4cfdd-2670-441d-8541-85bec4a68b9f",
"TemplateId": "526a551a-c676-412b-894a-d972bc4c12e1",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "668a915f-c2f0-45af-8759-56afc36c7da1",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "7be2fe66-1131-447b-82ad-63692a1f38d0",
"CategoryName": "sample string 9"
}
]