Versions Compared

Key

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

...

The full list of properties that may appear on an issue resource object are described in detail in the table below:

Property

Type

Description

Optional

id

number

The issue's unique id in the Browzine system

No

type

string

has the value “issues”

No

title

string

The issue’s title for display (typically “Vol. # Issue #”)

No

date

string

The publication date of the issue expressed in ISO date format (YYYY-MM-DD)

No

relationships

Object

An object representing relationships between the issue resource object and resource objects that represent other records in the Third Iron metadata database

Yes

relationships.journal

Object

An object representing the relationship between the issue resource object and the resource object that represents the issue's journal in the Third Iron Metadata database

Yes

relationships.journal.links

Object

An object holding links for the journal relationship

Yes

relationships.journal.links.related

URL

A URL path to the API endpoint that retrieves the resource object that represents the journal of the issue represented by the issue resource object.

Yes

relationships.articles

Object

An object representing the relationship between the issue resource object and the resource objects that represent the articles of the issue

Yes

relationships.articles.links

Object

An object holdings links for the articles relationship

Yes

relationships.articles.links.related

URL

A URL path to the API endpoint that retrieves the resource objects that represent the articles of the issue represented by the issue resource object

Yes


Examples

Example Request, retrieving issue 121212145 for library 222

...