GET api/forumsetting/getplate?plateid={plateid}

加载单个版块信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
plateid

integer

Required

Body Parameters

None.

Response Information

Resource Description

加载单个版块信息

JsonRtnDtoOfPlate
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

Plate

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": {
    "Id": 1,
    "PubId": "297e3066-ccbc-435a-bda4-df737b42ee02",
    "Title": "sample string 3",
    "Intro": "sample string 4",
    "CreatedTime": "2024-09-25T00:10:33.4845776+08:00",
    "IsCustom": true,
    "AllowNewSubject": true,
    "Enabled": true
  }
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":{"Id":1,"PubId":"297e3066-ccbc-435a-bda4-df737b42ee02","Title":"sample string 3","Intro":"sample string 4","CreatedTime":"2024-09-25T00:10:33.4845776+08:00","IsCustom":true,"AllowNewSubject":true,"Enabled":true}}

application/xml, text/xml

Sample:
<JsonRtnDtoOfPlatemEDjlcEG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Data">
    <d2p1:AllowNewSubject>true</d2p1:AllowNewSubject>
    <d2p1:CreatedTime>2024-09-25T00:10:33.4845776+08:00</d2p1:CreatedTime>
    <d2p1:Enabled>true</d2p1:Enabled>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:Intro>sample string 4</d2p1:Intro>
    <d2p1:IsCustom>true</d2p1:IsCustom>
    <d2p1:PubId>297e3066-ccbc-435a-bda4-df737b42ee02</d2p1:PubId>
    <d2p1:Title>sample string 3</d2p1:Title>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfPlatemEDjlcEG>

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"Id":1,"PubId":"297e3066-ccbc-435a-bda4-df737b42ee02","Title":"sample string 3","Intro":"sample string 4","CreatedTime":"2024-09-25T00:10:33.4845776+08:00","IsCustom":true,"AllowNewSubject":true,"Enabled":true}});