Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.8 KB

resource-template.md

File metadata and controls

51 lines (36 loc) · 1.8 KB

{type} resource

{description}

Tasks on {type} resources

The following tasks are available for {type} resources.

Common task HTTP method
Method name GET /drive

JSON representation

Here is a JSON representation of a {type} resource.

{
  "id": "string",
  "complexType": { "@type": "microsoft.graph.typeTemplate" },
}

Properties

The {type} resource has these properties.

Property name Type Description
id string The unique identifier for {type}.
complexType typeTemplate Complex type property with useful properties.

Relationships

The following table defines the relationships that the Drive resource has to other resources.

Relationship name Type Description
items Collection(driveItem) All items contained in the drive. This collection cannot be enumerated.