getEventDetail
- Home
- Calendar & Events
- SvcEvents
- getEventDetail
getEventDetail
Returns details for a single event.
Parameters
Name | Description |
eventID required | The unique identifier of the event. |
joinOnCalendar optional | Returns additional information about the event. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/svcEvents?action=getEventDetail&eventID=620086&nodeID=188234&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
{ "service":"svcEvents", "action":"getEventDetail", "code":1, "message":"Success", "page":1, "per_page":10, "item":[ { "event_id":"620086", "calendar_id":"0", "ce_id":null, "cal_blog_id":null, "event_blog_id":"0", "title":"asdsd", "where":"asdadad", "description":"apple", "begin":"2008-11-11 14:00:00", "end":"2008-11-11 15:00:00", "all_day":"0", "repeats":"none", "show_as":"available", "event_type":"gathering", "photo":null } ] } |
Service Information
Service | svcEvents |
Method | getEventDetail |
Type | REST |
Response Types | JSON, XML |