GET api/Activity/StoryQuest/WordInfo?word={word}

Returns details on specific words, WordType:: None = 0, Green = 1, Red = 2, Tan = 3, Location = 4 If results empty the do nothing

Request Information

URI Parameters

NameDescriptionTypeAdditional information
word

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of WordBlender
NameDescriptionTypeAdditional information
Measure_Id

integer

None.

Value

string

None.

WordType

WordType

None.

Breakdown

string

None.

FtpGroup

integer

None.

ComplexGroupType

ComplexGroupType

None.

Active

boolean

None.

AsIn

boolean

None.

SortOrder

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Measure_Id": 1,
    "Value": "sample string 2",
    "WordType": 0,
    "Breakdown": "sample string 3",
    "FtpGroup": 4,
    "ComplexGroupType": 0,
    "Active": true,
    "AsIn": true,
    "SortOrder": 7,
    "Id": 8
  },
  {
    "Measure_Id": 1,
    "Value": "sample string 2",
    "WordType": 0,
    "Breakdown": "sample string 3",
    "FtpGroup": 4,
    "ComplexGroupType": 0,
    "Active": true,
    "AsIn": true,
    "SortOrder": 7,
    "Id": 8
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.