SoapService
Click here for a complete list of operations.
RemoteArticle
Represents a KB article
Base Classes
None
Properties
The following properties are provided directly by this class:
| Type | Name | Required |
|---|---|---|
| long? | ArticleId - The id of the article | |
| string? | Body - The full text of the article | |
| guid | ConcurrencyId - The concurrency field | Yes |
| dateTime | CreationDate - The creation date of the article | Yes |
| long | CreatorUserId - The user that created the article | Yes |
| string? | CreatorUserName - The display name of the user that created the article | |
| string? | Description - The short summary of the article | |
| long | DisplayId - The display ID of the article | Yes |
| boolean | IsActive - Is the article published (active = yes) or draft (active = no) | Yes |
| boolean | IsInternal - Is this an internal article only for internal users? | Yes |
| dateTime | LastUpdateDate - The date it was last updated | Yes |
| string? | Name - The title of the article | |
| string? | Tags - The meta tags associated with the article (comma-separated) | |
| int | ViewsCount - The number of views of the article | Yes |