POST api/UserCoursList
“GetList”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| param | “param”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CourseId": "0a3cfca5-5fce-4a9c-9363-f446e9db3c95",
"UserinforId": "b0667883-0a54-47f9-968d-240b9828ed23",
"IssueNumberId": "4e61c86b-d523-4b2e-80c9-6966c815d4e7",
"Level": 1,
"TrainingCategory": "sample string 1",
"SecondeCategory": "sample string 2",
"ParentId": "ef9686e8-ed5e-4a87-b03f-44aa2ef950ef",
"Page": 3,
"Value": "sample string 4",
"OperatorId": "44ce9a00-6aee-4e88-8826-5ac75eebc8c1",
"Rows": 5,
"BeginTime": "2026-08-04T11:55:50.5943368+08:00",
"EndTime": "2026-08-04T11:55:50.5943368+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-08-04T11:55:50.5943368+08:00</BeginTime> <EndTime xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">2026-08-04T11:55:50.5943368+08:00</EndTime> <OperatorId xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">44ce9a00-6aee-4e88-8826-5ac75eebc8c1</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>0a3cfca5-5fce-4a9c-9363-f446e9db3c95</CourseId> <IssueNumberId>4e61c86b-d523-4b2e-80c9-6966c815d4e7</IssueNumberId> <Level>1</Level> <ParentId>ef9686e8-ed5e-4a87-b03f-44aa2ef950ef</ParentId> <SecondeCategory>sample string 2</SecondeCategory> <TrainingCategory>sample string 1</TrainingCategory> <UserinforId>b0667883-0a54-47f9-968d-240b9828ed23</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/" />