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": "a5028ec9-2794-4dac-a2e1-896d470de58c",
"AncestorCategoryId": "e43d9edb-e514-4137-966c-31689b183934",
"TypeId": 2,
"TypeName": "sample string 3",
"Hierarchy": [
{
"ChildCategories": [],
"ContentItems": [
{
"Id": "5480074d-cff9-4fb1-877a-469651ad141c",
"Type": "sample string 2",
"Sequence": 1,
"Description": "sample string 3",
"Duration": 1,
"StudentCompletionDuration": 1,
"Url": "sample string 4",
"IsSkippable": true
},
{
"Id": "5480074d-cff9-4fb1-877a-469651ad141c",
"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": "542f425d-6326-433d-85ab-2c35ca7d3540",
"Type": "sample string 2",
"Path": "sample string 3",
"Sequence": 4,
"ParentId": "7b6152ff-0126-40d7-8838-a487b23add28",
"Attributes": [
{
"Id": "1a1be299-f4c8-42da-8f23-ef0f20561ef4",
"Name": "sample string 2",
"Value": "sample string 3"
},
{
"Id": "1a1be299-f4c8-42da-8f23-ef0f20561ef4",
"Name": "sample string 2",
"Value": "sample string 3"
}
]
},
{
"ChildCategories": [],
"ContentItems": [
{
"Id": "5480074d-cff9-4fb1-877a-469651ad141c",
"Type": "sample string 2",
"Sequence": 1,
"Description": "sample string 3",
"Duration": 1,
"StudentCompletionDuration": 1,
"Url": "sample string 4",
"IsSkippable": true
},
{
"Id": "5480074d-cff9-4fb1-877a-469651ad141c",
"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": "542f425d-6326-433d-85ab-2c35ca7d3540",
"Type": "sample string 2",
"Path": "sample string 3",
"Sequence": 4,
"ParentId": "7b6152ff-0126-40d7-8838-a487b23add28",
"Attributes": [
{
"Id": "1a1be299-f4c8-42da-8f23-ef0f20561ef4",
"Name": "sample string 2",
"Value": "sample string 3"
},
{
"Id": "1a1be299-f4c8-42da-8f23-ef0f20561ef4",
"Name": "sample string 2",
"Value": "sample string 3"
}
]
}
],
"IsMilestone": true,
"ContentOptimizationLevel": 0,
"IsScorable": true,
"Id": "e472b993-19f0-4140-8e54-4657bdff8f91",
"Type": "sample string 5",
"Sequence": 1,
"Description": "sample string 6",
"Duration": 1,
"StudentCompletionDuration": 1,
"Url": "sample string 7",
"IsSkippable": true
}