POST UserCalendar/Read
Get users calendar items
Request Information
URI Parameters
None.
Body Parameters
RequestUserCalendarRead| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| Month |
How many months back from todays date should be included - 0 gets all items |
integer |
None. |
| Year | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"Month": 2,
"Year": 3
}
text/html
Sample:
{"UserID":1,"Month":2,"Year":3}
application/xml, text/xml
Sample:
<RequestUserCalendarRead xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YogaStreamAPIv2"> <Month>2</Month> <UserID>1</UserID> <Year>3</Year> </RequestUserCalendarRead>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of UserCalendarHolder| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | string |
None. |
|
| CalendarPosts | Collection of UserCalendar |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
text/html
Sample:
application/xml
Sample:
text/xml
Sample: