Authorization: ********************x-api-key: ********************{
"status": "success",
"message": "Notices fetched successfully",
"data": {
"notices": [
{
"_id": "507f1f77bcf86cd799439011",
"title": "Scheduled Maintenance",
"details": "The app will be down for maintenance on Friday from 2 AM to 4 AM",
"imagePath": "/uploads/appNotices/507f1f77bcf86cd799439011.jpg",
"isActive": true,
"blockApp": false,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"total": 5,
"page": 1,
"limit": 10,
"totalPages": 1
}
}