GET https://api.legendonlineservices.co.uk/Joining/CommunicationPreferences

Returns list of coummunication preferences

Request Parameters

No parameters have been defined for this request.

Response - (Status 200 - OK)

[CommunicationPreference]

Name Type Description
Id Int32
DefaultValue Boolean Default value for this preference
Description String Max 50 characters
InactiveDate DateTime If the date is set and is in past, it should not be used.
IsThirdParty Boolean Whether it is a third party communication option
ShortDescription String Max 30 characters




[
  {
    "Id": 1,
    "ShortDescription": "sample string 2",
    "Description": "sample string 3",
    "DefaultValue": true,
    "IsThirdParty": true,
    "InactiveDate": "2025-04-25T14:16:02.1073136+01:00"
  },
  {
    "Id": 1,
    "ShortDescription": "sample string 2",
    "Description": "sample string 3",
    "DefaultValue": true,
    "IsThirdParty": true,
    "InactiveDate": "2025-04-25T14:16:02.1073136+01:00"
  },
  {
    "Id": 1,
    "ShortDescription": "sample string 2",
    "Description": "sample string 3",
    "DefaultValue": true,
    "IsThirdParty": true,
    "InactiveDate": "2025-04-25T14:16:02.1073136+01:00"
  }
]

Bundle(s)
Joining