Skip to main content
GET
/
api
/
v1
/
school
/
notices
List notices
curl --request GET \
  --url https://api.example.com/api/v1/school/notices/ \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

is_published
boolean

Filter by publication status

priority
string

Filter by priority (high, medium, low)

Search by title or content

Response

200 - application/json
{key}
any