课表导出
GET
{{baseUrl}}/manager/schedules/export?userId=:userId&userType=:userType&accessToken=:accessToken&type=:type&id=:id&semesterId=:semesterId&startDate=:startDate&endDate=:endDate
请求头
参数名
类型
描述
必填
Accept
string
示例:application/json
可选
请求参数
参数名
类型
描述
必填
userId
string
示例::userId
可选
userType
string
示例::userType
可选
accessToken
string
示例::accessToken
可选
type
string
示例::type
可选
id
string
示例::id
可选
semesterId
string
示例::semesterId
可选
startDate
string
示例::startDate
可选
endDate
string
示例::endDate
可选