SectionTranslations
Create, Update, Delete and Query the Translations for Sections in Zendesk.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | Long | True |
Automatically assigned when a translation is created. | |
| CreatedById | Long | True |
The id of the user who created the translation. | |
| UpdatedById | Long | True |
The id of the user who last updated the translation. | |
| SourceId | Long | True |
The id of the item that has this translation. | |
| Title | String | False |
The title of the translation. | |
| Body | String | False |
HTML body of the translation. Empty by default. | |
| Draft | Boolean | False |
True if the translation is a draft; false otherwise. False by default. | |
| HtmlUrl | String | True |
The url of the translation in Help Center. | |
| Locale | String | False |
The locale of the translation. | |
| Outdated | Boolean | False |
True if the translation is outdated; false otherwise. False by default. | |
| SourceType | String | True |
The type of the item that has this translation. Can be article, section, or category. | |
| Url | String | True |
The API url of the translation. | |
| CreatedAt | Datetime | True |
The time at which the translation was created. | |
| UpdatedAt | Datetime | True |
The time at which the translation was last updated. | |
| SectionId | Long | False |
Sections.Id |
Id of the associated section. |