POST debug/users/{userIdentifier}/moveTypeBookmarkForward/{contentItemType}
Authorization
Access to this endpoint is public.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userIdentifier | PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier |
Required |
|
| contentItemType | PearsonEnglish.LearningServices.Core.Models.Enums.ContentItemType |
Required |
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": "c77cf52c-5dd1-4692-97b3-b7989573c1df",
"AncestorCategoryId": "4a0015da-59b5-49ee-a6ce-2ab618cf9bc4",
"TypeId": 2,
"TypeName": "sample string 3",
"Hierarchy": [
{
"ChildCategories": [],
"ContentItems": [
{
"Id": "25351f5e-c155-49aa-8af0-ecc5302504d9",
"Type": "sample string 2",
"Sequence": 1,
"Description": "sample string 3",
"Duration": 1,
"StudentCompletionDuration": 1,
"Url": "sample string 4",
"IsSkippable": true
},
{
"Id": "25351f5e-c155-49aa-8af0-ecc5302504d9",
"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": "1e763cb0-6d22-4307-99d5-c169790e473e",
"Type": "sample string 2",
"Path": "sample string 3",
"Sequence": 4,
"ParentId": "4103b016-9e4c-49ce-a02f-1c94908b80d3",
"Attributes": [
{
"Id": "77e49492-9743-4bfd-8298-1f7841cce1a1",
"Name": "sample string 2",
"Value": "sample string 3"
},
{
"Id": "77e49492-9743-4bfd-8298-1f7841cce1a1",
"Name": "sample string 2",
"Value": "sample string 3"
}
]
},
{
"ChildCategories": [],
"ContentItems": [
{
"Id": "25351f5e-c155-49aa-8af0-ecc5302504d9",
"Type": "sample string 2",
"Sequence": 1,
"Description": "sample string 3",
"Duration": 1,
"StudentCompletionDuration": 1,
"Url": "sample string 4",
"IsSkippable": true
},
{
"Id": "25351f5e-c155-49aa-8af0-ecc5302504d9",
"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": "1e763cb0-6d22-4307-99d5-c169790e473e",
"Type": "sample string 2",
"Path": "sample string 3",
"Sequence": 4,
"ParentId": "4103b016-9e4c-49ce-a02f-1c94908b80d3",
"Attributes": [
{
"Id": "77e49492-9743-4bfd-8298-1f7841cce1a1",
"Name": "sample string 2",
"Value": "sample string 3"
},
{
"Id": "77e49492-9743-4bfd-8298-1f7841cce1a1",
"Name": "sample string 2",
"Value": "sample string 3"
}
]
}
],
"IsMilestone": true,
"ContentOptimizationLevel": 0,
"IsScorable": true,
"Id": "eb7b0326-3aa6-42cd-a839-41d9c4747174",
"Type": "sample string 5",
"Sequence": 1,
"Description": "sample string 6",
"Duration": 1,
"StudentCompletionDuration": 1,
"Url": "sample string 7",
"IsSkippable": true
}