GET api/SubscribeSet/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "<ID>k__BackingField": "52e6448b-3db4-41e4-aaa1-2a6848f9936d",
  "<UserID>k__BackingField": "f2fa63af-7c5e-488e-aeb7-161fc7e2d944",
  "<HouseType>k__BackingField": "sample string 3",
  "<Key>k__BackingField": "sample string 4",
  "<LastUpdate>k__BackingField": "2026-03-29T10:34:56.2550162+08:00"
}

application/xml, text/xml

Sample:
<SubscribeSet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YouNuo.House.ServerModel">
  <_x003C_HouseType_x003E_k__BackingField>sample string 3</_x003C_HouseType_x003E_k__BackingField>
  <_x003C_ID_x003E_k__BackingField>52e6448b-3db4-41e4-aaa1-2a6848f9936d</_x003C_ID_x003E_k__BackingField>
  <_x003C_Key_x003E_k__BackingField>sample string 4</_x003C_Key_x003E_k__BackingField>
  <_x003C_LastUpdate_x003E_k__BackingField>2026-03-29T10:34:56.2550162+08:00</_x003C_LastUpdate_x003E_k__BackingField>
  <_x003C_UserID_x003E_k__BackingField>f2fa63af-7c5e-488e-aeb7-161fc7e2d944</_x003C_UserID_x003E_k__BackingField>
</SubscribeSet>