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": "1b9ed4b9-a83d-445c-9958-df8e11d80478",
"AncestorCategoryId": "580f7594-d69c-44ae-b16e-ad79df8d70f3",
"TypeId": 2,
"TypeName": "sample string 3",
"Hierarchy": [
{
"ChildCategories": [],
"ContentItems": [
{
"Id": "d844baa3-3248-499a-8e62-c86efe60e472",
"Type": "sample string 2",
"Sequence": 1,
"Description": "sample string 3",
"Duration": 1,
"StudentCompletionDuration": 1,
"Url": "sample string 4",
"IsSkippable": true
},
{
"Id": "d844baa3-3248-499a-8e62-c86efe60e472",
"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": "2a8d9778-9fdd-4b74-ad05-6668a7c13c18",
"Type": "sample string 2",
"Path": "sample string 3",
"Sequence": 4,
"ParentId": "bd7c15b4-f2f9-4db0-a1e5-66b93779c5ea",
"Attributes": [
{
"Id": "94c499e7-3e92-4464-9509-289336a012dc",
"Name": "sample string 2",
"Value": "sample string 3"
},
{
"Id": "94c499e7-3e92-4464-9509-289336a012dc",
"Name": "sample string 2",
"Value": "sample string 3"
}
]
},
{
"ChildCategories": [],
"ContentItems": [
{
"Id": "d844baa3-3248-499a-8e62-c86efe60e472",
"Type": "sample string 2",
"Sequence": 1,
"Description": "sample string 3",
"Duration": 1,
"StudentCompletionDuration": 1,
"Url": "sample string 4",
"IsSkippable": true
},
{
"Id": "d844baa3-3248-499a-8e62-c86efe60e472",
"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": "2a8d9778-9fdd-4b74-ad05-6668a7c13c18",
"Type": "sample string 2",
"Path": "sample string 3",
"Sequence": 4,
"ParentId": "bd7c15b4-f2f9-4db0-a1e5-66b93779c5ea",
"Attributes": [
{
"Id": "94c499e7-3e92-4464-9509-289336a012dc",
"Name": "sample string 2",
"Value": "sample string 3"
},
{
"Id": "94c499e7-3e92-4464-9509-289336a012dc",
"Name": "sample string 2",
"Value": "sample string 3"
}
]
}
],
"IsMilestone": true,
"ContentOptimizationLevel": 0,
"IsScorable": true,
"Id": "1d1b5a17-4662-438c-9f2f-cbc9b3faa56f",
"Type": "sample string 5",
"Sequence": 1,
"Description": "sample string 6",
"Duration": 1,
"StudentCompletionDuration": 1,
"Url": "sample string 7",
"IsSkippable": true
}