1
AnnouncementsList()

Returns a list of currently active announcements (announcements showing in the announcements panel)

Available since RPM33

Request

Request Data: no data required.

Response

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"Announcements": [
    {
        "ID": <int>,
        "NotificationType":  {
                "Color": <enum>, // See list below
                "Glyph": <enum>, // See list below
                "IsPriority": <boolean>, // Whether the announcement is a priority announcement
        },
        "EffectiveDate": <string>, // Date it became active 
        "ShortDescription": <string>,
        "Description": <string>, // May contain markdown 
         
    },
    // ... More active and planned notifications
]

Available colors

  • DefaultBlue = 0
  • ArcticBlue = 1
  • AmethystPurple = 2
  • AzureBlue = 3
  • NavyBlue = 4
  • IndigoPurple = 5
  • Purple = 6
  • TealBlue = 7 SkyBlue = 8
  • Blue = 9
  • CrimsonRed = 10
  • DeepPink = 11
  • RosePink = 12
  • SlateGray = 13
  • MauvePurple = 14
  • PortPurple = 15
  • LilacPurple = 16
  • Red = 17
  • MagentaPink = 18
  • PacificBlue = 19
  • DesertYellow = 20
  • CarrotOrange = 21
  • TanBrown = 22
  • SandcastleBrown = 23
  • ChocolateBrown = 24
  • CopperBrown = 25
  • DeepRed = 26
  • SangriaRed = 27
  • MerlotPurple = 28
  • Green = 30
  • LimeGreen = 31
  • SeafoamGreen = 32
  • ForestGreen = 33
  • EmeraldGreen = 34
  • PineGreen = 35
  • DarkGreen = 36
  • BoneGray = 40
  • Gray = 41
  • DarkGray = 42
  • JetGray = 43
  • Black = 44
  • BlueGray = 45   

 

Available icons

  • ProcessDefault = 0
  • ProcessDefaultInverse = 1
  • PagesInsideCircle = 2
  • Map = 3
  • Newspaper = 4
  • Pamphlet = 5
  • Group = 6
  • PersonInsideCircle = 7
  • Alert = 8
  • AddUser = 9
  • LightBulb = 10
  • Question = 11
  • Book = 12
  • Clipboard = 13
  • MovieTicket Tag = 15
  • Camera = 16
  • Trophy = 17
  • Leaf = 18
  • Signature = 19
  • DrawingCompass = 20
  • Wrench = 21
  • Chemical = 22
  • Flashlight = 23
  • Magnet = 24
  • CompactDisk = 25
  • Waves = 26
  • Battery = 27
  • Compass = 28
  • GraduationCap = 29
  • SmartPhone = 30
  • GlobalNetwork = 31
  • Money = 32
  • ShoppingCart = 33
  • Bucket = 34
  • LifeSaver = 35
  • Airplane = 36
  • DeliveryTruck = 37
  • DumpTruck = 38
  • Ship = 39
  • Island = 40
  • SpaceShip = 41
  • Fire = 42
  • WaterDrops = 43
  • Danger = 44
  • Dynamite = 45
  • Electricity = 46
  • Temperature = 47
  • HardHat = 48
  • TrafficCone = 49
  • ForkLift = 50
  • OilRig = 51
  • OilJack = 52
  • Pipeline = 53
  • Clock = 54
  • EarthGlobe = 55
  • Target = 56
  • Heart = 57
  • RoadSigns = 58
  • Warning = 59
  • Microphone = 60
  • Phone = 61
  • Megaphone = 62
  • Hourglass = 63
  • Duration = 64
  • Cloud = 65
  • CloudLightning = 66
  • Moon = 67
  • Conversation = 68
  • RoundedSquare = 69
  • Cogwheel = 70
  • HelpInsideCircle = 71
  • Date = 72
  • Flag = 73
  • List = 74
  • Sound = 75
  • Note = 76
  • MailEnvelope = 77
  • Star = 78
  • FlowCascade = 79
  • Bug = 80
  • PrizeRibbon = 81
  • MessageTyping = 82
  • Stopwatch = 83
  • Shield = 84
  • PowerPlug = 85
  • MailEnvelopeCircle = 86
  • Rainbow = 87
  • Check = 88
  • Close = 89
  • Copy = 90
  • Database = 91
  • Error = 92
  • Info = 93
  • InfoFieldType = 94
  • Menu = 95
  • MinusCircle = 96
  • Paper = 97
  • Pause = 98
  • Remove = 99
  • Search = 100
  • Sync = 101
  • User = 102
  • Bell = 103