GET api/Activity/SuperSpeller/Story?storyId={storyId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
storyId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SuperSpellerName | Description | Type | Additional information |
---|---|---|---|
Word_Id | integer |
None. |
|
Word | string |
None. |
|
Breakdown | string |
None. |
|
SortOrder | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Word_Id": 1, "Word": "sample string 2", "Breakdown": "sample string 3", "SortOrder": 4, "Id": 5 }, { "Word_Id": 1, "Word": "sample string 2", "Breakdown": "sample string 3", "SortOrder": 4, "Id": 5 } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.