You are here: Communications Cloud API v1 > Resources > Bulletins > Read a Bulletin

Read a Bulletin

GET to /api/account/ACCOUNT_CODE/bulletins/BULLETIN_ID.xml

Example Output
<?xml version="1.0" encoding="UTF-8"?>
<bulletin>
  <body>&lt;p&gt;Hello, this is the body of my bulletin.&lt;/p&gt;</body>
  <created-at type="datetime">2014-11-25T10:17:02-06:00</created-at>
  <footer>&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;hr /&gt;

&lt;p style="margin-bottom: 1em;"&gt;Update your subscriptions, modify your password or email address, or stop subscriptions at any time on your &lt;a href="https://stage-public.govdelivery.com/accounts/K00000/subscriber/new?preferences=true"&gt;Subscriber Preferences Page&lt;/a&gt;. You will need to use your email address to log in. If you have questions or problems with the subscription service, please visit &lt;a href="https://subscriberhelp.govdelivery.com/"&gt;subscriberhelp.govdelivery.com&lt;/a&gt;.&lt;/p&gt;

&lt;p style="margin-bottom: 1em;"&gt;This service is provided to you at no charge by &lt;a href="http://dogeweather.com/"&gt;Kate Test&lt;/a&gt;.&lt;/p&gt;</footer>
  <public-enabled type="boolean">true</public-enabled>
  <subject>TEST DRAFT BULLETIN</subject>
  <to-param>8274957</to-param>
  <account>
    <code>ACCOUNTCODE</code>
  </account>
  <sms-body/>
  <send-time type="datetime"/>
  <sent-at type="datetime"/>
  <header></header>
  <urgent type="boolean">false</urgent>
  <topics type="array">
    <topic>
      <code>TOPICCODE1</code>
    </topic>
    <topic>
      <code>TOPICCODE2</code>
    </topic>
  </topics>
  <from_name/>
  <from_email>from.email@govdelivery.com</from_email>
  <from_address_id>16461</from_address_id>
  <total_subscribers>105</total_subscribers>
  <to_text>Subscribers of Topic 1, Topic 2</to_text>
  <creator_name>Adam Administrator</creator_name>
  <creator_email>Adam.Administrator@govdelivery.com</creator_email>
</bulletin>
Troubleshooting

Reference bulletin error codes

 

Was this page helpful? Can't find what you need? Let us know