Notices

get

Get Notices Archive.

Authorizations
apikeystringRequired
Query parameters
pageintegerOptional

Page to filter by

Default: 1
limitinteger · max: 20Optional

Number of items per page

Default: 20
Responses
200

News Archive

application/json
get
/aiub/notices
GET /aiub/notices HTTP/1.1
Host: api.safin.cc
apikey: YOUR_API_KEY
Accept: */*
{
  "status": 200,
  "page": 1,
  "limit": 1,
  "totalNotices": 3205,
  "totalPages": 161,
  "notices": [
    {
      "title": "FBA Internship Final Registration Fall 2024-2025",
      "description": "FBA Internship Final Registration Fall 2024-2025...",
      "day": "09",
      "month": "October",
      "year": "2024",
      "url": "https://www.aiub.edu/fba-internship-final-registration-fall-2024-2025",
      "lastUpdated": 1728904945,
      "lastUpdatedParsed": "2024-10-14T17:22:25.000+0600"
    }
  ]
}