externalActivity resource type

Namespace: microsoft.graph.externalConnectors

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.

Represents a record of a user interaction with an externalItem object.

Base type of externalActivityResult.

Methods

None.

Properties

Property Type Description
startDateTime DateTimeOffset The date and time when the particular activity occurred. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
type microsoft.graph.externalConnectors.externalActivityType The type of activity performed. The possible values are: viewed, modified, created, commented, unknownFutureValue.

Relationships

Relationship Type Description
performedBy microsoft.graph.externalConnectors.identity Represents an identity used to identify who is responsible for the activity.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.externalConnectors.externalActivity",
  "startDateTime": "String (timestamp)",
  "type": "String"
}