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 onlyy
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