[Calenar] Lấy lịch cá nhân - duyit2405/portal-app GitHub Wiki
Request
-
Method: GET
-
URL: /api/Calendar/GetPersonalCalendar?fromDate={from}&toDate={to}
-
FULL URL WITH SERVER: http://vsn.thenhan.com/api/Calendar/GetPersonalCalendar?fromDate={from}&toDate={to}
-
Note For URL:
-
Header:
Authorization:Bearer {access_token}
-
Description: API get lịch cá nhân
-
Note For Response:
Parameter URL: N/A
- Response:
{
"EventCalendars": [
{
"ID": 2213,
"Title": "Cuộc hop",
"Type": "success",
"ExternalMeetingRoom": "Phòng họp ngoài",
"NoticeAt": "2018-11-05T08:00:00+07:00",
"StartAt": "2018-01-25T08:00:00+07:00",
"EndAt": "2018-01-25T12:00:00+07:00",
"LastModified": "2018-01-26T23:18:13.347+07:00",
"LastEditorDetail": {
"BusinessEntityID": 583,
"DisplayName": "Phúc Nguyễn",
"Avatar": "avatar/1037/2116/P_20171224_215809_vHDR_Auto.jpg"
},
"CreateTime": "0001-01-01T00:00:00+07:00",
"PreparatorDetails": [],
"ParticipantDetails": [],
"GuestDetails": [],
"ViewerDetails": [
{
"BusinessEntityID": 585,
"DisplayName": "Manager",
"Avatar": "/Download/avatar/2420/1618/585.jpg?1514128068804"
}
],
"Content": "Nội dung họp",
"OwnerDetail": {
"BusinessEntityID": 583,
"DisplayName": "Phúc Nguyễn",
"Avatar": "avatar/1037/2116/P_20171224_215809_vHDR_Auto.jpg"
},
"CalendarType": 0
}
]
}