Get one flat AppView entry detail object.
Parameters
Output
Encoding
application/jsonErrors
InvalidRequest
EntryNotFound
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": "InvalidRequest"
},
{
"name": "EntryNotFound"
},
{
"name": "UpstreamUnavailable"
}
],
"output": {
"schema": {
"ref": "app.thesocialwire.defs#jsonObject",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"entryId"
],
"properties": {
"entryId": {
"type": "string",
"maxLength": 2048
}
}
},
"description": "Get one flat AppView entry detail object."
}