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

Gets the complete page , answer, question data package for the story

Request Information

URI Parameters

NameDescriptionTypeAdditional information
teamId

The team id.

integer

Required

Body Parameters

None.

Response Information

Resource Description

StoryQuestViewModel
NameDescriptionTypeAdditional 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.