Get Notification System Datas


GET
Request Body

axios.get('https://domain.com/notification/system/')
    

Response
Output

{
    "code": 200,
    "message": "Notification Sistem loaded successfuly",
    "qty": 2,
    "items": [
        {
            "id": "NTSvmyVN4DpDXX",
            "message": "nyobain",
            "created_at": "2024-05-23T06:08:49.963Z"
        },
        {
            "id": "NTSno1z1yzmEVX",
            "message": "nyobain",
            "created_at": "2024-06-10T06:10:19.186Z"
        }
    ]
}
Don't forget to make another status code response

CODE :
  • 200
  • 201
  • 500
  • 404
  • 405