查看题目详情 (problem:read)
Path parameters
题目编号
Response
查询成功
Example response
{
"id": 1000,
"title": "A+B",
"plan_summary": {
"subtasks": [
{
"testpoints": [
{
"limits": {
"time_msecs": 2233,
"memory_bytes": 1048576,
"file_count": -1,
"file_size_bytes": 1048576
}
}
],
"score": 10
}
]
},
"attachments": [
{
"name": "handout.tar.gz",
"url": "/OnlineJudge/api/v1/problem/1000/attachment/handout.tar.gz"
}
]
}Changes
Changed in 6 of the 11 revisions of this API.74
- ○
added the optional property
attachmentsto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
plan_summaryto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
examplesto the response with the200statusresponse-optional-property-added
- ○
- ▲
the response property
data_rangebecame nullable for the status200response-property-became-nullable
- ▲
the response property
descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
example_inputbecame nullable for the status200response-property-became-nullable
- ▲
the response property
example_outputbecame nullable for the status200response-property-became-nullable
- ▲
the response property
inputbecame nullable for the status200response-property-became-nullable
- ▲
the response property
outputbecame 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
- ▲