trending resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Rich relationship connecting a user to documents that are trending around the user (are relevant to the user). OneDrive files, and files stored on SharePoint team sites can trend around the user.

Methods

Method Return Type Description
List trending trending collection Get a list of trending files.

Properties

Property Type Description
id String Unique identifier of the relationship. Read only.
weight Double Value indicating how much the document is currently trending. The larger the number, the more the document is currently trending around the user (the more relevant it is). Returned documents are sorted by this value.
resourceVisualization resourceVisualization Properties that you can use to visualize the document in your experience.
resourceReference resourceReference Reference properties of the trending document, such as the url and type of the document.
lastModifiedDateTime DateTimeOffset

Relationships

Relationship Type Description
resource entity Used for navigating to the trending document.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "string",
  "weight": "double",
  "resourceVisualization": {"@odata.type": "microsoft.graph.resourceVisualization"},
  "resourceReference": {"@odata.type": "microsoft.graph.resourceReference"},
  "lastModifiedDateTime": "String (timestamp)"
}