GET {version}/GetAllSystemMessages
Get High Importance System Messages
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
High Importance System Messages
Collection of SystemMessageName | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
None. |
|
subject | string |
None. |
|
message | string |
None. |
|
highImportance | boolean |
None. |
|
createdOn | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": "ee03c89a-92ce-4ade-9b2a-af50695ba581", "subject": "sample string 2", "message": "sample string 3", "highImportance": true, "createdOn": "04/03/2025" }, { "id": "ee03c89a-92ce-4ade-9b2a-af50695ba581", "subject": "sample string 2", "message": "sample string 3", "highImportance": true, "createdOn": "04/03/2025" } ]
application/xml, text/xml
Sample:
<ArrayOfSystemMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <SystemMessage> <createdOn>2025-04-03T05:10:51.8230663-04:00</createdOn> <highImportance>true</highImportance> <id>ee03c89a-92ce-4ade-9b2a-af50695ba581</id> <message>sample string 3</message> <subject>sample string 2</subject> </SystemMessage> <SystemMessage> <createdOn>2025-04-03T05:10:51.8230663-04:00</createdOn> <highImportance>true</highImportance> <id>ee03c89a-92ce-4ade-9b2a-af50695ba581</id> <message>sample string 3</message> <subject>sample string 2</subject> </SystemMessage> </ArrayOfSystemMessage>