POST api/UserCoursList

“GetList”的文档。

Request Information

Parameters

NameDescriptionAdditional information
param
“param”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CourseId": "043cd5f1-318d-4771-aa1a-39b912cdec6a",
  "UserinforId": "86afa1f5-be28-41bf-9462-04dd4d918884",
  "IssueNumberId": "660d4790-6967-4735-9c2c-5d2af6c5fffe",
  "Level": 1,
  "TrainingCategory": "sample string 1",
  "SecondeCategory": "sample string 2",
  "ParentId": "706c4450-372e-4889-b68e-8b746cf2aaf1",
  "Page": 3,
  "Value": "sample string 4",
  "OperatorId": "6d7ea9b4-d0d5-4b09-b910-b2ea92809208",
  "Rows": 5,
  "BeginTime": "2026-02-09T14:42:13.1405746+08:00",
  "EndTime": "2026-02-09T14:42:13.1405746+08:00"
}

application/xml, text/xml

Sample:
<UserCoursAPIQueryParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SCWC.DPTMP.DataAccess.Entities">
  <BeginTime xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">2026-02-09T14:42:13.1405746+08:00</BeginTime>
  <EndTime xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">2026-02-09T14:42:13.1405746+08:00</EndTime>
  <OperatorId xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">6d7ea9b4-d0d5-4b09-b910-b2ea92809208</OperatorId>
  <Page xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">3</Page>
  <Rows xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">5</Rows>
  <Value xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">sample string 4</Value>
  <CourseId>043cd5f1-318d-4771-aa1a-39b912cdec6a</CourseId>
  <IssueNumberId>660d4790-6967-4735-9c2c-5d2af6c5fffe</IssueNumberId>
  <Level>1</Level>
  <ParentId>706c4450-372e-4889-b68e-8b746cf2aaf1</ParentId>
  <SecondeCategory>sample string 2</SecondeCategory>
  <TrainingCategory>sample string 1</TrainingCategory>
  <UserinforId>86afa1f5-be28-41bf-9462-04dd4d918884</UserinforId>
</UserCoursAPIQueryParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />