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 ContentItemName | 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": "30f523f3-848d-444b-b46f-96786720e066", "created": "2024-11-25T04:26:49.4656881-05:00", "Class": "sample string 4", "Type": "sample string 5", "Text": "sample string 6", "VideoURL": "sample string 7", "ImageURL": "sample string 8", "Language": 9, "ProjectID": "a2f31f62-8286-4598-bc77-6d8d5170e165", "PageID": "d69233b4-29d7-4b52-85ec-2c4e781adc5b", "ContentId": "0be041ab-4896-4c47-bdbb-f1fa2ebf8030", "key": "sample string 13" }, { "published": true, "userID": "30f523f3-848d-444b-b46f-96786720e066", "created": "2024-11-25T04:26:49.4656881-05:00", "Class": "sample string 4", "Type": "sample string 5", "Text": "sample string 6", "VideoURL": "sample string 7", "ImageURL": "sample string 8", "Language": 9, "ProjectID": "a2f31f62-8286-4598-bc77-6d8d5170e165", "PageID": "d69233b4-29d7-4b52-85ec-2c4e781adc5b", "ContentId": "0be041ab-4896-4c47-bdbb-f1fa2ebf8030", "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>0be041ab-4896-4c47-bdbb-f1fa2ebf8030</ContentId> <ImageURL>sample string 8</ImageURL> <Language>9</Language> <PageID>d69233b4-29d7-4b52-85ec-2c4e781adc5b</PageID> <ProjectID>a2f31f62-8286-4598-bc77-6d8d5170e165</ProjectID> <Text>sample string 6</Text> <Type>sample string 5</Type> <VideoURL>sample string 7</VideoURL> <created>2024-11-25T04:26:49.4656881-05:00</created> <key>sample string 13</key> <published>true</published> <userID>30f523f3-848d-444b-b46f-96786720e066</userID> </ContentItem> <ContentItem> <Class>sample string 4</Class> <ContentId>0be041ab-4896-4c47-bdbb-f1fa2ebf8030</ContentId> <ImageURL>sample string 8</ImageURL> <Language>9</Language> <PageID>d69233b4-29d7-4b52-85ec-2c4e781adc5b</PageID> <ProjectID>a2f31f62-8286-4598-bc77-6d8d5170e165</ProjectID> <Text>sample string 6</Text> <Type>sample string 5</Type> <VideoURL>sample string 7</VideoURL> <created>2024-11-25T04:26:49.4656881-05:00</created> <key>sample string 13</key> <published>true</published> <userID>30f523f3-848d-444b-b46f-96786720e066</userID> </ContentItem> </ArrayOfContentItem>