GET api/FrontierWeb/MyProfile/GetMessageSubtype/{messageType}/{messageSubtype}

Get the message subtype.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
messageType

string

Required

messageSubtype

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MessageSubtype
NameDescriptionTypeAdditional information
MsgType

string

None.

MsgSubtype

string

None.

FriendlyName

string

None.

Description

string

None.

LocationOption

SubscriptionParameterOption

None.

CustomerOption

SubscriptionParameterOption

None.

IsExternalSubscriptionAllowed

boolean

None.

ObjectKeyString

string

None.

PrimaryKey

Collection of Object

None.

IsPrimaryKeyInitialized

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MsgType": "sample string 1",
    "MsgSubtype": "sample string 2",
    "FriendlyName": "sample string 3",
    "Description": "sample string 4",
    "LocationOption": 0,
    "CustomerOption": 0,
    "IsExternalSubscriptionAllowed": true,
    "ObjectKeyString": "sample string 6",
    "PrimaryKey": [
      "sample string 1",
      "sample string 2"
    ],
    "IsPrimaryKeyInitialized": true
  },
  {
    "MsgType": "sample string 1",
    "MsgSubtype": "sample string 2",
    "FriendlyName": "sample string 3",
    "Description": "sample string 4",
    "LocationOption": 0,
    "CustomerOption": 0,
    "IsExternalSubscriptionAllowed": true,
    "ObjectKeyString": "sample string 6",
    "PrimaryKey": [
      "sample string 1",
      "sample string 2"
    ],
    "IsPrimaryKeyInitialized": true
  }
]

text/html

Sample:
[{"MsgType":"sample string 1","MsgSubtype":"sample string 2","FriendlyName":"sample string 3","Description":"sample string 4","LocationOption":0,"CustomerOption":0,"IsExternalSubscriptionAllowed":true,"ObjectKeyString":"sample string 6","PrimaryKey":["sample string 1","sample string 2"],"IsPrimaryKeyInitialized":true},{"MsgType":"sample string 1","MsgSubtype":"sample string 2","FriendlyName":"sample string 3","Description":"sample string 4","LocationOption":0,"CustomerOption":0,"IsExternalSubscriptionAllowed":true,"ObjectKeyString":"sample string 6","PrimaryKey":["sample string 1","sample string 2"],"IsPrimaryKeyInitialized":true}]