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": "d7fa7329-7608-4e4c-9987-f703cb3af425",
"AncestorCategoryId": "e369ba8d-0343-4611-9817-be603f8a921d",
"TypeId": 2,
"TypeName": "sample string 3",
"Hierarchy": [
{
"ChildCategories": [],
"ContentItems": [
{
"Id": "03273af9-8b7a-40ef-9cdb-4152212cd987",
"Type": "sample string 2",
"Sequence": 1,
"Description": "sample string 3",
"Duration": 1,
"StudentCompletionDuration": 1,
"Url": "sample string 4",
"IsSkippable": true
},
{
"Id": "03273af9-8b7a-40ef-9cdb-4152212cd987",
"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": "7be8fad6-62aa-4f67-8c69-d9135cae2ff1",
"Type": "sample string 2",
"Path": "sample string 3",
"Sequence": 4,
"ParentId": "8d16033d-c7e9-4edd-9508-8309e3f180f6",
"Attributes": [
{
"Id": "9ba40fbd-7677-4cee-b9ff-6991af543b0f",
"Name": "sample string 2",
"Value": "sample string 3"
},
{
"Id": "9ba40fbd-7677-4cee-b9ff-6991af543b0f",
"Name": "sample string 2",
"Value": "sample string 3"
}
]
},
{
"ChildCategories": [],
"ContentItems": [
{
"Id": "03273af9-8b7a-40ef-9cdb-4152212cd987",
"Type": "sample string 2",
"Sequence": 1,
"Description": "sample string 3",
"Duration": 1,
"StudentCompletionDuration": 1,
"Url": "sample string 4",
"IsSkippable": true
},
{
"Id": "03273af9-8b7a-40ef-9cdb-4152212cd987",
"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": "7be8fad6-62aa-4f67-8c69-d9135cae2ff1",
"Type": "sample string 2",
"Path": "sample string 3",
"Sequence": 4,
"ParentId": "8d16033d-c7e9-4edd-9508-8309e3f180f6",
"Attributes": [
{
"Id": "9ba40fbd-7677-4cee-b9ff-6991af543b0f",
"Name": "sample string 2",
"Value": "sample string 3"
},
{
"Id": "9ba40fbd-7677-4cee-b9ff-6991af543b0f",
"Name": "sample string 2",
"Value": "sample string 3"
}
]
}
],
"IsMilestone": true,
"ContentOptimizationLevel": 0,
"IsScorable": true,
"Id": "a665161d-404d-42db-921b-4e94c58610f5",
"Type": "sample string 5",
"Sequence": 1,
"Description": "sample string 6",
"Duration": 1,
"StudentCompletionDuration": 1,
"Url": "sample string 7",
"IsSkippable": true
}