POST 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": "ac99809c-4af9-4750-b2cc-ca49e4472384",
"AncestorCategoryId": "86c6b590-b4da-4c90-ba3d-5648c5ed3a8e",
"TypeId": 2,
"TypeName": "sample string 3",
"Hierarchy": [
{
"ChildCategories": [],
"ContentItems": [
{
"Id": "161ca7e0-a2ad-4222-a393-68cfe49ba454",
"Type": "sample string 2",
"Sequence": 1,
"Description": "sample string 3",
"Duration": 1,
"StudentCompletionDuration": 1,
"Url": "sample string 4",
"IsSkippable": true
},
{
"Id": "161ca7e0-a2ad-4222-a393-68cfe49ba454",
"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": "27968635-2f1c-4b16-b95d-82b696bed51d",
"Type": "sample string 2",
"Path": "sample string 3",
"Sequence": 4,
"ParentId": "93bf672a-aa1b-4d20-9b6d-ec8374020d41",
"Attributes": [
{
"Id": "ddaf814b-9db8-4ce6-bd6f-73f31d238b2b",
"Name": "sample string 2",
"Value": "sample string 3"
},
{
"Id": "ddaf814b-9db8-4ce6-bd6f-73f31d238b2b",
"Name": "sample string 2",
"Value": "sample string 3"
}
]
},
{
"ChildCategories": [],
"ContentItems": [
{
"Id": "161ca7e0-a2ad-4222-a393-68cfe49ba454",
"Type": "sample string 2",
"Sequence": 1,
"Description": "sample string 3",
"Duration": 1,
"StudentCompletionDuration": 1,
"Url": "sample string 4",
"IsSkippable": true
},
{
"Id": "161ca7e0-a2ad-4222-a393-68cfe49ba454",
"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": "27968635-2f1c-4b16-b95d-82b696bed51d",
"Type": "sample string 2",
"Path": "sample string 3",
"Sequence": 4,
"ParentId": "93bf672a-aa1b-4d20-9b6d-ec8374020d41",
"Attributes": [
{
"Id": "ddaf814b-9db8-4ce6-bd6f-73f31d238b2b",
"Name": "sample string 2",
"Value": "sample string 3"
},
{
"Id": "ddaf814b-9db8-4ce6-bd6f-73f31d238b2b",
"Name": "sample string 2",
"Value": "sample string 3"
}
]
}
],
"IsMilestone": true,
"ContentOptimizationLevel": 0,
"IsScorable": true,
"Id": "82b77c45-d4a9-4762-b571-abe27b00e70d",
"Type": "sample string 5",
"Sequence": 1,
"Description": "sample string 6",
"Duration": 1,
"StudentCompletionDuration": 1,
"Url": "sample string 7",
"IsSkippable": true
}