GET api/v1.0/Announcements/GetAnnouncement?announcementKey={announcementKey}
Returns the details of the specified Announcement.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| announcementKey |
Unique key of a specific Announcement. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
An Announcement.
Collection of Announcement| Name | Description | Type | Additional information |
|---|---|---|---|
| AnnouncementKey |
The primary key for the announcement. |
globally unique identifier |
None. |
| AnnouncementText |
The announcement content/body. |
string |
None. |
| AnnouncementTitle |
Title of the announcement. |
string |
None. |
| AnnouncementType |
Type of announcement, otherwise string.Empty. |
string |
None. |
| CommunityKey |
If the announcement is associated to a community, is the primary key for the community, otherwise Guid.Empty. |
globally unique identifier |
None. |
| CommunityName |
If the announcement is associated to a community, is the name of the community, otherwise not included. |
string |
None. |
| CreatedByContactKey |
The primary key of the contact who created the announcement. |
globally unique identifier |
None. |
| ContactDisplayName |
The display name of the contact who created the announcement. |
string |
None. |
| LinkToContactProfile |
The url that links to the profile of the contact who created the announcement. |
string |
None. |
| ContactLargePictureUrl |
The url of the large picture of the contact who created the announcement. |
string |
None. |
| ContactSmallPictureUrl |
The url of the small picture of the contact who created the announcement. |
string |
None. |
| CreatedOn |
The DateTime at which the announcement was created. |
date |
None. |
| IsLoggingEnabled |
If logging is enabled for this item. |
boolean |
None. |
| LinkText |
URL Text given at creation the text to be displayed with the LinkUrl. Optional, else is string.Empty. |
string |
None. |
| LinkUrl |
Additional URL given at creation. Optional, else is string.Empty. |
string |
None. |
| MicrositeGroupTypeRouteDesignKey |
The primary key for the MicrositeGroupTypeRouteDesign for the announcement. |
globally unique identifier |
None. |
| OpenNewWindow |
If the LinkUrl should open in a new window. |
boolean |
None. |
| Tags |
All of the tags indexed for the item. This includes user tags and admin based tags. |
Collection of ItemTagResponse |
None. |
| UpdatedByContactKey |
The primary key of the contact who last updated the announcement. |
globally unique identifier |
None. |
| UpdatedOn |
The DateTime at which the announcement was last updated. |
date |
None. |
| UserPermissions |
Permissions for actions the current user can take |
Collection of string |
None. |
Response Formats
application/json, text/json
[
{
"AnnouncementKey": "c540c6a0-dcab-4453-9585-1ce3ba699bc6",
"AnnouncementText": "sample string 2",
"AnnouncementTitle": "sample string 3",
"AnnouncementType": "sample string 4",
"CommunityKey": "a80533ed-b30d-4075-be2a-0cf1a007d6fa",
"CommunityName": "sample string 6",
"CreatedByContactKey": "b39be460-b4ef-4f07-9437-8736c4014c35",
"ContactDisplayName": "sample string 8",
"LinkToContactProfile": "sample string 9",
"ContactLargePictureUrl": "sample string 10",
"ContactSmallPictureUrl": "sample string 11",
"CreatedOn": "2026-01-13T05:52:07.4989203Z",
"IsLoggingEnabled": true,
"LinkText": "sample string 14",
"LinkUrl": "sample string 15",
"MicrositeGroupTypeRouteDesignKey": "afef3e7d-cf26-4481-b653-e56f3a0c9a3c",
"OpenNewWindow": true,
"Tags": [
{
"Tag": "sample string 1",
"TagType": "sample string 2"
},
{
"Tag": "sample string 1",
"TagType": "sample string 2"
}
],
"UpdatedByContactKey": "24b2199a-1986-4e3d-9225-3037dada2ef2",
"UpdatedOn": "2026-01-13T05:52:07.4989203Z",
"UserPermissions": [
"sample string 1",
"sample string 2"
]
},
{
"AnnouncementKey": "c540c6a0-dcab-4453-9585-1ce3ba699bc6",
"AnnouncementText": "sample string 2",
"AnnouncementTitle": "sample string 3",
"AnnouncementType": "sample string 4",
"CommunityKey": "a80533ed-b30d-4075-be2a-0cf1a007d6fa",
"CommunityName": "sample string 6",
"CreatedByContactKey": "b39be460-b4ef-4f07-9437-8736c4014c35",
"ContactDisplayName": "sample string 8",
"LinkToContactProfile": "sample string 9",
"ContactLargePictureUrl": "sample string 10",
"ContactSmallPictureUrl": "sample string 11",
"CreatedOn": "2026-01-13T05:52:07.4989203Z",
"IsLoggingEnabled": true,
"LinkText": "sample string 14",
"LinkUrl": "sample string 15",
"MicrositeGroupTypeRouteDesignKey": "afef3e7d-cf26-4481-b653-e56f3a0c9a3c",
"OpenNewWindow": true,
"Tags": [
{
"Tag": "sample string 1",
"TagType": "sample string 2"
},
{
"Tag": "sample string 1",
"TagType": "sample string 2"
}
],
"UpdatedByContactKey": "24b2199a-1986-4e3d-9225-3037dada2ef2",
"UpdatedOn": "2026-01-13T05:52:07.4989203Z",
"UserPermissions": [
"sample string 1",
"sample string 2"
]
}
]
application/xml, text/xml
<ArrayOfAnnouncement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise">
<Announcement>
<AnnouncementKey>c540c6a0-dcab-4453-9585-1ce3ba699bc6</AnnouncementKey>
<AnnouncementText>sample string 2</AnnouncementText>
<AnnouncementTitle>sample string 3</AnnouncementTitle>
<AnnouncementType>sample string 4</AnnouncementType>
<CommunityKey>a80533ed-b30d-4075-be2a-0cf1a007d6fa</CommunityKey>
<CommunityName>sample string 6</CommunityName>
<ContactDisplayName>sample string 8</ContactDisplayName>
<ContactLargePictureUrl>sample string 10</ContactLargePictureUrl>
<ContactSmallPictureUrl>sample string 11</ContactSmallPictureUrl>
<CreatedByContactKey>b39be460-b4ef-4f07-9437-8736c4014c35</CreatedByContactKey>
<CreatedOn>2026-01-13T00:52:07.4989203-05:00</CreatedOn>
<IsLoggingEnabled>true</IsLoggingEnabled>
<LinkText>sample string 14</LinkText>
<LinkToContactProfile>sample string 9</LinkToContactProfile>
<LinkUrl>sample string 15</LinkUrl>
<MicrositeGroupTypeRouteDesignKey>afef3e7d-cf26-4481-b653-e56f3a0c9a3c</MicrositeGroupTypeRouteDesignKey>
<OpenNewWindow>true</OpenNewWindow>
<Tags xmlns:d3p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.Tagging">
<d3p1:ItemTagResponse>
<d3p1:Tag>sample string 1</d3p1:Tag>
<d3p1:TagType>sample string 2</d3p1:TagType>
</d3p1:ItemTagResponse>
<d3p1:ItemTagResponse>
<d3p1:Tag>sample string 1</d3p1:Tag>
<d3p1:TagType>sample string 2</d3p1:TagType>
</d3p1:ItemTagResponse>
</Tags>
<UpdatedByContactKey>24b2199a-1986-4e3d-9225-3037dada2ef2</UpdatedByContactKey>
<UpdatedOn>2026-01-13T00:52:07.4989203-05:00</UpdatedOn>
<UserPermissions xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</UserPermissions>
</Announcement>
<Announcement>
<AnnouncementKey>c540c6a0-dcab-4453-9585-1ce3ba699bc6</AnnouncementKey>
<AnnouncementText>sample string 2</AnnouncementText>
<AnnouncementTitle>sample string 3</AnnouncementTitle>
<AnnouncementType>sample string 4</AnnouncementType>
<CommunityKey>a80533ed-b30d-4075-be2a-0cf1a007d6fa</CommunityKey>
<CommunityName>sample string 6</CommunityName>
<ContactDisplayName>sample string 8</ContactDisplayName>
<ContactLargePictureUrl>sample string 10</ContactLargePictureUrl>
<ContactSmallPictureUrl>sample string 11</ContactSmallPictureUrl>
<CreatedByContactKey>b39be460-b4ef-4f07-9437-8736c4014c35</CreatedByContactKey>
<CreatedOn>2026-01-13T00:52:07.4989203-05:00</CreatedOn>
<IsLoggingEnabled>true</IsLoggingEnabled>
<LinkText>sample string 14</LinkText>
<LinkToContactProfile>sample string 9</LinkToContactProfile>
<LinkUrl>sample string 15</LinkUrl>
<MicrositeGroupTypeRouteDesignKey>afef3e7d-cf26-4481-b653-e56f3a0c9a3c</MicrositeGroupTypeRouteDesignKey>
<OpenNewWindow>true</OpenNewWindow>
<Tags xmlns:d3p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.Tagging">
<d3p1:ItemTagResponse>
<d3p1:Tag>sample string 1</d3p1:Tag>
<d3p1:TagType>sample string 2</d3p1:TagType>
</d3p1:ItemTagResponse>
<d3p1:ItemTagResponse>
<d3p1:Tag>sample string 1</d3p1:Tag>
<d3p1:TagType>sample string 2</d3p1:TagType>
</d3p1:ItemTagResponse>
</Tags>
<UpdatedByContactKey>24b2199a-1986-4e3d-9225-3037dada2ef2</UpdatedByContactKey>
<UpdatedOn>2026-01-13T00:52:07.4989203-05:00</UpdatedOn>
<UserPermissions xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</UserPermissions>
</Announcement>
</ArrayOfAnnouncement>