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.
Methods
None.
Properties
Property | Type | Description |
---|---|---|
startDateTime | DateTimeOffset | When the particular activity occurred. |
type | externalConnectors.externalActivityType | The type of activity performed. The possible values are: viewed , modified , created , commented , unknownFutureValue . |
Relationships
Relationship | Type | Description |
---|---|---|
performedBy | 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",
"type": "String",
"startDateTime": "String (timestamp)"
}
Feedback
Submit and view feedback for