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": "dda2116b-4ff2-4f37-bf31-a83032001fbc",
"ValueMappingTypeId": "20b0b2c5-8b6a-4906-ab57-c3c5f5090e26",
"TemplateId": "3ea8f029-6876-4184-9a28-ecf5d6dcc866",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "349895d7-a176-4da1-b3e7-e868078c9dcd",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "8af69dab-2619-4406-b027-88d233ba5a97",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "dda2116b-4ff2-4f37-bf31-a83032001fbc",
"ValueMappingTypeId": "20b0b2c5-8b6a-4906-ab57-c3c5f5090e26",
"TemplateId": "3ea8f029-6876-4184-9a28-ecf5d6dcc866",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "349895d7-a176-4da1-b3e7-e868078c9dcd",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "8af69dab-2619-4406-b027-88d233ba5a97",
"CategoryName": "sample string 9"
}
]