POST api/UserCoursListAll
“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": "3c447cac-3b24-4a36-9f4e-369dbeb08622",
"UserinforId": "fe7d0fd5-db56-4360-926b-7ce0c72acc60",
"IssueNumberId": "2ebbc3b5-1cb1-42c2-976b-26d58cb40fb2",
"Level": 1,
"TrainingCategory": "sample string 1",
"SecondeCategory": "sample string 2",
"ParentId": "65a41e22-6dd7-45ec-a889-e26cc04750fc",
"Page": 3,
"Value": "sample string 4",
"OperatorId": "14fd4b49-bd7e-4731-bbc0-48f79e424556",
"Rows": 5,
"BeginTime": "2026-05-07T23:21:17.5157765+08:00",
"EndTime": "2026-05-07T23:21:17.5157765+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-05-07T23:21:17.5157765+08:00</BeginTime> <EndTime xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">2026-05-07T23:21:17.5157765+08:00</EndTime> <OperatorId xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">14fd4b49-bd7e-4731-bbc0-48f79e424556</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>3c447cac-3b24-4a36-9f4e-369dbeb08622</CourseId> <IssueNumberId>2ebbc3b5-1cb1-42c2-976b-26d58cb40fb2</IssueNumberId> <Level>1</Level> <ParentId>65a41e22-6dd7-45ec-a889-e26cc04750fc</ParentId> <SecondeCategory>sample string 2</SecondeCategory> <TrainingCategory>sample string 1</TrainingCategory> <UserinforId>fe7d0fd5-db56-4360-926b-7ce0c72acc60</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/" />