kbarticlecomment EntityType

Comment on a knowledge base article.

Entity Set Path
[organization URI]/api/data/v9.2/kbarticlecomments
Base Type
crmbaseentity
Display Name
Article Comment
Primary Key
kbarticlecommentid
Primary Key Attribute
title
Operations Supported
POST GET PATCH DELETE

Properties

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

Name Type Details
commenttext Edm.String

Comment text for the knowledge base article.

Display Name: Comment Text

createdon Edm.DateTimeOffset

Date and time when the knowledge base article comment was created.

Display Name: Created On

Read Only
kbarticlecommentid Edm.Guid

Unique identifier of the knowledge base article comment.

Display Name: Article Comment

modifiedon Edm.DateTimeOffset

Date and time when the knowledge base article comment was last modified.

Display Name: Modified On

Read Only
organizationid Edm.Guid

Unique identifier of the organization with which the article comment is associated.

Display Name: Organization

Read Only
title Edm.String

Title of the knowledge base article comment.

Display Name: Title

versionnumber Edm.Int64
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
_createdby_value createdby

Unique identifier of the user who created the knowledge base article comment.

_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the kbarticlecomment.

_kbarticleid_value kbarticleid

Unique identifier of the knowledge base article to which the comment applies.

_modifiedby_value modifiedby

Unique identifier of the user who last modified the knowledge base article comment.

_modifiedonbehalfby_value modifiedonbehalfby

Unique identifier of the delegate user who last modified the kbarticlecomment.

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
createdby systemuser lk_kbarticlecommentbase_createdby
createdonbehalfby systemuser lk_kbarticlecomment_createdonbehalfby
kbarticleid kbarticle kbarticle_comments
modifiedby systemuser lk_kbarticlecommentbase_modifiedby
modifiedonbehalfby systemuser lk_kbarticlecomment_modifiedonbehalfby

Collection-valued navigation properties

Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.

Name Type Partner
KbArticleComment_AsyncOperations asyncoperation regardingobjectid_kbarticlecomment
KbArticleComment_BulkDeleteFailures bulkdeletefailure regardingobjectid_kbarticlecomment
KbArticleComment_ProcessSessions processsession regardingobjectid_kbarticlecomment

See also