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": "e618f1da-a017-4c07-97f7-0bf80b468702",
"ValueMappingTypeId": "bbe0688a-218c-40dd-a68f-54ea6eb47faf",
"TemplateId": "8f9bf0db-1a69-41d6-a395-906f4ad38adc",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "3ef10d7d-ed25-4115-95ca-18e8ed40094a",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "d35df2ed-040c-4f6e-9375-5ca718314216",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "e618f1da-a017-4c07-97f7-0bf80b468702",
"ValueMappingTypeId": "bbe0688a-218c-40dd-a68f-54ea6eb47faf",
"TemplateId": "8f9bf0db-1a69-41d6-a395-906f4ad38adc",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "3ef10d7d-ed25-4115-95ca-18e8ed40094a",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "d35df2ed-040c-4f6e-9375-5ca718314216",
"CategoryName": "sample string 9"
}
]