No description available.
Parameters
Output
Encoding
application/jsonannouncements
array
Required
No description available.
cursor
string
Optional
No description available.
Errors
InvalidCursor
InvalidLimit
InvalidCategoryId
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "InvalidCursor"
},
{
"name": "InvalidLimit"
},
{
"name": "InvalidCategoryId"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"announcements"
],
"properties": {
"cursor": {
"type": "string"
},
"announcements": {
"type": "array",
"items": {
"ref": "app.bivri.support.contentDefs#announcementSummary",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 20,
"maximum": 50,
"minimum": 1
},
"cursor": {
"type": "string"
},
"categoryId": {
"type": "string"
}
}
}
}