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