GET ReferralTypes/System

list of immutable referral types as created by WebLink as name/value pairs

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of NameValueDto
NameDescriptionTypeAdditional information
Name

string

None.

Value

Object

None.

Response Formats

application/json, text/json

Sample:
  • [
      {
      • "Name": "sample string 1",
      • "Value": {}
      },
      {
      • "Name": "sample string 1",
      • "Value": {}
      }
    ]