M. Conferences
The Conferences API provides access to Conference objects. The “List Conferences” action returns the conferences that the user has access to.
| Action | Method | URI |
|---|---|---|
| List Conferences | GET | /conference |
| Get Conference | GET | /conference/item |
JSON Response Example
[{
"id": 650,
"account": {
"id": 294348,
"account_name": "myfamecon",
"web_links": {
"rss": "http://feeds.people.com/people/headlines"
},
"addresses": [ ],
"type": "account"
},
"item": {
"id": 1119865,
"display_value": "FAMECON",
"created_on": "2011-06-21T17:07:30Z",
"updated_on": "2011-10-28T21:28:58Z",
"tags": [ ],
"icon": {
"id": 11,
"content_type": "image/png",
"versions": {
"small-32": "icon_11_32.png",
"small_hover-32": "icon_11_32_hover.png",
"medium-64": "icon_11_64.png",
"large-100": "icon_11_100.png",
"extra_large-150": "icon_11_150.png",
"logo-200": "icon_11_200.png",
"photo-640": "icon_11_640.png"
},
"type": "icon"
},
"rating": null,
"article": {
"id": 410064,
"item_id": 1119865,
"content": "Welcome to FameCon! Every year, the top names in entertainment meet for one long weekend to meet, mingle, and learn with the best in the industry. FameCon has become a prestigious event to see and be seen, uniting exhibitors, attendees, and speakers in three powerful days of sessions and events.",
"type": "article"
},
"phones": [ ],
"type": "item"
},
"sponsorships": [
{
"position": 1,
"name": "Platinum",
"type": "sponsorship"
},
{
"position": 1,
"name": "Sponsors",
"type": "sponsorship"
},
{
"position": 2,
"name": "Gold",
"type": "sponsorship"
},
{
"position": 3,
"name": "Silver",
"type": "sponsorship"
},
{
"position": 4,
"name": "Bronze",
"type": "sponsorship"
}
],
"tracks": [
{
"id": 964,
"position": -1,
"name": "Cocktail Hour",
"type": "track"
},
{
"id": 963,
"position": -1,
"name": "Registration",
"type": "track"
},
{
"id": 965,
"position": -1,
"name": "Lunch",
"type": "track"
},
{
"id": 960,
"position": 1,
"name": "Balancing Work and Life",
"type": "track"
},
{
"id": 961,
"position": 2,
"name": "Looks Matter",
"type": "track"
},
{
"id": 962,
"position": 3,
"name": "Professional Skills Workshop",
"type": "track"
}
],
"conference_date": {
"start": "2011-06-21",
"finish": "2011-08-21",
"type": "conference_date"
},
"days": [
"2012-10-23",
"2012-10-22",
"2012-10-24"
],
"timezone": "US/Pacific",
"maps": {
"booth_map_ids": [ ],
"event_map_ids": [ ],
"exhibitor_map_ids": [
2799
],
"local_guide_map_id": [ ]
},
"tags": {
"users": {
"986": "Relaxation",
"67176": "Skill Improvement",
"68170": "SwagStuff>Alcohol",
"68171": "SwagStuff",
"4159": "Finance",
"3581": "Networking",
"67179": "Skill Improvement>Acting",
"67175": "Swag Stuff",
"3238": "Image",
"67178": "Skill Improvement>Singing",
"1077": "Politics",
"67177": "Private Life"
},
"exhibitors": {
"1077": "Politics",
"4159": "Finance",
"3581": "Networking",
"3238": "Image",
"986": "Relaxation",
"67177": "Private Life",
"67180": "Swag Stuff>Alcohol",
"67178": "Skill Improvement>Singing",
"67176": "Skill Improvement",
"67179": "Skill Improvement>Acting",
"67175": "Swag Stuff"
},
"events": {
"67175": "Swag Stuff",
"986": "Relaxation",
"67180": "Swag Stuff>Alcohol",
"1077": "Politics",
"67179": "Skill Improvement>Acting",
"3238": "Image",
"67178": "Skill Improvement>Singing",
"67176": "Skill Improvement",
"67177": "Private Life",
"4159": "Finance",
"3581": "Networking"
}
},
"type": "conference"
}]
Leave a Comment