URL Usage when Installed as Service
|
|
||
| 1. | The URL format for accessing EPWeb from a browser is as follows: |
| a. | http://<server>:<port>/ |
| b. | Note: The <port> is only required if EPWeb has been configured to use a port other than port 80. |
| 2. | Additional parameters added to the end of the URL will allow you to run special functions or bypass the login screens. |
| a. | For example, you may want to put a link on your website that customers can click to add a request to EPWeb or see whether a certain location is booked, without having to log in with a password. |
| b. | e.g. Click here to check room availability. Click here to send a request to our event manager. |
| 3. | The first parameter is prefixed by a question mark (?) and the reset is prefixed by an ampersand (&). |
| 4. | The following is a list of available sets of parameters that can be used. Note that the password is case sensitive. |
To bypass the password screen, use: http://www.eventpro.net:8081/?Login&[UserName]&[Password] |
Bookings http://www.eventpro.net:8081/?Bookings&[UserName]&[Password] Bookings in Month, Week or Day View http://www.eventpro.net:8081/?BookingsMonth&[UserName]&[Password] http://www.eventpro.net:8081/?BookingsWeek&[UserName]&[Password] http://www.eventpro.net:8081/?BookingsDay&[UserName]&[Password] Bookings for a Specific Location Group http://www.eventpro.net:8081/?Bookings&[UserName]&[Password]&[LocationGroup] Find http://www.eventpro.net:8081/?Find&[UserName]&[Password] Available Location Group or Location http://www.eventpro.net:8081/?Available&[UserName]&[Password]&[DateFrom]&[DateTo]&[TimeFrom]&[TimeTo]&[Capacity]&[LocationGroup]&[Location]&[Features] You can omit anything beyond the Password, but once you omit one of the elements, you cannot continue with the rest of the list. For example, if you do not want to use the Time From or Time To, you cannot then add Capacity, Location Group, Location or Features. Date From, Date To Format: mmddyy Time From, Time To Format: 00:00AM The features are separated by semicolons, e.g. microphone;outlet;podium |
If you would like to change the set of templates used by EPWeb, you can add the following parameters to any of the above sets of parameters or use it by itself if none of the above are used: &TEMPLATE=<Template> If it is by itself, you will need to prefix it with a question mark instead of an ampersand. Examples: http://<server>:<port>/?TEMPLATE=<Template> http://<server>:<port>/?TEMPLATE=<Template>&EVENT&EVENTCODE=<EventCode>&PASSWORD=<Password> |