查询评测状态 (submission:read)
Path parameters
提交编号
Response
查询成功
Example response
{
"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"
},
"score": 100,
"time_msecs": 2233,
"memory_bytes": 1048576,
"code_url": "/OnlineJudge/api/v1/submission/42/code",
"abort_url": "/OnlineJudge/api/v1/submission/42/abort",
"html_url": "/OnlineJudge/code/42/"
}Changes
Changed in 4 of the 11 revisions of this API.91212
- ○
added the optional property
should_auto_reloadto the response with the200statusresponse-optional-property-added
- ○
- ▲
the response property
abort_urlbecame nullable for the status200response-property-became-nullable
- ▲
the response property
detailsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
memory_bytesbecame nullable for the status200response-property-became-nullable
- ▲
the response property
messagebecame nullable for the status200response-property-became-nullable
- ▲
the response property
problem/html_urlbecame nullable for the status200response-property-became-nullable
- ▲
the response property
problem/submit_urlbecame nullable for the status200response-property-became-nullable
- ▲
the response property
problem/titlebecame nullable for the status200response-property-became-nullable
- ▲
the response property
problem/urlbecame nullable for the status200response-property-became-nullable
- ▲
the response property
time_msecsbecame nullable for the status200response-property-became-nullable
- ▲
- ●
removed the optional property
problem_idfrom the response with the200statusresponse-optional-property-removed
- ●
added the new
cppenum value to thelanguageresponse property for the response status200response-property-enum-value-added
- ●
added the new
gitenum value to thelanguageresponse property for the response status200response-property-enum-value-added
- ●
added the new
pythonenum value to thelanguageresponse property for the response status200response-property-enum-value-added
- ●
added the new
quizenum value to thelanguageresponse property for the response status200response-property-enum-value-added
- ●
added the new
verilogenum value to thelanguageresponse property for the response status200response-property-enum-value-added
- ○
added the optional property
abort_urlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
created_atto the response with the200statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
html_urlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
problemto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
removed the optional property
abort_urlfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
created_atfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
detailsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
html_urlfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
problemfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
should_auto_reloadfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
problem_idto the response with the200statusresponse-optional-property-added
- ○
removed the
cppenum value from thelanguageresponse property for the response status200response-property-enum-value-removed
- ○
removed the
gitenum value from thelanguageresponse property for the response status200response-property-enum-value-removed
- ○
removed the
pythonenum value from thelanguageresponse property for the response status200response-property-enum-value-removed
- ○
removed the
quizenum value from thelanguageresponse property for the response status200response-property-enum-value-removed
- ○
removed the
verilogenum value from thelanguageresponse property for the response status200response-property-enum-value-removed
This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●