Learning Path
<learning-path id="{pathid}" revision="{revision}" href="https://{hostname}/@api/deki/learning-paths/{pathid}">
<title>{title}</title>
<summary>{summary}</summary>
<category>{category}</category>
<date.modified>{date.modified}</date.modified>
<uri.ui>https://success.mindtouch.com/@go/path/{id}</uri.ui>
<pages count="{pages.count}" href="https://{hostname}/@api/deki/learning-paths/{pathid}/pages">
{page}
</pages>
</learning-path>
| Name |
Type |
Description |
| {hostname} |
string |
The Expert site hostname |
| {pathid} |
string |
The learning path id |
| {revision} |
int |
The learning path revision |
| {summary} |
string |
A description of the learning path and what it's used for |
| {category} |
string |
The learning path category used for filtering or grouping learning paths for organizational needs |
| {date.modified} |
datetime |
ISO 8601 representation of the learning path's last updated timestamp |
| {pages.count} |
int |
The total number of pages in this learning path |
| {page} |
Page |
One of a collection of pages, ordered sequentially in the learning path |