GET restapi/personal/courses/v4?PageIndex={PageIndex}&PageSize={PageSize}&filter={filter}

Gets the list of courses with additional information and list of teachers without followUp task count and task count.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.PersonCourseCardDataV4
NameDescriptionTypeAdditional information
EntityArray

Collection of Itslearning.RestApi.Entities.PersonCourseCardDataV4

None.

Total

integer

None.

CurrentPageIndex

integer

None.

PageSize

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "EntityArray": [
    {
      "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,
      "LastUpdatedUtc": "2026-06-01T10:51:13Z",
      "NewNotificationsCount": 1,
      "NewBulletinsCount": 2,
      "Url": "sample string 3",
      "HasAdminPermissions": true,
      "HasStudentPermissions": true,
      "CourseFocus": 1,
      "TopicColumnName": "sample string 6",
      "CourseId": 7,
      "Title": "sample string 8",
      "FriendlyName": "sample string 9",
      "CourseColor": "sample string 10",
      "CourseFillColor": "sample string 11",
      "CourseCode": "sample string 12"
    },
    {
      "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,
      "LastUpdatedUtc": "2026-06-01T10:51:13Z",
      "NewNotificationsCount": 1,
      "NewBulletinsCount": 2,
      "Url": "sample string 3",
      "HasAdminPermissions": true,
      "HasStudentPermissions": true,
      "CourseFocus": 1,
      "TopicColumnName": "sample string 6",
      "CourseId": 7,
      "Title": "sample string 8",
      "FriendlyName": "sample string 9",
      "CourseColor": "sample string 10",
      "CourseFillColor": "sample string 11",
      "CourseCode": "sample string 12"
    }
  ],
  "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>
    <PersonCourseCardDataV4>
      <CourseCode>sample string 12</CourseCode>
      <CourseColor>sample string 10</CourseColor>
      <CourseFillColor>sample string 11</CourseFillColor>
      <CourseId>7</CourseId>
      <FriendlyName>sample string 9</FriendlyName>
      <Title>sample string 8</Title>
      <CourseFocus>Subject</CourseFocus>
      <HasAdminPermissions>true</HasAdminPermissions>
      <HasStudentPermissions>true</HasStudentPermissions>
      <LastUpdatedUtc>2026-06-01T10:51:13Z</LastUpdatedUtc>
      <NewBulletinsCount>2</NewBulletinsCount>
      <NewNotificationsCount>1</NewNotificationsCount>
      <TopicColumnName>sample string 6</TopicColumnName>
      <Url>sample string 3</Url>
      <Role>Member</Role>
      <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>
    </PersonCourseCardDataV4>
    <PersonCourseCardDataV4>
      <CourseCode>sample string 12</CourseCode>
      <CourseColor>sample string 10</CourseColor>
      <CourseFillColor>sample string 11</CourseFillColor>
      <CourseId>7</CourseId>
      <FriendlyName>sample string 9</FriendlyName>
      <Title>sample string 8</Title>
      <CourseFocus>Subject</CourseFocus>
      <HasAdminPermissions>true</HasAdminPermissions>
      <HasStudentPermissions>true</HasStudentPermissions>
      <LastUpdatedUtc>2026-06-01T10:51:13Z</LastUpdatedUtc>
      <NewBulletinsCount>2</NewBulletinsCount>
      <NewNotificationsCount>1</NewNotificationsCount>
      <TopicColumnName>sample string 6</TopicColumnName>
      <Url>sample string 3</Url>
      <Role>Member</Role>
      <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>
    </PersonCourseCardDataV4>
  </EntityArray>
  <PageSize>3</PageSize>
  <Total>1</Total>
</EntityList>