ArticleRevisionRef Object
Field Guide
Name |
Type |
Example |
Notes |
id |
String |
5230deaa456636123f6363d0 |
Unique identifier |
articleId |
String |
522f918d1ef00a6bca026ca0 |
The id 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",
"createdBy": {
"id": 73423,
"firstName": "John",
"lastName": "Appleseed"
},
"createdAt": "2013-09-11T21:20:42Z"
}