GET api/v1/lists/content-updates?startDate={startDate}&endDate={endDate}

Returns a list of select content update items published within the specified date range. If no date parameters are supplied, the last 6 weeks' worth of updates will be returned. Maximum supported timespan is 90 days

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDate

The Start Date for content updates

date

None.

endDate

The End Date for content updates

date

None.

Body Parameters

None.

Response Information

Resource Description

A ContentUpdateResponse comtaining content updates organizied by date and published within the specified date range

ContentUpdateResponse
NameDescriptionTypeAdditional information
count

integer

None.

items

Collection of ContentUpdateResponseItem

None.

_links

Collection of Link

None.

_languages

Collection of LanguagesLink

None.

Response Codes

CodeDescriptionAdditional information
200OKThe request returned without error
204No ContentThe request was successful but no results were returned
400Bad RequestA parameter was missing or invalid
404Not FoundThe requested resource was not found

Response Formats

application/json, text/json

Sample:
{
  "count": 1,
  "_links": [
    {
      "rel": "sample string 1",
      "locale": "sample string 4",
      "href": "sample string 2",
      "templated": true
    },
    {
      "rel": "sample string 1",
      "locale": "sample string 4",
      "href": "sample string 2",
      "templated": true
    }
  ],
  "_languages": [
    {
      "rel": "sample string 1",
      "locale": "sample string 3",
      "name": "sample string 4",
      "href": "sample string 2"
    },
    {
      "rel": "sample string 1",
      "locale": "sample string 3",
      "name": "sample string 4",
      "href": "sample string 2"
    }
  ],
  "items": [
    {
      "publishDate": "2024-09-19T03:55:16.4614703-04:00",
      "contentUpdates": [
        {
          "documentId": 1,
          "publicationId": 2,
          "headline": "sample string 3",
          "publishDate": "2024-09-19T03:55:16.4614703-04:00",
          "feedText": "sample string 5",
          "identifier": 6,
          "monographType": 1,
          "mondesc": true,
          "monmech": true,
          "monphar": true,
          "monindi": true,
          "monadmi": true,
          "moncontr": true,
          "monpreg": true,
          "monadve": true,
          "monmp": true,
          "moninte": true,
          "monivco": true
        },
        {
          "documentId": 1,
          "publicationId": 2,
          "headline": "sample string 3",
          "publishDate": "2024-09-19T03:55:16.4614703-04:00",
          "feedText": "sample string 5",
          "identifier": 6,
          "monographType": 1,
          "mondesc": true,
          "monmech": true,
          "monphar": true,
          "monindi": true,
          "monadmi": true,
          "moncontr": true,
          "monpreg": true,
          "monadve": true,
          "monmp": true,
          "moninte": true,
          "monivco": true
        }
      ]
    },
    {
      "publishDate": "2024-09-19T03:55:16.4614703-04:00",
      "contentUpdates": [
        {
          "documentId": 1,
          "publicationId": 2,
          "headline": "sample string 3",
          "publishDate": "2024-09-19T03:55:16.4614703-04:00",
          "feedText": "sample string 5",
          "identifier": 6,
          "monographType": 1,
          "mondesc": true,
          "monmech": true,
          "monphar": true,
          "monindi": true,
          "monadmi": true,
          "moncontr": true,
          "monpreg": true,
          "monadve": true,
          "monmp": true,
          "moninte": true,
          "monivco": true
        },
        {
          "documentId": 1,
          "publicationId": 2,
          "headline": "sample string 3",
          "publishDate": "2024-09-19T03:55:16.4614703-04:00",
          "feedText": "sample string 5",
          "identifier": 6,
          "monographType": 1,
          "mondesc": true,
          "monmech": true,
          "monphar": true,
          "monindi": true,
          "monadmi": true,
          "moncontr": true,
          "monpreg": true,
          "monadve": true,
          "monmp": true,
          "moninte": true,
          "monivco": true
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<contentUpdates xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <_languages>
    <languageslink>
      <rel>sample string 1</rel>
      <locale>sample string 3</locale>
      <name>sample string 4</name>
      <href>sample string 2</href>
    </languageslink>
    <languageslink>
      <rel>sample string 1</rel>
      <locale>sample string 3</locale>
      <name>sample string 4</name>
      <href>sample string 2</href>
    </languageslink>
  </_languages>
  <_links>
    <link>
      <rel>sample string 1</rel>
      <locale>sample string 4</locale>
      <href>sample string 2</href>
      <templated>true</templated>
    </link>
    <link>
      <rel>sample string 1</rel>
      <locale>sample string 4</locale>
      <href>sample string 2</href>
      <templated>true</templated>
    </link>
  </_links>
  <count>1</count>
  <items>
    <contentUpdates>
      <publishDate>2024-09-19T03:55:16.4614703-04:00</publishDate>
      <contentUpdates>
        <contentUpdates>
          <documentId>1</documentId>
          <publicationId>2</publicationId>
          <headline>sample string 3</headline>
          <publishDate>2024-09-19T03:55:16.4614703-04:00</publishDate>
          <feedText>sample string 5</feedText>
          <identifier>6</identifier>
          <monographType>1</monographType>
          <mondesc>true</mondesc>
          <monmech>true</monmech>
          <monphar>true</monphar>
          <monindi>true</monindi>
          <monadmi>true</monadmi>
          <moncontr>true</moncontr>
          <monpreg>true</monpreg>
          <monadve>true</monadve>
          <monmp>true</monmp>
          <moninte>true</moninte>
          <monivco>true</monivco>
        </contentUpdates>
        <contentUpdates>
          <documentId>1</documentId>
          <publicationId>2</publicationId>
          <headline>sample string 3</headline>
          <publishDate>2024-09-19T03:55:16.4614703-04:00</publishDate>
          <feedText>sample string 5</feedText>
          <identifier>6</identifier>
          <monographType>1</monographType>
          <mondesc>true</mondesc>
          <monmech>true</monmech>
          <monphar>true</monphar>
          <monindi>true</monindi>
          <monadmi>true</monadmi>
          <moncontr>true</moncontr>
          <monpreg>true</monpreg>
          <monadve>true</monadve>
          <monmp>true</monmp>
          <moninte>true</moninte>
          <monivco>true</monivco>
        </contentUpdates>
      </contentUpdates>
    </contentUpdates>
    <contentUpdates>
      <publishDate>2024-09-19T03:55:16.4614703-04:00</publishDate>
      <contentUpdates>
        <contentUpdates>
          <documentId>1</documentId>
          <publicationId>2</publicationId>
          <headline>sample string 3</headline>
          <publishDate>2024-09-19T03:55:16.4614703-04:00</publishDate>
          <feedText>sample string 5</feedText>
          <identifier>6</identifier>
          <monographType>1</monographType>
          <mondesc>true</mondesc>
          <monmech>true</monmech>
          <monphar>true</monphar>
          <monindi>true</monindi>
          <monadmi>true</monadmi>
          <moncontr>true</moncontr>
          <monpreg>true</monpreg>
          <monadve>true</monadve>
          <monmp>true</monmp>
          <moninte>true</moninte>
          <monivco>true</monivco>
        </contentUpdates>
        <contentUpdates>
          <documentId>1</documentId>
          <publicationId>2</publicationId>
          <headline>sample string 3</headline>
          <publishDate>2024-09-19T03:55:16.4614703-04:00</publishDate>
          <feedText>sample string 5</feedText>
          <identifier>6</identifier>
          <monographType>1</monographType>
          <mondesc>true</mondesc>
          <monmech>true</monmech>
          <monphar>true</monphar>
          <monindi>true</monindi>
          <monadmi>true</monadmi>
          <moncontr>true</moncontr>
          <monpreg>true</monpreg>
          <monadve>true</monadve>
          <monmp>true</monmp>
          <moninte>true</moninte>
          <monivco>true</monivco>
        </contentUpdates>
      </contentUpdates>
    </contentUpdates>
  </items>
</contentUpdates>