OPEN API

Home OPEN API
/activity/search/

Service Description

Obtain an event information list

Parameters

limit
integer, limits the maximum number of data that may be returned (a maximum of 50)

offset
integer, specifies the starting point (i.e., data number) after which data will be sent back

lang
string [cht|eng], specifies the return language

sdate
string, specifies the event start date, format: yyyymmdd

edate
string, specifies the event end date, format: yyyymmdd

Example

{
    "status": 200,
    "result": [
        {
            "Serial_No": "3",
            "Title": "Saturday Night at the NPM",
            "SDate": "20160903",
            "EDate": "20160924",
            "Time": "",
            "Location": "NPM",
            "Type": "Saturday Night at the NPM" ",
            "Purpose": "",
            "Description": "",
            "FareInfo": "Free",
            "Major": "",
            "Contact": "",
            "Memo": "",
            "RegUrl": ""
        }
    ],
    "error": null
}

Return

Serial_No:List number

Title:Title of the event

SDate:Event start date

EDate:Event end date

Time:Event time

Location:Event location

Type:Event type

Purpose:Purpose of the event

Description:Description of the event

FareInfo:Fare information

Major:Major participants of the event

Contact:Event contact window

Memo:Event-related memo

RegUrl:Event registration URL