GET classroomAPI/Portal/listStoryBoardItems?username={username}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| username | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ContentItem| Name | Description | Type | Additional 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": "f2980251-5eba-4c73-854f-847f15a085be",
"created": "2026-05-28T01:56:33.4798869-04:00",
"Class": "sample string 4",
"Type": "sample string 5",
"Text": "sample string 6",
"VideoURL": "sample string 7",
"ImageURL": "sample string 8",
"Language": 9,
"ProjectID": "cc3aaff6-a8f7-44c4-ac87-3b80439f9316",
"PageID": "e20b6f3c-45fa-496a-aa13-4b55c8a1600b",
"ContentId": "44660ffa-d323-4c55-884b-d4aad99de2eb",
"key": "sample string 13"
},
{
"published": true,
"userID": "f2980251-5eba-4c73-854f-847f15a085be",
"created": "2026-05-28T01:56:33.4798869-04:00",
"Class": "sample string 4",
"Type": "sample string 5",
"Text": "sample string 6",
"VideoURL": "sample string 7",
"ImageURL": "sample string 8",
"Language": 9,
"ProjectID": "cc3aaff6-a8f7-44c4-ac87-3b80439f9316",
"PageID": "e20b6f3c-45fa-496a-aa13-4b55c8a1600b",
"ContentId": "44660ffa-d323-4c55-884b-d4aad99de2eb",
"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>44660ffa-d323-4c55-884b-d4aad99de2eb</ContentId>
<ImageURL>sample string 8</ImageURL>
<Language>9</Language>
<PageID>e20b6f3c-45fa-496a-aa13-4b55c8a1600b</PageID>
<ProjectID>cc3aaff6-a8f7-44c4-ac87-3b80439f9316</ProjectID>
<Text>sample string 6</Text>
<Type>sample string 5</Type>
<VideoURL>sample string 7</VideoURL>
<created>2026-05-28T01:56:33.4798869-04:00</created>
<key>sample string 13</key>
<published>true</published>
<userID>f2980251-5eba-4c73-854f-847f15a085be</userID>
</ContentItem>
<ContentItem>
<Class>sample string 4</Class>
<ContentId>44660ffa-d323-4c55-884b-d4aad99de2eb</ContentId>
<ImageURL>sample string 8</ImageURL>
<Language>9</Language>
<PageID>e20b6f3c-45fa-496a-aa13-4b55c8a1600b</PageID>
<ProjectID>cc3aaff6-a8f7-44c4-ac87-3b80439f9316</ProjectID>
<Text>sample string 6</Text>
<Type>sample string 5</Type>
<VideoURL>sample string 7</VideoURL>
<created>2026-05-28T01:56:33.4798869-04:00</created>
<key>sample string 13</key>
<published>true</published>
<userID>f2980251-5eba-4c73-854f-847f15a085be</userID>
</ContentItem>
</ArrayOfContentItem>