z
_api
32
Single Authentication flow for O365 Azure AD Graph, Exchange, SharePoint Device apps and web apps Admin and end-user consent Secure protocol OAuth 2.0 No capturing user credentials Fine-grained access scopes Supports MFA and federated user sign-in Long-term access through refresh tokens
Office 365 discovery services Automatically determine URL of O365 services Supports device app and website flows Secured using Azure AD authentication Serves information stored about services in AAD Rich service metadata Lists all Entities, Collections, Actions, Complex Types, Enums and their Properties. e.g:
EntityCollectionActions FolderFoldersCRUD, Copy, Move MessageMessages CRUD, Copy, Move, Reply, ReplyAll, Forward, Send, CreateReply, CreateReplyAll, CreateForward AttachmentAttachmentsCRUD
EntityCollectionActions CalendarGrou pCalendarGroupsCRUD CalendarCalendarsCRUD EventEvents CRUD, Accept, Decline, TentativelyAccept CalendarViewN/ARead AttachmentAttachmentsCRUD
EntityCollectionActions ContactFolderContactFolders ContactContactsCRUD
EntityCollectionActions DriveRead FileFilesCRUD, Upload, Download FolderCRUD
EntityCollectionActions UserUsersCRUD Groups CRUD
ScenarioURL Get 5 messages from Inboxhttps://outlook.office365.com/api/v1.0/Me/Folders/Inbox/Messages?$top=5 Get the next 10 messageshttps://outlook.office365.com/api/v1.0/Me/Folders/Inbox/Messages?$top=10&$skip=5 Get top 10 messages sorted by DateTimeCreated ateTimeCreated Get selective properties on messages Get events starting after a particular DateTime er=Start ge T20:00:00Z Get Inbox messages with subject and attachment info on;odata.metadata=none&$select=Subject&$expand=Attachments Get # of messages with attachment(s) chments eq true Get count and selective props on messages with attachment(s) odata.metadata=none&$select=Subject&$filter=HasAttachments%20eq%20true&$count= true Get contact with a given name eq ‘Johnhttps://outlook.office365.com/v1.0/Me/Contacts/?$filter=Givenname eq ‘John’
44
Add screens shot from link
Developer Patterns & Practices Make look cool