Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Latest commit

 

History

History
208 lines (177 loc) · 6 KB

events_id.md

File metadata and controls

208 lines (177 loc) · 6 KB

Get FEDS Events for given id

GET /feds/events/{site}/{id}.{format}

Description

This method returns a specific event's information given the unique id

Summary

Name Value Name Value
Request Protocol GET Requires API Key Yes
Method ID 1733 Enabled Yes
Service Name feds Service ID 311
Information Steward Each individual site's data steward Data Type Database
Update Frequency Realtime Cache Time 0 seconds

Notes

  • This is a 'realtime' feed. An item will be available on the api the second its up using Webhooks
  • Any value can be null

Sources

Parameters

GET /feds/events/{site}/{id}.{format}
Parameter Type Required Description
key filter yes Valid API key
id input yes Valid event id
callback filter no JSONP callback format

Output Formats

  • json
  • xml

Examples

GET /feds/events/{site}/{id}.{format}

Response

Field Name Type Value Description
id integer Unique event id
title string Event title
location string Event location
description string Event description
description_raw string Raw event description (includes HTML markup)
start date ISO 8601 formatted start date
end date ISO 8601 formatted end date
categories list Audience targeted by event
url string URL of event link
updated date ISO 8601 formatted updated date

Any value can be null

Output

JSON

{
  "meta":{
    "requests":811369,
    "timestamp":1453149868,
    "status":200,
    "message":"Request successful",
    "method_id":1733,
    "method":{
      
    }
  },
  "data":{
    "id":300787,
    "title":"MFE@UWaterloo",
    "location":null,
    "start":"2016-01-11T17:30:00-05:00",
    "end":"2016-01-11T19:00:00-05:00",
    "description":"The UW Economics Society presents MFE@UWaterloo. The Master of Financial Economics (MFE) is a non-thesis degree. Students follow a three-term, 16-month program, consisting of 12 one-term courses and a four-month summer internship between terms two and three. Students follow a core program which includes elective courses offered by the Department of Economics and the Rotman School of Management. The Program is designed to equip students with the tools and skills required for successful careers in the financial sector. In 2015, full time employment was 100% with top organizations such as Blackrock, Goldman Sachs, Bank of Canada, BMO, OTPP and much more. More information can be found at: https:\/\/www.economics.utoronto.ca\/index.php\/index\/mfe\/home Please join us for a infomation and networking session with program coordinator Ayeha Alli and current MFE students on January 11th, 2016 from 5:30pm to 7:00pm in RCH 309. Free pizza will be provided for all attendants during the networking session. Present your free eventbrite ticket at the sign in desk or signup at the entrance. This is a great opportunity to learn more about getting into finance and an opportunity to increase your chances of getting into the program!",
    "description_raw":"The UW Economics Society presents MFE@UWaterloo. The Master of Financial Economics (MFE) is a non-thesis degree. Students follow a three-term, 16-month program, consisting of 12 one-term courses and a four-month summer internship between terms two and three. Students follow a core program which includes elective courses offered by the Department of Economics and the Rotman School of Management. The Program is designed to equip students with the tools and skills required for successful careers in the financial sector. In 2015, full time employment was 100% with top organizations such as Blackrock, Goldman Sachs, Bank of Canada, BMO, OTPP and much more. More information can be found at: https:\/\/www.economics.utoronto.ca\/index.php\/index\/mfe\/home     Please join us for a infomation and networking session with program coordinator Ayeha Alli and current MFE students on January 11th, 2016 from 5:30pm to 7:00pm in RCH 309. Free pizza will be provided for all attendants during the networking session. Present your free eventbrite ticket at the sign in desk or signup at the entrance. This is a great opportunity to learn more about getting into finance and an opportunity to increase your chances of getting into the program!",
    "categories":[
      "Events"
    ],
    "updated":"2016-01-05T10:39:40-05:00",
    "url":"http:\/\/www.feds.ca\/event\/mfeuwaterloo\/"
  }
}