GET ReferralTypes

list of referral types created by the WebLink user

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ReferralTypeDto
NameDescriptionTypeAdditional information
ReferralType

string

None.

ReferralTypeDescr

string

None.

DateCreated

date

None.

DateChanged

date

None.

ObjectState

ObjectStateEnum

None.

Response Formats

application/json, text/json

Sample:
  • [
      {
      • "ReferralType": "sample string 1",
      • "ReferralTypeDescr": "sample string 2",
      • "DateCreated": "2024-05-12T18:47:20.1951038Z",
      • "DateChanged": "2024-05-12T18:47:20.1951038Z",
      • "ObjectState": 0
      },
      {
      • "ReferralType": "sample string 1",
      • "ReferralTypeDescr": "sample string 2",
      • "DateCreated": "2024-05-12T18:47:20.1951038Z",
      • "DateChanged": "2024-05-12T18:47:20.1951038Z",
      • "ObjectState": 0
      }
    ]