GET paths/{categoryId}
Gets complete path information given the path id(Guid).
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either StaffMember
- Authenticated user who is either StaffMember, Student, QA, ISUSTeacher, Administrator, FocusTool, ProspectWithTrial, User
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
categoryId |
The category identifier. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
PearsonEnglish.LearningServices.Core.Models.Views.CategoryViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Type | string |
None. |
|
Sequence | integer |
None. |
|
Path | string |
None. |
|
Attributes | Dictionary of string [key] and string [value] |
None. |
|
ChildCategories | Collection of PearsonEnglish.LearningServices.Core.Models.Views.CategoryViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "4a208542-d6de-4476-9e9c-0eedb2031066", "Type": "sample string 2", "Sequence": 1, "Path": "sample string 3", "Attributes": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "ChildCategories": [] }