GET api/Activity/WordBlender?teamId={teamId}
Gets Story Details and word list for the specified story number .
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
teamId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
WordBlenderViewModelName | Description | Type | Additional information |
---|---|---|---|
Title | string |
None. |
|
Author | string |
None. |
|
StoryNumber | integer |
None. |
|
StoryArt | StoryArt |
None. |
|
Words | Collection of WordBlenderWords |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.