GET classroomAPI/Portal/listStoryBoardItems?username={username}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
username

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ContentItem
NameDescriptionTypeAdditional information
published

boolean

None.

userID

globally unique identifier

None.

created

date

None.

Class

string

None.

Type

string

None.

Text

string

None.

VideoURL

string

None.

ImageURL

string

None.

Language

integer

None.

ProjectID

globally unique identifier

None.

PageID

globally unique identifier

None.

ContentId

globally unique identifier

None.

key

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "published": true,
    "userID": "ad52969d-48bb-4903-b587-0981d64b4c27",
    "created": "2024-06-28T00:14:58.8957358+00:00",
    "Class": "sample string 4",
    "Type": "sample string 5",
    "Text": "sample string 6",
    "VideoURL": "sample string 7",
    "ImageURL": "sample string 8",
    "Language": 9,
    "ProjectID": "393a801e-c72c-489a-8772-69e9c12acf48",
    "PageID": "9289111d-5d78-49a6-a027-66929e798346",
    "ContentId": "ccf3905a-d0d1-4410-a008-ff4f35e49a2e",
    "key": "sample string 13"
  },
  {
    "published": true,
    "userID": "ad52969d-48bb-4903-b587-0981d64b4c27",
    "created": "2024-06-28T00:14:58.8957358+00:00",
    "Class": "sample string 4",
    "Type": "sample string 5",
    "Text": "sample string 6",
    "VideoURL": "sample string 7",
    "ImageURL": "sample string 8",
    "Language": 9,
    "ProjectID": "393a801e-c72c-489a-8772-69e9c12acf48",
    "PageID": "9289111d-5d78-49a6-a027-66929e798346",
    "ContentId": "ccf3905a-d0d1-4410-a008-ff4f35e49a2e",
    "key": "sample string 13"
  }
]

application/xml, text/xml

Sample:
<ArrayOfContentItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classroom.ClassroomBLL.ClassroomCMS">
  <ContentItem>
    <Class>sample string 4</Class>
    <ContentId>ccf3905a-d0d1-4410-a008-ff4f35e49a2e</ContentId>
    <ImageURL>sample string 8</ImageURL>
    <Language>9</Language>
    <PageID>9289111d-5d78-49a6-a027-66929e798346</PageID>
    <ProjectID>393a801e-c72c-489a-8772-69e9c12acf48</ProjectID>
    <Text>sample string 6</Text>
    <Type>sample string 5</Type>
    <VideoURL>sample string 7</VideoURL>
    <created>2024-06-28T00:14:58.8957358+00:00</created>
    <key>sample string 13</key>
    <published>true</published>
    <userID>ad52969d-48bb-4903-b587-0981d64b4c27</userID>
  </ContentItem>
  <ContentItem>
    <Class>sample string 4</Class>
    <ContentId>ccf3905a-d0d1-4410-a008-ff4f35e49a2e</ContentId>
    <ImageURL>sample string 8</ImageURL>
    <Language>9</Language>
    <PageID>9289111d-5d78-49a6-a027-66929e798346</PageID>
    <ProjectID>393a801e-c72c-489a-8772-69e9c12acf48</ProjectID>
    <Text>sample string 6</Text>
    <Type>sample string 5</Type>
    <VideoURL>sample string 7</VideoURL>
    <created>2024-06-28T00:14:58.8957358+00:00</created>
    <key>sample string 13</key>
    <published>true</published>
    <userID>ad52969d-48bb-4903-b587-0981d64b4c27</userID>
  </ContentItem>
</ArrayOfContentItem>