Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Supported Methods

GET

Endpoint Location

/public/v1/libraries/:library_id/journals/:journal_id/issues

Endpoint Parameters

:library_id

Required. Replace the :library_id portion of the endpoint path with the id # of your library

:journal_id

Required. Replace the journal_id portion of the path with the id number for the journal whose issues you wish to retrieve


new_content_start_date

Optional query string parameter. If present, new_content_end_date must also be present.

Format this value as YYYY-MM-DD.

When present, this will cause the endpoint to only include issues that have new content between new_content_start_date and new_content_end_date , inclusive of those two dates. The date range must be within the last 6 months.

This value must be earlier or equal to new_content_end_date.

For accurate results, this date should be no earlier than August 5, 2022.

new_content_end_date

Optional query string parameter. If present, new_content_start_date must also be present.

Format this value as YYYY-MM-DD.

When present, this will cause the endpoint to only include issues that have new content between  new_content_start_date and new_content_end_date , inclusive of those two dates. The date range must be within the last 6 months.

This value must be later or equal to new_content_start_date.

Retrieve Issues of a Journal Response

...