Get a single draft VOD by its ats:// URI. Only accessible by the draft's author.
Parameters
Output
Encoding
application/jsondraft
refplace.stream.vod.draftDefs#draftView
Required
No description available.
Errors
NotFound
No draft exists with the given URI for the authenticated user. Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "NotFound",
"description": "No draft exists with the given URI for the authenticated user."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"draft"
],
"properties": {
"draft": {
"ref": "place.stream.vod.draftDefs#draftView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"description": "The ats:// URI of the draft record."
}
}
},
"description": "Get a single draft VOD by its ats:// URI. Only accessible by the draft's author."
}