GET game/last/{id}

컨텐츠 실행 아이디를 받아 사용자의 마지막 게임 미션 8종 데이터들을 가져옴

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

Dictionary of string [key] and Collection of Dictionary of string [key] and Object [value] [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": [
    {
      "sample string 1": {},
      "sample string 3": {}
    },
    {
      "sample string 1": {},
      "sample string 3": {}
    }
  ],
  "sample string 2": [
    {
      "sample string 1": {},
      "sample string 3": {}
    },
    {
      "sample string 1": {},
      "sample string 3": {}
    }
  ]
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfstringArrayOfArrayOfKeyValueOfstringanyTypety7Ep6D1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfstringArrayOfArrayOfKeyValueOfstringanyTypety7Ep6D1>
    <Key>sample string 1</Key>
    <Value>
      <ArrayOfKeyValueOfstringanyType>
        <KeyValueOfstringanyType>
          <Key>sample string 1</Key>
          <Value />
        </KeyValueOfstringanyType>
        <KeyValueOfstringanyType>
          <Key>sample string 3</Key>
          <Value />
        </KeyValueOfstringanyType>
      </ArrayOfKeyValueOfstringanyType>
      <ArrayOfKeyValueOfstringanyType>
        <KeyValueOfstringanyType>
          <Key>sample string 1</Key>
          <Value />
        </KeyValueOfstringanyType>
        <KeyValueOfstringanyType>
          <Key>sample string 3</Key>
          <Value />
        </KeyValueOfstringanyType>
      </ArrayOfKeyValueOfstringanyType>
    </Value>
  </KeyValueOfstringArrayOfArrayOfKeyValueOfstringanyTypety7Ep6D1>
  <KeyValueOfstringArrayOfArrayOfKeyValueOfstringanyTypety7Ep6D1>
    <Key>sample string 2</Key>
    <Value>
      <ArrayOfKeyValueOfstringanyType>
        <KeyValueOfstringanyType>
          <Key>sample string 1</Key>
          <Value />
        </KeyValueOfstringanyType>
        <KeyValueOfstringanyType>
          <Key>sample string 3</Key>
          <Value />
        </KeyValueOfstringanyType>
      </ArrayOfKeyValueOfstringanyType>
      <ArrayOfKeyValueOfstringanyType>
        <KeyValueOfstringanyType>
          <Key>sample string 1</Key>
          <Value />
        </KeyValueOfstringanyType>
        <KeyValueOfstringanyType>
          <Key>sample string 3</Key>
          <Value />
        </KeyValueOfstringanyType>
      </ArrayOfKeyValueOfstringanyType>
    </Value>
  </KeyValueOfstringArrayOfArrayOfKeyValueOfstringanyTypety7Ep6D1>
</ArrayOfKeyValueOfstringArrayOfArrayOfKeyValueOfstringanyTypety7Ep6D1>