GET {version}/PcHome/GetLearningCenterList

易师考线下学习中心

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

None.

Response Information

Resource Description

ApiResultOfListOfLearningCenterDto
NameDescriptionTypeAdditional information
Code

string

None.

Message

string

None.

Data

Collection of LearningCenterDto

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "Message": "sample string 2",
  "Data": [
    {
      "LearningCenterID": "sample string 1",
      "LearningCenterName": "sample string 2",
      "LearningCenterAddress": "sample string 3",
      "LearningCenterContact": "sample string 4"
    },
    {
      "LearningCenterID": "sample string 1",
      "LearningCenterName": "sample string 2",
      "LearningCenterAddress": "sample string 3",
      "LearningCenterContact": "sample string 4"
    }
  ]
}

application/xml, text/xml

Sample:
<ApiResultOfArrayOfLearningCenterDtoF2xKsV4k xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TinyFx.Web.Results">
  <Code>sample string 1</Code>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Eshikao.Models">
    <d2p1:LearningCenterDto>
      <d2p1:LearningCenterAddress>sample string 3</d2p1:LearningCenterAddress>
      <d2p1:LearningCenterContact>sample string 4</d2p1:LearningCenterContact>
      <d2p1:LearningCenterID>sample string 1</d2p1:LearningCenterID>
      <d2p1:LearningCenterName>sample string 2</d2p1:LearningCenterName>
    </d2p1:LearningCenterDto>
    <d2p1:LearningCenterDto>
      <d2p1:LearningCenterAddress>sample string 3</d2p1:LearningCenterAddress>
      <d2p1:LearningCenterContact>sample string 4</d2p1:LearningCenterContact>
      <d2p1:LearningCenterID>sample string 1</d2p1:LearningCenterID>
      <d2p1:LearningCenterName>sample string 2</d2p1:LearningCenterName>
    </d2p1:LearningCenterDto>
  </Data>
  <Message>sample string 2</Message>
</ApiResultOfArrayOfLearningCenterDtoF2xKsV4k>