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. JSON API (readonly)

Vendors

Vendors are partner companies (sponsors and exhibitors). Lectures can have an optional associated partner identified by their vendor ID.

Vendor Data

{
    "address": null,
    "backgroundImage": "https://path/to/image.png",
    "booth": null,
    "country": null,
    "ctime": 1587067562992,
    "customData": {
        "data": []
    },
    "description": {
        "EN_US": "*bold* description"
    },
    "descriptionHtml": {
        "EN_US": "<div>\n<p><b>bold</b> description</p>\n</div>"
    },
    "email": "vendor@example.com",
    "exhibitor": null,
    "extId": null,
    "facebook": "",
    "gallery": {
        "config": {
            "embed": 0,
            "image": 20,
            "limit": 0,
            "video": 0
        },
        "items": []
    },
    "instagram": "",
    "isPublished": true,
    "linkedin": "",
    "locale": "EN_US",
    "main": ["9YmzYw6ds69LT9D1Z8uf"],
    "mtime": 1587067562992,
    "name": {
        "EN_US": "Partner Name"
    },
    "phone": null,
    "photo": "https://path/to/photo.png",
    "photoMedium": "https://path/to/photo-medium.png",
    "portfolio": {
        "config": {
            "document": 0,
            "limit": 0
        },
        "items": []
    },
    "sponsor": "partner",
    "subjects": [],
    "twitter": "https://twitter.com/example",
    "vendorId": "ZaZOqly9jKfdzHVYZdOw",
    "website": "vendor.example.com",
    "xing": ""
},

General Data

  • main(array of string) the talque vendor ids of the super-exhibitors, that is, the returned vendor is a sub-exhibitor of all of the vendors listed here. Sub-exhibitor usually means that their show booth is contained in a larger company booth.

  • vendorId (string) is the unique talque identifier for this vendor

  • extId (optional string) can be used to store the ID of this vendor in external (i.e. outside of talque) systems.

PreviousParticipantsNextList

Last updated 1 year ago

Was this helpful?