Posts
Queries, Inserts, Updates, and Deletes Posts in Zendesk.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | Long | True |
Automatically assigned when the post is created. | |
| Url | String | True |
The API url of the post. | |
| HtmlUrl | String | True |
The community url of the post. | |
| Title | String | False |
The title of the post. | |
| Details | String | False |
The details of the post. | |
| AuthorId | Long | True |
The Id of the author of the post. *Writable on create by Help Center managers. | |
| Pinned | Boolean | False |
When true, pins the post to the top of its topic. | |
| Featured | Boolean | False |
Whether the post is featured. | |
| Closed | Boolean | False |
Whether further comments are allowed. | |
| Status | String | False |
The status of the post. Possible values: | |
| VoteSum | Integer | True |
The sum of upvotes (+1) and downvotes (-1), which may be positive or negative. | |
| VoteCount | Integer | True |
The total number of upvotes and downvotes. | |
| CommentCount | Integer | True |
The number of comments on the post. | |
| FollowerCount | Integer | True |
The number of followers of the post. | |
| TopicId | Long | False |
Topics.Id |
The Id of the topic that the post belongs to. |
| CreatedAt | Datetime | True |
The time the post was created. | |
| UpdatedAt | Datetime | True |
The time of the last update of the post. | |
| FilterBy | String | False |
Possible values are planned, not_planned, completed, answered, or none. |