GET api/Activity/StoryQuest/Story?storyId={storyId}
Gets the complete page , answer, question data package for the story
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| storyId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
StoryQuestViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Title | string |
None. |
|
| Author | string |
None. |
|
| StoryNumber | integer |
None. |
|
| StoryArt | StoryArt |
None. |
|
| Pages | Collection of StoryQuestPage |
None. |
|
| NarrationText | string |
None. |
|
| LastIndex | integer |
None. |
|
| MasteryPoints | integer |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.