No description available.
Parameters
Output
Encoding
application/jsonfaq
refapp.bivri.support.contentDefs#faqView
Required
No description available.
Errors
FaqNotFound
InvalidFaqId
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "FaqNotFound"
},
{
"name": "InvalidFaqId"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"faq"
],
"properties": {
"faq": {
"ref": "app.bivri.support.contentDefs#faqView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"id"
],
"properties": {
"id": {
"type": "string"
}
}
}
}