GET debug/users/{userIdentifier}/moveBookmarkForward?noResult={noResult}
Authorization
Access to this endpoint is public.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userIdentifier | PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier |
Required |
|
| noResult | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
PearsonEnglish.LearningServices.Core.Models.ContentItem| Name | Description | Type | Additional information |
|---|---|---|---|
| CourseId | globally unique identifier |
None. |
|
| AncestorCategoryId | globally unique identifier |
None. |
|
| TypeId | integer |
None. |
|
| TypeName | string |
None. |
|
| Hierarchy | Collection of PearsonEnglish.LearningServices.Core.Models.Category |
None. |
|
| IsMilestone | boolean |
None. |
|
| ContentOptimizationLevel | PearsonEnglish.LearningServices.Core.Models.Enums.ContentOptimizationLevels |
None. |
|
| IsScorable | boolean |
None. |
|
| Id | globally unique identifier |
None. |
|
| Type | string |
None. |
|
| Sequence | integer |
None. |
|
| Description | string |
None. |
|
| Duration | integer |
None. |
|
| StudentCompletionDuration | integer |
None. |
|
| Url | string |
None. |
|
| IsSkippable | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"CourseId": "fcc9fb52-a1a3-4026-bc2d-aac0469d6d14",
"AncestorCategoryId": "b3a930cd-7a8d-4e62-aa83-14a293a908f5",
"TypeId": 2,
"TypeName": "sample string 3",
"Hierarchy": [
{
"ChildCategories": [],
"ContentItems": [
{
"Id": "dd627f4e-5c81-4683-8d0f-4809e1f42296",
"Type": "sample string 2",
"Sequence": 1,
"Description": "sample string 3",
"Duration": 1,
"StudentCompletionDuration": 1,
"Url": "sample string 4",
"IsSkippable": true
},
{
"Id": "dd627f4e-5c81-4683-8d0f-4809e1f42296",
"Type": "sample string 2",
"Sequence": 1,
"Description": "sample string 3",
"Duration": 1,
"StudentCompletionDuration": 1,
"Url": "sample string 4",
"IsSkippable": true
}
],
"Abbreviation": null,
"Number": null,
"Id": "21362a23-c4b1-4665-aca9-2076177e9632",
"Type": "sample string 2",
"Path": "sample string 3",
"Sequence": 4,
"ParentId": "673a2b23-7a16-4834-b38b-65c8264510ab",
"Attributes": [
{
"Id": "341486f1-0675-45c1-a8ee-b54f29403b13",
"Name": "sample string 2",
"Value": "sample string 3"
},
{
"Id": "341486f1-0675-45c1-a8ee-b54f29403b13",
"Name": "sample string 2",
"Value": "sample string 3"
}
]
},
{
"ChildCategories": [],
"ContentItems": [
{
"Id": "dd627f4e-5c81-4683-8d0f-4809e1f42296",
"Type": "sample string 2",
"Sequence": 1,
"Description": "sample string 3",
"Duration": 1,
"StudentCompletionDuration": 1,
"Url": "sample string 4",
"IsSkippable": true
},
{
"Id": "dd627f4e-5c81-4683-8d0f-4809e1f42296",
"Type": "sample string 2",
"Sequence": 1,
"Description": "sample string 3",
"Duration": 1,
"StudentCompletionDuration": 1,
"Url": "sample string 4",
"IsSkippable": true
}
],
"Abbreviation": null,
"Number": null,
"Id": "21362a23-c4b1-4665-aca9-2076177e9632",
"Type": "sample string 2",
"Path": "sample string 3",
"Sequence": 4,
"ParentId": "673a2b23-7a16-4834-b38b-65c8264510ab",
"Attributes": [
{
"Id": "341486f1-0675-45c1-a8ee-b54f29403b13",
"Name": "sample string 2",
"Value": "sample string 3"
},
{
"Id": "341486f1-0675-45c1-a8ee-b54f29403b13",
"Name": "sample string 2",
"Value": "sample string 3"
}
]
}
],
"IsMilestone": true,
"ContentOptimizationLevel": 0,
"IsScorable": true,
"Id": "4b75ab17-7dea-4bf5-a652-c0d628778a76",
"Type": "sample string 5",
"Sequence": 1,
"Description": "sample string 6",
"Duration": 1,
"StudentCompletionDuration": 1,
"Url": "sample string 7",
"IsSkippable": true
}