GET api/wopi/files/{name}?access_token={access_token}

Returns the metadata about an office document

Request Information

Parameters

NameDescriptionAdditional information
name
filename

Define this parameter in the request URI.

access_token
access token generated for this server

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "BaseFileName": "sample string 1",
  "OwnerId": "sample string 2",
  "Size": 3,
  "SHA256": "sample string 4",
  "Version": "sample string 5",
  "SupportsUpdate": true,
  "DisablePrint": true,
  "UserCanWrite": true,
  "ClientUrl": "sample string 9",
  "SupportsLocks": true,
  "access_token_ttl": "sample string 11"
}