Download presentation
Presentation is loading. Please wait.
Published byShannon Robbins Modified over 9 years ago
4
z
7
Native Application Azure AD Authorization Endpoint Azure AD Token Endpoint Office 365 API
13
EntityCollectionActions FileFileSystemItemCollectionCRUD, Upload, Download FolderFileSystemItemCollectionCRUD, Enumerate Children
14
EntityCollectionActions CalendarGroupCalendarGroups CalendarCalendars EventEventsCRUD, Accept, Decline, TentativelyAccept AttachmentAttachmentsCRUD
15
EntityCollectionActions FolderFoldersCRUD, Copy, Move MessageMessages CRUD, Copy, Move Reply, ReplyAll, Forward, Send CreateReply, CreateReplyAll, CreateForward AttachmentAttachmentsCRUD
16
EntityCollectionActions ContactFolderContactFolders ContactContacts CRUD
17
ScenarioURL Get 5 messages from InboxMe/Inbox/Messages?$top=5 Get the next 10 messagesMe/Inbox/Messages?$top=10&$skip=5 Get top 10 messages sorted by DateTimeCreated Me/Inbox/Messages?$top=10&$skip=10&$orderby=DateTimeCreated Get selective properties on messages Me/Inbox/Messages?$top=5&$select=From,DateTimeCreated,Subject Get Events starting after a particular DateTime Me/Events?$top=5&$filter=Start ge 2014-03-04T20:00:00Z Get Contacts where Display Name contains ‘Rohit’ Me/Contacts?$top=10&$filter=contains(DisplayName,‘Rob')
22
_api
31
http://aka.ms/o365api s
34
Developer Patterns & Practices
37
www.microsoft.com/learning http://developer.microsoft.com http://microsoft.com/technet http://channel9.msdn.com/Events/TechEd
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.