GET api/ValueMapping/GetValueMapping/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

ValueMappingViewModel
NameDescriptionTypeAdditional 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": "f6f9af64-8f55-4d8a-9b3b-b20865651504",
  "ValueMappingTypeId": "3a07a140-9c22-46ba-bcd9-ee13ea48d268",
  "TemplateId": "6ba68ffc-8026-428e-9b8c-58edd21830b6",
  "UseFor": "sample string 4",
  "SourceValue": "sample string 5",
  "DestinationValue": "sample string 6",
  "OrgAppSyncId": "9db50969-49c4-4d90-a163-09d6aaf21e2b",
  "ValueMapType": "sample string 7",
  "IsActive": true,
  "WorkflowId": "6ff5fb77-f00a-4c44-8455-77dd1dca0822",
  "CategoryName": "sample string 9"
}