GET api/Alert

Gets all Alerts you have access to

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Alerts.

GetAlertResponse
NameDescriptionTypeAdditional information
Alerts

Array of Alerts

None.

Response Formats

application/json, text/json, text/html

Sample:
{
  "Alerts": [
    {
      "ID": "8119f4b6-cf90-4a97-b210-29c28513e45f",
      "LastHandled": "2025-11-09T21:28:38.3617983+10:00",
      "Message": "sample string 2",
      "AlertType": 0,
      "AlertDate": "2025-11-09T21:28:38.3617983+10:00",
      "RepeatCounter": 4,
      "Category": "sample string 5",
      "SubCategory": "sample string 6",
      "IsEmail": true,
      "IsSMS": true,
      "RequiresAcknowledgement": true,
      "AcknowledgedDate": "2025-11-09T21:28:38.3617983+10:00",
      "AcknowledgementUserId": "08e2fc9d-f300-474f-987d-0b84872946a4",
      "ResendWaitTimeMinutes": 10,
      "ObjectType": 10,
      "ObjectId": "d0b291d3-e0bd-4715-93f6-86a4ab4309a7",
      "IgnoreDate": "2025-11-09T21:28:38.3617983+10:00",
      "TriggerID": 1,
      "Trigger": 0,
      "AlertRecipients": [
        {
          "AlertId": "15af7489-bc82-47d4-9748-9739d9a39427",
          "GetsEmail": true,
          "GetsSMS": true,
          "EmailSent": "2025-11-09T21:28:38.3617983+10:00",
          "SMSSent": "2025-11-09T21:28:38.3617983+10:00"
        },
        {
          "AlertId": "15af7489-bc82-47d4-9748-9739d9a39427",
          "GetsEmail": true,
          "GetsSMS": true,
          "EmailSent": "2025-11-09T21:28:38.3617983+10:00",
          "SMSSent": "2025-11-09T21:28:38.3617983+10:00"
        }
      ]
    },
    {
      "ID": "8119f4b6-cf90-4a97-b210-29c28513e45f",
      "LastHandled": "2025-11-09T21:28:38.3617983+10:00",
      "Message": "sample string 2",
      "AlertType": 0,
      "AlertDate": "2025-11-09T21:28:38.3617983+10:00",
      "RepeatCounter": 4,
      "Category": "sample string 5",
      "SubCategory": "sample string 6",
      "IsEmail": true,
      "IsSMS": true,
      "RequiresAcknowledgement": true,
      "AcknowledgedDate": "2025-11-09T21:28:38.3617983+10:00",
      "AcknowledgementUserId": "08e2fc9d-f300-474f-987d-0b84872946a4",
      "ResendWaitTimeMinutes": 10,
      "ObjectType": 10,
      "ObjectId": "d0b291d3-e0bd-4715-93f6-86a4ab4309a7",
      "IgnoreDate": "2025-11-09T21:28:38.3617983+10:00",
      "TriggerID": 1,
      "Trigger": 0,
      "AlertRecipients": [
        {
          "AlertId": "15af7489-bc82-47d4-9748-9739d9a39427",
          "GetsEmail": true,
          "GetsSMS": true,
          "EmailSent": "2025-11-09T21:28:38.3617983+10:00",
          "SMSSent": "2025-11-09T21:28:38.3617983+10:00"
        },
        {
          "AlertId": "15af7489-bc82-47d4-9748-9739d9a39427",
          "GetsEmail": true,
          "GetsSMS": true,
          "EmailSent": "2025-11-09T21:28:38.3617983+10:00",
          "SMSSent": "2025-11-09T21:28:38.3617983+10:00"
        }
      ]
    }
  ],
  "Messages": [
    {
      "Severity": 0,
      "MessageCode": 1,
      "CodeDesc": 2,
      "MessageText": "sample string 3",
      "RecordNumber": 4
    },
    {
      "Severity": 0,
      "MessageCode": 1,
      "CodeDesc": 2,
      "MessageText": "sample string 3",
      "RecordNumber": 4
    }
  ],
  "ServerInformation": {
    "CurrentTimeUTC": "2025-11-09T21:28:38.3617983+10:00",
    "BuildDateUTC": "2025-11-09T21:28:38.3617983+10:00"
  },
  "VersionInformation": {
    "Major": 1,
    "Minor": 3,
    "Hotfix": 7,
    "Beta": false,
    "Version": "1.3.7"
  }
}

