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 onlyy

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