officegraphdocument EntityType

Office Graph Documents Description

Entity Set Path
[organization URI]/api/data/v9.2/officegraphdocuments
Base Type
crmbaseentity
Display Name
Office Graph Document
Primary Key
officegraphdocumentid
Primary Key Attribute
title
Operations Supported
GET (RetrieveMultiple Only)

Properties

Properties represent fields of data stored in the entity.Some properties are read-only.

Name Type Details
authornames Edm.String

Shows Author Names of Office Graph Document.

Display Name: Author Names

Read Only
createdby Edm.String

Shows Created By of Office Graph Document.

Display Name: Created By

Read Only
createdtime Edm.DateTimeOffset

Date and time when the record was created.

Display Name: Created Time

Read Only
documentid Edm.String

Document Id.

Display Name: Document Id

documentlastmodifiedby Edm.String

Document Last Modified By

Display Name: Document Last Modified By

Read Only
documentlastmodifiedon Edm.DateTimeOffset

Document Last Modified On

Display Name: Document Last Modified On

Read Only
documentpreviewmetadata Edm.String

document preview metadata

Display Name: document preview metadata

Read Only
exchangerate Edm.Decimal

Exchange rate for the currency associated with the Office Graph Document with respect to the base currency.

Display Name: ExchangeRate

Read Only
fileextension Edm.String

File Extension of Office Graph Document.

Display Name: File Extension

Read Only
filetype Edm.String

Shows the File Type of Office Graph Document.

Display Name: File Type

Read Only
modifiedby Edm.String

Shows modified by of Office Graph Document.

Display Name: Modified By

Read Only
modifiedtime Edm.DateTimeOffset

Date and time when the record was modified.

Display Name: Modified Time

Read Only
officegraphdocumentid Edm.Guid

Unique identifier for entity instances

Display Name: OfficeGraphDocument

previewimageurl Edm.String

Shows the Preview Image Url Office Graph Document.

Display Name: Preview Image Url

Read Only
querytype Edm.Int32

Shows Query Type of child folders

Display Name: Query Type

Read Only
rank Edm.Int32

The relevancy rank of the document retrieved

Display Name: Relevancy Rank of the Document

Read Only
readurl Edm.String

The online read url

Display Name: Read Url

Read Only
secondaryfileextension Edm.String

Secondary File Extension of Office Graph Document.

Display Name: Secondary File Extension

Read Only
sitetitle Edm.String

The title of the parent document site

Display Name: Parent Site Title

Read Only
siteurl Edm.String

The site url for the parent document site

Display Name: Site Url

Read Only
timezoneruleversionnumber Edm.Int32

For internal use only.

Display Name: Time Zone Rule Version Number

title Edm.String

The title of the entity.

Display Name: Title

utcconversiontimezonecode Edm.Int32

Time zone code that was in use when the record was created.

Display Name: UTC Conversion Time Zone Code

versionnumber Edm.Int64
Read Only
viewcount Edm.Int32

Shows View Count of child folders.

Display Name: View Count

Read Only
weblocationurl Edm.String

Shows the Web Location Url of Office Graph Document.

Display Name: Web Location Url

Read Only

Lookup Properties

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.

Name Single-valued navigation property Description
_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the record.

_modifiedonbehalfby_value modifiedonbehalfby

Unique identifier of the delegate user who modified the record.

_organizationid_value organizationid

Unique identifier for the organization

_transactioncurrencyid_value transactioncurrencyid

Exchange rate for the currency associated with the Office Graph Document with respect to the base currency.

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name Type Partner
createdonbehalfby systemuser lk_officegraphdocument_createdonbehalfby
modifiedonbehalfby systemuser lk_officegraphdocument_modifiedonbehalfby
organizationid organization organization_officegraphdocument
transactioncurrencyid transactioncurrency TransactionCurrency_officegraphdocument

See also