application/xml, text/xml

Sample:
<GetAlertResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RimikAPI.Models.Responses">
  <Messages xmlns:d2p1="http://schemas.datacontract.org/2004/07/RimikAPI.Services">
    <d2p1:Common.Message>
      <d2p1:CodeDesc>2</d2p1:CodeDesc>
      <d2p1:MessageCode>1</d2p1:MessageCode>
      <d2p1:MessageText>sample string 3</d2p1:MessageText>
      <d2p1:RecordNumber>4</d2p1:RecordNumber>
      <d2p1:Severity>Information</d2p1:Severity>
    </d2p1:Common.Message>
    <d2p1:Common.Message>
      <d2p1:CodeDesc>2</d2p1:CodeDesc>
      <d2p1:MessageCode>1</d2p1:MessageCode>
      <d2p1:MessageText>sample string 3</d2p1:MessageText>
      <d2p1:RecordNumber>4</d2p1:RecordNumber>
      <d2p1:Severity>Information</d2p1:Severity>
    </d2p1:Common.Message>
  </Messages>
  <ServerInformation xmlns:d2p1="http://schemas.datacontract.org/2004/07/RimikAPI.Services.Metadata">
    <d2p1:BuildDateUTC>2025-11-09T21:28:38.3617983+10:00</d2p1:BuildDateUTC>
    <d2p1:CurrentTimeUTC>2025-11-09T21:28:38.3617983+10:00</d2p1:CurrentTimeUTC>
  </ServerInformation>
  <VersionInformation xmlns:d2p1="http://schemas.datacontract.org/2004/07/RimikAPI.Services.Metadata" />
  <Alerts xmlns:d2p1="http://schemas.datacontract.org/2004/07/RimikAPI.Models">
    <d2p1:APIStructs.Alert>
      <d2p1:AcknowledgedDate>2025-11-09T21:28:38.3617983+10:00</d2p1:AcknowledgedDate>
      <d2p1:AcknowledgementUserId>08e2fc9d-f300-474f-987d-0b84872946a4</d2p1:AcknowledgementUserId>
      <d2p1:AlertDate>2025-11-09T21:28:38.3617983+10:00</d2p1:AlertDate>
      <d2p1:AlertRecipients>
        <d2p1:APIStructs.AlertRecipient>
          <d2p1:AlertId>15af7489-bc82-47d4-9748-9739d9a39427</d2p1:AlertId>
          <d2p1:EmailSent>2025-11-09T21:28:38.3617983+10:00</d2p1:EmailSent>
          <d2p1:GetsEmail>true</d2p1:GetsEmail>
          <d2p1:GetsSMS>true</d2p1:GetsSMS>
          <d2p1:SMSSent>2025-11-09T21:28:38.3617983+10:00</d2p1:SMSSent>
        </d2p1:APIStructs.AlertRecipient>
        <d2p1:APIStructs.AlertRecipient>
          <d2p1:AlertId>15af7489-bc82-47d4-9748-9739d9a39427</d2p1:AlertId>
          <d2p1:EmailSent>2025-11-09T21:28:38.3617983+10:00</d2p1:EmailSent>
          <d2p1:GetsEmail>true</d2p1:GetsEmail>
          <d2p1:GetsSMS>true</d2p1:GetsSMS>
          <d2p1:SMSSent>2025-11-09T21:28:38.3617983+10:00</d2p1:SMSSent>
        </d2p1:APIStructs.AlertRecipient>
      </d2p1:AlertRecipients>
      <d2p1:AlertType>Message</d2p1:AlertType>
      <d2p1:Category>sample string 5</d2p1:Category>
      <d2p1:ID>8119f4b6-cf90-4a97-b210-29c28513e45f</d2p1:ID>
      <d2p1:IgnoreDate>2025-11-09T21:28:38.3617983+10:00</d2p1:IgnoreDate>
      <d2p1:IsEmail>true</d2p1:IsEmail>
      <d2p1:IsSMS>true</d2p1:IsSMS>
      <d2p1:LastHandled>2025-11-09T21:28:38.3617983+10:00</d2p1:LastHandled>
      <d2p1:Message>sample string 2</d2p1:Message>
      <d2p1:ObjectId>d0b291d3-e0bd-4715-93f6-86a4ab4309a7</d2p1:ObjectId>
      <d2p1:ObjectType>Device</d2p1:ObjectType>
      <d2p1:RepeatCounter>4</d2p1:RepeatCounter>
      <d2p1:RequiresAcknowledgement>true</d2p1:RequiresAcknowledgement>
      <d2p1:ResendWaitTimeMinutes>10</d2p1:ResendWaitTimeMinutes>
      <d2p1:SubCategory>sample string 6</d2p1:SubCategory>
      <d2p1:Trigger>ReadingBand</d2p1:Trigger>
      <d2p1:TriggerID>1</d2p1:TriggerID>
    </d2p1:APIStructs.Alert>
    <d2p1:APIStructs.Alert>
      <d2p1:AcknowledgedDate>2025-11-09T21:28:38.3617983+10:00</d2p1:AcknowledgedDate>
      <d2p1:AcknowledgementUserId>08e2fc9d-f300-474f-987d-0b84872946a4</d2p1:AcknowledgementUserId>
      <d2p1:AlertDate>2025-11-09T21:28:38.3617983+10:00</d2p1:AlertDate>
      <d2p1:AlertRecipients>
        <d2p1:APIStructs.AlertRecipient>
          <d2p1:AlertId>15af7489-bc82-47d4-9748-9739d9a39427</d2p1:AlertId>
          <d2p1:EmailSent>2025-11-09T21:28:38.3617983+10:00</d2p1:EmailSent>
          <d2p1:GetsEmail>true</d2p1:GetsEmail>
          <d2p1:GetsSMS>true</d2p1:GetsSMS>
          <d2p1:SMSSent>2025-11-09T21:28:38.3617983+10:00</d2p1:SMSSent>
        </d2p1:APIStructs.AlertRecipient>
        <d2p1:APIStructs.AlertRecipient>
          <d2p1:AlertId>15af7489-bc82-47d4-9748-9739d9a39427</d2p1:AlertId>
          <d2p1:EmailSent>2025-11-09T21:28:38.3617983+10:00</d2p1:EmailSent>
          <d2p1:GetsEmail>true</d2p1:GetsEmail>
          <d2p1:GetsSMS>true</d2p1:GetsSMS>
          <d2p1:SMSSent>2025-11-09T21:28:38.3617983+10:00</d2p1:SMSSent>
        </d2p1:APIStructs.AlertRecipient>
      </d2p1:AlertRecipients>
      <d2p1:AlertType>Message</d2p1:AlertType>
      <d2p1:Category>sample string 5</d2p1:Category>
      <d2p1:ID>8119f4b6-cf90-4a97-b210-29c28513e45f</d2p1:ID>
      <d2p1:IgnoreDate>2025-11-09T21:28:38.3617983+10:00</d2p1:IgnoreDate>
      <d2p1:IsEmail>true</d2p1:IsEmail>
      <d2p1:IsSMS>true</d2p1:IsSMS>
      <d2p1:LastHandled>2025-11-09T21:28:38.3617983+10:00</d2p1:LastHandled>
      <d2p1:Message>sample string 2</d2p1:Message>
      <d2p1:ObjectId>d0b291d3-e0bd-4715-93f6-86a4ab4309a7</d2p1:ObjectId>
      <d2p1:ObjectType>Device</d2p1:ObjectType>
      <d2p1:RepeatCounter>4</d2p1:RepeatCounter>
      <d2p1:RequiresAcknowledgement>true</d2p1:RequiresAcknowledgement>
      <d2p1:ResendWaitTimeMinutes>10</d2p1:ResendWaitTimeMinutes>
      <d2p1:SubCategory>sample string 6</d2p1:SubCategory>
      <d2p1:Trigger>ReadingBand</d2p1:Trigger>
      <d2p1:TriggerID>1</d2p1:TriggerID>
    </d2p1:APIStructs.Alert>
  </Alerts>
</GetAlertResponse>