listReference object
The listReference object exists only if the paragraph is part of a list. This object specifies the list to which the paragraph belongs and the location of the paragraph within that list.
| Property | Data type | Description |
|---|---|---|
| id | string | The identifier of the list to which the paragraph belongs. |
| levelIndex | integer |
The index of the level of the list to which the paragraph belongs. Minimum value: 0 Default value: 0 |
| ordinalNumber | integer |
The ordinal number of the list element corresponding to the paragraph. Minimum value: -1 (for non-numbered lists) Default value: 0 |
11/7/2025 12:48:30 PM