{ "info": { "_postman_id": "821684e0-14f7-4866-b807-fa3140bc1ebd", "name": "Microsoft Graph Word API", "description": "REST API for interacting with Word documents in Microsoft 365 and OneDrive via the Microsoft Graph unified endpoint. Provides operations for file management, content access, sharing, permissions, versioning, and document metadata for DriveItem resources.\n\nContact Support:\n Name: Microsoft Graph Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "lastUpdatedBy": "35240", "uid": "35240-821684e0-14f7-4866-b807-fa3140bc1ebd" }, "item": [ { "name": "me", "item": [ { "name": "drive", "item": [ { "name": "items", "item": [ { "name": "{item-id}", "item": [ { "name": "children", "item": [ { "name": "Microsoft Word List Children", "id": "164f314f-7b7b-467b-8a05-24fc67095700", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/children?$top=&$orderby=&$select=&$skipToken=", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "children" ], "query": [ { "description": "The number of items to return in a result set.", "key": "$top", "value": "" }, { "description": "Sort order for the result set.", "key": "$orderby", "value": "" }, { "description": "Select specific properties to return.", "key": "$select", "value": "" }, { "description": "Paging token for the next page of results.", "key": "$skipToken", "value": "" } ], "variable": [ { "id": "6a159dae-9d2a-45ec-8176-85aa06177af6", "key": "item-id", "value": "", "description": "(Required) The unique identifier of the drive item." } ] }, "description": "Return a collection of DriveItems in the children relationship of a DriveItem." }, "response": [ { "id": "af6fbc4a-531f-4560-9d21-9f46da7fb387", "name": "Successfully retrieved children.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/children?$top=&$orderby=&$select=&$skipToken=", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "children" ], "query": [ { "description": "The number of items to return in a result set.", "key": "$top", "value": "" }, { "description": "Sort order for the result set.", "key": "$orderby", "value": "" }, { "description": "Select specific properties to return.", "key": "$select", "value": "" }, { "description": "Paging token for the next page of results.", "key": "$skipToken", "value": "" } ], "variable": [ { "key": "item-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"size\": \"\",\n \"webUrl\": \"\",\n \"webDavUrl\": \"\",\n \"createdDateTime\": \"\",\n \"lastModifiedDateTime\": \"\",\n \"eTag\": \"\",\n \"cTag\": \"\",\n \"createdBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"lastModifiedBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n },\n \"file\": {\n \"mimeType\": \"\",\n \"hashes\": {\n \"sha1Hash\": \"\",\n \"quickXorHash\": \"\"\n }\n },\n \"folder\": {\n \"childCount\": \"\"\n },\n \"shared\": {\n \"owner\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"scope\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"size\": \"\",\n \"webUrl\": \"\",\n \"webDavUrl\": \"\",\n \"createdDateTime\": \"\",\n \"lastModifiedDateTime\": \"\",\n \"eTag\": \"\",\n \"cTag\": \"\",\n \"createdBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"lastModifiedBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n },\n \"file\": {\n \"mimeType\": \"\",\n \"hashes\": {\n \"sha1Hash\": \"\",\n \"quickXorHash\": \"\"\n }\n },\n \"folder\": {\n \"childCount\": \"\"\n },\n \"shared\": {\n \"owner\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"scope\": \"\"\n }\n }\n ],\n \"@odata.nextLink\": \"\"\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-af6fbc4a-531f-4560-9d21-9f46da7fb387" }, { "id": "9914efad-59b1-4acb-93a2-5a0e111a4f4d", "name": "Authentication required or token expired.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/children?$top=&$orderby=&$select=&$skipToken=", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "children" ], "query": [ { "description": "The number of items to return in a result set.", "key": "$top", "value": "" }, { "description": "Sort order for the result set.", "key": "$orderby", "value": "" }, { "description": "Select specific properties to return.", "key": "$select", "value": "" }, { "description": "Paging token for the next page of results.", "key": "$skipToken", "value": "" } ], "variable": [ { "key": "item-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-9914efad-59b1-4acb-93a2-5a0e111a4f4d" }, { "id": "0fffa3d4-2da6-4d6d-9a01-8c6d4ec6fd8b", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/children?$top=&$orderby=&$select=&$skipToken=", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "children" ], "query": [ { "description": "The number of items to return in a result set.", "key": "$top", "value": "" }, { "description": "Sort order for the result set.", "key": "$orderby", "value": "" }, { "description": "Select specific properties to return.", "key": "$select", "value": "" }, { "description": "Paging token for the next page of results.", "key": "$skipToken", "value": "" } ], "variable": [ { "key": "item-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-0fffa3d4-2da6-4d6d-9a01-8c6d4ec6fd8b" } ], "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-164f314f-7b7b-467b-8a05-24fc67095700" }, { "name": "Microsoft Word Create Folder", "id": "c05be02c-b47c-4321-8594-43f389f5e1d7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"folder\": {},\n \"@microsoft.graph.conflictBehavior\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/children", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "children" ], "variable": [ { "id": "b3a709c2-f985-4dd6-8b58-26b28b5f6ac6", "key": "item-id", "value": "", "description": "(Required) The unique identifier of the drive item." } ] }, "description": "Create a new folder or DriveItem in a drive with a specified parent item or path." }, "response": [ { "id": "2077d91d-e253-4390-a090-d0fa98677121", "name": "Successfully created the folder.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"folder\": {},\n \"@microsoft.graph.conflictBehavior\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/children", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "children" ], "variable": [ { "key": "item-id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"size\": \"\",\n \"webUrl\": \"\",\n \"webDavUrl\": \"\",\n \"createdDateTime\": \"\",\n \"lastModifiedDateTime\": \"\",\n \"eTag\": \"\",\n \"cTag\": \"\",\n \"createdBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"lastModifiedBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n },\n \"file\": {\n \"mimeType\": \"\",\n \"hashes\": {\n \"sha1Hash\": \"\",\n \"quickXorHash\": \"\"\n }\n },\n \"folder\": {\n \"childCount\": \"\"\n },\n \"shared\": {\n \"owner\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"scope\": \"\"\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-2077d91d-e253-4390-a090-d0fa98677121" }, { "id": "49cec15e-6a13-4c15-996a-b411c9966ac8", "name": "Authentication required or token expired.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"folder\": {},\n \"@microsoft.graph.conflictBehavior\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/children", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "children" ], "variable": [ { "key": "item-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-49cec15e-6a13-4c15-996a-b411c9966ac8" }, { "id": "f26b64ac-e475-445b-a9ae-4fcf82aa0b52", "name": "Conflict - item already exists.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"folder\": {},\n \"@microsoft.graph.conflictBehavior\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/children", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "children" ], "variable": [ { "key": "item-id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-f26b64ac-e475-445b-a9ae-4fcf82aa0b52" } ], "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-c05be02c-b47c-4321-8594-43f389f5e1d7" } ], "id": "0e47268d-21ab-4c0c-8063-6de8aa8bec93", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-0e47268d-21ab-4c0c-8063-6de8aa8bec93" }, { "name": "content", "item": [ { "name": "Microsoft Word Download Content", "id": "bd87bd18-2d04-499d-9f2a-54f72e30d356", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/octet-stream" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/content", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "content" ], "variable": [ { "id": "7813d8f3-0e7e-4376-a3a7-2ba2809796cf", "key": "item-id", "value": "", "description": "(Required) The unique identifier of the drive item." } ] }, "description": "Download the contents of the primary stream (file) of a DriveItem." }, "response": [ { "id": "fb52f84c-b41c-4913-9020-552ea2c5a34d", "name": "Successfully retrieved the file content.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/octet-stream" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/content", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "content" ], "variable": [ { "key": "item-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "application/octet-stream" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-fb52f84c-b41c-4913-9020-552ea2c5a34d" }, { "id": "5cdb6e35-b4be-44f6-99d6-553b26be587b", "name": "Redirect to pre-authenticated download URL.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/content", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "content" ], "variable": [ { "key": "item-id" } ] } }, "status": "Found", "code": 302, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-5cdb6e35-b4be-44f6-99d6-553b26be587b" }, { "id": "ba01ffe5-2a05-4412-9dfa-e693efa716b3", "name": "Authentication required or token expired.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/content", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "content" ], "variable": [ { "key": "item-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-ba01ffe5-2a05-4412-9dfa-e693efa716b3" }, { "id": "4b672f80-1c18-4213-85e9-cbb9acfd87ee", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/content", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "content" ], "variable": [ { "key": "item-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-4b672f80-1c18-4213-85e9-cbb9acfd87ee" } ], "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-bd87bd18-2d04-499d-9f2a-54f72e30d356" }, { "name": "Microsoft Word Upload Content", "id": "5c1d70fd-3a20-4cc5-884e-d339defc07e6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/octet-stream" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "file", "file": {} }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/content", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "content" ], "variable": [ { "id": "1b186b6a-25e8-4b4e-ab1c-350719cc71c4", "key": "item-id", "value": "", "description": "(Required) The unique identifier of the drive item." } ] }, "description": "Upload the contents of a file. Supports files up to 4MB in size." }, "response": [ { "id": "12e256e3-bd18-4575-8a69-626b56e76c52", "name": "Successfully uploaded the file.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/octet-stream" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "file", "file": {} }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/content", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "content" ], "variable": [ { "key": "item-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"size\": \"\",\n \"webUrl\": \"\",\n \"webDavUrl\": \"\",\n \"createdDateTime\": \"\",\n \"lastModifiedDateTime\": \"\",\n \"eTag\": \"\",\n \"cTag\": \"\",\n \"createdBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"lastModifiedBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n },\n \"file\": {\n \"mimeType\": \"\",\n \"hashes\": {\n \"sha1Hash\": \"\",\n \"quickXorHash\": \"\"\n }\n },\n \"folder\": {\n \"childCount\": \"\"\n },\n \"shared\": {\n \"owner\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"scope\": \"\"\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-12e256e3-bd18-4575-8a69-626b56e76c52" }, { "id": "96a0b8bb-9139-4133-b9eb-352176fc9e89", "name": "Successfully created a new file.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/octet-stream" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "file", "file": {} }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/content", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "content" ], "variable": [ { "key": "item-id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"size\": \"\",\n \"webUrl\": \"\",\n \"webDavUrl\": \"\",\n \"createdDateTime\": \"\",\n \"lastModifiedDateTime\": \"\",\n \"eTag\": \"\",\n \"cTag\": \"\",\n \"createdBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"lastModifiedBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n },\n \"file\": {\n \"mimeType\": \"\",\n \"hashes\": {\n \"sha1Hash\": \"\",\n \"quickXorHash\": \"\"\n }\n },\n \"folder\": {\n \"childCount\": \"\"\n },\n \"shared\": {\n \"owner\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"scope\": \"\"\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-96a0b8bb-9139-4133-b9eb-352176fc9e89" }, { "id": "57a24f4c-cad5-41d1-adef-61ac98412c1b", "name": "Authentication required or token expired.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/octet-stream" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "file", "file": {} }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/content", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "content" ], "variable": [ { "key": "item-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-57a24f4c-cad5-41d1-adef-61ac98412c1b" } ], "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-5c1d70fd-3a20-4cc5-884e-d339defc07e6" } ], "id": "bd325c10-d7ab-423c-822c-73d7262b0baf", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-bd325c10-d7ab-423c-822c-73d7262b0baf" }, { "name": "copy", "item": [ { "name": "Microsoft Word Copy Drive Item", "id": "4b2e4a92-dce0-4c69-8e13-01ea3bc11234", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/copy", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "copy" ], "variable": [ { "id": "6dd73dbf-4a80-494d-8082-3151efa9a6c2", "key": "item-id", "value": "", "description": "(Required) The unique identifier of the drive item." } ] }, "description": "Asynchronously create a copy of a driveItem, including any children, under a new parent item or with a new name." }, "response": [ { "id": "474043f1-f7d5-432d-af7f-dd61fcca0f1e", "name": "Accepted - copy operation is in progress.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/copy", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "copy" ], "variable": [ { "key": "item-id" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "URL to monitor the copy operation progress.", "type": "text/plain" }, "key": "Location", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-474043f1-f7d5-432d-af7f-dd61fcca0f1e" }, { "id": "94b5cd6a-e1df-4983-938d-822ff251250b", "name": "Authentication required or token expired.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/copy", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "copy" ], "variable": [ { "key": "item-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-94b5cd6a-e1df-4983-938d-822ff251250b" }, { "id": "fdaaa881-d953-4afb-980d-788faabc75dd", "name": "The requested resource was not found.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/copy", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "copy" ], "variable": [ { "key": "item-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-fdaaa881-d953-4afb-980d-788faabc75dd" } ], "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-4b2e4a92-dce0-4c69-8e13-01ea3bc11234" } ], "id": "c21d8a21-0455-4216-a844-e36569b236c2", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-c21d8a21-0455-4216-a844-e36569b236c2" }, { "name": "move", "item": [ { "name": "Microsoft Word Move Drive Item", "id": "e8a298b8-ba89-4905-91ef-977ab71bb984", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/move", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "move" ], "variable": [ { "id": "de7caba3-acd2-452f-8930-aeb110aa244b", "key": "item-id", "value": "", "description": "(Required) The unique identifier of the drive item." } ] }, "description": "Move a DriveItem to a new parent folder by updating the parentReference." }, "response": [ { "id": "f2c17c3e-b661-4d3e-bc5a-edbaf62955ee", "name": "Successfully moved the item.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/move", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "move" ], "variable": [ { "key": "item-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"size\": \"\",\n \"webUrl\": \"\",\n \"webDavUrl\": \"\",\n \"createdDateTime\": \"\",\n \"lastModifiedDateTime\": \"\",\n \"eTag\": \"\",\n \"cTag\": \"\",\n \"createdBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"lastModifiedBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n },\n \"file\": {\n \"mimeType\": \"\",\n \"hashes\": {\n \"sha1Hash\": \"\",\n \"quickXorHash\": \"\"\n }\n },\n \"folder\": {\n \"childCount\": \"\"\n },\n \"shared\": {\n \"owner\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"scope\": \"\"\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-f2c17c3e-b661-4d3e-bc5a-edbaf62955ee" }, { "id": "fb47a775-9490-487e-a3c0-65e4857e4238", "name": "Authentication required or token expired.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/move", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "move" ], "variable": [ { "key": "item-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-fb47a775-9490-487e-a3c0-65e4857e4238" }, { "id": "1af69599-c2b7-4b72-83e4-0470fd45839e", "name": "The requested resource was not found.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/move", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "move" ], "variable": [ { "key": "item-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-1af69599-c2b7-4b72-83e4-0470fd45839e" } ], "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-e8a298b8-ba89-4905-91ef-977ab71bb984" } ], "id": "0897233f-46e1-4513-a269-dc8b70b7be38", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-0897233f-46e1-4513-a269-dc8b70b7be38" }, { "name": "permissions", "item": [ { "name": "Microsoft Word List Permissions", "id": "bb87c51d-67cd-4eda-ad26-c9ed4c2431df", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/permissions", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "permissions" ], "variable": [ { "id": "5150e5c7-3c6d-4b4a-96b9-1acddbe66ea8", "key": "item-id", "value": "", "description": "(Required) The unique identifier of the drive item." } ] }, "description": "List the effective sharing permissions on a driveItem." }, "response": [ { "id": "7f836994-664c-4315-808d-8b93309f2fa1", "name": "Successfully retrieved permissions.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/permissions", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "permissions" ], "variable": [ { "key": "item-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": [\n {\n \"id\": \"\",\n \"roles\": [\n \"\",\n \"\"\n ],\n \"link\": {\n \"type\": \"\",\n \"webUrl\": \"\",\n \"scope\": \"\"\n },\n \"grantedTo\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n }\n },\n {\n \"id\": \"\",\n \"roles\": [\n \"\",\n \"\"\n ],\n \"link\": {\n \"type\": \"\",\n \"webUrl\": \"\",\n \"scope\": \"\"\n },\n \"grantedTo\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n }\n }\n ]\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-7f836994-664c-4315-808d-8b93309f2fa1" }, { "id": "d16905d3-4a6d-40af-8d11-1bdf13d4ae1c", "name": "Authentication required or token expired.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/permissions", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "permissions" ], "variable": [ { "key": "item-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-d16905d3-4a6d-40af-8d11-1bdf13d4ae1c" }, { "id": "8f352176-7afe-438a-b17b-b56df0ffc418", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/permissions", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "permissions" ], "variable": [ { "key": "item-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-8f352176-7afe-438a-b17b-b56df0ffc418" } ], "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-bb87c51d-67cd-4eda-ad26-c9ed4c2431df" } ], "id": "33581ac1-bcf0-43dd-bea8-368189129234", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-33581ac1-bcf0-43dd-bea8-368189129234" }, { "name": "invite", "item": [ { "name": "Microsoft Word Add Permissions", "id": "95043717-bd67-42fc-b333-b93db765db6e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"recipients\": [\n {\n \"email\": \"\"\n },\n {\n \"email\": \"\"\n }\n ],\n \"roles\": [\n \"\",\n \"\"\n ],\n \"requireSignIn\": \"\",\n \"sendInvitation\": \"\",\n \"message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/invite", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "invite" ], "variable": [ { "id": "1c264800-e102-4acb-9f1a-b650b31b62a8", "key": "item-id", "value": "", "description": "(Required) The unique identifier of the drive item." } ] }, "description": "Send a sharing invitation for a DriveItem to grant access to specified recipients." }, "response": [ { "id": "c1967269-f8c3-42fd-9e89-1f3be47e0359", "name": "Successfully sent invitations.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"recipients\": [\n {\n \"email\": \"\"\n },\n {\n \"email\": \"\"\n }\n ],\n \"roles\": [\n \"\",\n \"\"\n ],\n \"requireSignIn\": \"\",\n \"sendInvitation\": \"\",\n \"message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/invite", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "invite" ], "variable": [ { "key": "item-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": [\n {\n \"id\": \"\",\n \"roles\": [\n \"\",\n \"\"\n ],\n \"link\": {\n \"type\": \"\",\n \"webUrl\": \"\",\n \"scope\": \"\"\n },\n \"grantedTo\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n }\n },\n {\n \"id\": \"\",\n \"roles\": [\n \"\",\n \"\"\n ],\n \"link\": {\n \"type\": \"\",\n \"webUrl\": \"\",\n \"scope\": \"\"\n },\n \"grantedTo\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n }\n }\n ]\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-c1967269-f8c3-42fd-9e89-1f3be47e0359" }, { "id": "832a1a63-4ec7-40dc-892d-27ace1253e37", "name": "Authentication required or token expired.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"recipients\": [\n {\n \"email\": \"\"\n },\n {\n \"email\": \"\"\n }\n ],\n \"roles\": [\n \"\",\n \"\"\n ],\n \"requireSignIn\": \"\",\n \"sendInvitation\": \"\",\n \"message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/invite", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "invite" ], "variable": [ { "key": "item-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-832a1a63-4ec7-40dc-892d-27ace1253e37" }, { "id": "215b8dff-1b19-4053-9c25-82e494b1c9e9", "name": "The requested resource was not found.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"recipients\": [\n {\n \"email\": \"\"\n },\n {\n \"email\": \"\"\n }\n ],\n \"roles\": [\n \"\",\n \"\"\n ],\n \"requireSignIn\": \"\",\n \"sendInvitation\": \"\",\n \"message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/invite", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "invite" ], "variable": [ { "key": "item-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-215b8dff-1b19-4053-9c25-82e494b1c9e9" } ], "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-95043717-bd67-42fc-b333-b93db765db6e" } ], "id": "a71c9891-ac37-4434-85fe-e9f20a99fbcf", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-a71c9891-ac37-4434-85fe-e9f20a99fbcf" }, { "name": "createLink", "item": [ { "name": "Microsoft Word Create Sharing Link", "id": "2f41b862-8621-4199-8fb4-1fc65c0c5f44", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"\",\n \"scope\": \"\",\n \"expirationDateTime\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/createLink", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "createLink" ], "variable": [ { "id": "387ab0ea-c1ee-4415-80dc-a62962c1bb73", "key": "item-id", "value": "", "description": "(Required) The unique identifier of the drive item." } ] }, "description": "Create a new sharing link for a DriveItem if the specified link type does not already exist." }, "response": [ { "id": "aab9192f-69c6-4e7c-979d-1e39384d8ad1", "name": "Successfully created a sharing link.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"\",\n \"scope\": \"\",\n \"expirationDateTime\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/createLink", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "createLink" ], "variable": [ { "key": "item-id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"roles\": [\n \"\",\n \"\"\n ],\n \"link\": {\n \"type\": \"\",\n \"webUrl\": \"\",\n \"scope\": \"\"\n },\n \"grantedTo\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-aab9192f-69c6-4e7c-979d-1e39384d8ad1" }, { "id": "4d0fd45d-25b8-4dd3-a6e4-ccce8e51afc9", "name": "Authentication required or token expired.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"\",\n \"scope\": \"\",\n \"expirationDateTime\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/createLink", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "createLink" ], "variable": [ { "key": "item-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-4d0fd45d-25b8-4dd3-a6e4-ccce8e51afc9" } ], "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-2f41b862-8621-4199-8fb4-1fc65c0c5f44" } ], "id": "3213641c-447d-44cf-a2ca-fda7f260cb82", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-3213641c-447d-44cf-a2ca-fda7f260cb82" }, { "name": "versions", "item": [ { "name": "Microsoft Word List Versions", "id": "0a1d7a84-890e-4917-a69c-2175639cec88", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/versions", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "versions" ], "variable": [ { "id": "919c03c3-7a53-4bc3-a774-82c5a9368c8b", "key": "item-id", "value": "", "description": "(Required) The unique identifier of the drive item." } ] }, "description": "Retrieve the list of previous versions of a file." }, "response": [ { "id": "94cc57cc-0bcf-445a-a66b-ab4fa51c0600", "name": "Successfully retrieved versions.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/versions", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "versions" ], "variable": [ { "key": "item-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": [\n {\n \"id\": \"\",\n \"lastModifiedDateTime\": \"\",\n \"lastModifiedBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"size\": \"\"\n },\n {\n \"id\": \"\",\n \"lastModifiedDateTime\": \"\",\n \"lastModifiedBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"size\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-94cc57cc-0bcf-445a-a66b-ab4fa51c0600" }, { "id": "37d8b45d-2bc1-4c08-b2dd-55292920cb71", "name": "Authentication required or token expired.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/versions", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "versions" ], "variable": [ { "key": "item-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-37d8b45d-2bc1-4c08-b2dd-55292920cb71" }, { "id": "f30aef2b-e020-48b0-b88d-8e38d71dcb1a", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/versions", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "versions" ], "variable": [ { "key": "item-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-f30aef2b-e020-48b0-b88d-8e38d71dcb1a" } ], "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-0a1d7a84-890e-4917-a69c-2175639cec88" } ], "id": "10ce3059-4236-4998-a384-37a9e829bf4e", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-10ce3059-4236-4998-a384-37a9e829bf4e" }, { "name": "thumbnails", "item": [ { "name": "Microsoft Word List Thumbnails", "id": "20a0af0e-de9d-47da-875e-cbf0ff014289", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/thumbnails", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "thumbnails" ], "variable": [ { "id": "c227c60a-ecbd-49bf-a3a5-01ed0b99c75b", "key": "item-id", "value": "", "description": "(Required) The unique identifier of the drive item." } ] }, "description": "Retrieve a collection of ThumbnailSet resources for a DriveItem resource." }, "response": [ { "id": "08f6af49-8472-498a-874d-8e4be51b5f25", "name": "Successfully retrieved thumbnails.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/thumbnails", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "thumbnails" ], "variable": [ { "key": "item-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": [\n {\n \"id\": \"\",\n \"small\": {\n \"width\": \"\",\n \"height\": \"\",\n \"url\": \"\"\n },\n \"medium\": {\n \"width\": \"\",\n \"height\": \"\",\n \"url\": \"\"\n },\n \"large\": {\n \"width\": \"\",\n \"height\": \"\",\n \"url\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"small\": {\n \"width\": \"\",\n \"height\": \"\",\n \"url\": \"\"\n },\n \"medium\": {\n \"width\": \"\",\n \"height\": \"\",\n \"url\": \"\"\n },\n \"large\": {\n \"width\": \"\",\n \"height\": \"\",\n \"url\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-08f6af49-8472-498a-874d-8e4be51b5f25" }, { "id": "65f85a2d-5ba3-4bbb-98b5-2037540d8674", "name": "Authentication required or token expired.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/thumbnails", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "thumbnails" ], "variable": [ { "key": "item-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-65f85a2d-5ba3-4bbb-98b5-2037540d8674" }, { "id": "5bcf8b81-fd75-4a05-9c28-4a1087d1fe46", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/thumbnails", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "thumbnails" ], "variable": [ { "key": "item-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-5bcf8b81-fd75-4a05-9c28-4a1087d1fe46" } ], "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-20a0af0e-de9d-47da-875e-cbf0ff014289" } ], "id": "0301463e-0d86-4552-b21e-e3cd59bb3e2a", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-0301463e-0d86-4552-b21e-e3cd59bb3e2a" }, { "name": "checkin", "item": [ { "name": "Microsoft Word Check in Drive Item", "id": "ec91d6ab-25fb-419f-8173-7655a477b3db", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"comment\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/checkin", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "checkin" ], "variable": [ { "id": "5d4112dc-7570-4a49-bcd8-217ce18608cc", "key": "item-id", "value": "", "description": "(Required) The unique identifier of the drive item." } ] }, "description": "Check in a checked out driveItem resource, making the version available to others." }, "response": [ { "id": "5dc0a44c-2029-4161-98f4-b70bdbe60602", "name": "Successfully checked in the item.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"comment\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/checkin", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "checkin" ], "variable": [ { "key": "item-id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-5dc0a44c-2029-4161-98f4-b70bdbe60602" }, { "id": "cb5dffd2-ff11-45d5-8227-8c576170fa50", "name": "Authentication required or token expired.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"comment\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/checkin", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "checkin" ], "variable": [ { "key": "item-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-cb5dffd2-ff11-45d5-8227-8c576170fa50" }, { "id": "7c88e981-72db-4f13-8566-aaff90cceb82", "name": "The requested resource was not found.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"comment\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/checkin", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "checkin" ], "variable": [ { "key": "item-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-7c88e981-72db-4f13-8566-aaff90cceb82" } ], "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-ec91d6ab-25fb-419f-8173-7655a477b3db" } ], "id": "e232794e-fe9a-44d7-94b3-fc7334618878", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-e232794e-fe9a-44d7-94b3-fc7334618878" }, { "name": "checkout", "item": [ { "name": "Microsoft Word Check Out Drive Item", "id": "bc929c64-e4ea-4206-8ef0-46b673e01fab", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/checkout", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "checkout" ], "variable": [ { "id": "1d4980ec-4538-4c55-9ee9-e4a00d3e238d", "key": "item-id", "value": "", "description": "(Required) The unique identifier of the drive item." } ] }, "description": "Check out a driveItem resource to prevent others from editing the document." }, "response": [ { "id": "7828a3f4-3704-4522-81f1-059d089dcfa3", "name": "Successfully checked out the item.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/checkout", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "checkout" ], "variable": [ { "key": "item-id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-7828a3f4-3704-4522-81f1-059d089dcfa3" }, { "id": "1eacacb0-14ee-453b-a1e3-57e98e95ca3e", "name": "Authentication required or token expired.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/checkout", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "checkout" ], "variable": [ { "key": "item-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-1eacacb0-14ee-453b-a1e3-57e98e95ca3e" }, { "id": "b4afcfc5-864e-45a0-838f-c05d8a660a04", "name": "The requested resource was not found.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/checkout", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "checkout" ], "variable": [ { "key": "item-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-b4afcfc5-864e-45a0-838f-c05d8a660a04" } ], "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-bc929c64-e4ea-4206-8ef0-46b673e01fab" } ], "id": "7d45a992-2b94-4dcb-bd83-2c3b91c4a7fd", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-7d45a992-2b94-4dcb-bd83-2c3b91c4a7fd" }, { "name": "createUploadSession", "item": [ { "name": "Microsoft Word Create Upload Session", "id": "768c0cd7-c30a-4d93-b079-81e0ede7f96f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"item\": {\n \"@microsoft.graph.conflictBehavior\": \"\",\n \"name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/createUploadSession", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "createUploadSession" ], "variable": [ { "id": "b8aad953-a449-4f26-86c4-49f805740b93", "key": "item-id", "value": "", "description": "(Required) The unique identifier of the drive item." } ] }, "description": "Create an upload session to allow uploading files up to the maximum file size in resumable chunks." }, "response": [ { "id": "f5f371f5-4480-4942-ae25-51f10160d148", "name": "Successfully created upload session.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"item\": {\n \"@microsoft.graph.conflictBehavior\": \"\",\n \"name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/createUploadSession", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "createUploadSession" ], "variable": [ { "key": "item-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"uploadUrl\": \"\",\n \"expirationDateTime\": \"\",\n \"nextExpectedRanges\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-f5f371f5-4480-4942-ae25-51f10160d148" }, { "id": "a4bcb439-ecc3-4894-aa5a-71b04e70c540", "name": "Authentication required or token expired.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"item\": {\n \"@microsoft.graph.conflictBehavior\": \"\",\n \"name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/createUploadSession", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "createUploadSession" ], "variable": [ { "key": "item-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-a4bcb439-ecc3-4894-aa5a-71b04e70c540" } ], "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-768c0cd7-c30a-4d93-b079-81e0ede7f96f" } ], "id": "1a50fe8f-3434-491c-8972-c6dec5dc1ae7", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-1a50fe8f-3434-491c-8972-c6dec5dc1ae7" }, { "name": "preview", "item": [ { "name": "Microsoft Word Preview Drive Item", "id": "ded70613-39e5-4cd5-8f78-f5fe8e23cbf8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"page\": \"\",\n \"zoom\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/preview", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "preview" ], "variable": [ { "id": "6ce03a40-979d-4af5-96e5-a0f91e6c50ba", "key": "item-id", "value": "", "description": "(Required) The unique identifier of the drive item." } ] }, "description": "Obtain short-lived embeddable URLs for an item to render a temporary preview." }, "response": [ { "id": "dda49c3a-e9c3-4116-942f-5dfc89dceed2", "name": "Successfully generated preview URLs.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"page\": \"\",\n \"zoom\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/preview", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "preview" ], "variable": [ { "key": "item-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"getUrl\": \"\",\n \"postParameters\": \"\",\n \"postUrl\": \"\"\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-dda49c3a-e9c3-4116-942f-5dfc89dceed2" }, { "id": "8662c0f7-555a-4898-a063-0f9d730dee2a", "name": "Authentication required or token expired.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"page\": \"\",\n \"zoom\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/preview", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "preview" ], "variable": [ { "key": "item-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-8662c0f7-555a-4898-a063-0f9d730dee2a" }, { "id": "39d090fa-4b4b-40c0-a975-2531fa13b361", "name": "The requested resource was not found.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"page\": \"\",\n \"zoom\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/preview", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "preview" ], "variable": [ { "key": "item-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-39d090fa-4b4b-40c0-a975-2531fa13b361" } ], "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-ded70613-39e5-4cd5-8f78-f5fe8e23cbf8" } ], "id": "2c769870-7890-429d-89f4-2e7a38e90885", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-2c769870-7890-429d-89f4-2e7a38e90885" }, { "name": "delta", "item": [ { "name": "Microsoft Word Track Changes", "id": "6aed1c12-b4d7-478b-8962-1e0dcec83f59", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/delta?$token=", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "delta" ], "query": [ { "description": "Delta token for tracking changes since last query.", "key": "$token", "value": "" } ], "variable": [ { "id": "98180b97-c59e-4dbd-b70a-e12816bf10dc", "key": "item-id", "value": "", "description": "(Required) The unique identifier of the drive item." } ] }, "description": "Track changes to a driveItem and its children over time using delta queries." }, "response": [ { "id": "dfee7d45-690f-45d6-b090-2f2786495443", "name": "Successfully retrieved changes.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/delta?$token=", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "delta" ], "query": [ { "description": "Delta token for tracking changes since last query.", "key": "$token", "value": "" } ], "variable": [ { "key": "item-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"size\": \"\",\n \"webUrl\": \"\",\n \"webDavUrl\": \"\",\n \"createdDateTime\": \"\",\n \"lastModifiedDateTime\": \"\",\n \"eTag\": \"\",\n \"cTag\": \"\",\n \"createdBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"lastModifiedBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n },\n \"file\": {\n \"mimeType\": \"\",\n \"hashes\": {\n \"sha1Hash\": \"\",\n \"quickXorHash\": \"\"\n }\n },\n \"folder\": {\n \"childCount\": \"\"\n },\n \"shared\": {\n \"owner\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"scope\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"size\": \"\",\n \"webUrl\": \"\",\n \"webDavUrl\": \"\",\n \"createdDateTime\": \"\",\n \"lastModifiedDateTime\": \"\",\n \"eTag\": \"\",\n \"cTag\": \"\",\n \"createdBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"lastModifiedBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n },\n \"file\": {\n \"mimeType\": \"\",\n \"hashes\": {\n \"sha1Hash\": \"\",\n \"quickXorHash\": \"\"\n }\n },\n \"folder\": {\n \"childCount\": \"\"\n },\n \"shared\": {\n \"owner\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"scope\": \"\"\n }\n }\n ],\n \"@odata.nextLink\": \"\"\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-dfee7d45-690f-45d6-b090-2f2786495443" }, { "id": "ffa71030-2391-41a1-ac5b-be91cc766aee", "name": "Authentication required or token expired.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id/delta?$token=", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id", "delta" ], "query": [ { "description": "Delta token for tracking changes since last query.", "key": "$token", "value": "" } ], "variable": [ { "key": "item-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-ffa71030-2391-41a1-ac5b-be91cc766aee" } ], "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-6aed1c12-b4d7-478b-8962-1e0dcec83f59" } ], "id": "71870359-06e5-4737-8a59-ce705e0e5c80", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-71870359-06e5-4737-8a59-ce705e0e5c80" }, { "name": "Microsoft Word Get Drive Item", "id": "6298d77f-dc88-426b-8c2c-dd12a1800402", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id?$select=&$expand=", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id" ], "query": [ { "description": "Select specific properties to return.", "key": "$select", "value": "" }, { "description": "Expand related entities inline.", "key": "$expand", "value": "" } ], "variable": [ { "id": "fea19d8e-ea7c-45d8-bb6f-1c5c3dcaea13", "key": "item-id", "value": "", "description": "(Required) The unique identifier of the drive item." } ] }, "description": "Retrieve the metadata for a driveItem in a drive by file system path or ID." }, "response": [ { "id": "207375da-6471-4986-988f-be0944c88a86", "name": "Successfully retrieved the drive item.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id?$select=&$expand=", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id" ], "query": [ { "description": "Select specific properties to return.", "key": "$select", "value": "" }, { "description": "Expand related entities inline.", "key": "$expand", "value": "" } ], "variable": [ { "key": "item-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"size\": \"\",\n \"webUrl\": \"\",\n \"webDavUrl\": \"\",\n \"createdDateTime\": \"\",\n \"lastModifiedDateTime\": \"\",\n \"eTag\": \"\",\n \"cTag\": \"\",\n \"createdBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"lastModifiedBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n },\n \"file\": {\n \"mimeType\": \"\",\n \"hashes\": {\n \"sha1Hash\": \"\",\n \"quickXorHash\": \"\"\n }\n },\n \"folder\": {\n \"childCount\": \"\"\n },\n \"shared\": {\n \"owner\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"scope\": \"\"\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-207375da-6471-4986-988f-be0944c88a86" }, { "id": "104816b0-6b0a-4986-9cee-e4d83f0e25a7", "name": "Authentication required or token expired.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id?$select=&$expand=", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id" ], "query": [ { "description": "Select specific properties to return.", "key": "$select", "value": "" }, { "description": "Expand related entities inline.", "key": "$expand", "value": "" } ], "variable": [ { "key": "item-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-104816b0-6b0a-4986-9cee-e4d83f0e25a7" }, { "id": "2a82da84-2bb5-49a8-86ec-918ac86b8b3f", "name": "Insufficient permissions for this operation.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id?$select=&$expand=", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id" ], "query": [ { "description": "Select specific properties to return.", "key": "$select", "value": "" }, { "description": "Expand related entities inline.", "key": "$expand", "value": "" } ], "variable": [ { "key": "item-id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-2a82da84-2bb5-49a8-86ec-918ac86b8b3f" }, { "id": "ab8d2d88-6f6c-4465-91de-8931c2ca4977", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id?$select=&$expand=", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id" ], "query": [ { "description": "Select specific properties to return.", "key": "$select", "value": "" }, { "description": "Expand related entities inline.", "key": "$expand", "value": "" } ], "variable": [ { "key": "item-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-ab8d2d88-6f6c-4465-91de-8931c2ca4977" } ], "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-6298d77f-dc88-426b-8c2c-dd12a1800402" }, { "name": "Microsoft Word Update Drive Item", "id": "0f0fc4be-5c96-4761-b4e2-b5afef3bc314", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id" ], "variable": [ { "id": "26d8dad8-9b59-4bee-9f9d-7b4196d925d3", "key": "item-id", "value": "", "description": "(Required) The unique identifier of the drive item." } ] }, "description": "Update the metadata for a driveItem by ID." }, "response": [ { "id": "86cd6d54-645a-40fe-af63-4a45f47000cd", "name": "Successfully updated the drive item.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id" ], "variable": [ { "key": "item-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"size\": \"\",\n \"webUrl\": \"\",\n \"webDavUrl\": \"\",\n \"createdDateTime\": \"\",\n \"lastModifiedDateTime\": \"\",\n \"eTag\": \"\",\n \"cTag\": \"\",\n \"createdBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"lastModifiedBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n },\n \"file\": {\n \"mimeType\": \"\",\n \"hashes\": {\n \"sha1Hash\": \"\",\n \"quickXorHash\": \"\"\n }\n },\n \"folder\": {\n \"childCount\": \"\"\n },\n \"shared\": {\n \"owner\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"scope\": \"\"\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-86cd6d54-645a-40fe-af63-4a45f47000cd" }, { "id": "a532927d-7583-4e5e-8c5d-94299ac9f5e5", "name": "Authentication required or token expired.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id" ], "variable": [ { "key": "item-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-a532927d-7583-4e5e-8c5d-94299ac9f5e5" }, { "id": "8e0c4dad-c8e2-4c3d-a202-8060fd477bed", "name": "Insufficient permissions for this operation.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id" ], "variable": [ { "key": "item-id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-8e0c4dad-c8e2-4c3d-a202-8060fd477bed" }, { "id": "65b0ca3d-5113-46c9-9dc3-13a08c59d6f1", "name": "The requested resource was not found.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id" ], "variable": [ { "key": "item-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-65b0ca3d-5113-46c9-9dc3-13a08c59d6f1" } ], "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-0f0fc4be-5c96-4761-b4e2-b5afef3bc314" }, { "name": "Microsoft Word Delete Drive Item", "id": "1ab71477-29fb-466c-acdf-8132bdafc149", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id" ], "variable": [ { "id": "178aa542-5108-4aaf-811e-cafcba739334", "key": "item-id", "value": "", "description": "(Required) The unique identifier of the drive item." } ] }, "description": "Delete a driveItem by using its ID." }, "response": [ { "id": "18f3a097-0bba-424c-b767-787ab87593aa", "name": "Successfully deleted the drive item.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id" ], "variable": [ { "key": "item-id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-18f3a097-0bba-424c-b767-787ab87593aa" }, { "id": "b0a1aac4-2efd-4620-ae29-03ea0f700326", "name": "Authentication required or token expired.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id" ], "variable": [ { "key": "item-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-b0a1aac4-2efd-4620-ae29-03ea0f700326" }, { "id": "25d04595-9cc6-4770-a3dc-713c81de651f", "name": "Insufficient permissions for this operation.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id" ], "variable": [ { "key": "item-id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-25d04595-9cc6-4770-a3dc-713c81de651f" }, { "id": "82f786c9-c75e-4b37-9142-bb5f8ef1bec8", "name": "The requested resource was not found.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/items/:item-id", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "items", ":item-id" ], "variable": [ { "key": "item-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-82f786c9-c75e-4b37-9142-bb5f8ef1bec8" } ], "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-1ab71477-29fb-466c-acdf-8132bdafc149" } ], "id": "1a727c25-3d81-4890-9906-aeac1bcd4bda", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-1a727c25-3d81-4890-9906-aeac1bcd4bda" } ], "id": "06de7c99-8698-42d0-83d7-560ea7207089", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-06de7c99-8698-42d0-83d7-560ea7207089" }, { "name": "root", "item": [ { "name": "search(q='{search-text}')", "item": [ { "name": "Microsoft Word Search Drive Items", "id": "e5d7d3ea-b66e-4b1c-8c68-c83d2a0c64e7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/me/drive/root/search(q='{{search-text}}')", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "root", "search(q='{{search-text}}')" ] }, "description": "Search the hierarchy of items for items matching a query string." }, "response": [ { "id": "0733327a-05cc-4945-b45e-a2480d7208ce", "name": "Successfully returned search results.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/root/search(q='{{search-text}}')", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "root", "search(q='{{search-text}}')" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"size\": \"\",\n \"webUrl\": \"\",\n \"webDavUrl\": \"\",\n \"createdDateTime\": \"\",\n \"lastModifiedDateTime\": \"\",\n \"eTag\": \"\",\n \"cTag\": \"\",\n \"createdBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"lastModifiedBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n },\n \"file\": {\n \"mimeType\": \"\",\n \"hashes\": {\n \"sha1Hash\": \"\",\n \"quickXorHash\": \"\"\n }\n },\n \"folder\": {\n \"childCount\": \"\"\n },\n \"shared\": {\n \"owner\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"scope\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"size\": \"\",\n \"webUrl\": \"\",\n \"webDavUrl\": \"\",\n \"createdDateTime\": \"\",\n \"lastModifiedDateTime\": \"\",\n \"eTag\": \"\",\n \"cTag\": \"\",\n \"createdBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"lastModifiedBy\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"parentReference\": {\n \"driveId\": \"\",\n \"id\": \"\",\n \"path\": \"\"\n },\n \"file\": {\n \"mimeType\": \"\",\n \"hashes\": {\n \"sha1Hash\": \"\",\n \"quickXorHash\": \"\"\n }\n },\n \"folder\": {\n \"childCount\": \"\"\n },\n \"shared\": {\n \"owner\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n },\n \"scope\": \"\"\n }\n }\n ],\n \"@odata.nextLink\": \"\"\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-0733327a-05cc-4945-b45e-a2480d7208ce" }, { "id": "b3d08f17-908b-4157-96be-12bbdcf24cd7", "name": "Authentication required or token expired.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/drive/root/search(q='{{search-text}}')", "host": [ "{{baseUrl}}" ], "path": [ "me", "drive", "root", "search(q='{{search-text}}')" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"innerError\": {\n \"request-id\": \"\",\n \"date\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-b3d08f17-908b-4157-96be-12bbdcf24cd7" } ], "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-e5d7d3ea-b66e-4b1c-8c68-c83d2a0c64e7" } ], "id": "198708aa-de1a-4ae6-844b-1cdcfaf04442", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-198708aa-de1a-4ae6-844b-1cdcfaf04442" } ], "id": "7b5518ec-6789-4f56-b7ae-40243804062c", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-7b5518ec-6789-4f56-b7ae-40243804062c" } ], "id": "dbe87f6a-d539-4f18-8bc8-d82773eaab07", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-dbe87f6a-d539-4f18-8bc8-d82773eaab07" } ], "id": "8e387deb-f921-4612-88e0-161140a3b696", "createdAt": "2026-06-05T15:12:22.000Z", "updatedAt": "2026-06-05T15:12:22.000Z", "uid": "35240-8e387deb-f921-4612-88e0-161140a3b696" } ], "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "Files.Read Files.ReadWrite Files.Read.All Files.ReadWrite.All", "type": "string" }, { "key": "accessTokenUrl", "value": "https://login.microsoftonline.com/common/oauth2/v2.0/token", "type": "string" }, { "key": "authUrl", "value": "https://login.microsoftonline.com/common/oauth2/v2.0/authorize", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://graph.microsoft.com/v1.0" }, { "key": "search-text", "value": "" } ] }