talque
  • External integrations for talque
  • JSON API (readonly)
    • General
      • Locales and Text
    • Organization
      • Read
    • Lecture
      • List
      • Read
      • Files
      • Authorization
    • Speaker
      • List
      • Read
      • Authorization
    • Participants
    • Vendors
      • List
      • Read
      • Authorization
    • Room
      • List
      • Read
    • Enumerations
      • Locale
  • Deep links
    • General
    • Organization
    • Profile links
    • Lecture links
    • Partner links
    • Post links
    • Map links
    • Video rooms
  • Webhooks
    • General
    • Authentication
    • File upload
    • Users
    • Invites
    • Tickets
    • Vendors
      • Create
      • Update
      • Delete
    • COMING SOON: Announcements
    • COMING SOON: Lectures
    • Map Data
      • Map layer
      • Map features
      • Update references
  • COMING SOON: Chat Bots
  • Wordpress Plugin
    • Installation
    • Pages
    • Shortcodes
      • Filters
      • Optional settings
    • Routing
    • Configuration
  • Javascript plugin
    • Introduction
    • Installation
      • Initial page
      • Filters
      • Optional settings
    • Routing
    • Configuration
  • Single Sign-On
    • OAuth2 Login
    • Website data
    • OAuth2 Flow
      • Request an Authorization Code
      • Exchange for Access Token
      • Authorized Requests
  • SELF-SERVICE LINKS
    • Event Ticket Token
  • Old Wordpress Plugin
    • Download
    • Pages
    • Shortcodes
    • Filter Options
    • Style Options
  • Old Javascript Plugin
    • Introduction
    • Routing
    • Installation
  • Troubleshooting
    • Firewall Configuration
  • Talque Plugin
    • Download
    • Installation
    • Configuration
Powered by GitBook
On this page

Was this helpful?

  1. Deep links

Organization

Links to a general network content are of the form

https://www.talque.com/go/org/<org_id>/main/<action>

where

  • <org_id> is the organization id of your event, and

  • <action> is one of the actions listed in the following. Valid are schedule , participants, exhibitors, sponsors, news, and unconference-video

Sessions

Using schedule as the action URL component opens session overview page (list of conference lectures).

Participants

Using participants as the action URL component opens participants overview page (list of participants).

Exhibitors

Using exhibitors as the action URL component opens the exhibitor overview page (list of exhibitors).

Sponsors

Using sponsors as the action URL component opens the sponsor overview page (list of sponsors)

News

Using news in the action URL opens the news/posts overview page (list of news posts)

Unconference video call

Using unconference-video as the action url component opens video for unconferences, that is, the list of active discussions that have been started by a participant.

‌

PreviousGeneralNextProfile links

Last updated 1 year ago

Was this helpful?