Notices
get
Get Notices Archive.
Authorizations
apikeystringRequired
Query parameters
pageintegerOptionalDefault:
Page to filter by
1limitinteger · max: 20OptionalDefault:
Number of items per page
20Responses
200
News Archive
application/json
401
Unauthorized
application/json
get
/aiub/noticesGET /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"
}
]
}