ArticleRevision Object

Field Guide

Name Type Example Notes
id String 5230deaa456636123f6363d0 Unique identifier
articleId String 522f918d1ef00a6bca026ca0 The id of the article.
text String   The text of the article.
createdBy Person   The Help Scout user who created the revision.
createdAt DateTime "2013-08-21T19:34:13Z" The UTC date/time that the revision was created.

Example

{
    "id": "5230deaa456636123f6363d0",
    "articleId": "522f918d1ef00a6bca026ca0",
    "text": "This is the text of the article.",
    "createdBy": {
        "id": 73423,
        "firstName": "John",
        "lastName": "Appleseed"
    },
    "createdAt": "2013-09-11T21:20:42Z"
}