json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
    "id":"e932c0a3-ee6a-6e9b-43cf-b3a990f6ee6a",
    "categoryId":"bd948e62-a3fd-4cf0-87f3-ee6a0ae7f3fa",
    "type":100,
    "locale":"en",
    "status":10,
    "author":{ @User object },
    "relatedTicketsCount":1,
    "position":1,
    "resolution":120,
    "title":"How to Play Go",
    "content":"HTML content",
    "draftTitle":"How to Play Go",
    "draftContent":"Draft HTML content",
    "contentLastUpdateDate":1568193387000,
    "openTasksCount":0,
    "lastUpdatedBy":{ @User object },
    "handledByUserIds":["123"],
    "multilingual":false,
    "firstPublishDate":1568181779000,
    "lastPublishDate":1568193387000,
    "creationDate":1568180889000,
    "lastUpdateDate":1568273014000,
    "labels":[{ @Label object }],
    "translations":[{
        "title":"How to Play Go",
        "locale":"en",
        "url":"https://domain/en/article/how-to-play-go",
        "status":10
    }]
}