[Calendar] Lấy danh sách lịch công ty - duyit2405/portal-app GitHub Wiki
Request
-
Method: GET
-
URL: /api/Calendar/GetCalendarByCompany?fromDate={from}&toDate={to}&type={type} }
-
FULL URL WITH SERVER: http://vsn.thenhan.com/api/Calendar/GetCalendarByCompany?fromDate={from}&toDate={to}&type={type}
-
Note For URL: type = 0: lịch này thuộc về văn phòng cty. type = 1: Lịch thuộc về văn phòng các tỉnh type = 2: Lấy các hai loại trên.
-
Header:
Authorization:Bearer {access_token}
-
Description: API dùng để tạo ra một ý tưởng mới
-
Note For Response:
- ContentHTML = ContentText
Parameter URL: N/A
GET http://vsn.thenhan.com/api/Calendar/GetCalendarByCompany?fromDate=2017-10-23&toDate=2017-10-29
- Response:
{
"EventCalendars": [
{
"ID": 2120,
"Title": "Lịch",
"Type": "info",
"MeetingRoomDetail": {
"ID": 6,
"Room": "Phòng họp lầu 1",
"Address": "",
"LastModified": "2016-07-01T18:41:04.297+07:00"
},
"ExternalMeetingRoom": "",
"NoticeAt": "2017-10-25T07:00:00+07:00",
"StartAt": "2017-10-25T08:00:00+07:00",
"EndAt": "2017-10-25T17:00:00+07:00",
"LastModified": "2017-10-25T10:19:03.223+07:00",
"CreateTime": "0001-01-01T00:00:00+07:00",
"PreparatorDetails": [
{
"BusinessEntityID": 21,
"DisplayName": "Administrator",
"Avatar": "/Download/avatar/12790/1970/21.jpg?1450319236086"
}
],
"ParticipantDetails": [
{
"BusinessEntityID": 310,
"DisplayName": "Cao Xuân Quyết",
"Avatar": "/app/img/default_avatar.jpeg"
},
{
"BusinessEntityID": 330,
"DisplayName": "Đoàn Thị Diệu Hiền",
"Avatar": "/app/img/default_avatar.jpeg"
}
],
"GuestDetails": [
{
"BusinessEntityID": 4,
"DisplayName": "MobiFone Bình Dương",
"Avatar": "/app/img/default_department_avatar.png",
"Acronym": "MBF BÌNH DƯƠNG"
},
{
"BusinessEntityID": 365,
"DisplayName": "Đặng Thế Đông A",
"Avatar": "/app/img/default_avatar.jpeg"
}
],
"ViewerDetails": [],
"ExternalChairman": "",
"ExternalPreparators": "",
"ExternalParticipants": "",
"ExternalGuests": "",
"CalendarType": 1
},
{
"ID": 2121,
"Title": "Lịch 2",
"Type": "info",
"MeetingRoomDetail": {
"ID": 5,
"Room": "Phòng họp lầu 2",
"Address": "",
"LastModified": "2016-07-01T18:41:29.997+07:00"
},
"ExternalMeetingRoom": "",
"NoticeAt": "2017-10-24T07:00:00+07:00",
"StartAt": "2017-10-24T08:00:00+07:00",
"EndAt": "2017-10-24T12:00:00+07:00",
"LastModified": "2017-10-25T10:26:31.483+07:00",
"CreateTime": "0001-01-01T00:00:00+07:00",
"ChairmanDetail": {
"BusinessEntityID": 21,
"DisplayName": "Administrator",
"Avatar": "/Download/avatar/12790/1970/21.jpg?1450319236086"
},
"PreparatorDetails": [
{
"BusinessEntityID": 331,
"DisplayName": "Hoàng Thị Thanh Vân",
"Avatar": "/app/img/default_avatar.jpeg"
},
{
"BusinessEntityID": 333,
"DisplayName": "Hoàng Thị Thu",
"Avatar": "/app/img/default_avatar.jpeg"
}
],
"ParticipantDetails": [
{
"BusinessEntityID": 451,
"DisplayName": "Hà Thị Thanh Huế",
"Avatar": "/app/img/default_avatar.jpeg"
},
{
"BusinessEntityID": 462,
"DisplayName": "Đỗ Vinh Quan",
"Avatar": "/app/img/default_avatar.jpeg"
}
],
"GuestDetails": [
{
"BusinessEntityID": 408,
"DisplayName": "Bùi Châu Ngọc",
"Avatar": "/app/img/default_avatar.jpeg"
},
{
"BusinessEntityID": 422,
"DisplayName": "Đặng Đài Trang",
"Avatar": "/app/img/default_avatar.jpeg"
}
],
"ViewerDetails": [],
"ExternalChairman": "",
"ExternalPreparators": "",
"ExternalParticipants": "",
"ExternalGuests": "",
"CalendarType": 0
}
]
}