25
Developing with Office Graph

DIWUG Developing Apps with Office Graph

Embed Size (px)

Citation preview

Page 1: DIWUG Developing Apps with Office Graph

Developing with Office Graph

Page 2: DIWUG Developing Apps with Office Graph

Albert-Jan Schot

mvp: SharePoint Server

work: Mavention

blog:http://www.sharepointappi

e.nl

mail: [email protected]

twitter: @appieschot

Page 3: DIWUG Developing Apps with Office Graph

Delve

Page 4: DIWUG Developing Apps with Office Graph

Office Delve en Office Graph

Content

Search

Office Graph

Delve App #1 App #2

Page 5: DIWUG Developing Apps with Office Graph

“Office Graph represents relationships among enterprise objects as edges”

Page 6: DIWUG Developing Apps with Office Graph

Hoe werkt het

ObjectEdgeActor

Page 7: DIWUG Developing Apps with Office Graph

Waarom zou je Office Graph Gebruiken

• Helpt bij het vinden van informatie

• Search wordt ‘sociaal’

• Proces optimalisatie door relevantie

Page 8: DIWUG Developing Apps with Office Graph

Graph Query Language == preview

Page 9: DIWUG Developing Apps with Office Graph

Graph Query Language

• Search REST

• JSOM

• CSOM

• Office 365 API

Page 10: DIWUG Developing Apps with Office Graph

My First Query

/_api/search/query?QueryText='*'&Properties='TitleBasedSummaries:true,GraphQuery:actor(me)'

Page 11: DIWUG Developing Apps with Office Graph

My First Query

/_api/search/query?QueryText='(*) AND (FileExtension:doc OR FileExtension:docx OR FileExtension:ppt OR FileExtension:pptx OR FileExtension:xls OR FileExtension:xlsx OR FileExtension:pdf)'&Properties='TitleBasedSummaries:true,GraphQuery:actor(me)

Page 12: DIWUG Developing Apps with Office Graph

Trending Around me

/_api/search/query?QueryText='(*)'&Properties='TitleBasedSummaries:true,GraphQuery:actor(me\, action\:1021)'

Page 13: DIWUG Developing Apps with Office Graph

Trending Around SomeOne Else

Actor ID:

/_api/search/query?Querytext='Username:KatieJ'&SourceId='b09a7990-05ea-4af9-81ef-edfab16c4e31'&SelectProperties='UserName,DocId'

Query:

/_api/search/query?Querytext='*'&Properties='GraphQuery:actor(25850943\,action\:1020)'

Page 14: DIWUG Developing Apps with Office Graph

Additional Edges

/_api/search/query?QueryText='(*)'&Properties='TitleBasedSummaries:true,GraphQuery:and(actor(me\,action\:1021)\,actor(me\,or(action\:1021\,action\:1036\,action\:1037\,action\:1039))),

Page 15: DIWUG Developing Apps with Office Graph

Search Post Sample

{"request":

{"__metadata":{"type":"Microsoft.Office.Server.Search.REST.SearchRequest"},

"Querytext":"*",

"RankingModelId":"0c77ded8-c3ef-466d-929d-905670ea1d72",

"Properties":{"results":[

{"Name":"GraphQuery",

"Value":{"StrVal":"actor(ME)",

"QueryPropertyValueTypeIndex":1}

}]}}}

Page 16: DIWUG Developing Apps with Office Graph

Boards

Board ID

/_api/search/query?QueryText='Path:TAG://PUBLIC/?NAME=*'&Properties='IncludeExternalContent:true'&SelectProperties='DocId,Title,Path'&RankingModelId='0c77ded8-c3ef-466d-929d-905670ea1d72‘

Query

/_api/search/query?QueryText='*'&Properties='GraphQuery:actor(4305867296\,action\:1045)'

Page 17: DIWUG Developing Apps with Office Graph

App samples

Page 18: DIWUG Developing Apps with Office Graph
Page 19: DIWUG Developing Apps with Office Graph
Page 20: DIWUG Developing Apps with Office Graph
Page 21: DIWUG Developing Apps with Office Graph
Page 22: DIWUG Developing Apps with Office Graph
Page 23: DIWUG Developing Apps with Office Graph
Page 24: DIWUG Developing Apps with Office Graph

Recap

• GQL is preview

• Social Search en Discovery in je apps

Volg mavention.com/office-graph voor al onze apps en Office Graph content

Page 25: DIWUG Developing Apps with Office Graph

“A Maven is a trusted expert

who seeks to pass knowledge

on to others”