Get a single draft document by TID.
Parameters
Output
Encoding
application/jsonErrors
DraftNotFound
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "DraftNotFound"
}
],
"output": {
"schema": {
"ref": "at.unthread.document.putDraft#draftView",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"tid"
],
"properties": {
"tid": {
"type": "string",
"description": "TID of the draft to retrieve."
}
}
},
"description": "Get a single draft document by TID."
}