No description available.
Parameters
Output
Encoding
application/jsondraft
refapp.bivri.feed.defs#draftView
Required
No description available.
Errors
Unauthenticated
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": "Unauthenticated"
},
{
"name": "DraftNotFound"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"draft"
],
"properties": {
"draft": {
"ref": "app.bivri.feed.defs#draftView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"maxLength": 36,
"description": "Bivri-owned Draft identifier."
}
}
}
}