US English (US)
FR French
DE German
IT Italian

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

EN FR DE IT LOGIN

Home

Reader Online

Getting Started Library - Overview Recent Library - Content Types Library - Memos Library - Filter & Roles Document - Revisioning Document - Change Requests & Changes Library - Notifications & Tasks Favorites Search Highlights & Notes Forms - Create a form submission and manage your submissions Forms - Administer the Forms Inbox File Drop Memos Creation Analytics - Compliance Reports Analytics - Compare Revisions Analytics - History Log View Changes / Notifications Issue / Approve Change Requests User Settings

Reader Offline

iOS Devices (Apple)

General App Behaviour Synchronization & Data Settings Preferences Documents General Search Favorites Recent Highlights & Notes Files Notifications & Tasks Tag Filtering Settings

Windows Devices

Android Devices

FAQ

How do I know there is a Change Request I need to work on? I am not able to edit structure or tags in a released document (does not apply to content) in the Documents view of the Admin Console How can I display in the Dashboard view, the changes I have made to a document in the Admin Console Document view? Which types of images can be uploaded? How can I insert an image taken using a "Snipping" tool? How long does it take until the change in a Re-use Content Module is also made in the Re-use Content shown in the Document re-using the content? How are Change Bars shown in Yonder and PDF Exports? How do I create a Change Request (CR) in a module? Why can't I see my documents in the Dashboard Library card? The PDF Export Fails to Export Which HTML Codes are useful for Editing in Yonder? (Advanced Users) How can I Submit a Ticket to the Yonder Support Portal? Yonder Support Desk How can I add a notification for Users, to my Yonder Document? How can I create a PDF Export of a Content Flow in the Yonder Dashboard? How can I influence the PDF Export using Tags to Rotate a Page in the PDF Export for example?

Admin Console

Admin Console - Accessing the Admin Console Admin Console - Overview Documents - Overview Admin Console - Jobs Admin Console - User Management Admin Console - IQSMS Interface Admin Console - Definitions Documents - Metadata Documents - Content Documents - Structure Documents - Tags Documents - Effectivity Documents - Export Documents - Edit vs. Publish Documents - Revision and Approval Buttons Forms - Document Type Forms - Manage Form Submission Types Forms - Create a form Revert Draft Revision Auto-Generate Export Package Overview Content Flow Word Importer Reused Content Archive Documents

User Permissions

Roles and Groups General Permissions File Drop Permissions Flash Cards Permissions IQSMS Permissions Metadata Permissions Definitions Permissions Forms Permissions Folder Structure Permissions Compliance Reports Permissions Compare Revisions Permissions History Log Permissions

Release Notes

Web Release Notes iOS App NG Release Notes Windows App Release Notes Android App Release Notes

API

Export API Compliance Export API

Roadmap

Roadmap Update
  • Home
  • API

Export API

Discover how to use and implement an Export API to efficiently transfer data.

Purpose

The Export API allows customers to fetch documents from Yonder to use them in other systems. Documents can be set to export automatically on release in the Admin Console:

The Export API then fetches automatically exported documents over the API, for customer to use them in other systems (e.g. archive them on proprietary archiving systems, making them available on a website, etc.)

 

Authentication

The Export API is used with a tech user that connects to a dedicated client . To obtain the authentication details for this interface, please contact Yonder Security.

 

Endpoint Documentation

Fetch export packages list

GET

/api/v1/export-packages?exportProfileId={exportProfileId}&dateFrom={dateFrom}&dateTo={dateTo}

 

QueryParams

Param Type Description Mandatory
exportProfileId Long Id of the export profile for which the export packages are being fetched Yes
dateFrom Date in format YYYY-MM-DD Filtering parameter for fetching only the export packages that were created after this date (including) No
dateTo Date in format YYYY-MM-DD Filtering parameter for fetching only the export packages that were created before this date (including) No

 

Response - List of ExportPackage entities

ExportPackage

Field Type Description
id Long Unique identifier of the export package
creationDate Date in format                             YYYY-MM-DDTHH:mm:ss.mmmZ Creation date of the export package
documentName string Name of the exported document
revisionLabel string Revision label of the exported document
documentId string unique identifier of the document
documentVersionId string unique identifier of the revision
effectiveFrom Date in format                             YYYY-MM-DDTHH:mm:ss.mmmZ Date on which the revision becomes effective

Errors

Code Error
200 Success
401 Unauthorized
403 Forbidden
404 Not Found
500 Internal Server Error
 
 

Fetch export package content

GET

/api/v1/export-packages/{exportPackageId}

 

PathParams

Param Type Description Mandatory
exportPackageId Long Id of the export package for which the content is fetched Yes

 

Response - ExportPackage content

content-disposition: attachment; filename="{exportPackage-fileName}"

content-type: application/octet-stream

Errors

Code Error
200 Success
401 Unauthorized
403 Forbidden
404 Not Found
500 Internal Server Error

 

export interface api export

Was this article helpful?

Yes
No
Give feedback about this article

Table of Contents

Purpose Authentication Endpoint Documentation
Copied!

Trusted by leading companies

Ready for Innovation?

  • Request Demo

Subscribe to our newsletter

    Offers

  • Solutions
  • Products

    Resources

  • Blog
  • Case Studies
  • Webinars & Events

    About us

  • Company
  • Jobs
  • Contact

    Connect

  • Send Email
  • LinkedIn
  • Support Login
Imprint GBC Privacy Policy EULA

Knowledge Base Software powered by Helpjuice

Expand