BaseArticle
Represents a base article entity.
Extended by:
Attributes
This table describes attributes of the BaseArticle
entity.
To receive an attribute in the response from the server, specify it explicitly in the
fields
request parameter.To update an attribute, provide it in the body of a POST request.
Field | Type | Description |
---|---|---|
id | String | The ID of the article. |
attachments | Array of ArticleAttachments | The list of files attached to the article. |
content | String | The content of the article. |
reporter | User | The user who created the article. |
summary | String | The article title. |
visibility | Visibility | Visibility settings of the article. These settings describe who is allowed to see the article. |