{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Contracts.contract API", "version": "1.0.0" }, "items": [ { "info": { "name": "Contracts.contract", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List contracts", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contracts", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a list of contract objects associated to a partner tenant." }, { "info": { "name": "Microsoft Graph Add new entity to contracts", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/contracts", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Add new entity to contracts" }, { "info": { "name": "Microsoft Graph Get Contract", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contracts/:contract-id", "params": [ { "name": "contract-id", "value": "", "type": "path", "description": "The unique identifier of contract" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of contract object." }, { "info": { "name": "Microsoft Graph Update entity in contracts", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/contracts/:contract-id", "params": [ { "name": "contract-id", "value": "", "type": "path", "description": "The unique identifier of contract" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update entity in contracts" }, { "info": { "name": "Microsoft Graph Delete entity from contracts", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/contracts/:contract-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "contract-id", "value": "", "type": "path", "description": "The unique identifier of contract" } ] }, "docs": "Microsoft Graph Delete entity from contracts" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contracts/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }