GET api/Activity/SuperSpeller?teamId={teamId}

Gets Story Details and word list for the specified story number. Use the word letters to link to the associated letter sounds and keycards There is no breakdown necessary for superspeller

Request Information

URI Parameters

NameDescriptionTypeAdditional information
teamId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SuperSpeller
NameDescriptionTypeAdditional 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.