GET api/Activity/PowerReader/Story?storyId={storyId}
Returns the complete story text - each word is wrapped in a span with a class and an Id - the Id is the word count for that page
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
storyId |
The story identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PowerReaderViewModelName | Description | Type | Additional information |
---|---|---|---|
Title | string |
None. |
|
Author | string |
None. |
|
StoryNumber | integer |
None. |
|
StoryArt | StoryArt |
None. |
|
Pages | Collection of PowerReaderPage |
None. |
|
NarrationText | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.