API – Events
Introduction
The events object includes events data of University of Macau. The earliest data tracks back to Nov 2002. The data is refreshed in at least 15 minutes.
Figure 1: Relationships between events, common and details
API Reference
Events Data Dictionary
Field | Type | Indexed | Description | Example |
---|---|---|---|---|
itemId | integer | Yes | Unique ID for each events | "itemId": 44514 |
lastModified | date | Yes | Latest modified date time for the events | "lastModified": "2018-03-13T14:52:58+08:00" |
Common Data Dictionary
Information of the news which is common across different language, e.g. publishDate, dateFrom and dateTo, etc.
Field | Type | Indexed | Description | Example |
---|---|---|---|---|
publishDate | date | Yes | The date that the event is published, in UTC+8:00 | "publishDate": "2018-03-27T10:57:11+08:00" |
dateFrom | date | Yes | The start date of the event, in UTC+8:00 (inclusive) | "dateFrom": "2018-03-22T00:00:00+08:00" |
dateTo | date | Yes | The end date of the event, in UTC+8:00 (inclusive) | "dateTo": "2018-03-22T00:00:00+08:00" |
posterUrl | string | No | The URL for download the poster, if available | "posterUrl": "http://news.umac.mo/nrs/binary?id=R8NFTyXkG4tkAnlqizSJHNxVVmC7unsJ2_2FwwB4XVeeU_3D" |
smartPoint | boolean | No | Indicator for gaining Smart Point by participating in the events. Smart Point (SP) is an incentive scheme that encourages UM students to participate in major activities in the University | "smartPoint": "true" |
timeFrom | date | No |
| "timeFrom": "1970-01-01T18:30:00+08:00" |
timeTo | date | No |
| "timeTo": "1970-01-01T22:00:00+08:00" |
attachmentUrls | string[] | Yes | The URL for downloading the attachment file of the event, if available | "attachmentUrls" : ["http://news.umac.mo/nrs/binary?id=UUnz_2Ff955vdwZCrDbEuxnf07AKXwXMr106tWNPCPD04_3D"] |
recurringDaysOfWeek | string | No | The days of week that the event recurs, express in number format:
e.g. “1” means that the event will occur every Monday within the date range (between “dateFrom” and “dateTo”) | "recurringDaysOfWeek" : [1] |
Details Data Dictionary
Information of the news details in English, Chinese or Portuguese.
Field | Type | Indexed | Description | Example |
---|---|---|---|---|
locale | string | No | Language of the event details
| "locale": "en_US" |
title | string | No | Title of the news | "title" : "MCM College: INNOVATION IS GREAT High Table" |
contactEmail | string | No | Contact Email for the event | "contactEmail" : "mcmofficeofthemaster@umac.mo" |
contactFax | string | No | Contact fax number for the event | "contactFax" : "8822 2312" |
contactName | string | No | Contact person for the event | "contactName" : "Ray Loi" |
contactPhone | string | No | Contact Phone number for the event | "contactPhone" : "8822 9976" |
coorganizers | string[] | No | Co-organizers of the event, if available | "coorganizers" : [ "The Script Road – Macau Literary Festival"] |
languages | string[] | No | Language of the event, if available | "languages": "Cantonese" |
content | string | No | Description of the event, if available | "content" : "Ms. JOYCE CHIU is invited to share her experience working as a public relations manager in the hotel industry, she will also introduce the works of public relations and the skills required. " |
dateString | string | No | Description for the event date range and recurring day of the week, if available | "dateString" : "16 April, 2018 (Monday) " |
organizedBys | string[] | No | The organizer of the event | "organizedBys" : [ "Moon Chun Memorial College"] |
remark | string | No | Remarks for the event | "remark" : "Application link: nhttps://goo.gl/forms/qa2wy659rHSuN7jl2nnCompetition regulation at WeChat: https://mp.weixin.qq.com/s/5LRnkHjvHYDkbwpOel7A6w" |
speakers | string[] | No | Name of the speak of the event, if available | "speakers" : [ "Ms. Joyce CHIU"] |
targetAudiences | string[] | No | Target audiences of the event, if available | "targetAudiences" : [ "MCMC members"] |
timeString | string | No | Description for the event time range, if available |
|
venues | string[] | No | Venue(s) of the event | "venues" : [ "W11-G036, MCM College Hall"] |
attachmentLangUrls | string[] | No | The URL for downloading the attachment file of the event in a specific language, if available | "attachmentLangUrls" : ["http://news.umac.mo/nrs/binary?id=WUVodwm_2F6K1L9Bk9M9o6OcUGztI2oX2s90WgVkxb_2B5IwgpM63gSAZw_3D_3D"] |