LogoLogo
Website
  • What's new @GUIBO
    • Power Users Program
  • Get Started
    • Intro to GUIBO
    • Getting started
      • Initial account setup
      • Prepare library
      • Create your first guidebook
      • Publish to travelers
    • Support
  • Content Management
    • Overview
    • Routes, POIs and Markers
      • Routes
        • Edit route
        • Edit route data
        • Turn-by-turn directions
      • Markers
    • Textpages
    • Libraries
      • Import POIs from libraries (manuel)
      • Import Pois from libraries (automatic)
        • Import Geo Data (linked to libary)
      • Import textpages from libary
        • turn by turn navigation (App/PDF)
    • Language & Translation
  • Publishing
    • How to publish
      • Personalized Accommodation
    • Release Page
    • Tour Guide App
      • Photo Competition
      • App publishing
        • External links
        • Testcode & Download Code
      • White-label App
      • Traveler feedback
    • Roadbook PDF
      • Publishing Roadbooks
      • Customizing Roadbooks
    • Webshop Maps
    • B2B Network
  • Developers
    • Releases API
      • Release | Create guidebook release
      • Release | Read release details
      • Release | Update release details
      • Release | Revoke guidebook release
      • Release | Add documents to release
      • Release | Delete documents in release
    • Content API
      • Content | Create and update routes
      • Content | Create and update Point-Of-Interests (POIs)
      • Content | Create library or guidebook
      • Content | Create category
      • Content | Create text page
  • Administration
    • Users & groups
    • Data backup
  • FAQ
    • Which image types does GUIBO support?
    • How can I test my guidebooks on the smarthone?
    • Support System: How do I create an "App Issue"
    • Support System: How to create a ticket?
    • Support System: How do I assign the correct priority to a ticket?
    • Support System: How to make a screenshot?
    • How are the towns on guidebook overview maps selected?
    • Navigation Issues
    • What are the smartphone requirments for the Tour Guide App?
Powered by GitBook
On this page
  1. Developers
  2. Releases API

Release | Read release details

You can fetch the details of the release by the download cod

GET https://services.schneidergeo.com/content/release/{account}/{downloadCode}

Adding one PDF document to guidebook release. For multiple documents, please call this endpoint multiple times

Path Parameters

Name
Type
Description

account*

String

Your account ID, you can find this under Account Settings > General Settings > Account ID

downloadCode*

String

The downloadCode for the release

Headers

Name
Type
Description

Authorization*

String

Your API key, you can find this under Account Settings > General Settings > API Key

{
    "downloadCode": 6546,
    "startdate": "2022-12-23",
    "enddate": "2023-03-12",
    "devices": 3,
    "guidebookInternalId": "13BkPf",
    "lang": "de",
    "additionalAssets": [],
    "link": "QtvgtI",
    "bundleName": "Salzkammergut-Rundfahrt",
    "creation": "2022-12-30T13:31:39.000+00:00"
}
{
    // Response
}

PreviousRelease | Create guidebook releaseNextRelease | Update release details

Last updated 1 year ago