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. Content API

Content | Create text page

There are three ways to create a textpage:

a) With the GUIBO Bundle Link inside the request body and optionally the GUIBO Category ID inside the request body. Depending on wheather the textpage should be at the root level of a guidebook (provide bundle link only) or inside a category (provide bundle link and category id).

If you do not have the GUIBO Bundle Link of the guidebook or library, you can use your customId if you set it.

b1) With your custom ID of the bundle (=guidebook or library) as request parameter, together with the account ID . You can then leave the bundle ID and the category ID in the request body empty. This places the textpage at the root level of the guidebook.

b2) With your custom ID of the category plus the custom ID of the bundle, together with the account ID.You can then leave the bundle ID and the category ID in the request body empty. This places the textpage inside the category.

  • You can find the Account ID under Account Settings > General Settings > Account ID

  • You can find the API key under Account Settings > General Settings > API Key

POST https://services.schneidergeo.com/content/text

{

"bundle":"kHsUeP",

"customId":"aaa-bbb-ccc",

"titles":{

"de":"Ihre Anreiseinformationen",

"en":"You arrival info"

},

"descriptions":{

"de":"<h4>Wilkommen</4><p>Ich hoffe sie hatten eine gute Anreise.",

"en":"<h4>Welcome</h4><p>I hope you had a good journey"

},

"sorting" : 1

}

Query Parameters

Name
Type
Description

account

String

bundleCustomId

String

categoryCustomId

String

Headers

Name
Type
Description

Authorization*

String

API key

PreviousContent | Create categoryNextUsers & groups

Last updated 1 year ago