Get the authenticated viewer's publication sidebar projection.
Parameters
Output
Encoding
application/jsonErrors
UpstreamUnavailable
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "UpstreamUnavailable"
}
],
"output": {
"schema": {
"ref": "app.thesocialwire.defs#jsonObject",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"phase": {
"type": "string",
"maxLength": 16,
"knownValues": [
"priority",
"folders",
"full"
]
}
}
},
"description": "Get the authenticated viewer's publication sidebar projection."
}