GET api/coursecatalog/recursivefind?id={id}

递归加载课程目录及其子目录

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

递归加载课程目录及其子目录

JsonRtnDtoOfCourseCatalogViewDto
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

CourseCatalogViewDto

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": {
    "IsCreator": true,
    "IsManager": true,
    "CourseCatalogViews": [
      {
        "ID": 1,
        "CourseID": "1d07a1b2-39aa-43be-94b8-4c3ceb3e7810",
        "CatalogName": "sample string 3",
        "Path": "sample string 4",
        "PID": 5,
        "Level": 1,
        "PublishTime": "2024-09-25T00:11:48.077795+08:00",
        "ChapterIntro": "sample string 6",
        "CreatedTime": "2024-09-25T00:11:48.077795+08:00",
        "Index": 8,
        "Online": true,
        "IsPublish": true,
        "Extended": "sample string 11",
        "ResourceName": "sample string 12",
        "ResourceExtended": "sample string 13",
        "ContentType": 14,
        "UpdatedTime": "2024-09-25T00:11:48.077795+08:00",
        "RegulatorId": 15,
        "IsManager": true
      },
      {
        "ID": 1,
        "CourseID": "1d07a1b2-39aa-43be-94b8-4c3ceb3e7810",
        "CatalogName": "sample string 3",
        "Path": "sample string 4",
        "PID": 5,
        "Level": 1,
        "PublishTime": "2024-09-25T00:11:48.077795+08:00",
        "ChapterIntro": "sample string 6",
        "CreatedTime": "2024-09-25T00:11:48.077795+08:00",
        "Index": 8,
        "Online": true,
        "IsPublish": true,
        "Extended": "sample string 11",
        "ResourceName": "sample string 12",
        "ResourceExtended": "sample string 13",
        "ContentType": 14,
        "UpdatedTime": "2024-09-25T00:11:48.077795+08:00",
        "RegulatorId": 15,
        "IsManager": true
      }
    ]
  }
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":{"IsCreator":true,"IsManager":true,"CourseCatalogViews":[{"ID":1,"CourseID":"1d07a1b2-39aa-43be-94b8-4c3ceb3e7810","CatalogName":"sample string 3","Path":"sample string 4","PID":5,"Level":1,"PublishTime":"2024-09-25T00:11:48.077795+08:00","ChapterIntro":"sample string 6","CreatedTime":"2024-09-25T00:11:48.077795+08:00","Index":8,"Online":true,"IsPublish":true,"Extended":"sample string 11","ResourceName":"sample string 12","ResourceExtended":"sample string 13","ContentType":14,"UpdatedTime":"2024-09-25T00:11:48.077795+08:00","RegulatorId":15,"IsManager":true},{"ID":1,"CourseID":"1d07a1b2-39aa-43be-94b8-4c3ceb3e7810","CatalogName":"sample string 3","Path":"sample string 4","PID":5,"Level":1,"PublishTime":"2024-09-25T00:11:48.077795+08:00","ChapterIntro":"sample string 6","CreatedTime":"2024-09-25T00:11:48.077795+08:00","Index":8,"Online":true,"IsPublish":true,"Extended":"sample string 11","ResourceName":"sample string 12","ResourceExtended":"sample string 13","ContentType":14,"UpdatedTime":"2024-09-25T00:11:48.077795+08:00","RegulatorId":15,"IsManager":true}]}}

application/xml, text/xml

Sample:
<JsonRtnDtoOfCourseCatalogViewDtov3CTEUQJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data>
    <CourseCatalogViews>
      <CourseCatalogView>
        <CatalogName>sample string 3</CatalogName>
        <ChapterIntro>sample string 6</ChapterIntro>
        <ContentType>14</ContentType>
        <CourseID>1d07a1b2-39aa-43be-94b8-4c3ceb3e7810</CourseID>
        <CreatedTime>2024-09-25T00:11:48.077795+08:00</CreatedTime>
        <Extended>sample string 11</Extended>
        <ID>1</ID>
        <Index>8</Index>
        <IsManager>true</IsManager>
        <IsPublish>true</IsPublish>
        <Level>章</Level>
        <Online>true</Online>
        <PID>5</PID>
        <Path>sample string 4</Path>
        <PublishTime>2024-09-25T00:11:48.077795+08:00</PublishTime>
        <RegulatorId>15</RegulatorId>
        <ResourceExtended>sample string 13</ResourceExtended>
        <ResourceName>sample string 12</ResourceName>
        <UpdatedTime>2024-09-25T00:11:48.077795+08:00</UpdatedTime>
      </CourseCatalogView>
      <CourseCatalogView>
        <CatalogName>sample string 3</CatalogName>
        <ChapterIntro>sample string 6</ChapterIntro>
        <ContentType>14</ContentType>
        <CourseID>1d07a1b2-39aa-43be-94b8-4c3ceb3e7810</CourseID>
        <CreatedTime>2024-09-25T00:11:48.077795+08:00</CreatedTime>
        <Extended>sample string 11</Extended>
        <ID>1</ID>
        <Index>8</Index>
        <IsManager>true</IsManager>
        <IsPublish>true</IsPublish>
        <Level>章</Level>
        <Online>true</Online>
        <PID>5</PID>
        <Path>sample string 4</Path>
        <PublishTime>2024-09-25T00:11:48.077795+08:00</PublishTime>
        <RegulatorId>15</RegulatorId>
        <ResourceExtended>sample string 13</ResourceExtended>
        <ResourceName>sample string 12</ResourceName>
        <UpdatedTime>2024-09-25T00:11:48.077795+08:00</UpdatedTime>
      </CourseCatalogView>
    </CourseCatalogViews>
    <IsCreator>true</IsCreator>
    <IsManager>true</IsManager>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfCourseCatalogViewDtov3CTEUQJ>

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

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"IsCreator":true,"IsManager":true,"CourseCatalogViews":[{"ID":1,"CourseID":"1d07a1b2-39aa-43be-94b8-4c3ceb3e7810","CatalogName":"sample string 3","Path":"sample string 4","PID":5,"Level":1,"PublishTime":"2024-09-25T00:11:48.077795+08:00","ChapterIntro":"sample string 6","CreatedTime":"2024-09-25T00:11:48.077795+08:00","Index":8,"Online":true,"IsPublish":true,"Extended":"sample string 11","ResourceName":"sample string 12","ResourceExtended":"sample string 13","ContentType":14,"UpdatedTime":"2024-09-25T00:11:48.077795+08:00","RegulatorId":15,"IsManager":true},{"ID":1,"CourseID":"1d07a1b2-39aa-43be-94b8-4c3ceb3e7810","CatalogName":"sample string 3","Path":"sample string 4","PID":5,"Level":1,"PublishTime":"2024-09-25T00:11:48.077795+08:00","ChapterIntro":"sample string 6","CreatedTime":"2024-09-25T00:11:48.077795+08:00","Index":8,"Online":true,"IsPublish":true,"Extended":"sample string 11","ResourceName":"sample string 12","ResourceExtended":"sample string 13","ContentType":14,"UpdatedTime":"2024-09-25T00:11:48.077795+08:00","RegulatorId":15,"IsManager":true}]}});