查询评测状态 (problemset:read)
Path parameters
比赛或作业编号
Response
查询成功
Example response
{
"id": 42,
"course": {
"id": 42,
"tag": {
"id": 42
},
"term": {
"id": 42
},
"url": "/OnlineJudge/api/v1/course/42",
"join_url": "/OnlineJudge/api/v1/course/42/join",
"quit_url": "/OnlineJudge/api/v1/course/42/quit",
"html_url": "/OnlineJudge/course/42"
},
"problems": [
{
"id": 1000,
"title": "A+B",
"url": "/OnlineJudge/api/v1/problem/42",
"submit_url": "/OnlineJudge/api/v1/problem/42/submit",
"html_url": "/OnlineJudge/problem/42"
}
],
"url": "/OnlineJudge/api/v1/problemset/42",
"join_url": "/OnlineJudge/api/v1/problemset/42/join",
"quit_url": "/OnlineJudge/api/v1/problemset/42/quit",
"html_url": "/OnlineJudge/problemset/42"
}Changes
Changed in 4 of the 11 revisions of this API.112
- ○
added the optional property
late_submission_deadlineto the response with the200statusresponse-optional-property-added
- ○
- ▲
the response property
course/join_urlbecame nullable for the status200response-property-became-nullable
- ▲
the response property
course/quit_urlbecame nullable for the status200response-property-became-nullable
- ▲
the response property
course/tagbecame nullable for the status200response-property-became-nullable
- ▲
the response property
course/termbecame nullable for the status200response-property-became-nullable
- ▲
the response property
join_urlbecame nullable for the status200response-property-became-nullable
- ▲
the response property
problems/items/html_urlbecame nullable for the status200response-property-became-nullable
- ▲
the response property
problems/items/submit_urlbecame nullable for the status200response-property-became-nullable
- ▲
the response property
problems/items/titlebecame nullable for the status200response-property-became-nullable
- ▲
the response property
problems/items/urlbecame nullable for the status200response-property-became-nullable
- ▲
the response property
quit_urlbecame nullable for the status200response-property-became-nullable
- ▲
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