Introduction
With URL parameters you can build specific listings and categorizations for your Event Website pages. This will allow you to send attendees and participants URLs that have been tailored to show specific information. This documents is an overview of the valid URL parameters for the various website pages.
Sites URL parameters
Below is a list of valid url parameters and values for sites pages:
Organization/Sponsors/Exhibitors/Partners pages
Parameter Name | Usage | Parameter Values |
category_ids | A list of comma-separated category ID’s to show associated Organizations. ex: category_ids=63,28,19 | category ID’s |
Organizations by Category page
Parameter Name | Usage | Parameter Values |
categories | A list of comma-separated category ID’s to show associated Organizations. ex: categories=63,28,19 | category ID’s |
content_align | A string to determine the alignment of the page content. Default is left aligned. ex: content_align=center | center |
Participants/Attendees pages
Parameter Name | Usage | Parameter Values |
category_ids | A list of comma-separated category ID’s to show associated People. ex: category_ids=112, 32, 94 | category ID’s |
Schedule page
Parameter Name | Usage | Parameter Values |
date | A YYYY/MM/DD formatted date. ex: date=2022-09-26 | YYYY/MM/DD formatted date – show specific date of schedule all – show full schedule |
embed | A true/false boolean to show the embedded version of the page. Default is false. ex: embed=true | true false |
formats | A list of comma-separated session format ID’s to show associated Sessions. ex: formats=11,27,3 | session format ID’s |
rooms | A list of comma-separated room ID’s to show associated Sessions. ex: rooms=163,202 | room ID’s |
signups | An on/off boolean to show Sessions which require signup. ex: signups=on | on off |
tags | A list of comma-separated tag ID’s to show associated Sessions. ex: tags=14,9,56 | tag ID’s |
term | A string used for searching Sessions. ex: term=workshop | search string |
themes | A list of comma-separated category ID’s to show associated Sessions. ex: themes=224,2328,206 | category ID’s |
updated | An on/off boolean to show Sessions which are new or recently updated. ex: updated=on | on off |
Sessions page
Parameter Name | Usage | Parameter Values |
---|---|---|
category_ids | A list of comma-separated category ID’s to show associated Sessions. ex: category_ids=63,25,87 | category ID’s |
group_by | A string to determine how your Sessions are grouped on the page. ex: group_by=categories | categories |
format_ids | A list of comma-separated session format ID’s to show associated Sessions. ex: format_ids=15,28,3 | session format ID’s |
type | A list of comma-separated strings. ex: type=poster | poster video |
API URL parameters
Published Organizations API
Parameter Name | Usage | Parameter Value |
---|---|---|
categories | A list of comma-separated category ID’s to show associated Organizations. ex: category_ids=63,25,87 | category ID’s |