Reader API
  1. Issue
Reader API
  • Welcome to Omerlo
  • Authorization - OAuth 2
    • Client Credentials flow
      POST
    • Authorization Code flow
      POST
    • Refresh Token flow
      POST
    • Verify oauth user
      POST
    • User info
      GET
  • Accounts
    • User info
      GET
    • User entitlements
      GET
  • Announcements
    • Paginated Announcement list
      GET
    • Announcement by id
      GET
  • Categories
    • Paginated categories list
    • Category by id
  • Contents
    • Paginated Contents
    • Content by id
  • Devices
    • Register a device
  • Distributions
    • Releases
      • Paginated Release list
      • Release by id
    • Paginated Distribution list
    • Distribution by id
  • Issues
    • Issue by id
    • List Contents in Issue Section
    • Search Contents in Issue
    • Issue Section Blocks by section_id
  • Oauth Providers
    • List providers
  • Mailer
    • Send email
  • Menus
    • Menu by key
  • Sections
    • Section by id
    • Paginated Contents by Section id
  • Topics
    • List topics
    • Subscribe
    • Unsubscribe
  • Webpages
    • Paginated webpages list
    • Webpage by id
  • Media overview
    GET
  • Schemas
    • ReaderHub
      • Distribution
        • Distribution
        • Distribution (summary)
        • Release
        • Release (summary)
      • Issue
        • Issue
        • Issue (summary)
        • Issue Section
        • Issue Section (summary)
        • SectionContent
        • Issue Block
        • Issue BlockConfiguration (summary)
        • IssueType (summary)
      • Profile
        • ProfileType (summary)
        • Profile (summary)
        • Organization (summary)
        • Person (summary)
      • Content
        • Blocks
          • Block kind Data
          • Block kind HTML
          • Block kind Image
          • Block kind Question
          • Block kind Quote
          • Block kind Related Contents
          • Block kind Richtext
          • Block kind Slideshow
          • Block kind Video
        • Author (summary)
        • Content Template (summary)
        • Content Block
        • Content Block Template (summary)
        • Content
        • Content (summary)
      • Media
        • Announcement
        • Announcement (summary)
        • Menu
        • Menu Item
        • Media Block (summary)
        • Media BlockConfiguration (summary)
        • Media Section
        • Media Section (summary)
        • Topic (summary)
        • Webpage
        • Webpage (summary)
        • Media
      • OauthProviderSummary
    • Common
      • Visual
        • Image
        • Slideshow
        • Video
      • PagingMeta
      • Metadata
      • LocalesMetadata
      • Visual
      • Category
      • Category (summary)
  1. Issue

Issue

Issue data structure

{
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "issue_type_id": "fe6c4234-d611-4bbb-93df-16302a2de095",
    "kind": "regular",
    "name": "string",
    "color": "string",
    "advertising_key": "string",
    "description_html": "string",
    "description_text": "string",
    "pdf_url": "string",
    "visual": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "type": "image",
        "url": "http://example.com",
        "gravity": "center",
        "credit": "string",
        "caption_html": "string",
        "caption_text": "string"
    },
    "metadata": {},
    "sections": [
        {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "name": "string",
            "advertising_key": "string",
            "color": "string",
            "description": "string",
            "visual": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "type": "image",
                "url": "http://example.com",
                "gravity": "center",
                "credit": "string",
                "caption_html": "string",
                "caption_text": "string"
            },
            "meta": {
                "locales": {
                    "current": "string",
                    "available": [
                        "string"
                    ]
                }
            },
            "updated_at": "2019-08-24T14:15:22Z"
        }
    ],
    "meta": {
        "locales": {
            "current": "string",
            "available": [
                "string"
            ]
        }
    },
    "updated_at": "2019-08-24T14:15:22Z"
}
Built with