Gets all inbox messages from info center.
GET /infocenter/messages
Headers
Response Codes
The table below explains each response code.
Response Code |
Status |
200 |
OK |
403 |
Unauthorized - Need access to FID(s): 16810 |
500 |
Server Error |
Sample Response Model
{
"TotalRecords": 7,
"Result": [
{
"ID": "17262321222881121253998111",
"ToName": "kadmin",
"FromName": "Service Desk",
"Subject": "The procedure 'Incident is Changed' failed to execute for ticket IN000001.",
"Body": "Error processing Procedure Type: Ticket Change Path: aaaaa ProcedureName: Incident is Changed<br/>The action 'Kaseya.Scripting.Statements.StepToken : Failed to validate:SendEmail\r\n\r\nTo: The value must not be empty.\r\n' cannot be performed because of one or more validation errors.<br/><br/>To: The value must not be empty.<br/>",
"Created": "2019-04-07T13:52:02.21",
"IsRead": false
},
{
"ID": "25413515812322111919229178",
"ToName": "kadmin",
"FromName": "Kaseya Support",
"Subject": "Kaseya TechJam - Event Log Monitoring",
"Body": "<html>\r\n<head>\r\n</head>\r\n<body>\r\n\r\nDoes your use of event log monitoring match up with best practices? How do you know if you are over or under utilizing event log monitoring? In this TechJam, you will learn how to determine your sweet-spot for event log monitoring, and how to use it proactively through the power of VSA automation. \r\n</p>\r\n\r\nRegister today for one of the upcoing sessions at the links below:\r\n</p>\r\n\r\n\r\n<a href=\"https://info.kaseya.com/emea-techjam-security-automation-and-event-log-monitoring.html\" target=\"_blank\">Europe: April 4th at 14:00h GMT / 15:00h CET</a> \r\n<a href=\"https://info.kaseya.com/na-techjam-security-automation-and-event-log-monitoring.html\" target=\"_blank\">\r\nNorth America and APAC: April 4th at 2PM EDT / 11:00AM PDT</a></p>\r\n\r\n<a href=\"https://info.kaseya.com/apac-techjam-security-automation-and-event-log-monitoring.html\" target=\"_blank\">\r\nNorth America and APAC: April 5th at 10:00 am AEDT / 12:00 pm NZDT</a></p>\r\n\r\n\r\nWe look forward to seeing you online!\r\n</p>\r\n\r\nBest Regards,<br>\r\nThe Kaseya Team!\r\n</p>\r\n</body>\r\n</html>",
"Created": "2019-04-02T16:58:34.867",
"IsRead": true
},
{
"ID": "37147412532138271745424563",
"ToName": "kadmin",
"FromName": "Service Desk",
"Subject": "The procedure 'Incident is Changed' failed to execute for ticket IN000001.",
"Body": "Error processing Procedure Type: Ticket Change Path: aaaaa ProcedureName: Incident is Changed<br/>The action 'Kaseya.Scripting.Statements.StepToken : Failed to validate:SendEmail\r\n\r\nTo: The value must not be empty.\r\n' cannot be performed because of one or more validation errors.<br/><br/>To: The value must not be empty.<br/>",
"Created": "2019-04-08T13:51:53.087",
"IsRead": true
},
{
"ID": "51249121712819875514821419",
"ToName": "kadmin",
"FromName": "Service Desk",
"Subject": "The procedure '' failed to execute for ticket IN000001.",
"Body": "The type initializer for 'Kaseya.Scripting.Manager' threw an exception.<br/>Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.",
"Created": "2019-04-05T13:54:49.297",
"IsRead": false
},
{
"ID": "61971213217683129242261561",
"ToName": "kadmin",
"FromName": "Service Desk",
"Subject": "The procedure 'Incident is Changed' failed to execute for ticket IN000001.",
"Body": "Error processing Procedure Type: Ticket Change Path: aaaaa ProcedureName: Incident is Changed<br/>The action 'Kaseya.Scripting.Statements.StepToken : Failed to validate:SendEmail\r\n\r\nTo: The value must not be empty.\r\n' cannot be performed because of one or more validation errors.<br/><br/>To: The value must not be empty.<br/>",
"Created": "2019-04-06T13:52:11.527",
"IsRead": false
},
{
"ID": "76881592185164141942247122",
"ToName": "kadmin",
"FromName": "Service Desk",
"Subject": "The procedure 'Incident is Changed' failed to execute for ticket IN000001.",
"Body": "Error processing Procedure Type: Ticket Change Path: aaaaa ProcedureName: Incident is Changed<br/>The action 'Kaseya.Scripting.Statements.StepToken : Failed to validate:SendEmail\r\n\r\nTo: The value must not be empty.\r\n' cannot be performed because of one or more validation errors.<br/><br/>To: The value must not be empty.<br/>",
"Created": "2019-04-05T13:52:36.77",
"IsRead": false
},
{
"ID": "82718153169143121923572249",
"ToName": "kadmin",
"FromName": "Service Desk",
"Subject": "New Ticket created",
"Body": "<i><b>The following message could not be delivered to the pool 'Tier1Support' because the pool does not contain any users.</b></i><br/><br/><DIV xmlns=\"http://www.w3.org/1999/xhtml\">\r\n\t\t\t\t\tIncident: <a href='https://tristan2016.dev.kaseya.net:443/vsaPres/Web20/core/KHome.aspx?firstIn=true&activeId=18010&activeAction=View&ticId=IN000001' target='_blank'>IN000001</a><BR />\r\n\t\t\t\t\tSummary: bbbbb<BR />\r\n\t\t\t\t\tStatus: New<BR />\r\n\t\t\t\t\tPriority: Low<BR />\r\n\t\t\t\t\tSubmitter: kadmin<BR />\r\n\t\t\t\t\t<BR />\r\n\t\t\t\t\tDescription:<BR />\r\n\t\t\t\t\t<BR />\r\n\t\t\t\t\t<BR />\r\n\t\t\t\t\tPlease take action as soon as possible.\r\n\t\t\t\t</DIV>",
"Created": "2019-04-05T13:52:19.473",
"IsRead": false
}
],
"ResponseCode": 200,
"Status": "OK",
"Error": "None"
}