Draft Manager Analytics API
The Draft Manager report endpoint returns the same information contained in the Draft Manager report download.
The endpoint can be called by appending @api/deki/events/draft-hierarchy/logs/file to the end of a URL. The resulting file is a csv download.
Response Fields (all will be returned):
Depending on the event type, columns describing the changes may be left blank, rather than displaying any values or text.
| Field Name | Description | Type | Example |
|---|---|---|---|
| TIME |
Format: MM/DD/YYYY HH:MM:SS XX |
TIME STAMP |
12/1/2023 12:05:48 AM |
| PAGE_PATH | Location of current page, in the format xxx/xxx/xxx/. | VARCHAR(16777216) | Admin/Release_Notes/2023/11-November |
| PAGE_ID | Unique page identifier | NUMBER(38,0) | 18260 |
| TYPE | Event type | VARCHAR(16777216) |
Draft_Attachment_Create |
| USER_ID | Unique user identifier | NUMBER(38,0) | 435 |
| COMMENT | Author notes about changes made | VARCHAR(16777216) |
added notes for latest release updated formatting based on Style Guide Fixed typo |
| WORDS_ADDED | The number of words added from the body text | NUMBER(38,0) | 23 |
| WORDS_REMOVED | The number of words removed from the body text | NUMBER(38,0) | 56 |
| STRUCTURAL_CHANGES | Non-character related format changes. | NUMBER(38,0) | 0 |
| ATTRIBUTE_CHANGES | Character related format changes. | NUMBER(38,0) | 28 |
| DIFF_TOO_LARGE | Reports 'true' if changes are too large to report in Draft History. | BOOLEAN | TRUE |

