GET api/ppclient/getredspotbylesson?LessonId={LessonId}&CateId={CateId}

获取感悟使命的景点选择

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LessonId

课程ID

string

Required

CateId

环节ID

string

Required

Body Parameters

None.

Response Information

Resource Description

获取感悟使命的景点选择

JsonRtnDtoOfListOfRedSpot
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

Collection of RedSpot

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": [
    {
      "Id": "sample string 1",
      "Name": "sample string 2",
      "Thumb": "sample string 3",
      "RedSynopsis": "sample string 4",
      "Hot": 5,
      "CarWay": "sample string 6",
      "AddTime": "2024-09-25T00:05:53.2724708+08:00",
      "BackgroundImg": "sample string 7"
    },
    {
      "Id": "sample string 1",
      "Name": "sample string 2",
      "Thumb": "sample string 3",
      "RedSynopsis": "sample string 4",
      "Hot": 5,
      "CarWay": "sample string 6",
      "AddTime": "2024-09-25T00:05:53.2724708+08:00",
      "BackgroundImg": "sample string 7"
    }
  ]
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":[{"Id":"sample string 1","Name":"sample string 2","Thumb":"sample string 3","RedSynopsis":"sample string 4","Hot":5,"CarWay":"sample string 6","AddTime":"2024-09-25T00:05:53.2724708+08:00","BackgroundImg":"sample string 7"},{"Id":"sample string 1","Name":"sample string 2","Thumb":"sample string 3","RedSynopsis":"sample string 4","Hot":5,"CarWay":"sample string 6","AddTime":"2024-09-25T00:05:53.2724708+08:00","BackgroundImg":"sample string 7"}]}

application/xml, text/xml

Sample:
<JsonRtnDtoOfArrayOfRedSpotmEDjlcEG 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:RedSpot>
      <d2p1:AddTime>2024-09-25T00:05:53.2724708+08:00</d2p1:AddTime>
      <d2p1:BackgroundImg>sample string 7</d2p1:BackgroundImg>
      <d2p1:CarWay>sample string 6</d2p1:CarWay>
      <d2p1:Hot>5</d2p1:Hot>
      <d2p1:Id>sample string 1</d2p1:Id>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:RedSynopsis>sample string 4</d2p1:RedSynopsis>
      <d2p1:Thumb>sample string 3</d2p1:Thumb>
    </d2p1:RedSpot>
    <d2p1:RedSpot>
      <d2p1:AddTime>2024-09-25T00:05:53.2724708+08:00</d2p1:AddTime>
      <d2p1:BackgroundImg>sample string 7</d2p1:BackgroundImg>
      <d2p1:CarWay>sample string 6</d2p1:CarWay>
      <d2p1:Hot>5</d2p1:Hot>
      <d2p1:Id>sample string 1</d2p1:Id>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:RedSynopsis>sample string 4</d2p1:RedSynopsis>
      <d2p1:Thumb>sample string 3</d2p1:Thumb>
    </d2p1:RedSpot>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfArrayOfRedSpotmEDjlcEG>

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

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":[{"Id":"sample string 1","Name":"sample string 2","Thumb":"sample string 3","RedSynopsis":"sample string 4","Hot":5,"CarWay":"sample string 6","AddTime":"2024-09-25T00:05:53.2724708+08:00","BackgroundImg":"sample string 7"},{"Id":"sample string 1","Name":"sample string 2","Thumb":"sample string 3","RedSynopsis":"sample string 4","Hot":5,"CarWay":"sample string 6","AddTime":"2024-09-25T00:05:53.2724708+08:00","BackgroundImg":"sample string 7"}]});