列出提交记录 (submission:read)
Query parameters
只显示指定用户的提交记录
只显示指定题目的提交记录
只显示指定状态的提交记录
只显示指定语言的提交记录
分页指针
Response
查询成功
Example response
{
"submissions": [
{
"id": 42,
"friendly_name": "ACM",
"problem": {
"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/submission/42",
"html_url": "/OnlineJudge/code/42"
}
],
"next": "/OnlineJudge/api/v1/endpoint?cursor=42"
}Changes
Changed in 3 of the 11 revisions of this API.81
- ▲
the response property
nextbecame nullable for the status200response-property-became-nullable
- ▲
the response property
submissions/items/html_urlbecame nullable for the status200response-property-became-nullable
- ▲
the response property
submissions/items/problem/html_urlbecame nullable for the status200response-property-became-nullable
- ▲
the response property
submissions/items/problem/submit_urlbecame nullable for the status200response-property-became-nullable
- ▲
the response property
submissions/items/problem/titlebecame nullable for the status200response-property-became-nullable
- ▲
the response property
submissions/items/problem/urlbecame nullable for the status200response-property-became-nullable
- ▲
the response property
submissions/items/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
- ▲