GET restapi/personal/courses/v3?PageIndex={PageIndex}&PageSize={PageSize}&filter={filter}
Gets the list of courses with additional information about follow-up task count, task count and list of teachers.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| filter |
Option filter . |
Itsolutions.ItslUtils.Constants.ContentAreaFilterType |
Default value is All |
Body Parameters
None.
Response Information
Resource Description
This method return a collection of entity .
EntityListOfItslearning.RestApi.Entities.PersonCourseCardData| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityArray | Collection of Itslearning.RestApi.Entities.PersonCourseCardData |
None. |
|
| Total | integer |
None. |
|
| CurrentPageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"EntityArray": [
{
"FollowUpTaskCount": 1,
"TaskCount": 2,
"TeachersInCourse": [
{
"PersonId": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"FullName": "sample string 4",
"ProfileUrl": "sample string 5",
"AdditionalInfo": "sample string 6",
"ProfileImageUrl": "sample string 7",
"ProfileImageUrlSmall": "sample string 8"
},
{
"PersonId": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"FullName": "sample string 4",
"ProfileUrl": "sample string 5",
"AdditionalInfo": "sample string 6",
"ProfileImageUrl": "sample string 7",
"ProfileImageUrlSmall": "sample string 8"
}
],
"Role": 1,
"PlanType": 0,
"LastUpdatedUtc": "2026-05-30T15:47:56Z",
"NewNotificationsCount": 3,
"NewBulletinsCount": 4,
"Url": "sample string 5",
"HasAdminPermissions": true,
"HasStudentPermissions": true,
"CourseFocus": 1,
"TopicColumnName": "sample string 8",
"CourseId": 9,
"Title": "sample string 10",
"FriendlyName": "sample string 11",
"CourseColor": "sample string 12",
"CourseFillColor": "sample string 13",
"CourseCode": "sample string 14"
},
{
"FollowUpTaskCount": 1,
"TaskCount": 2,
"TeachersInCourse": [
{
"PersonId": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"FullName": "sample string 4",
"ProfileUrl": "sample string 5",
"AdditionalInfo": "sample string 6",
"ProfileImageUrl": "sample string 7",
"ProfileImageUrlSmall": "sample string 8"
},
{
"PersonId": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"FullName": "sample string 4",
"ProfileUrl": "sample string 5",
"AdditionalInfo": "sample string 6",
"ProfileImageUrl": "sample string 7",
"ProfileImageUrlSmall": "sample string 8"
}
],
"Role": 1,
"PlanType": 0,
"LastUpdatedUtc": "2026-05-30T15:47:56Z",
"NewNotificationsCount": 3,
"NewBulletinsCount": 4,
"Url": "sample string 5",
"HasAdminPermissions": true,
"HasStudentPermissions": true,
"CourseFocus": 1,
"TopicColumnName": "sample string 8",
"CourseId": 9,
"Title": "sample string 10",
"FriendlyName": "sample string 11",
"CourseColor": "sample string 12",
"CourseFillColor": "sample string 13",
"CourseCode": "sample string 14"
}
],
"Total": 1,
"CurrentPageIndex": 2,
"PageSize": 3
}
application/xml, text/xml
Sample:
<EntityList xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<CurrentPageIndex>2</CurrentPageIndex>
<EntityArray>
<PersonCourseCardData>
<CourseCode>sample string 14</CourseCode>
<CourseColor>sample string 12</CourseColor>
<CourseFillColor>sample string 13</CourseFillColor>
<CourseId>9</CourseId>
<FriendlyName>sample string 11</FriendlyName>
<Title>sample string 10</Title>
<CourseFocus>Subject</CourseFocus>
<HasAdminPermissions>true</HasAdminPermissions>
<HasStudentPermissions>true</HasStudentPermissions>
<LastUpdatedUtc>2026-05-30T15:47:56Z</LastUpdatedUtc>
<NewBulletinsCount>4</NewBulletinsCount>
<NewNotificationsCount>3</NewNotificationsCount>
<TopicColumnName>sample string 8</TopicColumnName>
<Url>sample string 5</Url>
<FollowUpTaskCount>1</FollowUpTaskCount>
<PlanType>DeadLineDriven</PlanType>
<Role>Member</Role>
<TaskCount>2</TaskCount>
<TeachersInCourse>
<PersonSimple>
<AdditionalInfo>sample string 6</AdditionalInfo>
<FirstName>sample string 2</FirstName>
<FullName>sample string 4</FullName>
<LastName>sample string 3</LastName>
<PersonId>1</PersonId>
<ProfileImageUrl>sample string 7</ProfileImageUrl>
<ProfileImageUrlSmall>sample string 8</ProfileImageUrlSmall>
<ProfileUrl>sample string 5</ProfileUrl>
</PersonSimple>
<PersonSimple>
<AdditionalInfo>sample string 6</AdditionalInfo>
<FirstName>sample string 2</FirstName>
<FullName>sample string 4</FullName>
<LastName>sample string 3</LastName>
<PersonId>1</PersonId>
<ProfileImageUrl>sample string 7</ProfileImageUrl>
<ProfileImageUrlSmall>sample string 8</ProfileImageUrlSmall>
<ProfileUrl>sample string 5</ProfileUrl>
</PersonSimple>
</TeachersInCourse>
</PersonCourseCardData>
<PersonCourseCardData>
<CourseCode>sample string 14</CourseCode>
<CourseColor>sample string 12</CourseColor>
<CourseFillColor>sample string 13</CourseFillColor>
<CourseId>9</CourseId>
<FriendlyName>sample string 11</FriendlyName>
<Title>sample string 10</Title>
<CourseFocus>Subject</CourseFocus>
<HasAdminPermissions>true</HasAdminPermissions>
<HasStudentPermissions>true</HasStudentPermissions>
<LastUpdatedUtc>2026-05-30T15:47:56Z</LastUpdatedUtc>
<NewBulletinsCount>4</NewBulletinsCount>
<NewNotificationsCount>3</NewNotificationsCount>
<TopicColumnName>sample string 8</TopicColumnName>
<Url>sample string 5</Url>
<FollowUpTaskCount>1</FollowUpTaskCount>
<PlanType>DeadLineDriven</PlanType>
<Role>Member</Role>
<TaskCount>2</TaskCount>
<TeachersInCourse>
<PersonSimple>
<AdditionalInfo>sample string 6</AdditionalInfo>
<FirstName>sample string 2</FirstName>
<FullName>sample string 4</FullName>
<LastName>sample string 3</LastName>
<PersonId>1</PersonId>
<ProfileImageUrl>sample string 7</ProfileImageUrl>
<ProfileImageUrlSmall>sample string 8</ProfileImageUrlSmall>
<ProfileUrl>sample string 5</ProfileUrl>
</PersonSimple>
<PersonSimple>
<AdditionalInfo>sample string 6</AdditionalInfo>
<FirstName>sample string 2</FirstName>
<FullName>sample string 4</FullName>
<LastName>sample string 3</LastName>
<PersonId>1</PersonId>
<ProfileImageUrl>sample string 7</ProfileImageUrl>
<ProfileImageUrlSmall>sample string 8</ProfileImageUrlSmall>
<ProfileUrl>sample string 5</ProfileUrl>
</PersonSimple>
</TeachersInCourse>
</PersonCourseCardData>
</EntityArray>
<PageSize>3</PageSize>
<Total>1</Total>
</EntityList>