GET api/Roaming/GetDynamicParameter

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

DynamicParameter
NameDescriptionTypeAdditional information
StoryParmeter

Collection of StoryParmeter

None.

ExpList

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
{
  "StoryParmeter": [
    {
      "Type": 1,
      "Value": 2,
      "Max": 3,
      "Min": 4
    },
    {
      "Type": 1,
      "Value": 2,
      "Max": 3,
      "Min": 4
    }
  ],
  "ExpList": [
    1,
    2
  ]
}